File tree 12 files changed +287
-15
lines changed
12 files changed +287
-15
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ imagealt = "Website banner of PyLadiesCon 2024 Online. 6th-8th December | Multi-
19
19
Multi-language | Multi-timezone
20
20
</p>
21
21
<div class="social w-100 mx-auto pt-3 text-start">
22
- <a href="https://fosstodon.org/@pyladiescon"><i class="fab fa-mastodon fa-2x px-2" aria-hidden="true"></i ></a>
23
- <a href="https://bsky.app/profile/pyladiescon.bsky.social"><i class="fas fa-cloud fa-2x px-2" aria-hidden="true"></i ></a>
24
- <a href="https://instagram.com/pyladiescon"><i class="fab fa-instagram fa-2x px-2" aria-hidden="true"></i ></a>
25
- <a href="https://www.linkedin.com/company/pyladiescon"><i class="fab fa-linkedin fa-2x px-2" aria-hidden="true"></i ></a>
26
- <a href="https://twitter.com/pyladiescon"><i class="fab fa-twitter fa-2x px-2" aria-hidden="true"></i ></a>
27
- <a href="https://www.youtube.com/@PyLadiesGlobal"><i class="fab fa-youtube fa-2x px-2" aria-hidden="true"></i ></a>
22
+ <a href="https://fosstodon.org/@pyladiescon"><img class="social-icon" src="/img/icons/mastodon.svg" / ></a>
23
+ <a href="https://bsky.app/profile/pyladiescon.bsky.social"><img class="social-icon" src="/img/icons/bluesky.svg" / ></a>
24
+ <a href="https://instagram.com/pyladiescon"><img class="social-icon" src="/img/icons/instagram.svg" / ></a>
25
+ <a href="https://www.linkedin.com/company/pyladiescon"><img class="social-icon" src="/img/icons/linkedin.svg" / ></a>
26
+ <a href="https://twitter.com/pyladiescon"><img class="social-icon" src="/img/icons/x.svg" / ></a>
27
+ <a href="https://www.youtube.com/@PyLadiesGlobal"><img class="social-icon" src="/img/icons/youtube.svg" / ></a>
28
28
</div>
29
29
<div class="w-100 mt-2 text-start" style=color:#fff>Check the <a class=text-white href=/schedule>Schedule!</a></div>
30
30
<div class="w-100 mt-2 text-start">
Original file line number Diff line number Diff line change @@ -655,3 +655,7 @@ h2 a {
655
655
}
656
656
}
657
657
658
+ .social-icon {
659
+ width : 32px ;
660
+ margin : 4px ;
661
+ }
Original file line number Diff line number Diff line change 13
13
< a class ="arrow-link " href ="https://www.python.org/psf-landing/ "> PSF</ a >
14
14
< a class ="arrow-link " href ="https://python.org "> Python</ a >
15
15
< div class ="social pt-3 ">
16
- < a href ="
mailto:[email protected] "
> < i class ="
fas fa-envelope fa-2x px-2 " > </ i > </ a >
17
- < a href ="https://fosstodon.org/@pyladiescon " rel =" me " > < i class ="fab fa-mastodon fa-2x px-2 " > </ i > </ a >
18
- < a href ="https://twitter.com/ pyladiescon "> < i class ="fab fa-twitter fa-2x px-2 " > </ i > </ a >
19
- < a href ="https://instagram.com/pyladiescon "> < i class ="fab fa-instagram fa-2x px-2 " > </ i > </ a >
20
- < a href ="https://www.linkedin.com/company/pyladiescon "> < i class ="fab fa-linkedin fa-2x px-2 " > </ i > </ a >
21
- < a href ="https://www.youtube. com/@PyLadiesGlobal "> < i class ="fab fa-youtube fa-2x px-2 " > </ i > </ a >
22
- < a href ="https://conference.pyladies .com/index.xml "> < i class ="fas fa-rss fa-2x px-2 " > </ i > </ a >
16
+ < a href ="
mailto:[email protected] "
> < img class ="
social-icon " src =" /img/icons/envelope.svg " / ></ a >
17
+ < a href ="https://fosstodon.org/@pyladiescon "> < img class ="social-icon " src =" /img/icons/mastodon.svg " / ></ a >
18
+ < a href ="https://bsky.app/profile/ pyladiescon.bsky.social "> < img class ="social-icon " src =" /img/icons/bluesky.svg " / ></ a >
19
+ < a href ="https://instagram.com/pyladiescon "> < img class ="social-icon " src =" /img/icons/instagram.svg " / ></ a >
20
+ < a href ="https://www.linkedin.com/company/pyladiescon "> < img class ="social-icon " src =" /img/icons/linkedin.svg " / ></ a >
21
+ < a href ="https://twitter. com/pyladiescon "> < img class ="social-icon " src =" /img/icons/x.svg " / ></ a >
22
+ < a href ="https://www.youtube .com/@PyLadiesGlobal "> < img class ="social-icon " src =" /img/icons/youtube.svg " / ></ a >
23
23
</ div >
24
24
</ div >
25
25
< div class ="row justify-content-center ">
Original file line number Diff line number Diff line change 19
19
{{ printf `< link rel ="%s " type ="%s " href ="%s " title ="%s " /> ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
20
20
{{ end -}}
21
21
{{ partialCached "head/css.html" . }}
22
- {{ partialCached "head/js.html" . }}
Original file line number Diff line number Diff line change 1
- < script crossorigin ="anonymous " src ="https://kit.fontawesome.com/6cf87c29c5.js "> </ script >
You can’t perform that action at this time.
0 commit comments