Skip to content
Permalink
055182426b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
125 lines (125 sloc) 3.58 KB
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color: #ffffff;
font:arial;
}
table{
border-collapse: collapse;
}
table, th, td{
border: 2px black solid;
background-color: rgb(200,200,255)
}
th,td{
padding: 15px;
}
a{
text-align:center;
padding:10px;
border: solid 1px black;
border-radius: 5px;
display: inline-block;
margin:1px;
}
a:link, a:visited{
background-color:#7881a1;
}
a:hover, a:active{
background-color:#aaaaaa;
}
div{
background-color: #ffffff;
text-align:center;
color:white;
width:100%;
}
div.header{
background-color:#000e2f;
}
</style>
</head>
<body>
<div class="header">UCONN LOGO SHOULD PROBS GO UP HERE OR SOMETHING</div>
<div class="header">
<div style="display:inline;width:25%;padding:0 3%;background-color:inherit"><a href="http://www.google.com"> Holds and Indicators</a></div>
<div style="display:inline;width:25%;padding:0 3%;background-color:inherit"><a href="http://www.google.com"> Enrollment Dates</a></div>
<div style="display:inline;width:25%;padding:0 3%;background-color:inherit"><a href="http://www.google.com"> Advisor</a></div>
<div style="display:inline;width:25%;padding:0 3%;background-color:inherit"><a href="http://www.google.com"> Links</a></div>
</div>
<div style="width:48%;display:inline-block;margin-top:50px;margin-right:1%">
<div class="header">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 style="width:48%;display:inline-block;margin-left:1%;position:relative;bottom:199px">
<div class="header">Schedule</div>
</div>
<div style="width:48%;display:inline-block;margin-top:50px;margin-right:1%">
<div class="header">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 style="width:48%;display:inline-block;margin-left:1%">
<div class="header">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>