💻 Style links a bit #100DaysOfCode R1D24
This commit is contained in:
parent
087cd014b3
commit
400ed5881f
5 changed files with 10 additions and 9 deletions
|
|
@ -20,16 +20,17 @@
|
|||
</nav>
|
||||
|
||||
<div class="row">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard">
|
||||
<div class="order-2 order-md-1 col-12 col-md-3 col-xl-2 bd-sidebard bg-dark">
|
||||
<aside>
|
||||
<header>
|
||||
<h2>My Links</h2>
|
||||
</header>
|
||||
|
||||
{% for link in site.links %}
|
||||
{% if link.display == false %}{% continue %}{% endif %}
|
||||
<p><a href="{{ link.url }}">{{ link.title }} </a></p>
|
||||
<ul class="list-group">
|
||||
{% for link in site.links %}{% if link.display == false %}{% continue %}{% endif %}
|
||||
<li class="list-group-item list-group-item-dark"><a href="{{ link.link }}">{{ link.title }} </a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: My GitHub
|
||||
url: https://github.com/goodevilgenius
|
||||
link: https://github.com/goodevilgenius
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: My GitHub Gists
|
||||
url: https://gist.github.com/goodevilgenius
|
||||
link: https://gist.github.com/goodevilgenius
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Dan's Musings (blog)
|
||||
url: https://goodevilgenius.org
|
||||
link: https://goodevilgenius.org
|
||||
display: false
|
||||
---
|
||||
|
|
|
|||
2
web.html
2
web.html
|
|
@ -8,7 +8,7 @@ title: Web Resume
|
|||
|
||||
<section id="contact">
|
||||
|
||||
<p>10117 Emerald Park Dr • Houston, TX 77070<br/>
|
||||
<p>12618 Day Hollow Ln • Houston, TX 77070<br/>
|
||||
+1 (704) 326-1626 • dan@danielrayjones.com<br/>
|
||||
<span class="noprint">http://danielrayjones.com/</span></p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue