summaryrefslogtreecommitdiff
path: root/Schoolproject/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Schoolproject/index.html')
-rwxr-xr-xSchoolproject/index.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/Schoolproject/index.html b/Schoolproject/index.html
deleted file mode 100755
index c031556..0000000
--- a/Schoolproject/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!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()">&#9776;</span><center><h1 class="white">Home</h1></center></header>
- <div id="mySidenav" class="sidenav">
-<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</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>