Update 'templates/_base.html'
Added social media links and the class "social-media"
This commit is contained in:
parent
f0bb538b97
commit
df5f58eea2
1 changed files with 4 additions and 4 deletions
|
@ -50,13 +50,13 @@
|
|||
<div class="footer-sep"></div>
|
||||
<div class="footer-social">
|
||||
<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">
|
||||
</a>
|
||||
<a href="#social">
|
||||
<a href="https://www.instagram.com/ComputerSchaf/" class="social-media" target=" _blank">
|
||||
<img src="static/img/icons/fb.png">
|
||||
</a>
|
||||
<a href="#social">
|
||||
<a href="https://www.youtube.com/channel/UCocc5i1jn2y8plvUp5SM8vQ" class="social-media" target=" _blank">
|
||||
<img src="static/img/icons/fb.png">
|
||||
</a>
|
||||
</div>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<br>
|
||||
<div class="credits">
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue