diff options
| author | mcd223 <jacob@simplelittledream.com> | 2019-02-07 19:38:42 -0500 |
|---|---|---|
| committer | mcd223 <jacob@simplelittledream.com> | 2019-02-07 19:38:42 -0500 |
| commit | 5552ce957b496dd4f0b8447dbfbf8718fbd1f2a7 (patch) | |
| tree | 50243c695dfb3252fde70254e50087e54044583e /Schoolproject/index.html | |
redesign 3
Diffstat (limited to 'Schoolproject/index.html')
| -rw-r--r-- | Schoolproject/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Schoolproject/index.html b/Schoolproject/index.html new file mode 100644 index 0000000..c031556 --- /dev/null +++ b/Schoolproject/index.html @@ -0,0 +1,39 @@ +<!doctype html> +<html> +<head> +<title>Home</title> +<link rel="stylesheet" href="CSS/main.css"> +<script src="JS/sidenav.js"></script> +</head> +<body> +<div id="main"> +<div class="container"> +<header><span class="nav_button" onclick="openNav()">☰</span><center><h1 class="white">Home</h1></center></header> + <div id="mySidenav" class="sidenav"> +<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> +<a href="index.html">Home</a> +<a href="Declan'sPage.html">Paraphrasing of the US Constitution, How A Bill Becomes A Law, and Election Basics</a> +<a href="Jason'sPage.html">The three branches and important people from each</a> +<a href="Nick'sPage.html">Checks and Balances, Supremacy Clause, Bicameral legislature, Marbury Vs Madison, and the history of each</a> +<a href="Jacob'sPage.html">The Articles of Confederation & Shays' Rebellion</a> +</div> +<main> +<table> +<tr> +<td>Nicholas Torrillo</td> +<td>Jason Kirk</td> +<td>Jacob McDonnell</td> +<td>Declan Lees</td> +</tr> +<tr> +<td>-Checks and Balances<br>-Supremacy Clause<br>-Bicameral legislature<br>-Marbury Vs Madison<br>-The History of Each</td> +<td>-The Three Branches<br>-Important People from Each Branch</td> +<td>-The Articles of Confederation<br>-Shays' Rebellion</td> +<td>-Paraphrasing of the U.S. Constitution<br>-How A Bill Becomes A Law<br>-Election Basics</td> +</table> +<!--<center><img src="images/pixeltrump.gif" alt="pixel trump gif"></center>--> +</main> +</div> +</div> +</body> +</html> |
