Merge pull request #93 from singingwolfboy/showcase-davidbaumgold.com

Showcase davidbaumgold.com
This commit is contained in:
David Baumgold 2016-06-02 16:56:44 -07:00
commit 30d2ace8ee
3 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
name: David Baumgold
---
url: https://www.davidbaumgold.com
---
cover_image: frontpage.png
---
description:
My former website was hand-written HTML files, and quickly proved to be
impossible to maintain. Using Lektor, I rebuilt it using
[Bootstrap 4](https://v4-alpha.getbootstrap.com/) and
[Font Awesome](http://fontawesome.io/) for a simple, maintainable
personal website.

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

View File

@ -21,7 +21,7 @@
</div> </div>
<div id="navbar" class="collapse navbar-collapse"> <div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
{% for id, item in bag('menu').iteritems() %} {% for id, item in bag('menu').items() %}
<li{% if this.is_child_of(item.path) %} class="active"{% endif <li{% if this.is_child_of(item.path) %} class="active"{% endif
%}><a href="{{ item.path|url }}">{{ item.label }}</a></li> %}><a href="{{ item.path|url }}">{{ item.label }}</a></li>
{% endfor %} {% endfor %}