Skip to content

Commit 272c56c

Browse files
committed
icons for social link test
1 parent d3a70c9 commit 272c56c

4 files changed

Lines changed: 24 additions & 0 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,27 @@ const config: Config = {
187187
<a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on YouTube">
188188
<img src="img/social-youtube.svg" class="social-image" alt="SparkFun on YouTube" width="32" height="32" />
189189
</a>
190+
`,
191+
},
192+
{
193+
html: `
194+
<a href="https://www.github.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on GitHub">
195+
<img src="img/social-github.svg" class="social-image" alt="SparkFun on GitHub" width="32" height="32" />
196+
</a>
197+
`,
198+
},
199+
{
200+
html: `
201+
<a href="https://www.instagram.com/sparkfun/" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Instagram">
202+
<img src="img/social-instagram.svg" class="social-image" alt="SparkFun on Instagram" width="32" height="32" />
203+
</a>
204+
`,
205+
},
206+
{
207+
html: `
208+
<a href="https://twitter.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Twitter">
209+
<img src="img/social-twitter.svg" class="social-image" alt="SparkFun on Twitter" width="32" height="32" />
210+
</a>
190211
`,
191212
}
192213
],

docs/static/img/social-github.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/static/img/social-twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)