|
15 | 15 |
|
16 | 16 | <header class="page-header sm:flex sm:flex-col sm:h-screen"> |
17 | 17 | <a href="/" class="block text-white hover:text-pink-900 mx-8 py-8"> |
18 | | - <svg role="img" aria-label="Jamstack" aria-hidden="true" focusable="false" width="163" height="31"><use xlink:href="#logo-jamstack"></use></svg> |
| 18 | + <svg role="img" aria-hidden="true" focusable="false" width="163" height="31"><use xlink:href="#logo-jamstack"></use></svg> |
| 19 | + <span class="sr-only">Jamstack</span> |
19 | 20 | </a> |
20 | 21 | <details open data-force-state |
21 | 22 | data-force-state-closed="(max-width: 39.9375em)" |
|
39 | 40 | {% include "navigation-links.njk" %} |
40 | 41 |
|
41 | 42 | <div> |
42 | | - <a href="https://jamstackconf.com/" class="block p-4 my-4 bg-gradient-jams hover:bg-gradient-pink-orange font-bold text-center">Jamstack Conf</a> |
43 | | - |
44 | | - <div class="text-center text-sm mb-4">Connect with us</div> |
45 | | - <div class="grid grid-cols-3 divide-x divide-gray-700"> |
| 43 | + <div class="text-center text-sm mb-4 text-gray-300">Connect with us</div> |
| 44 | + <div class="grid grid-cols-3 divide-x divide-gray-700 text-gray-300"> |
46 | 45 | <a href="https://jamstack.org/slack" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500"> |
47 | 46 | <svg role="img" aria-label="Slack" focusable="false" width="30" height="30" class="fill-current"><use xlink:href="#logo-slack"></use></svg> |
48 | 47 | </a> |
49 | 48 | <a href="https://twitter.com/jamstackconf" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500"> |
50 | 49 | <svg role="img" aria-label="Twitter" focusable="false" width="34" height="28" class="fill-current"><use xlink:href="#logo-twitter"></use></svg> |
51 | 50 | </a> |
52 | | - <a href="{{ pkg.repository.url }}" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500"> |
| 51 | + <a href="https://github.com/jamstack/jamstack.org" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500"> |
53 | 52 | <svg role="img" aria-label="GitHub" focusable="false" width="36" height="36" class="fill-current"><use xlink:href="#logo-github"></use></svg> |
54 | 53 | </a> |
55 | 54 | </div> |
| 55 | + <a href="https://jamstackconf.com/" class="block p-4 mt-4 bg-gradient-jams hover:bg-gradient-pink-orange font-bold text-center">Jamstack Conf</a> |
56 | 56 | </div> |
57 | 57 | </nav> |
58 | 58 | </details> |
|
0 commit comments