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
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<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">

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body {
color:#000000;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Roboto', sans-serif;
font-size:21pt;

background:#FFFFFF;
Expand All @@ -18,12 +18,12 @@

a:link, a:visited {
text-decoration:underline;
color:#0009bc;
color:#0080bc;
}

a:active{
text-decoration:underline;
color: #0009bc;
color: #0080bc;
}

a:hover{
Expand Down Expand Up @@ -85,15 +85,15 @@
<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.
<B> Welcome! </B> to the unofficial Edison Student website- a community portal built for the 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 and explore it.
</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/index.html">Home</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>
Expand Down