From 0088eb4b6a0b94cae724b27857fb06c9607c0ecf Mon Sep 17 00:00:00 2001
From: Keyu Bao <keyu.bao@hft-stuttgart.de>
Date: Fri, 15 May 2020 11:39:53 +0000
Subject: [PATCH] Update index.html

---
 index.html | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/index.html b/index.html
index 3ee1c09..9270ec5 100644
--- a/index.html
+++ b/index.html
@@ -15,16 +15,16 @@
       <div id="logo">
         <!-- 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 Simulator</span></a></h1>
+        <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulation and Visulization</span></a></h1>
         
       </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 class="selected"><a href="index.html">Home</a></li>
-          <li><a href="examples.html">Examples</a></li>
-          <li><a href="page.html">A Page</a></li>
-          <li><a href="another_page.html">Another Page</a></li>
+          <li><a href="Biomass.html">Biomass</a></li>
+          <li><a href="EnergyADE.html">EnergyADE</a></li>
+          <li><a href="Visualization.html">Visualization</a></li>
           <li><a href="contact.html">Contact Us</a></li>
         </ul>
       </div>
@@ -42,18 +42,17 @@
         </ul>
       </div>
       <div id="content">
-        <h1>Welcome to the simple_light template</h1>
-        <p>This standards compliant, simple, fixed width website template is released as an 'open source' design (under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 Licence</a>), which means that you are free to download and use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design from HTML5webtemplates.co.uk' link in the footer of the template, but other than that...</p>
-        <p>This template is written entirely in <strong>HTML5</strong> and <strong>CSS</strong>, and can be validated using the links in the footer.</p>
-        <p>You can view more free HTML5 web templates <a href="http://www.html5webtemplates.co.uk">here</a>.</p>
-        <p>This template is a fully functional 5 page website, with an <a href="examples.html">examples</a> page that gives examples of all the styles available with this design.</p>
-        <h2>Browser Compatibility</h2>
-        <p>This template has been tested in the following browsers:</p>
-        <ul>
-          <li>Internet Explorer 8</li>
-          <li>FireFox 3</li>
-          <li>Google Chrome 13</li>
-        </ul>
+        <h1>Welcome to the Page of Food-Water-Energy Simulation Tool</h1>
+        
+        <h2>Biomass Potential Simulation</h2>
+        <p>The simulator is based on the urban energy simulation platfomr called SimStadt. SimStadt has been developed and extensively validated in the framework of SimStadt and SimStadt 2.0 projects since 2013. </p>
+        <p>In INsource the software SimStadt was extened to simulate the vegetation-based biomass potential.</p>
+        <p>Further FWE related functions, e.g. water demand in urban and rural area and food potential, are being studied and extented.</p>
+        <h2>EnergyADE</h2>
+        <p></p>
+        <h2>Visualization</h2>
+        <p></p>
+
       </div>
     </div>
   </div>
-- 
GitLab