index.html 21.4 KB
Newer Older
Joe TS Dell's avatar
update  
Joe TS Dell committed
1
2
<!DOCTYPE html>
<html>
Joe TS Dell's avatar
update    
Joe TS Dell committed
3
4
5

<head>
  <meta charset="utf-8">
Joe TS Dell's avatar
update  
Joe TS Dell committed
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Joe TS Dell's avatar
update    
Joe TS Dell committed
7
8
9
10
  <meta name="description" content="">
  <title>RGC Website</title>
  <meta charset="utf-8">
  <meta name="generator" content="GitLab Pages">
Joe TS Dell's avatar
update    
Joe TS Dell committed
11
  <link rel="stylesheet" href="./css/bootstrap.min.css">
Joe TS Dell's avatar
update  
Joe TS Dell committed
12
  <link href="css/main.css" rel="stylesheet">
Joe TS Dell's avatar
update    
Joe TS Dell committed
13
14
  <script src="https://kit.fontawesome.com/79b3e255a2.js" crossorigin="anonymous"></script>
  <link rel="shortcut icon" type="image/png" sizes="32x32" href="./imgs/icon.png">
15
  
Joe TS Dell's avatar
update    
Joe TS Dell committed
16
17
18
19
</head>

<body>
  <!-- <div id="topbar">
Joe TS Dell's avatar
update  
Joe TS Dell committed
20
21
        <div id="menu" class="navbar"></div>
    </div> -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
22

Joe TS Dell's avatar
up    
Joe TS Dell committed
23
  <!-- <h1 id='projectname'></h1> Projektname kommt aus settings.js, hier nichts einfügen -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
24

Joe TS Dell's avatar
update    
Joe TS Dell committed
25
  <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
26

Joe TS Dell's avatar
update    
Joe TS Dell committed
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  <header>
    <div class="collapse navbar-light" id="navbarHeader">
      <div class="container">
        <div class="row">
          <div class="col-sm-8 col-md-7 py-4">
            <h4 class="text-white">About</h4>
            <p class="text-white">Details about our group to be inserted here... </p>
          </div>
          <div class="col-sm-4 offset-md-1 py-4">
            <h4 class="text-white">Contact</h4>
            <ul class="list-unstyled">
              <!-- <li><a href="#" class="text-white">Follow on Twitter</a></li> -->
              <!-- <li><a href="#" class="text-white">Like on Facebook</a></li> -->
              <li><a href="mailto:sven.schneider[at]hft-stuttgart.de">Email me</a></li>
            </ul>
Joe TS Dell's avatar
update  
Joe TS Dell committed
42
43
44
          </div>
        </div>
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
45
46
47
48
49
50
51
52
    </div>
    <div class="navbar navbar-light shadow-sm" style="background-color: #cc3125;">
      <div class="container d-flex justify-content-between">
        <a href="https://www.hft-stuttgart.de" class="navbar-brand d-flex align-items-center">
          <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg"
            class="hftlogo" width="100px">
          <h1 id='projectname'></h1>
        </a>
53
54
55
56
57
        <select class="selectpicker" style="background-color: #cc3125; width: 8em; border-color:#cc3125;" data-width="fit">
          <option class="selectlang" style="background-color: white;">English</option>
          <option class="selectlang" style="background-color: white;">Deutsch</option>
      </select>
        <!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader"
Joe TS Dell's avatar
update    
Joe TS Dell committed
58
59
          aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
60
        </button> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
61
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
62
63
    </div>
  </header>
Joe TS Dell's avatar
update    
Joe TS Dell committed
64

Joe TS Dell's avatar
update    
Joe TS Dell committed
65
  <main role="main">
Joe TS Dell's avatar
update    
Joe TS Dell committed
66

Joe TS Dell's avatar
update    
Joe TS Dell committed
67
    <section class="jumbotron text-center hftBackground">
Joe TS Dell's avatar
update    
Joe TS Dell committed
68
      <div class="container">
