Added Devpost
Added CSS, icon, and HTML preview for Devpost. Co-Authored-By: Hayden Moritz <me@haydenmoritz.com>
This commit is contained in:
parent
27b7bfd1a1
commit
54058a9946
3 changed files with 19 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
-->
|
||||
|
||||
<!-- Your Image Here -->
|
||||
<img src="images/avatar.png" class="avatar" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
|
||||
<img src="images/avatar.svg" class="avatar" alt="LittleLink Logo">
|
||||
|
||||
<!-- Title -->
|
||||
<h1>LittleLink Extended</h1>
|
||||
|
@ -97,6 +97,11 @@
|
|||
|
||||
-->
|
||||
|
||||
<!-- Devpost -->
|
||||
<a class="button button-devpost" href="#" target="_blank" rel="noopener">
|
||||
<img class="icon icon-invert" src="images/icons-extended/devpost.svg" alt="Devpost Logo">Devpost</a>
|
||||
<br>
|
||||
|
||||
<!-- MicroBlog -->
|
||||
<a class="button button-microblog" href="#" target="_blank" rel="noopener">
|
||||
<img class="icon" src="images/icons-extended/microblog.svg" alt="MicroBlog Logo">MicroBlog</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue