Commit cc3b6644 authored by Bao's avatar Bao
Browse files

Update contact.html

parent 81c22364
Pipeline #761 passed with stage
in 2 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>simple_light - contact us</title> <title>simple_light - examples</title>
<meta name="description" content="website description" /> <meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" /> <meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" /> <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
...@@ -10,22 +10,20 @@ ...@@ -10,22 +10,20 @@
</head> </head>
<body> <body>
<div id="main">
<div id="header"> <div id="header">
<div id="logo"> <div id="logo">
<div id="logo_text"> <!-- class="logo_colour", allows you to change the colour of the text -->
<!-- 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">simple<span class="logo_colour">_light</span></a></h1> <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
<h2>Simple. Contemporary. Website Template.</h2>
</div>
</div> </div>
<div id="menubar"> <div id="menubar">
<ul id="menu"> <ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on --> <!-- 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> <li><a href="index.html">Home</a></li>
<li><a href="examples.html">Examples</a></li> <li><a href="Biomass.html">Biomass Simulator</a></li>
<li><a href="page.html">A Page</a></li> <li><a href="FWEADE.html">FWE ADE</a></li>
<li><a href="another_page.html">Another Page</a></li> <li><a href="Visualization.html">Visualization</a></li>
<li class="selected"><a href="contact.html">Contact Us</a></li> <li class="selected"><a href="contact.html">Contact Us</a></li>
</ul> </ul>
</div> </div>
...@@ -34,41 +32,28 @@ ...@@ -34,41 +32,28 @@
<div class="sidebar"> <div class="sidebar">
<h1>Latest News</h1> <h1>Latest News</h1>
<h4>New Website Launched</h4> <h4>New Website Launched</h4>
<h5>January 1st, 2010</h5> <h5>15.05.2020</h5>
<p>2010 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p> <p>A website contains all the outcomes from HFT for project IN-Source has been launched.<br /></p>
<h1>Useful Links</h1> <h1>Useful Links</h1>
<ul> <ul>
<li><a href="#">link 1</a></li> <li><a href="http://www.simstadt.eu/de/index.jsp">SimStadt</a></li>
<li><a href="#">link 2</a></li> <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
<li><a href="#">link 3</a></li>
<li><a href="#">link 4</a></li>
</ul> </ul>
<h1>Search</h1>
<form method="post" action="#" id="search_form">
<p>
<input class="search" type="text" name="search_field" value="Enter keywords....." />
<input name="search" type="image" style="border: 0; margin: 0 0 -9px 5px;" src="style/search.png" alt="Search" title="Search" />
</p>
</form>
</div>
<div id="content">
<h1>Contact Us</h1>
<p>Below is an example of how a contact form might look with this template:</p>
<form action="#" method="post">
<div class="form_settings">
<p><span>Name</span><input class="contact" type="text" name="your_name" value="" /></p>
<p><span>Email Address</span><input class="contact" type="text" name="your_email" value="" /></p>
<p><span>Message</span><textarea class="contact textarea" rows="8" cols="50" name="your_enquiry"></textarea></p>
<p style="padding-top: 15px"><span>&nbsp;</span><input class="submit" type="submit" name="contact_submitted" value="submit" /></p>
</div>
</form>
<p><br /><br />NOTE: A contact form such as this would require some way of emailing the input to an email address.</p>
</div>
</div>
<div id="footer">
<p><a href="index.html">Home</a> | <a href="examples.html">Examples</a> | <a href="page.html">A Page</a> | <a href="another_page.html">Another Page</a> | <a href="contact.html">Contact Us</a></p>
<p>Copyright &copy; simple_light | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a></p>
</div> </div>
<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>
</div> </div>
</body> </body>
</html> </html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment