Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added header
  • Loading branch information
rkv14001 committed Dec 7, 2016
1 parent f5fe251 commit 65de845
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 12 deletions.
48 changes: 43 additions & 5 deletions src/resources/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/resources/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions src/resources/index.html
Expand Up @@ -22,12 +22,14 @@
</head> </head>
<body> <body>


<nav>
<ul> <div class="header"><img style="width:255px;height:98px" src="http://logonoid.com/images/uconn-logo.png"></div>
<li><a href="#/">Home</a></li> <div class="header" style="margin-bottom:5px">
<li><a href="#/classSearch">Class</a></li> <div class="topLink"><a href="http://www.google.com"> Holds and Indicators</a></div>
</ul> <div class="topLink"><a href="http://www.google.com"> Enrollment Dates</a></div>
</nav> <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="ng-view"> <div class="ng-view">
</div> </div>
Expand Down
263 changes: 263 additions & 0 deletions src/resources/scss/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/resources/scss/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/resources/scss/main.scss
Expand Up @@ -143,6 +143,7 @@ body {
color:#000000; color:#000000;
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
border:2px solid #000e2f !important;
} }
.item:hover h2:before { .item:hover h2:before {
content:""; content:"";
Expand Down

0 comments on commit 65de845

Please sign in to comment.