Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Madison Scott-Clary committed Aug 19, 2016
1 parent 0e93511 commit a73589e
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>OpenFurry - A community of open source furry apps and devs</title>
<link href="http://fonts.googleapis.com/css?family=Marcellus" rel="stylesheet" type="text/css" />
<link href="/base.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<a href="https://github.com/OpenFurry/openfurry.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<div id="wrapper">
<header>
<h1>{{page.title}}</h1>
<h1><img src="/of-icon.png" /> {{page.title}}</h1>
</header>
<article>
{{content}}
Expand Down
4 changes: 4 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ header {
border-bottom: 1px dotted #aaa;
}

header img {
height: 24px;
}

footer {
border-top: 1px dotted #aaa;
text-align: right;
Expand Down
Binary file added of-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions of-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a73589e

Please sign in to comment.