|
32 | 32 | {% include favicons.html %} |
33 | 33 | </head> |
34 | 34 | <body> |
35 | | - {% include menu.html %} |
36 | | - <main class="main"> |
37 | | - <header class="header"> |
38 | | - <div class="header-container"> |
39 | | - <h1 class="header-figure"> |
40 | | - {{site.title}} |
41 | | - </h1> |
42 | | - <h2 class="header-title"> |
43 | | - A free visual guide to CSS |
44 | | - </h2> |
45 | | - <p class="header-subtitle"> |
46 | | - <strong>Learn by example</strong>: <a href="{{site.url}}">cssreference.io</a> is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples. |
47 | | - </p> |
| 35 | + <header class="header"> |
| 36 | + <div class="container"> |
| 37 | + <h1 class="header-figure"> |
| 38 | + {{site.title}} |
| 39 | + </h1> |
| 40 | + <div class="header-content"> |
| 41 | + <div class="header-carbon"> |
| 42 | + {% include carbon.html %} |
| 43 | + </div> |
| 44 | + <div class="header-text"> |
| 45 | + <h2 class="header-title"> |
| 46 | + {{site.subtitle}} |
| 47 | + </h2> |
| 48 | + <p class="header-subtitle"> |
| 49 | + <strong>Learn by example</strong>: <a href="{{site.url}}">cssreference.io</a> is a free visual guide to CSS. It features the most popular <strong>properties</strong>, and explains them with illustrated and animated <strong>examples</strong>. |
| 50 | + </p> |
| 51 | + <footer class="header-share"> |
| 52 | + {% include social/button-twitter.html %} |
| 53 | + {% include social/button-facebook.html %} |
| 54 | + </footer> |
| 55 | + </div> |
48 | 56 | </div> |
49 | | - </header> |
50 | | - <section class="list"> |
51 | | - <div class="menu-search"> |
52 | | - <input id="menu-search-input" type="search" autocomplete="off" placeholder="Search 129 CSS properties"> |
53 | | - <i class="icon is-search"></i> |
| 57 | + </div> |
| 58 | + </header> |
| 59 | + <main class="index"> |
| 60 | + <nav class="index-collections"> |
| 61 | + <strong>Collections:</strong> |
| 62 | + <a href="{{site.url}}/animations/">Animations</a> |
| 63 | + <a href="{{site.url}}/backgrounds/">Backgrounds</a> |
| 64 | + <a href="{{site.url}}/box-model/">Box model</a> |
| 65 | + <a href="{{site.url}}/flexbox/">Flexbox</a> |
| 66 | + <a href="{{site.url}}/positioning/">Positioning</a> |
| 67 | + <a href="{{site.url}}/transitions/">Transitions</a> |
| 68 | + <a href="{{site.url}}/typography/">Typography</a> |
| 69 | + </nav> |
| 70 | + <div class="container"> |
| 71 | + <div class="index-left"> |
54 | 72 | </div> |
55 | | - <div id="menu-list" class="list-list"> |
56 | | - {% include lists/main-list.html %} |
57 | | - </div> |
58 | | - </section> |
| 73 | + </div> |
59 | 74 | </main> |
60 | 75 | {% include modals/share.html %} |
61 | 76 | {% include google-fonts.html %} |
|
0 commit comments