💻 Style links a bit #100DaysOfCode R1D24

This commit is contained in:
Dan Jones 2018-01-25 13:04:51 -06:00
commit 400ed5881f
5 changed files with 10 additions and 9 deletions

View file

@ -20,16 +20,17 @@
</nav> </nav>
<div class="row"> <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> <aside>
<header> <header>
<h2>My Links</h2> <h2>My Links</h2>
</header> </header>
{% for link in site.links %} <ul class="list-group">
{% if link.display == false %}{% continue %}{% endif %} {% for link in site.links %}{% if link.display == false %}{% continue %}{% endif %}
<p><a href="{{ link.url }}">{{ link.title }} </a></p> <li class="list-group-item list-group-item-dark"><a href="{{ link.link }}">{{ link.title }} </a></li>
{% endfor %} {% endfor %}
</ul>
</aside> </aside>
</div> </div>

View file

@ -1,4 +1,4 @@
--- ---
title: My GitHub title: My GitHub
url: https://github.com/goodevilgenius link: https://github.com/goodevilgenius
--- ---

View file

@ -1,4 +1,4 @@
--- ---
title: My GitHub Gists title: My GitHub Gists
url: https://gist.github.com/goodevilgenius link: https://gist.github.com/goodevilgenius
--- ---

View file

@ -1,5 +1,5 @@
--- ---
title: Dan's Musings (blog) title: Dan's Musings (blog)
url: https://goodevilgenius.org link: https://goodevilgenius.org
display: false display: false
--- ---

View file

@ -8,7 +8,7 @@ title: Web Resume
<section id="contact"> <section id="contact">
<p>10117 Emerald Park Dr &bull; Houston, TX 77070<br/> <p>12618 Day Hollow Ln &bull; Houston, TX 77070<br/>
+1 (704) 326-1626 &bull; dan@danielrayjones.com<br/> +1 (704) 326-1626 &bull; dan@danielrayjones.com<br/>
<span class="noprint">http://danielrayjones.com/</span></p> <span class="noprint">http://danielrayjones.com/</span></p>