headfoot_foot.html 4.83 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!-- RS
    HTML representation of the footer JS
    !! FOR DEVELOPMENT AND TEST ONLY !!
-->
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
        <title>Transferportal HfT Stuttgart</title>
        <link rel="stylesheet" href="../css/bootstrap.min.css">
        <link rel="stylesheet" href="../css/bootstrap.css">
        <link rel="stylesheet" href="../fonts/ionicons.min.css">
        <link rel="stylesheet" href="../css/Testimonials.css">
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
    </head>
    <body>
        <!-- footerdiv -->
        <div id="homepage" class="last clear">
            <hr>
            <!-- containerdiv -->
            <div class="container-fluid">
                <!-- containerdivrow -->
                <div class="row">
                    <!-- hftlink -->
                    <a href="https://www.hft-stuttgart.de" class="col-md-3">
                        <!-- hftimage -->
                        <img src="../images/demo/hft_logo.jpg" alt="Logo der Hochschule für Technik Stuttgart" style="height:75px;"/>
                    </a>
                    <!-- contactdiv -->
                    <div class="col-md-3 footer-unten">
                        Hochschule für Technik Stuttgart
                        <!-- rowdiv -->
                        <div class="row">
                            <!-- hft_links coldiv -->
                            <div class="contactrow footer-unten">
                                <!-- hft_links collink -->
                                <a href="https://www.hft-stuttgart.de/forschung/innovative-hochschule-m4-lab" class="contact-lower">
                                    Kontakt
                                </a>
                            </div>
                            <!-- hft_links coldiv -->
                            <div class="contactrow footer-unten">
                                <!-- hft_links collink -->
                                <a href="https://www.hft-stuttgart.de/impressum" class="contact-lower">
                                    Impressum
                                </a>
                            </div>
                            <!-- hft_links coldiv -->
                            <div class="contactrow footer-unten">
                                <!-- hft_links collink -->
                                <a href="https://www.hft-stuttgart.de/datenschutz" class="contact-lower">
                                    Datenschutz
                                </a>
                            </div>
                        </div>
                    </div>
                    <!-- socialdiv-->
                    <div class="col-md-3">
                        <!-- socialrow -->
                        <div id="socialmediabuttons">
                            <!-- sociallink-->
                            <a href="https://twitter.com/InnolabM4">
                                <!-- socialcontent -->
                                <i class="fab fa-twitter"></i>
                            </a>
                            <!-- sociallink-->
                            <a href="https://www.facebook.com/HfTStuttgart/">
                                <!-- socialcontent -->
                                <i class="fab fa-facebook-square"></i>
                            </a>
                            <!-- sociallink-->
                            <a href="https://www.instagram.com/m4_lab/">
                                <!-- socialcontent -->
                                <i class="fab fa-instagram"></i>
                            </a>
                            <!-- sociallink-->
                            <a href="https://de.linkedin.com/school/hochschule-f%C3%BCr-technik-stuttgart-%E2%80%93-university-of-applied-sciences/">
                                <!-- socialcontent -->
                                <i class="fab fa-linkedin"></i>
                            </a>
                            <!-- sociallink-->
                            <a href="https://www.youtube.com/channel/UCi0_JfF2qMZbOhOnNH5PyHA">
                                <!-- socialcontent -->
                                <i class="fab fa-youtube"></i>
                            </a>
                        </div>
                    </div>
                    <!-- imagediv-->
                    <div class="col-md-3">
                        <!-- img -->
                        <img src="../images/demo/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.jpg" alt="Innovative Hochschule" style="width:300px; height:73px"/>
                    </div>
                </div>
            </div>
        </div>
    </body>
</html>