Skip to content

Commit

Permalink
Simplify footer. Change About page to HTbox info
Browse files Browse the repository at this point in the history
  • Loading branch information
marigerr committed May 15, 2017
1 parent eb0ee0e commit 4933730
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
20 changes: 9 additions & 11 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

<div class="wrapper">

<h2 class="footer-heading">{{ site.title }}</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>

<div class="footer-col footer-col-4">
{{ site.title }}<br>
{{ site.description }} <br>
<a href="mailto:{{ site.email }}">{{ site.email }}</a>
</div>

<div class="footer-col footer-col-2">
<ul class="social-media-list">
Expand All @@ -25,12 +23,12 @@ <h2 class="footer-heading">{{ site.title }}</h2>
{% include icon-twitter.html username=site.twitter_username %}
</li>
{% endif %}
<li>
<p class="rss-subscribe"><a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a></p>
</li>
</ul>
</div>

<div class="footer-col footer-col-3">
<p>{{ site.description }}</p>
</div>
</div>

</div>
Expand Down
11 changes: 4 additions & 7 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ title: About
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
This developer guide is for Humanitarian Toolbox opensource projects on Github.

You can find the source code for the Jekyll new theme at:
{% include icon-github.html username="jglovier" %} /
[jekyll-new](https://github.com/jglovier/jekyll-new)
More information about Humanitarian Toolbox can be found at [htbox.org](http://www.htbox.org/)

See all HTBox github projects at {% include icon-github.html username=site.github_username %}

You can find the source code for Jekyll at
{% include icon-github.html username="jekyll" %} /
[jekyll](https://github.com/jekyll/jekyll)

0 comments on commit 4933730

Please sign in to comment.