Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create Admin-Redesign-Main-Menu
bug: gotta figure out how to position the schedule header correctly without having an elements under it to balance it. If I added 5 links under it it would line up, but without anything under it it goes where it is now for some reason. Using raw positioning in-line styling would fix it but isn't really a desirable solution
  • Loading branch information
jjm14012 committed Nov 7, 2016
1 parent f77f98b commit 29c13fc
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions HTML_and_CSS/Admin-Redesign-Main-Menu
@@ -0,0 +1,87 @@
<!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">
<div style="display:inline;width:25%;padding:0 1%;background-color:inherit"><a href="http://www.google.com"> Holds and Indicators</a></div>
<div style="display:inline;width:25%;padding:0 1%;background-color:inherit"><a href="http://www.google.com"> Enrollment Dates</a></div>
<div style="display:inline;width:25%;padding:0 1%;background-color:inherit"><a href="http://www.google.com"> Advisor</a></div>
<div style="display:inline;width:25%;padding:0 1%;background-color:inherit"><a href="http://www.google.com"> Links</a></div>
</div>
<div class="leftBlock">
<div class="caption">Academics</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
</div>
<div class="rightBlock">
<div class="caption">Schedule</div>
</div>
<div class="leftBlock">
<div class="caption">Finances</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
</div>
<div class="rightBlock">
<div class="caption">Personal Information</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
<div>
<a href="http://www.google.com"> link will go here</a>
<a href="http://www.google.com"> link will go here</a>
</div>
</div>
</body>
</html>

0 comments on commit 29c13fc

Please sign in to comment.