|
27 | 27 | </script--> |
28 | 28 |
|
29 | 29 | <aside class="menu"> |
30 | | - <header class="menu-header"> |
31 | | - <a id="logo" class="menu-logo" href="{{site.url}}"> |
32 | | - <figure> |
33 | | - <img class="menu-logo-icon" src="{{site.url}}/images/html-reference-icon.png" alt="HTML Reference icon"> |
34 | | - <img class="menu-logo-type" src="{{site.url}}/images/html-reference-type.png" alt="HTML Reference type"> |
35 | | - </figure> |
36 | | - </a> |
37 | | - </header> |
38 | | - <nav class="menu-collections"> |
| 30 | + <a id="logo" class="menu-logo" href="{{site.url}}"> |
| 31 | + <img src="{{site.url}}/images/html-reference-logo.png" alt="{{site.title}} logo"> |
| 32 | + </a> |
| 33 | + <!-- <nav class="menu-collections"> |
39 | 34 | <p><strong>HTML Elements</strong></p> |
40 | 35 | <ul> |
41 | 36 | <li><a class="menu-collection-link{% if page.route == 'index' %} menu-collection-link--active{% endif %}" href="{{site.url}}">All</a></li> |
|
48 | 43 | <li><a class="menu-collection-link{% if page.template_name == 'Tables' %} menu-collection-link--active{% endif %}" href="{{site.url}}/templates/table/">Tables</a></li> |
49 | 44 | </ul> |
50 | 45 | <p><strong><a class="menu-collection-link" href="{{site.url}}/html-global-attributes/">Global attributes</a></strong></p> |
51 | | - </nav> |
| 46 | + </nav> --> |
52 | 47 | {% if page.route != "index" %} |
53 | 48 | <nav id="menu-nav" class="menu-nav"> |
54 | 49 | <div class="menu-search"> |
|
101 | 96 | </p> |
102 | 97 | <p class="footer-share footer-share--social"> |
103 | 98 | <strong class="footer-share-label">Share</strong> |
104 | | - <a class="footer-share-button is-twitter" |
105 | | - data-social-network="Twitter" |
106 | | - data-social-action="tweet" |
107 | | - data-social-target="{{site.url}}{{page.url}}" |
108 | | - href="https://twitter.com/intent/tweet?url={{site.url | url_encode}}&text={{site.share | url_encode}}" |
109 | | - rel="external nofollow" |
110 | | - target="_blank"> |
111 | | - {% include svg/twitter.html %} |
112 | | - </a> |
113 | | - <a class="footer-share-button is-facebook" |
114 | | - href="http://www.facebook.com/sharer.php?u={{site.url | url_encode}}" |
115 | | - rel="external nofollow" |
116 | | - target="_blank"> |
117 | | - {% include svg/facebook.html %} |
118 | | - </a> |
| 99 | + {% include social/button-twitter.html %} |
| 100 | + {% include social/button-facebook.html %} |
119 | 101 | <a id="menu-nav-open" class="footer-share-nav">Menu</a> |
120 | 102 | </p> |
121 | 103 | <div class="footer-facebook"> |
122 | | - <iframe class="footer-iframe" data-src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fcssreference%2F&width=100&layout=button_count&action=like&size=small&show_faces=false&share=false&height=20&appId=1212191075486670" width="100" height="20" scrolling="no" frameborder="0" allowTransparency="true"></iframe> |
| 104 | + {% include social/iframe-facebook.html %} |
123 | 105 | </div> |
124 | 106 | <div class="footer-github"> |
125 | | - <iframe class="footer-iframe" data-src="https://ghbtns.com/github-btn.html?user=jgthms&repo=css-reference&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> |
| 107 | + {% include social/iframe-github.html %} |
126 | 108 | </div> |
127 | 109 | </footer> |
0 commit comments