Skip to content

Commit ceb1eda

Browse files
committed
Adds jamdrop to jamstackconf button
1 parent 93d1884 commit ceb1eda

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/site/_includes/header.njk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
{% include "navigation-links.njk" %}
4040

4141
<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 Conference</a>
42+
<a href="https://jamstackconf.com/" class="block p-4 my-4 bg-gradient-jams hover:bg-gradient-pink-orange font-bold text-center"><svg role="img" aria-hidden="true" focusable="false" width="8" height="9" class="inline-block fill-current mr-2"><use xlink:href="#jamdrop"></use></svg>Jamstack Conference</a>
4343

4444
<div class="text-center text-sm mb-4">Connect with us</div>
4545
<div class="grid grid-cols-3 divide-x divide-gray-700">
4646
<a href="https://jamstack.org/slack" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
47-
<svg role="img" aria-label="Slack" aria-hidden="true" focusable="false" width="30" height="30" class="fill-current"><use xlink:href="#logo-slack"></use></svg>
47+
<svg role="img" aria-label="Slack" focusable="false" width="30" height="30" class="fill-current"><use xlink:href="#logo-slack"></use></svg>
4848
</a>
4949
<a href="https://twitter.com/jamstackconf" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
50-
<svg role="img" aria-label="Twitter" aria-hidden="true" focusable="false" width="34" height="28" class="fill-current"><use xlink:href="#logo-twitter"></use></svg>
50+
<svg role="img" aria-label="Twitter" focusable="false" width="34" height="28" class="fill-current"><use xlink:href="#logo-twitter"></use></svg>
5151
</a>
5252
<a href="https://github.org/jamstack/jamstack.org" target="_BLANK" rel="noopener" class="flex items-center justify-center p-4 hover:text-pink-500">
53-
<svg role="img" aria-label="GitHub" aria-hidden="true" focusable="false" width="36" height="36" class="fill-current"><use xlink:href="#logo-github"></use></svg>
53+
<svg role="img" aria-label="GitHub" focusable="false" width="36" height="36" class="fill-current"><use xlink:href="#logo-github"></use></svg>
5454
</a>
5555
</div>
5656
</div>

src/site/_includes/layouts/base.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ description: What is the Jamstack? Why use the Jamstack? How do I get started? L
4242
<path d="M26 5H15V16H26V5Z" fill="white"/>
4343
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.6857 5.31426H15.3143V15.6857H25.6857V5.31426ZM26 5V16H15V5H26Z" fill="#F0047F"/>
4444
</symbol>
45+
<symbol id="jamdrop" viewBox="0 0 8 9" fill="none">
46+
<path d="M4 0C1.78817 0 0 1.98386 0 4.43774C0 6.89163 1.78817 8.87549 4 8.87549C6.21183 8.87549 8 6.89163 8 4.43774V0H4Z" fill="white"/>
47+
</symbol>
4548
</defs>
4649
</svg>
4750
<div class="sm:grid sm:page-layout">

0 commit comments

Comments
 (0)