Joe TS Dell's avatar
update    
Joe TS Dell committed
69
        <img src="imgs/database.svg" class="windSVG" width="100px" alt="wind">
Joe TS Dell's avatar
update    
Joe TS Dell committed
70
71
72
73
74
        <h1> <b>3D Urban Analytics Lab </b> <br>@HFT Stuttgart </h1>
        <p class="lead text-muted"> (or Vote for new group name) <br>A research group introduction here ....</p>
        <p>The research projects at HFT Stuttgart (University of Applied Sciences Stuttgart).
      </div>
    </section>
Joe TS Dell's avatar
update    
Joe TS Dell committed
75

Joe TS Dell's avatar
update    
Joe TS Dell committed
76
77
    <div class="album py-5 bg-light topDownPadding">
      <div class="container">
78
79
80
81
82
83
84
85
86
87
88
89
90
91
        <div>
        <h2 ><i class="fas fa-laptop-code"></i> Our Applications</h2>
        <!-- Searchbar -->
        <!-- start -->
        <div class="search-wrapper">
          <div class="input-holder">
              <input type="text" id="search-input" class="search-input" placeholder="Type to search" />
              <button id="search-button" class="search-icon" onclick="searchToggle(this, event);"><span></span></button>
          </div>
          <span class="close" onclick="searchToggle(this, event);"></span>
        </div>
        <!-- end -->
        </div>
        <p class="grey-text w-responsive mx-auto mb-5">Research Short Introduction ....</p><br>
Joe TS Dell's avatar
update    
Joe TS Dell committed
92

Joe TS Dell's avatar
update    
Joe TS Dell committed
93
94
95
96
        <div class="row">
          <div class="col-lg-4">
            <div class="card mb-4 shadow-sm extension">
              <h5>Vision Zero <span class="lead text-muted"> Hackathon</span></h5>
Joe TS Dell's avatar
update    
Joe TS Dell committed
97

Joe TS Dell's avatar
update    
Joe TS Dell committed
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
              <img class="thumbimg" src="imgs/thumbnails/visionZero.jpeg" alt="">
              <div class="card-body">
                <p class="card-text-lg small">
                  The <b>VISION ZERO </b> is an application for safety routing with the
                  visualization of 3D grid and heatmap. Developed at hackathon event "Neue Wege für die Mobilität in
                  Augsburg". (24 hours time limited)
                  <br>
                  <b><i class="fas fa-user"></i> Contact Person</b>: <a
                    href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich">Joe
                    T.S.</a> <br>
                  <b><i class="fas fa-star"></i> Keywords</b>: CityGML, 3D GIS, GIS Analyst, Urban Analytics
                <form action="iStoeckHM.html" class="form-signin" method="GET">
                  <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
                </form>


                </p>
              </div>
              <!-- <div class="justify-content-between align-items-center btnGroupDiv">
Joe TS Dell's avatar
update  
Joe TS Dell committed
117
118
119
                  <div class="btn-group">
                    <form action="iStoeckHM.html" class="form-signin" method="GET">
                      <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
Joe TS Dell's avatar
update    
Joe TS Dell committed
120
                    </form>
Joe TS Dell's avatar
update    
Joe TS Dell committed
121
122
123

                    
                    
Joe TS Dell's avatar
update  
Joe TS Dell committed
124
                  </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
125
126
127
                  <br>
                  <p class="small"></p>
                </div> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
128
            </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
          </div>
          <div class="col-lg-4">
            <div class="card mb-4 shadow-sm extension">
              <h5>3D E-bike<span class="lead text-muted"> iCity Project</span></h5>
              <img class="thumbimg" src="imgs/thumbnails/i_cityEbikeSharing.png" alt="">
              <div class="card-body">
                <p class="card-text-xl small">
                  The <b>3D E-bike Tracking </b> is a 3D web-based visual analytics application designed showing
                  various parameters from sensor systems equipped on the E-bike sharing system in the study area of a
                  city of Stuttgart, Germany.
                  <br>
                  <b><i class="fas fa-user"></i> Contact Person</b>: <a
                    href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich">Joe
                    T.S.</a> <br>
                  <b><i class="fas fa-star"></i> Keywords </b>: SensorThings API, CityGML, 3D GIS, GIS Analyst, Urban
                  Analytics

                </p>
Joe TS Dell's avatar
update    
Joe TS Dell committed
147
                <a href="http://81.169.187.7:8080/ebikesharing/" target="_blank">
Joe TS Dell's avatar
update    
Joe TS Dell committed
148
149
150
151
                  <button class="btn btn-primary btn-sm"> <i class="fas fa-search"></i> Explore</button>
                </a>

                <!-- <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
Joe TS Dell's avatar
update    
Joe TS Dell committed
152
153
154
155
                    class="btn btn-sm btn-outline-secondary">Explore Application</button></form>

                  <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
                    class="btn btn-sm btn-outline-secondary">Visit iCity project</button></form> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
156
157
              </div>
            </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
158
159
160
          </div>
          <div class="col-lg-4">
            <div class="card mb-4 shadow-sm extension">
Joe TS Dell's avatar
update    
Joe TS Dell committed
161
162
              <h5>HFT Smart Platform<span class="lead text-muted"> iCity Project</span></h5>
              <img class="thumbimg" src="imgs/thumbnails/hftSmart.JPG" alt="">
Joe TS Dell's avatar
update    
Joe TS Dell committed
163
              <div class="card-body">
Joe TS Dell's avatar
update    
Joe TS Dell committed
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
                <p class="card-text-xl small">
                  The <b>HFT Smart Platform </b> is ...
                  <br>
                  <b><i class="fas fa-user"></i> Contact Person</b>: <a
                    href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich">Joe
                    T.S.</a> <br>
                  <b><i class="fas fa-star"></i> Keywords </b>: CityGML, 3D GIS, GIS Analyst, Urban Analytics
                </p>
                <a href="https://icity.hft-stuttgart.de/hftsmartplatform/" target="_blank">
                  <button class="btn btn-primary btn-sm"> <i class="fas fa-search"></i> Explore</button>
                </a>

                <!-- <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
                    class="btn btn-sm btn-outline-secondary">Explore Application</button></form>

                  <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
                    class="btn btn-sm btn-outline-secondary">Visit iCity project</button></form> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
181
182
183
184
185
              </div>
            </div>
          </div>
        </div>
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
186
    </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
187
188


Joe TS Dell's avatar
update    
Joe TS Dell committed
189
190
    <div class="album py-5 bg-light topDownPadding">
      <div class="container">
Joe TS Dell's avatar
update    
Joe TS Dell committed
191

Joe TS Dell's avatar
update    
Joe TS Dell committed
192
193
194
        <div class="row">
          <div class="col-lg-4">
            <div class="card mb-4 shadow-sm extension">
Joe TS Dell's avatar
update    
Joe TS Dell committed
195
196
              <h5>3D Wind Simulation<span class="lead text-muted"> iCity Project</span></h5>
              <img class="thumbimg" src="imgs/thumbnails/StreamlinesMultipart.PNG" alt="">
Joe TS Dell's avatar
update    
Joe TS Dell committed
197
              <div class="card-body">
Joe TS Dell's avatar
update    
Joe TS Dell committed
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
                <p class="card-text-xl small">
                  The <b>HFT Smart Platform </b> is ...
                  <br>
                  <b><i class="fas fa-user"></i> Contact Person</b>: <a
                    href="https://www.hft-stuttgart.de/p/sven-schneider">Sven Schneider</a> <br>
                  <b><i class="fas fa-star"></i> Keywords </b>: CityGML, 3D GIS, GIS Analyst, Urban Analytics
                </p>
                <a href="https://transfer.hft-stuttgart.de/pages/urbanvis/" target="_blank">
                  <button class="btn btn-primary btn-sm"> <i class="fas fa-search"></i> Explore</button>
                </a>

                <!-- <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
                    class="btn btn-sm btn-outline-secondary">Explore Application</button></form>

                  <form action="iStoeckHexgrid_2m.html" class="form-signin" method="GET"><button type="submit"
                    class="btn btn-sm btn-outline-secondary">Visit iCity project</button></form> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
