Skip to content

Commit 2019113

Browse files
authored
adding twitch link (#37)
1 parent a6ee771 commit 2019113

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

_static/css/markdown.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ html.dark div.sketchviz-image {
6262
--i-facebook-url: url("/_static/icons/facebook.svg");
6363
--i-instagram-url: url("/_static/icons/instagram.svg");
6464
--i-meetup-url: url("/_static/icons/meetup.svg");
65+
--i-twitch-url: url("/_static/icons/twitch.svg");
6566
--i-whatsapp-url: url("/_static/icons/whatsapp.svg");
6667
}
6768

@@ -81,6 +82,10 @@ html.dark div.sketchviz-image {
8182
--icon-url: var(--i-meetup-url);
8283
}
8384

85+
.i-icon.twitch {
86+
--icon-url: var(--i-twitch-url);
87+
}
88+
8489
.i-icon.whatsapp {
8590
--icon-url: var(--i-whatsapp-url);
8691
}

_static/icons/twitch.svg

Lines changed: 1 addition & 0 deletions
Loading

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ myst:
2929
<a class="external reference" href="https://chat.whatsapp.com/D9bPvUrddvSBUIkMSoTqrk">.</a>
3030
</p>
3131
</li>
32+
<li>
33+
<p class="i-icon social-media twitch">
34+
<a class="external reference" href="https://www.twitch.tv/pythonperu">.</a>
35+
</p>
36+
</li>
3237
</ul>
3338
```
3439

0 commit comments

Comments
 (0)