1
1
Fork 0

Underlined all links

This commit is contained in:
Joe Wroten 2019-01-27 10:16:53 -06:00
parent 218045b04a
commit 614cbac07a
3 changed files with 10 additions and 7 deletions

View file

@ -29,6 +29,9 @@ a {
color: #15202C;
}
.-underline {
text-decoration: underline;
}
.-pad-h {
padding-left: 20px;
padding-right: 20px;

View file

@ -40,7 +40,7 @@
<svg class="index-interiorlink-icon" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#resume" />
</svg>
Resume
<span class="-underline">Resume</span>
</em>
</a>
</div>
@ -54,7 +54,7 @@
<svg class="index-interiorlink-icon" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#{{this.pageType}}" />
</svg>
{{this.name}}
<span class="-underline">{{this.name}}</span>
</h3>
<p class="index-interiorlink-description -mar-no">{{this.description}}</p>
<ul class="tags">

View file

@ -13,7 +13,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#email" />
</svg>
Jo@Wroten.me
<span class="-underline">Jo@Wroten.me</span>
</a>
</li>
<li>
@ -21,7 +21,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#resume" />
</svg>
Resume
<span class="-underline">Resume</span>
</a>
</li>
<li>
@ -29,7 +29,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#writing" />
</svg>
Writing
<span class="-underline">Writing</span>
</a>
</li>
<li>
@ -37,7 +37,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#instagram" />
</svg>
Instagram
<span class="-underline">Instagram</span>
</a>
</li>
<li>
@ -45,7 +45,7 @@
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<use xlink:href="./assets/spritesheet.svg#unsplash" />
</svg>
Unsplash
<span class="-underline">Unsplash</span>
</a>
</li>
</ul>