|
13 | 13 | <!--[if lt IE 9]>
|
14 | 14 | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
15 | 15 | <![endif]-->
|
16 |
| - |
| 16 | + <!--[if (lte IE 8)&!(IEMobile)]> |
| 17 | + <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/iestyle.css" /> |
| 18 | + <![endif]--> |
| 19 | + <!--[if (gte IE 9)|(IEMobile)|!(IE)]><!--> |
17 | 20 | <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
| 21 | + <!--><![endif]--> |
| 22 | + |
18 | 23 | <link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
19 | 24 |
|
20 | 25 | <!-- Created with Jekyll Now - https://github.com/barryclark/jekyll-now -->
|
21 | 26 | </head>
|
22 | 27 |
|
23 | 28 | <body>
|
24 |
| - <div class="wrapper-masthead"> |
25 |
| - <div class="container"> |
26 |
| - <header class="masthead clearfix"> |
27 |
| - <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a> |
28 |
| - |
29 |
| - <div class="site-info"> |
30 |
| - <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1> |
31 |
| - <p class="site-description">{{ site.description }}</p> |
| 29 | + <div class="fyr_main-container"> |
| 30 | + <div class="fyr_sheet{% if page.url == '/index.html'%} fyr_sheet--animate{% endif %}"> |
| 31 | + <span class="fyr_sheet__lines"> |
| 32 | + <span class="fyr_sheet__notes-wrapper"> |
| 33 | + <span class="fyr_sheet__note fyr_sheet__note--1"></span> |
| 34 | + <span class="fyr_sheet__note fyr_sheet__note--2"></span> |
| 35 | + <span class="fyr_sheet__note fyr_sheet__note--3"></span> |
| 36 | + <span class="fyr_sheet__note fyr_sheet__note--4"></span> |
| 37 | + <span class="fyr_sheet__note fyr_sheet__note--5"></span> |
| 38 | + <span class="fyr_sheet__note fyr_sheet__note--6"></span> |
| 39 | + <span class="fyr_sheet__note fyr_sheet__note--7"></span> |
| 40 | + <span class="fyr_sheet__note fyr_sheet__note--8"></span> |
| 41 | + <span class="fyr_sheet__note fyr_sheet__note--9"></span> |
| 42 | + <span class="fyr_sheet__note fyr_sheet__note--10"></span> |
| 43 | + <span class="fyr_sheet__note fyr_sheet__note--11"></span> |
| 44 | + <span class="fyr_sheet__note fyr_sheet__note--12"></span> |
| 45 | + </span> |
| 46 | + </span> |
| 47 | + </div> |
| 48 | + <!-- <img class="fyr_masterhead__img" src="/images/anna.jpg" /> --> |
| 49 | + |
| 50 | + <div id="main" role="main" class="fyr_container"> |
| 51 | + <header class="fyr_container__left"> |
| 52 | + <div class="fyr_header"> |
| 53 | + <figure class="fyr_profile-picture"> |
| 54 | + <img class="fyr_profile-picture__img" src="/images/anna.jpg" /> |
| 55 | + <span class="fyr_profile-picture__blur"></span> |
| 56 | + </figure> |
| 57 | + <h1 class="fyr_header__name"><a href="{{ site.baseurl }}/">Anna <br/>Cederberg-Orreteg</a></h1> |
| 58 | + <p class="fyr_header__desc">{{ site.description }}</p> |
32 | 59 | </div>
|
33 |
| - |
34 |
| - <nav> |
35 |
| - <a href="{{ site.baseurl }}/">Blog</a> |
36 |
| - <a href="{{ site.baseurl }}/about">About</a> |
37 |
| - </nav> |
| 60 | + {% include menu.html %} |
38 | 61 | </header>
|
| 62 | + <div class="fyr_container__right"> |
| 63 | + {{ content }} |
| 64 | + </div> |
39 | 65 | </div>
|
40 | 66 | </div>
|
41 |
| - |
42 |
| - <div id="main" role="main" class="container"> |
43 |
| - {{ content }} |
44 |
| - </div> |
45 |
| - |
46 |
| - <div class="wrapper-footer"> |
47 |
| - <div class="container"> |
48 |
| - <footer class="footer"> |
49 |
| - {% include svg-icons.html %} |
50 |
| - </footer> |
| 67 | + <footer class="fyr_footer"> |
| 68 | + <div class="fyr_sheet"> |
| 69 | + <span class="fyr_sheet__lines"></span> |
51 | 70 | </div>
|
52 |
| - </div> |
53 |
| - |
| 71 | + </footer> |
| 72 | + <div class="fyr_cover"></div> |
54 | 73 | {% include analytics.html %}
|
55 | 74 | </body>
|
56 | 75 | </html>
|
0 commit comments