demos.html 13.2 KB
Newer Older
Rodrigues's avatar
Rodrigues committed
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">

<head>
    
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">

    <title>iCity Demonstrator</title>
    <meta content="" name="description">

    <meta content="" name="keywords">

    <!-- Favicons -->
    <link href="assets/img/logo_fav.png" rel="icon">
    <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

    <!-- Vendor CSS Files -->
    <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
    <link href="assets/vendor/aos/aos.css" rel="stylesheet">
    <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
    <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
    <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">

    <!-- Template Main CSS File -->
    <link href="assets/css/style.css" rel="stylesheet">

    <!-- =======================================================
  * Template Name: FlexStart - v1.4.0
  * Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
  * Author: BootstrapMade.com
  * License: https://bootstrapmade.com/license/
  ======================================================== -->
 <script>
/*
 $(document).ready(function() {
  var windowURL = window.location.href;
   console.log(windowURL);
   if (windowURL.indexOf('noheaderfooter') > -1) {
     $('#header').css('display', 'none');
     $('#footer').css('display', 'none');
   }
});
*/
</script> 
</head>

<body>

    <!-- ======= Header ======= -->
    <header id="header" class="header fixed-top">
        <!-- <div class="container-fluid container-xl d-flex align-items-center justify-content-between"> -->

        <div class="row">
            <div id="leftBorder" class="col-lg-1 col-md-1 col-sm-1 ">
                <img src="assets/img/dummy.png" alt="">
            </div>
            <div id="TextBorder" class="col-lg-5 col-md-5 col-sm-5">
                <a href="index.html" class="logo d-flex align-items-center">
                    <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="">
                    <span id="citydemText">City Demonstrator</span>

                </a>
            </div>

            <div id="LogoBorder" class="col-lg-5 col-md-5 col-sm-5 ">
                <span style="float: right; margin-top: 10px;">
                        <img id="logoDrees" src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 160px; padding-right:20px;" alt=" ">
                    
                        <img id="logoICity" src="assets/img/icityLogo.svg " style="width: 140px;  " alt=" ">
                    </span>

            </div>
            <div id="rightBorder" class="col-lg-1 col-md-1 col-sm-1">
                <img src="assets/img/dummy.png" alt="">
            </div>
        </div>
        <!--    <nav id="navbar " class="navbar ">
                 <ul> 
                    <li><a class="nav-link scrollto active " href="#hero ">Home</a></li>
                    <li><a class="nav-link scrollto " href="#about ">About</a></li>
                    <li><a class="nav-link scrollto " href="#services ">Services</a></li>
                    <li><a class="nav-link scrollto " href="#portfolio ">Portfolio</a></li>
                    <li><a class="nav-link scrollto " href="#team ">Team</a></li>
                    <li><a href="blog.html ">Blog</a></li>
                    <li class="dropdown "><a href="# "><span>Drop Down</span> <i class="bi bi-chevron-down "></i></a>
                        <ul>
                            <li><a href="# ">Drop Down 1</a></li>
                            <li class="dropdown "><a href="# "><span>Deep Drop Down</span> <i class="bi bi-chevron-right "></i></a>
                                <ul>
                                    <li><a href="# ">Deep Drop Down 1</a></li>
                                    <li><a href="# ">Deep Drop Down 2</a></li>
                                    <li><a href="# ">Deep Drop Down 3</a></li>
                                    <li><a href="# ">Deep Drop Down 4</a></li>
                                    <li><a href="# ">Deep Drop Down 5</a></li>
                                </ul>
                            </li>
                            <li><a href="# ">Drop Down 2</a></li>
                            <li><a href="# ">Drop Down 3</a></li>
                            <li><a href="# ">Drop Down 4</a></li>
                        </ul>
                    </li>
                    <li><a class="nav-link scrollto " href="#contact ">Contact</a></li>
                     <li><a class="getstarted scrollto " href="#about ">Get Started</a></li>
                 </ul> -->
        <i class="bi bi-list mobile-nav-toggle "></i>
        <!-- </nav> -->
        <!-- .navbar -->

        <!-- </div> -->
    </header>
    <!-- End Header -->

   

    <main id="main ">
    <!-- ======= Hero Section ======= -->
    <section id="hero " class="hero d-flex align-items-center ">

        <div class="container ">
                <div >
                    <h2 data-aos="fade-up " data-aos-delay="400 ">Mobility</h2>
                    <div data-aos="fade-up " data-aos-delay="600 ">
                        <div>
                            <iframe width="100%" height="600" src="https://ugl.hft-stuttgart.de/demos.html?keyword=SensorThings%20API"></iframe>
                        </div>
                    </div>
                </div>
        </div>
		 </section>
		<section id="hero " class="hero d-flex align-items-center ">
        <div class="container ">
                <div >
                    <h2 data-aos="fade-up " data-aos-delay="400 ">Energy</h2>
                    <div data-aos="fade-up " data-aos-delay="600 ">
                        <div>
                            <iframe width="100%" height="600" src="https://ugl.hft-stuttgart.de/demos.html?keyword=Urban%20Analytics" ></iframe>
                        </div>
                    </div>
                </div>
        </div>
    </section>
    <section id="hero " class="hero d-flex align-items-center ">
        <div class="container ">
                <div >
                    <h2 data-aos="fade-up " data-aos-delay="400 ">Smart Buildings</h2>
                    <div data-aos="fade-up " data-aos-delay="600 ">
                        <div style="overflow: hidden">
                            <iframe width="100%" height="600" src="https://ugl.hft-stuttgart.de/demos.html" ></iframe>
                        </div>
                    </div>
                </div>
        </div>
    </section>
    <!-- End Hero -->
    
       

    </main>
    <!-- End #main -->

    <!-- ======= Footer ======= -->
    <footer id="footer " class="footer ">

        <!-- <div class="footer-newsletter ">
            <div class="container ">
                <div class="row justify-content-center ">
                    <div class="col-lg-12 text-center ">
                        <h4>Our Newsletter</h4>
                        <p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
                    </div>
                    <div class="col-lg-6 ">
                        <form action=" " method="post ">
                            <input type="email " name="email "><input type="submit " value="Subscribe ">
                        </form>
                    </div>
                </div>
            </div>
        </div> -->

        <div class="footer-top ">
            <div class="container ">
                <div class="row gy-4 ">
                    <div class="col-lg-5 col-md-12 footer-info ">
                        <a href="https://www.hft-stuttgart.de " class="logo d-flex align-items-center ">
                            <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg " alt=" ">
                            <span>City Demonstrator</span>
                        </a>
                        <!-- <p>Visit us on our social media accounts</p> -->
                        <div class="social-links mt-3 ">
                            <!--    <a href="# " class="twitter "><i class="bi bi-twitter "></i></a>
                            <a href="# " class="facebook "><i class="bi bi-facebook "></i></a>
                            <a href="# " class="instagram "><i class="bi bi-instagram bx bxl-instagram "></i></a>
                            <a href="# " class="linkedin "><i class="bi bi-linkedin bx bxl-linkedin "></i></a> -->

                            <p style="margin-top: 20px; margin-bottom: 20px;"> </p>

                            <a href="https://www.dreso.com " class=" align-items-center ">
                                <img src="https://www.dreso.com/typo3conf/ext/dreso/Resources/Public/dreso-logo.svg " style="width: 120px;" alt=" "></a>

                            <a href="http://icity.hft-stuttgart.de/#/ " class="
                             align-items-center ">
                                <img src="assets/img/icityLogo.svg " style="width: 140px;  " alt=" "></a>

                        </div>


                    </div>


                    <div class="col-lg-2 col-6 footer-links ">
                        <!-- <h4>Useful Links</h4>
                        <ul>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Home</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">About us</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Services</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Terms of service</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Privacy policy</a></li>
                        </ul> -->
                    </div>

                    <div class="col-lg-2 col-6 footer-links ">
                        <!-- <h4>Our Services</h4>
                        <ul>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Web Design</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Web Development</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Product Management</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Marketing</a></li>
                            <li><i class="bi bi-chevron-right "></i> <a href="# ">Graphic Design</a></li>
                        </ul> -->
                    </div>

                    <div class="col-lg-3 col-md-12 footer-contact text-center text-md-start ">
                        <h4>Contact Us</h4>
                        <p>
                            Hochschule fuer Technik Stuttgart <br> Schellingstr. 24<br> 70174 Stuttgart <br><br>
                            <strong>Phone:</strong> +49 (0)711 8926 0 <br>
                            <strong>Email:</strong> icity@hft-stuttgart.de<br>
                        </p>

                    </div>

                </div>
            </div>
        </div>

        <div class="container ">
            <div class="copyright ">
                &copy; Copyright <strong><span>HfT Stuttgart</span></strong>. All Rights Reserved
            </div>
            <div class="credits ">
                <!-- All the links in the footer should remain intact. -->
                <!-- You can delete the links only if you purchased the pro version. -->
                <!-- Licensing information: https://bootstrapmade.com/license/ -->
                <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
                Designed by <a href="https://bootstrapmade.com/ ">BootstrapMade</a>
                <div class="container">
                    <p>
                        <a href="https://www.hft-stuttgart.de/impressum" target="_blank" style="padding-right: 10px">Impressum</a>
                        <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a>
                    </p>
                </div>
            </div>
        </div>
    </footer>
    <!-- End Footer -->

    <a href="# " class="back-to-top d-flex align-items-center justify-content-center "><i class="bi bi-arrow-up-short "></i></a>

    <!-- Vendor JS Files -->
    <script src="assets/vendor/bootstrap/js/bootstrap.bundle.js "></script>
    <script src="assets/vendor/aos/aos.js "></script>
    <script src="assets/vendor/php-email-form/validate.js "></script>
    <script src="assets/vendor/swiper/swiper-bundle.min.js "></script>
    <script src="assets/vendor/purecounter/purecounter.js "></script>
    <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js "></script>
    <script src="assets/vendor/glightbox/js/glightbox.min.js "></script>

    <!-- Template Main JS File -->
    <script src="assets/js/main.js "></script>

</body>

</html>