Skip to content

Commit

Permalink
Updated Index wrt main data & Finished allfuels
Browse files Browse the repository at this point in the history
  • Loading branch information
suobset committed May 4, 2021
1 parent e9ae451 commit f2cb6ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions allfuels.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ <h1><a href="index.html">Return to Main Page</a></h1>
<div id="table_div"></div><br><br>
<div id="gge-charts" style="width: 1200px; height: 500px; padding-left: 175px;"></div><br><br>
</div>

<div id="footer">
<p>Made by Kush for Team 6 of CS2.</p>
<p>This is an Open Source Project. <a href="https://github.com/suobset/iCons1-CS2">Contribute Here!!</a></p>
</div>
<div id="home">
<h1>Definitions:</h1>
<ul>
Expand All @@ -75,5 +70,9 @@ <h1>Definitions:</h1>
</li>
</ul><br><br><br>
</div>
<div id="footer">
<p>Made by Kush for Team 6 of CS2.</p>
<p>This is an Open Source Project. <a href="https://github.com/suobset/iCons1-CS2">Contribute Here!!</a></p>
</div>
</body>
</html>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ <h1>What aspect's data do you want to see?</h1>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Choose an option ▼</button>
<div id="myDropdown" class="dropdown-content">
<a href="hydroEfficiency.html">Efficiency for Hydrogen</a>
<a href="hydroSafety.html">Safety for Hydrogen</a>
<a href="allfuels.html">Data for all fuels</a>
<!-- <a href="hydroEfficiency.html">Efficiency for Hydrogen</a> -->
<a href="hydroSafety.html">Expanding upon Safety for Hydrogen</a>
<a href="allfuels.html">Efficiency of Various Fuels</a>
<a href = "hydroCost.html">Cost Factors for Hydrogen Fuel in the U.S.</a>
<a href="about.html">How was this website made??</a>
<!-- <a href="about.html">How was this website made??</a> -->
</div>
</div>
<script src = "js/dropDown.js"></script>
Expand Down

0 comments on commit f2cb6ad

Please sign in to comment.