️ New Brands

- Added CSS for SoundCloud & Spectrum.
- Added SVG icons for SoundCloud & Spectrum.
- Added example buttons to index.html.
- Fixed typo on README.md.
This commit is contained in:
Seth Cottle
2019-12-22 22:04:37 -05:00
parent 899971780b
commit 5b9ff2057d
5 changed files with 32 additions and 1 deletions

View File

@ -92,6 +92,14 @@
<a class="button button-pinterest" href="#"><img class="icon" src="icons/pinterest.svg">Pinterest</a>
<br>
<!-- SoundCloud -->
<a class="button button-soundcloud" href="#"><img class="icon" src="icons/soundcloud.svg">SoundCloud</a>
<br>
<!-- Spectrum -->
<a class="button button-spectrum" href="#"><img class="icon" src="icons/spectrum.svg">Spectrum</a>
<br>
<!-- Figma -->
<a class="button button-figma" href="#"><img class="icon" src="icons/figma.svg">Figma</a>
<br>