214
215
              </div>
            </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
216
217
218
219
220
221
222
223
224
225
226
227
228
229
          </div>
          <div class="col-lg-4">
            <div class="card mb-4 shadow-sm extension">
              <h5>Project 5</h5>
              <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
              <img class="thumbimg" src="imgs/thumbnails/StreamLinesCesiumOverview.PNG" alt="">
              <div class="card-body">
                <p class="card-text">... description ...</p>
              </div>
              <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                <div class="btn-group">
                  <form action="iStoeckStreams.html" class="form-signin" method="GET">
                    <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
                  </form>
Joe TS Dell's avatar
update  
Joe TS Dell committed
230
                </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
231
                <!-- <small class="text-muted">9 mins</small> -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
232
233
              </div>
            </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
          </div>
          <div class="col-lg-4">

            <div class="card mb-4 shadow-sm extension">
              <h5>Project 6</h5>
              <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
              <img class="thumbimg" src="imgs/thumbnails/StreamlinesMultipart.PNG" alt="">
              <div class="card-body">
                <p class="card-text">... description ...</p>
              </div>
              <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                <div class="btn-group">
                  <form action="StreamlinesMultipart.html" class="form-signin" method="GET">
                    <button type="submit" class="btn btn-sm btn-outline-secondary">Explore</button>
                  </form>
Joe TS Dell's avatar
update  
Joe TS Dell committed
249
                </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
250
              </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
251
252
253
254




Joe TS Dell's avatar
update  
Joe TS Dell committed
255
256
257
            </div>
          </div>
        </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
258
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
259
260


Joe TS Dell's avatar
update    
Joe TS Dell committed
261
      <!-- Zeile 3 mit Album  -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
262

Joe TS Dell's avatar
update    
Joe TS Dell committed
263
264
      <div class="album py-5 bg-light topDownPadding">
        <div class="container">
Joe TS Dell's avatar
update    
Joe TS Dell committed
265

Joe TS Dell's avatar
update    
Joe TS Dell committed
266
267
          <div class="row">
            <div class="col-lg-4">
Joe TS Dell's avatar
update    
Joe TS Dell committed
268
269


Joe TS Dell's avatar
update    
Joe TS Dell committed
270
271
272
273
274
275
276
277
278
279
280
281
282
              <div class="card mb-4 shadow-sm extension">
                <h5>Project 7</h5>
                <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> -->
                <img class="thumbimg" src="imgs/thumbnails/EssenPC.PNG" alt="">
                <div class="card-body">
                  <p class="card-text">... description ...</p>
                  <!-- <small class="text-muted">9 mins</small> -->
                </div>
                <div class="d-flex justify-content-between align-items-center btnGroupDiv">
                  <div class="btn-group">
                    <form action="EssenPC.html" class="form-signin" method="GET">
                      <button type="submit" class="btn btn-sm btn-outline-secondary ">Explore</button>
                    </form>
Joe TS Dell's avatar
update  
Joe TS Dell committed
283
284
285
                  </div>
                </div>
              </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
286
            </div>
Joe TS Dell's avatar
update  
Joe TS Dell committed
287
288
          </div>
        </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
289
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
290
291


Joe TS Dell's avatar
update    
Joe TS Dell committed
292
      <!-- <br>
Joe TS Dell's avatar
update  
Joe TS Dell committed
293
294
295
296
297
298
299
      <div class="d-flex justify-content-between align-items-center btnGroupDiv">
      <div class="btn-group">
        <form action="/debug" class="form-signin" method="GET">
          <button type="submit" class="btn btn-sm btn-outline-secondary ">DEBUG</button>
        </form>
      </div>
      </div> -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
300
301
      <hr>
      <div class="container">
