Skip to content

Commit

Permalink
Merge pull request jglovier#14 from jglovier/design-love
Browse files Browse the repository at this point in the history
1.0 page design; addresses jglovier#1
  • Loading branch information
Joel Glovier committed Feb 5, 2014
2 parents cce2129 + ec99a62 commit cd291f5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<head>
<meta charset="UTF-8">
<title>{% if page.title %}{{ page.title }}{% else %}gifs.joelglovier.com{% endif %}</title>
<link rel="stylesheet" href="/css/main.css">
</head>
19 changes: 19 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en-us">

{% include head.html %}

<body>

<header class="page-header">
<img src="/aha/aha.gif" alt="" class="banner-img">
{{ content }}
</header>

<div class="gif-listing">
{% include site-index.html %}
</div>

</body>

{% include closing-tags.html %}
6 changes: 2 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
---
layout: default
layout: home
---

# Dem gifs tho

[jglovier/gifs](https://github.com/jglovier/gifs)

Oh Hai! You've found my Gif collection.

{% include site-index.html %}
Fork me on GitHub at [jglovier/gifs](https://github.com/jglovier/gifs)

0 comments on commit cd291f5

Please sign in to comment.