Webdienst-Footer
Verwenden Sie diesen Footer für FHNW-Webdienste.
Social Media Icons
1
2// Footer share icons
3<ul class="social__icons">
4 <!-- Instagram -->
5 <li>
6 <a href="https://www.fhnw.ch" target="_blank" title="Folgen Sie uns auf Instagram" class="icon__instagram--sm"></a>
7 </li>
8
9 <!-- Facebook -->
10 <li>
11 <a href="https://facebook.com/fhnw.ch" target="_blank" title="folgen Sie uns auf Facebook" class="icon__facebook--sm"></a>
12 </li>
13
14 <!-- Bluesky -->
15 <li>
16 <a href="https://bsky.app/profile/fhnw.ch" target="_blank" title="folgen Sie uns auf Bluesky" class="icon__bluesky--sm"></a>
17 </li>
18
19 <!-- Xing -->
20 <li>
21 <a href="https://www.xing.com/companies/fachhochschulenordwestschweiz/" target="_blank" title="folgen Sie uns auf Xing" class="icon__xing--sm"></a>
22 </li>
23
24 <!-- LinkedIn -->
25 <li>
26 <a href="https://www.linkedin.com/school/fachhochschule-nordwestschweiz-fhnw/" target="_blank" title="folgen Sie uns auf LinkedIn" class="icon__linkedin--sm"></a>
27 </li>
28
29 <!-- Youtube -->
30 <li>
31 <a href="https://www.fhnw.ch" target="_blank" title="folgen Sie uns auf YouTube" class="icon__youtube--sm"></a>
32 </li>
33
34 <!-- Vimeo -->
35 <li>
36 <a href="https://www.fhnw.ch" target="_blank" title="folgen Sie uns auf Vimeo" class="icon__vimeo--sm"></a>
37 </li>
38
39 <!-- Flickr -->
40 <li>
41 <a href="https://www.fhnw.ch" target="_blank" title="folgen Sie uns auf Flickr" class="icon__flickr--sm"></a>
42 </li>
43
44 <!-- Issuu -->
45 <li>
46 <a href="https://www.fhnw.ch" target="_blank" title="folgen Sie uns auf Issuu" class="icon__issuu--sm"></a>
47 </li>
48</ul>
49