Skip to content

Commit

Permalink
Contact Signal
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofzerbe committed Jul 22, 2024
1 parent 68cbbbe commit 8b14a84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/landscape/layout/_partial/templates/contact-dialog.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<label>Follow me on</label>
<a href="https://indieweb.social/@kiko" class="fa-icon-mastodon">@[email protected]</a>
</p>
<p>
<label>Send me a</label>
<a href="https://signal.me/#eu/SULUXGyuHf_9HF9jNXxTXTcfA7wgaUfvwx0UE_Y0yVWDIpW7r5pNM6vvWUWCNMBW" class="fa-icon-signal">Signal</a>
</p>
</div>
</div>
<div class="contact-face-flip">flip for qrcode</div>
Expand Down
2 changes: 2 additions & 0 deletions themes/landscape/source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ color-insights = #32E0C4
color-vscode = #007acc
color-indieweb = #FF5C00
color-rss = #ea6221
color-signal = #3a76f0

dark-color-twitter = #5db6ee
dark-color-mastodon = #9494ff
Expand Down Expand Up @@ -160,6 +161,7 @@ icon-brush = "\f1fc"
icon-minimize = "\f066"
icon-maximize = "\f065"
icon-mail = "\f0e0"
icon-signal = "\f30c"
icon-phone = "\f095"
icon-download = "\f019"
icon-exclamation-circle = "\f06a"
Expand Down
4 changes: 4 additions & 0 deletions themes/landscape/source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ table
.fa-icon-mail:before
font-family: fa-icons
content: icon-mail
.fa-icon-signal:before
font-family: fa-icons
content: icon-signal
color: color-signal
.fa-icon-phone:before
font-family: fa-icons
content: icon-phone
Expand Down

0 comments on commit 8b14a84

Please sign in to comment.