README.md 953 Bytes
Newer Older
Sven Schneider's avatar
Sven Schneider committed
1
# Citydemonstrator Website of HFT Stuttgart 
Wolfgang Knopki's avatar
Wolfgang Knopki committed
2

Sven Schneider's avatar
Sven Schneider committed
3
4
5
Website links to HFT projects and to Drees & Sommer website who have cooperated with us for this demonstrator.

Visit the demonstrator website at: [https://citydemonstrator.hft-stuttgart.de](https://citydemonstrator.hft-stuttgart.de)
GitLab's avatar
GitLab committed
6

JOE XMG's avatar
JOE XMG committed
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
## Adding new Keywords
File name: demos.html 
Example: Mobility
```html

<section id="Mobility" class="hero d-flex align-items-center">
    <div class="container">
        <div>
        <h4 data-aos="fade-up " data-aos-delay="400 " style="color: red; font-weight: 900;">
            Mobility
        </h4>
        <div data-aos="fade-up " data-aos-delay="600 ">
            <div>
            <iframe
                position="relative"
                width="100%"
                height="600"
                src="https://ugl.hft-stuttgart.de/demos.html?keyword=Mobility"
            ></iframe>
            </div>
        </div>
        </div>
    </div>
</section>
```