index.html 3.85 KB
Newer Older
Koukofikis's avatar
Koukofikis committed
1
<!DOCTYPE html>
JOE XMG's avatar
update    
JOE XMG committed
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
<html>
  <head>
    <meta charset="utf-8">
    <meta name="generator" content="GitLab Pages">
    <title>IQG4iCity</title>
    <!-- <link rel="stylesheet" href="style.css"> -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    <link rel="shortcut icon" href="favicon.ico" />

  </head>
  <body>
    <div id="topbar" style="display: none;">
        <div id="menu" class="navbar"></div>
    </div>
    <header>
      <div class="navbar navbar-light shadow-sm" style="background-color: #ffffff;">
        <div class="container d-flex justify-content-between">
          <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/hft_logo_footer.svg" class="hftlogo" width="100px" >
        </div>
      </div>
    </header>
    <div class="px-4 pt-5 my-5 text-center border-bottom">
      <h1 class="display-4 fw-bold">Summer School 2022</h1>
      <h2 class="text-muted">The Summer School 2022 for the International Master Programs at HFT Stuttgart</h2>
      <div class="col-lg-6 mx-auto">
        <p class="lead mb-4">
          <br><br>
          The one-week summer school for the international master's programs will be held at HFT Stuttgart from September 14 to 19, 2022. Topic-specific workshops will be held to review the course content, and small interdisciplinary groups will carry out projects on climate-neutral urban neighborhoods. The different expertise will be used during this Summer School, including GIS tools, city demonstrator, and the SimStadt software API for planning (by <a href="https://www.hft-stuttgart.com/architecture-and-design/master-smart-city-solutions"> MSCS</a>), to perform data analyses and simulations (by <a href="https://www.hft-stuttgart.com/geomatics/master-photogrammetry-and-geoinformatics">MPG</a>) and to extend the software (by <a href="https://www.hft-stuttgart.com/studium/studienbereiche/computer-science/master-software-technology">MST</a>). The project results will be presented publicly at the end of summer school. Through this extracurricular measure, on the one hand, teaching content can be reviewed, and at the same time, personal acquaintance and professional exchange in interdisciplinary teams at the HFT campus are promoted.
        </p>
      </div>
      <div class="overflow-hidden" style="max-height: 30vh;">
        <div class="container px-5">
          <!-- <img src="imgs/overall1.jpg" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Example image" width="700" height="500" loading="lazy"> -->
          <img src="imgs/overall1.jpg" class="img-fluid border rounded-3 mb-4" alt="Example image" width="700" height="500" loading="lazy">
        </div>
      </div>
    </div>
    <div class="container mt-4 mb-2">
      <h3>More Details to be added</h3>
      ....
      <a href="https://www.hft-stuttgart.com/research/projects/current/icity-2-iqg4icity-project">Read more ...</a>

    </div>
    <div class="container mt-4 mb-2">
      <h3>Why should I join?</h3>
      <li>interdisciplinary Team experiences</li>
      <li>Awards and certification for excel work</li>
    </div>

    <footer class="footer mt-auto py-3">
      <div class="text-center">
        <img src='https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/hft_logo_footer.svg' alt='Innovative Hochschule' style='height:90px'/>
      </div>
      <div class="container d-flex justify-content-between">
        <div class="mb-3 text-secondary">
          <p class="fs-sm mb-0"><span class="opacity-50 me-1">© All rights reserved. 2022 HFT Stuttgart <br> 
          Contact Person: </span><a href="https://www.hft-stuttgart.de/p/thunyathep-santhanavanich" target="_blank">Joe Thunyathep S.</a></p>
        </div>
      </div>
    </footer>
  </body>
</html>