Joe TS Dell's avatar
update    
Joe TS Dell committed
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
        <h2><i class="fas fa-book"></i> Our Publication</h2>
        <p class="grey-text w-responsive mx-auto mb-5">Our Publication ...</p>

        <!-- <li> Silberer, J., Santhanavanich, T., Müller, P., & Bäumer, T. (2020). 
          Promoting Objective and Subjective Safety for Cyclists in Metropolitan Areas. In Innovations for Metropolitan Areas (pp. 273–284). Springer
          Berlin Heidelberg. https://doi.org/10.1007/978-3-662-60806-7_21
        </li> -->
        <h5>2020</h5>
        <li> 
          Santhanavanich, T., Wuerstle, P., Silberer, J., Loidl, V., Rodrigues, P., and Coors, V.: 
          <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020">3D SAFE ROUTING NAVIGATION APPLICATION FOR PEDESTRIANS AND CYCLISTS BASED ON OPEN SOURCE TOOLS</a>, ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci., VI-4/W2-2020, 143–147, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020  
        </li>
        <li> 
          Schneider, S., Santhanavanich, T., Koukofikis, A., and Coors, V.: 
          <a href="https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020">EXPLORING SCHEMES FOR VISUALIZING URBAN WIND FIELDS BASED ON CFD SIMULATIONS BY EMPLOYING OGC STANDARDS</a>, ISPRS Ann. Photogramm. Remote Sens. Spatial Inf. Sci., VI-4/W2-2020, 157–163, https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020 
        </li>
        <li>...</li>
        <br>
        <h5>2019</h5>
        <li>...</li>

      </div>
      <hr>
      <div class="container">
        <h2><i class="fas fa-user-friends"></i> Our amazing team</h2>
Joe TS Dell's avatar
update    
Joe TS Dell committed
327
328
329
        <!-- Section description -->
        <p class="grey-text w-responsive mx-auto mb-5">Team Description ....</p>
        <section class="team-section text-center my-5">
Joe TS Dell's avatar
update    
Joe TS Dell committed
330

Joe TS Dell's avatar
update    
Joe TS Dell committed
331
332
          <!-- Grid row -->
          <div class="row">
Joe TS Dell's avatar
update    
Joe TS Dell committed
333

Joe TS Dell's avatar
update    
Joe TS Dell committed
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
            <!-- Grid column -->
            <div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
              <div class="avatar mx-auto">
                <img src="./imgs/avatar/volker.Coors.jpg" class="rounded-circle z-depth-1" width="150px">
              </div>
              <h5 class="font-weight-bold mt-4 mb-3">Prof. Dr. Volker Coors</h5>
              <p class="text-uppercase blue-text"><strong>Lab Leader</strong></p>
              <p class="grey-text">Profile Description....</p>
              <ul class="list-unstyled mb-0">
                <!-- Facebook -->
                <a class="p-2 fa-lg fb-ic">
                  <i class="fab fa-facebook-f blue-text"> </i>
                </a>
                <!-- Twitter -->
                <a class="p-2 fa-lg tw-ic">
                  <i class="fab fa-twitter blue-text"> </i>
                </a>
                <!-- Instagram -->
                <a class="p-2 fa-lg ins-ic">
                  <i class="fab fa-instagram blue-text"> </i>
                </a>
              </ul>
            </div>
            <!-- Grid column -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
358

