|
12 | 12 | <link rel="stylesheet" href="../bower_components/normalize-css/normalize.css"> |
13 | 13 | <!-- <link rel="stylesheet" href="css/normalize.css"> --> |
14 | 14 | <link rel="stylesheet" href="css/main.css"> |
| 15 | + <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
15 | 16 | <!-- <script src="js/vendor/modernizr-2.8.3.min.js"></script> --> |
16 | 17 | <script src="../bower_components/modernizr/bin/modernizr"></script> |
17 | 18 | <svg class="icon icon-menu"><use xlink:href="#icon-menu"></use></svg> |
|
22 | 23 | <![endif]--> |
23 | 24 |
|
24 | 25 | <!-- Add your site or application content here --> |
25 | | - <main class="container"> |
26 | | - <header> |
27 | | - <h1>Welcome to my Blog</h1> |
28 | 26 |
|
29 | | - <nav class="hamburger-menu"> |
30 | | - <a href="#" class="menu-icon border"></a> |
| 27 | + <header class="hero"> |
| 28 | + <!-- <img src="img/hero2.jpg"> --> |
| 29 | + <nav class="hamburger-menu"> |
| 30 | + <a href="#" class="menu-icon border"></a> |
| 31 | + <h1>Ricecoder</h1> |
| 32 | + </nav> |
31 | 33 |
|
32 | | - </header> |
| 34 | + <div class="text"> |
| 35 | + <h2>Welcome to my Blog</h2> |
| 36 | + <p>So Much Wow!</p> |
| 37 | + <a href="btn btn-success">Contact!</a> |
| 38 | + </div> |
33 | 39 |
|
34 | | - <ul class="menu"> |
35 | | - <li> |
| 40 | + <nav class="menu-list"> |
36 | 41 | <a href="#">About</a> |
37 | | - </li> |
38 | | - <li> |
39 | | - <a href="#">Portfilio</a> |
40 | | - </li> |
41 | | - <li> |
42 | | - <a href="#">Tutorials</a> |
43 | | - </li> |
44 | | - <li> |
45 | | - <a href="#">Blog Posts</a> |
46 | | - </li> |
47 | | - </ul> |
48 | | - |
49 | | - <section class="posts"> |
50 | | - <ul class="posts"> |
51 | | - <li>{{post}}</li> |
52 | | - <li>{{post}}</li> |
53 | | - <li>{{post}}</li> |
54 | | - <li>{{post}}</li> |
55 | | - </ul> |
| 42 | + <a href="#">Portfolio</a> |
| 43 | + <a href="#">Contact</a> |
| 44 | + </nav> |
| 45 | + |
| 46 | + </header> |
| 47 | + |
| 48 | + <main class="container"> |
| 49 | + |
| 50 | + <section class="posts"> |
| 51 | + <div class="meta"> Oct 12, 2015 | <span class="author">Lacey Rice</a> |
| 52 | + <a href="" class="comment">Leave a Comment</a> |
| 53 | + </div> |
| 54 | + <h3><a href="">This is my post</a></h3> |
| 55 | + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum eu lorem a egestas. Pellentesque eros enim, posuere ac turpis non, dignissim fermentum orci. Integer eget elementum ex, et gravida nulla. |
| 56 | + <a href="" class="more">Read more</a></p> |
| 57 | + </section> |
56 | 58 |
|
| 59 | + <section class="posts"> |
| 60 | + <div class="meta"> Oct 12, 2015 | <span class="author">Lacey Rice</a> |
| 61 | + <a href="" class="comment">Leave a Comment</a> |
| 62 | + </div> |
| 63 | + <h3><a href="">This is my post</a></h3> |
| 64 | + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum eu lorem a egestas. Pellentesque eros enim, posuere ac turpis non, dignissim fermentum orci. Integer eget elementum ex, et gravida nulla. |
| 65 | + <a href="" class="more">Read more</a></p> |
| 66 | + </section> |
57 | 67 |
|
| 68 | + <section class="posts"> |
| 69 | + <div class="meta"> Oct 12, 2015 | <span class="author">Lacey Rice</a> |
| 70 | + <a href="" class="comment">Leave a Comment</a> |
| 71 | + </div> |
| 72 | + <h3><a href="">This is my post</a></h3> |
| 73 | + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum eu lorem a egestas. Pellentesque eros enim, posuere ac turpis non, dignissim fermentum orci. Integer eget elementum ex, et gravida nulla. |
| 74 | + <a href="" class="more">Read more</a></p> |
| 75 | + </section> |
58 | 76 |
|
59 | 77 | </main> |
60 | 78 |
|
| 79 | + <footer> |
| 80 | + <!-- something here eventually --> |
| 81 | + </footer> |
| 82 | + |
61 | 83 |
|
62 | 84 | <script src="../bower_components/jquery/dist/jquery.js"></script> |
63 | 85 |
|
|
0 commit comments