Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create Base-Page
this will be the base used for most of the pages, we will need to add content to it depending on what the page is supposed to have (financial aid stuff, classes, etc)
  • Loading branch information
jjm14012 committed Nov 16, 2016
1 parent 32b5b4e commit ce80017
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions HTML_and_CSS/Base-Page
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Admin-Redesign.css">
</head>
<body>
<div class="header"><img style="width:255px;height:98px" src="http://logonoid.com/images/uconn-logo.png"></div>
<div class="header" style="margin-bottom:5px">
<div class="topLink"><a href="http://www.google.com"> Holds and Indicators</a></div>
<div class="topLink"><a href="http://www.google.com"> Enrollment Dates</a></div>
<div class="topLink"><a href="http://www.google.com"> Advisor</a></div>
<div class="topLink"><a href="http://www.google.com"> Links</a></div>
</div>
<div class="caption">Whatever the page is named can go here i guess</div>
<!-- just putting the link to what it is on my hard drive for now cuz whatever -->
<a class="homepage" href="file:///C:/Users/John/Documents/CSE%20Projects/Student%20Admin%20Redesign%20-%20HTML/Admin-Redesign-Main-Menu.html">Back to home page</a>

0 comments on commit ce80017

Please sign in to comment.