contact.html 2.1 KB
Newer Older
Bao's avatar
Bao committed
1
2
3
4
<!DOCTYPE HTML>
<html>

<head>
Bao's avatar
Bao committed
5
  <title>Contact - IN-Source FWE</title>
Bao's avatar
Bao committed
6
7
8
9
10
11
12
13
14
  <meta name="description" content="website description" />
  <meta name="keywords" content="website keywords, website keywords" />
  <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>

<body>
    <div id="header">
      <div id="logo">
Bao's avatar
Bao committed
15
16
17
18
        <!-- class="logo_colour", allows you to change the colour of the text -->
        <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
        
Bao's avatar
Bao committed
19
20
21
22
23
      </div>
      <div id="menubar">
        <ul id="menu">
          <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
          <li><a href="index.html">Home</a></li>
Bao's avatar
Bao committed
24
25
26
          <li><a href="Biomass.html">Biomass Simulator</a></li>
          <li><a href="FWEADE.html">FWE ADE</a></li>
          <li><a href="Visualization.html">Visualization</a></li>
Bao's avatar
Bao committed
27
28
29
30
31
32
33
34
          <li class="selected"><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Latest News</h1>
        <h4>New Website Launched</h4>
Bao's avatar
Bao committed
35
36
        <h5>15.05.2020</h5>
        <p>A website contains all the outcomes from HFT for project IN-Source has been launched.<br /></p>
Bao's avatar
Bao committed
37
38
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
39
40
41
          <li><a href="http://www.simstadt.eu/de/index.jsp">SimStadt</a></li>
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>

Bao's avatar
Bao committed
42
        </ul>
Bao's avatar
Bao committed
43

Bao's avatar
Bao committed
44
    </div>
Bao's avatar
Bao committed
45
46
47
48
49
50
51
52
53
54
55
    
    <div id="content">
        <h1>Contact Us</h1>
        <p>Prof. Dr. Volker Coors<p>
            <a href= "mailto:Volker.Coors@hft-stuttgart.de">Volker.Coors@hft-stuttgart.de</a>
        <p>Ursula Pietzch  (Project Manager) <p>
            <a href= "mailto:ursula.pietzsch@hft-stuttgart.de">ursula.pietzsch@hft-stuttgart.de</a>

        

  </div>
Bao's avatar
Bao committed
56
57
58
  </div>
</body>
</html>
Bao's avatar
Bao committed
59