Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
really?
  • Loading branch information
Joel Salisbury committed Sep 21, 2017
1 parent 54b9467 commit 789a1fc
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions index.html
Expand Up @@ -4,7 +4,7 @@
<!-- <base href="/"> -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Content Management Platform For CHIP's SWAP Categories">
<meta name="description" content="48 hours. One word. One epic photo competition.">

<!-- Styles -->
<link rel="stylesheet" href="assets/css/materialize.css">
Expand Down Expand Up @@ -39,19 +39,10 @@

<!-- Logo -->
<div class="logo-area">
<i class="material-icons">local_pizza</i>
<h4 class="logo">F2E</h4>
<h4 class="logo">Manage NAIP Categories</h4>
</div>


<!-- Links -->
<div class="links">
<ul class="tabs tabs-transparent">
<li class="tab"><a ng-class="{active: page.id==='food'}" ng-click="go('/food')">Food</a></li>
<li class="tab"><a ng-class="{active: page.id==='cat'}" ng-click="go('/categories')">Categories</a></li>
<!-- <li class="tab"><a ng-class="{active: page.id==='nutrients'}" ng-click="go('/nutrients')">Nutrients</a></li> -->
</ul>
</div>


<!-- Sign in/up Buttons -->
Expand All @@ -67,6 +58,7 @@




<script>
$('.profile-btn').sideNav({
menuWidth: 260, // Default is 240
Expand Down

0 comments on commit 789a1fc

Please sign in to comment.