Skip to content

Commit

Permalink
Merge branch 'markup' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rbndelrio committed Mar 8, 2015
2 parents 0141c6c + 54a5107 commit 74db617
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
### Libraries etc.

* jQuery (well, not yet...)
* Modernizr (shiv and all that jazz)
* Modernizr (shiv and all that jazz)
* FontAwesome
3 changes: 2 additions & 1 deletion brewery.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="icon" sizes="192x192" href="img/touch-icon.png">
<link rel="shortcut icon" href="img/fav.ico">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Patua+One|Roboto:500,400italic,700,400|Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="min/modernizr.js" type="text/javascript"></script>
Expand All @@ -24,7 +25,7 @@
<a href="index.html" class="logotype navlink">Florida Beer Co.</a>
</li>
<li class="pull-left">
<a href="#" class="menu navlink"><span class="menutext">Menu</span><span class="darrow">&#x2304;</span></a>
<a href="#" class="menu navlink"><span class="menutext">Menu</span><i class="fa fa-chevron-down darrow"></i></a>
<div class="fs-menu">
<ul class="links">
<li><a href="#">Beer</a></li>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="icon" sizes="192x192" href="img/touch-icon.png">
<link rel="shortcut icon" href="img/fav.ico">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Patua+One|Roboto:500,400italic,700,400|Roboto+Condensed:700,400' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="min/modernizr.js" type="text/javascript"></script>
Expand Down
10 changes: 6 additions & 4 deletions sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,18 @@ header
font-weight: normal
&:hover
color: $brand-3
span
span,i
display: inline-block
overflow: hidden
&.menutext
width: 85px
width: 80px
&.darrow
font-size: 60px
// font-size: 60px
height: 100%
overflow: hidden
line-height: 44px
line-height: 53px
width: 45px
text-align: center


//--- MENU ---//
Expand Down

0 comments on commit 74db617

Please sign in to comment.