Joe TS Dell's avatar
update    
Joe TS Dell committed
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
            <!-- Grid column -->
            <div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
              <div class="avatar mx-auto">
                <img src="./imgs/avatar/JoeSquare.jpg" class="rounded-circle z-depth-1" width="150px">
              </div>
              <h5 class="font-weight-bold mt-4 mb-3">Joe T. Santhanavanich</h5>
              <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
              <p class="grey-text">Profile Description....</p>
              <ul class="list-unstyled mb-0">
                <!-- Facebook -->
                <a class="p-2 fa-lg fb-ic">
                  <i class="fab fa-facebook-f blue-text"> </i>
                </a>
                <!-- Instagram -->
                <a class="p-2 fa-lg ins-ic">
                  <i class="fab fa-instagram blue-text"> </i>
                </a>
              </ul>
            </div>
            <!-- Grid column -->


            <!-- Grid column -->

            <!-- Grid column -->
            <div class="col-lg-3 col-md-6">
              <div class="avatar mx-auto">
                <img src="./imgs/avatar/rosanny.jpg" class="rounded-circle z-depth-1" width="150px">
              </div>
              <h5 class="font-weight-bold mt-4 mb-3">Rosanny S.</h5>
              <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
              <p class="grey-text">Profile Description....</p>
              <ul class="list-unstyled mb-0">
                <!-- Facebook -->
                <a class="p-2 fa-lg fb-ic">
                  <i class="fab fa-facebook-f blue-text"> </i>
                </a>
                <!-- Github -->
                <a class="p-2 fa-lg ins-ic">
                  <i class="fab fa-github blue-text"> </i>
                </a>
              </ul>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-lg-3 col-md-6 mb-md-0 mb-5">
              <div class="avatar mx-auto">
                <img src="./imgs/avatar/PatrickSquare.jpg" class="rounded-circle z-depth-1" width="150px">
              </div>
              <h5 class="font-weight-bold mt-4 mb-3">Patrick Wuerstle</h5>
              <p class="text-uppercase blue-text"><strong>Researcher</strong></p>
              <p class="grey-text">Profile Description....</p>
              <ul class="list-unstyled mb-0">
                <!-- Facebook -->
                <a class="p-2 fa-lg fb-ic">
                  <i class="fab fa-facebook-f blue-text"> </i>
                </a>
                <!-- Instagram -->
                <a class="p-2 fa-lg ins-ic">
                  <i class="fab fa-instagram blue-text"> </i>
                </a>
                <!-- Dribbble -->
                <a class="p-2 fa-lg ins-ic">
                  <i class="fab fa-dribbble blue-text"> </i>
                </a>
              </ul>
            </div>
          </div>
          <!-- Grid row -->

        </section>
        <!-- Section: Team v.1 -->
Joe TS Dell's avatar
update  
Joe TS Dell committed
431
      </div>
Joe TS Dell's avatar
update    
Joe TS Dell committed
432
433
434
435
436
437
438
439
440
441
442

  </main>
  <!-- Section: Team v.1 -->


  <footer class="text-white">
    <div class="container">
      <p class="float-right">
        <a href="#">Back to top</a>
      </p>
      <p>&copy; HFT Stuttgart, 2020.</p>
Joe TS Dell's avatar
update    
Joe TS Dell committed
443
444
      <a href="https://www.hft-stuttgart.de/impressum" target="_blank">Impressum</a>
      <a href="https://www.hft-stuttgart.de/datenschutz" target="_blank">Datenschutz</a>
Joe TS Dell's avatar
update    
Joe TS Dell committed
445
446
    </div>
  </footer>
447
448
449
450
451
452
453
454
455
456
457
458
459
460
  <!-- Test  -->
  <!-- /////////////////////////////////////// -->
  <!-- Language selector -->
  <!-- full jquery needed -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.2/js/bootstrap-select.min.js"></script>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.2/css/flag-icon.min.css">
  <script src="js/language.js"></script>
  <!-- search library -->
  <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.js"></script>
  <link rel="stylesheet" href="./css/search.css">
  <link rel="stylesheet" href="./css/language.css">
  <script src="js/search.js"></script>
Joe TS Dell's avatar
update    
Joe TS Dell committed
461
462
  <!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
  <!-- <script src="settings.js"> </script> -->
463
  <!-- <script src="./js/jquery.slim.min.js"></script> -->
Joe TS Dell's avatar
update    
Joe TS Dell committed
464
465
  <script src="./js/popper.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
466
  
Joe TS Dell's avatar
update    
Joe TS Dell committed
467
</body>
Joe TS Dell's avatar
update  
Joe TS Dell committed
468

Joe TS Dell's avatar
update    
Joe TS Dell committed
469
</html>