Update 'templates/_base.html'

Added social media links and the class "social-media"
This commit is contained in:
lukas 2023-02-10 18:13:57 +01:00
parent f0bb538b97
commit df5f58eea2

View file

@ -50,13 +50,13 @@
<div class="footer-sep"></div> <div class="footer-sep"></div>
<div class="footer-social"> <div class="footer-social">
<h2>Soziale Medien</h2> <h2>Soziale Medien</h2>
<a href="#social"> <a href="https://www.facebook.com/people/ComputerSchaf/100090257378708/" class="social-media" target=" _blank">
<img src="static/img/icons/fb.png"> <img src="static/img/icons/fb.png">
</a> </a>
<a href="#social"> <a href="https://www.instagram.com/ComputerSchaf/" class="social-media" target=" _blank">
<img src="static/img/icons/fb.png"> <img src="static/img/icons/fb.png">
</a> </a>
<a href="#social"> <a href="https://www.youtube.com/channel/UCocc5i1jn2y8plvUp5SM8vQ" class="social-media" target=" _blank">
<img src="static/img/icons/fb.png"> <img src="static/img/icons/fb.png">
</a> </a>
</div> </div>
@ -70,7 +70,7 @@
<br> <br>
<div class="credits"> <div class="credits">
Webdesign von <a href="https://gabrielhuber.at">Gabriel Huber</a><br> Webdesign von <a href="https://gabrielhuber.at">Gabriel Huber</a><br>
Logo von Theresa Grossalber Logo von <a href="https://theresagrossalber.at/">Theresa Grossalber</a>
</div> </div>
</div> </div>
</div> </div>