Skip to content

Commit 8cf61d5

Browse files
committed
icons for social link test
1 parent 8da61df commit 8cf61d5

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

docs/docusaurus.config.ts

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -199,20 +199,30 @@ const config: Config = {
199199
`,
200200
},
201201
{
202-
html: `<div style="display:flex; gap:8px; align-items:center;">
203-
< a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria- label="SparkFun on YouTube" >
204-
<img src="img/social-youtube.svg" class= "social-image" alt = "SparkFun on YouTube" width = "32" height = "32" />
205-
</a>
206-
< a href = "https://www.github.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on GitHub" >
207-
<img src="img/social-github.svg" class= "social-image" alt = "SparkFun on GitHub" width = "32" height = "32" />
208-
</a>
209-
< a href = "https://www.instagram.com/sparkfun/" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Instagram" >
210-
<img src="img/social-instagram.svg" class= "social-image" alt = "SparkFun on Instagram" width = "32" height = "32" />
211-
</a>
212-
< a href = "https://twitter.com/sparkfun" target = "_blank" rel = "noreferrer noopener" aria - label="SparkFun on Twitter" >
213-
<img src="img/social-twitter.svg" class= "social-image" alt = "SparkFun on Twitter" width = "32" height = "32" />
214-
</a>
215-
</div>`
202+
html: `<table style="border:none; border-collapse:collapse;">
203+
<tr>
204+
<td style="border:none; padding:0;">
205+
<a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on YouTube">
206+
<img src="img/social-youtube.svg" class="social-image" alt="SparkFun on YouTube" width="32" height="32" />
207+
</a>
208+
</td>
209+
<td style="border:none; padding:0;">
210+
<a href="https://www.github.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on GitHub">
211+
<img src="img/social-github.svg" class="social-image" alt="SparkFun on GitHub" width="32" height="32" />
212+
</a>
213+
</td>
214+
<td style="border:none; padding:0;">
215+
<a href="https://www.instagram.com/sparkfun/" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Instagram">
216+
<img src="img/social-instagram.svg" class="social-image" alt="SparkFun on Instagram" width="32" height="32" />
217+
</a>
218+
</td>
219+
<td style="border:none; padding:0;">
220+
<a href="https://twitter.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Twitter">
221+
<img src="img/social-twitter.svg" class="social-image" alt="SparkFun on Twitter" width="32" height="32" />
222+
</a>
223+
</td>
224+
</tr>
225+
</table>`
216226
}
217227
],
218228
},

0 commit comments

Comments
 (0)