forked from jglovier/gifs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jglovier#14 from jglovier/design-love
1.0 page design; addresses jglovier#1
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |