|
16 | 16 | </head>
|
17 | 17 | <body>
|
18 | 18 |
|
19 |
| - <header role="banner" class="u-responsive-wrapper"> |
20 |
| - {% if page.url != "/index.html" %} |
21 |
| - {% assign isLink = true %} |
22 |
| - {% endif %} |
23 |
| - |
24 |
| - {% capture flavorText %} |
25 |
| - <div class="FlavorText__text"> |
26 |
| - Matt Wondra |
27 |
| - <span class="FlavorText__text__flavor"> |
28 |
| - {% if page.mattwondra %}{{ page.mattwondra }}{% else %}{{ site.defaultFlavorText }}{% endif %} |
29 |
| - </span> |
30 |
| - |
31 |
| - {% if isLink %} |
32 |
| - <div class="FlavorText__hover-text"> |
33 |
| - <span class="FlavorText__hover-text__name">Matt Wondra</span> |
34 |
| - will guide you home. |
35 |
| - </div> |
36 |
| - {% endif %} |
37 |
| - </div> |
38 |
| - {% endcapture %} |
39 |
| - |
40 |
| - {% if isLink %} |
41 |
| - <a href="/" class="FlavorText FlavorText--link"> |
42 |
| - {{ flavorText }} |
43 |
| - </a> |
44 |
| - {% else %} |
45 |
| - <div class="FlavorText"> |
46 |
| - {{ flavorText }} |
47 |
| - </div> |
48 |
| - {% endif %} |
| 19 | + <header role="banner"> |
| 20 | + <div class="u-responsive-wrapper"> |
| 21 | + <a href="/">Matt Wondra</a> |
| 22 | + {% if page.mattwondra %}{{ page.mattwondra }}{% else %}{{ site.defaultFlavorText }}{% endif %} |
| 23 | + </div> |
49 | 24 | </header>
|
50 | 25 |
|
51 |
| - <main class="u-responsive-wrapper" role="main"> |
| 26 | + <main role="main"> |
52 | 27 | {{ content }}
|
53 | 28 | </main>
|
54 | 29 |
|
55 |
| - <footer role="contentinfo" class="SiteFooter u-responsive-wrapper"> |
56 |
| - <hr class="ContentBreak" /> |
57 |
| - |
58 |
| - <h2 class="u-section-heading">Choose your own adventure</h2> |
59 |
| - <nav class="PrimaryNav"> |
60 |
| - <a href="/">Home</a> |
61 |
| - <a href="/about/">About</a> |
62 |
| - <a href="/blog/archive/">Archive</a> |
63 |
| - </nav> |
64 |
| - <div class="SecondaryNav"> |
65 |
| - <a href="https://github.com/mattwondra" class="u-link-muted">Github</a> |
66 |
| - <a href="https://twitter.com/mattwondra" class="u-link-muted">Twitter</a> |
67 |
| - <a href="http://instagram.com/mattwondra" class="u-link-muted">Instagram</a> |
68 |
| - <a href="{{site.rss_path}}{{site.rss_name}}" class="u-link-muted">RSS</a> |
69 |
| - </div> |
70 |
| - |
71 |
| - |
72 |
| - <small class="SiteCopyright"> |
73 |
| - © {{ site.time | date: '%Y' }} Matt Wondra |
74 |
| - </small> |
| 30 | + <footer role="contentinfo" class="u-bg-gray"> |
| 31 | + <section class="u-responsive-wrapper"> |
| 32 | + <h2 class="u-section-heading">Choose your own adventure</h2> |
| 33 | + <nav class="PrimaryNav"> |
| 34 | + <a href="/">Home</a> |
| 35 | + <a href="/about/">About</a> |
| 36 | + <a href="/speaking/">Speaking</a> |
| 37 | + </nav> |
| 38 | + <div class="SecondaryNav"> |
| 39 | + <a href="https://github.com/mattwondra" class="u-link-muted">Github</a> |
| 40 | + <a href="https://twitter.com/mattwondra" class="u-link-muted">Twitter</a> |
| 41 | + <a href="http://instagram.com/mattwondra" class="u-link-muted">Instagram</a> |
| 42 | + <a href="{{site.rss_path}}{{site.rss_name}}" class="u-link-muted">RSS</a> |
| 43 | + </div> |
| 44 | + |
| 45 | + <small class="SiteCopyright"> |
| 46 | + © {{ site.time | date: '%Y' }} Matt Wondra |
| 47 | + </small> |
| 48 | + </section> |
75 | 49 | </footer>
|
76 | 50 |
|
77 | 51 |
|
|
0 commit comments