Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 33 additions & 36 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Edison Regional Gifted Center Website</title>
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|font-effect-fire-animation" rel="stylesheet">
<style type="text/css">
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|font-effect-fire-animation" rel="stylesheet">
</head>
<body>
<div id="About Us">
<center><img src="EDISONSTUDENTS.png" alt="Edison Regional Gifted Center Website"></center>
</div>

<div id="container">
<div id="content">
<!-- <p>This is the Official Edison Website: We cover things about Edison</p > -->
<B> Welcome! </B> to the unofficial Edison Student website- a community portal built for use by Edison and CPS students everywhere.<br>
All edits and versions can be found @ our GitHub repo- 1337h4x/student. Enjoy! Make the website your own.
</div>
<div id="leftmenu">
<ul>
<li>
<ul>
<li><a href="http://edisongifted.com/">Edison Regional Gifted Center Website</a></li><br>
<li><a href="/student/index.html">Homepage</a></li>
<li><a href="/student/pages/electives.html">Electives</a></li>
<li><a href="/student/pages/projects1.html">Projects in Progress</a></li>
<li><a href="/student/pages/projects2.html">Finished Projects</a></li>
<li><a href="/student/pages/aroundtheschool.html">Around the School</a></li>
<li><a href="/student/pages/hotnews.html">Hot News</a></li>
<li><a href="/student/pages/aboutus.html">About Us</a></li>
</ul>
</li>
</ul>
</div>
</div>
<style type="css">

body {
color:#000000;
Expand Down Expand Up @@ -75,38 +105,5 @@
}

</style>

</head>
<body>
<div id="About Us">
<center><img src="EDISONSTUDENTS.png" alt="Edison Regional Gifted Center Website"></center>
</div>

<div id="container">
<div id="content">
<!-- <p>This is the Official Edison Website: We cover things about Edison</p > -->
<B> Welcome! </B> to the unofficial Edison Student website- a community portal built for use by Edison and CPS students everywhere.<br>
All edits and versions can be found @ our GitHub repo- 1337h4x/student. Enjoy! Make the website your own.
</div>
<div id="leftmenu">
<ul>
<li>
<ul>
<li><a href="http://edisongifted.com/">Edison Regional Gifted Center Website</a></li><br>
<li><a href="/student/index.html">Homepage</a></li>
<li><a href="/student/pages/electives.html">Electives</a></li>
<li><a href="/student/pages/projects1.html">Projects in Progress</a></li>
<li><a href="/student/pages/projects2.html">Finished Projects</a></li>
<li><a href="/student/pages/aroundtheschool.html">Around the School</a></li>
<li><a href="/student/pages/hotnews.html">Hot News</a></li>
<li><a href="/student/pages/aboutus.html">About Us</a></li>
</ul>
</li>
</ul>
</div>



</div>
</body>
</html>