Skip to content

Commit

Permalink
add bare site
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Mar 16, 2015
1 parent 758d48f commit 1ff72f5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

body {
max-width: 800px;
text-align: center;
font-family: sans-serif;
margin: 100px auto;
}

h1 {
font-size: 70px;
}

a {
text-decoration: none;
}

a img {
box-shadow: 0 2px 10px black;

}

a span {
margin-top: 15px;
font-size: 20px;
}
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>FamilyFound App</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>FamilyFound</h1>
<a href="https://chrome.google.com/webstore/detail/familyfound/hhnjkcfblmnjnioogbcpjdgnlgcdkffp">
<img src="screenshot.png" alt="screenshot of the extension"/>
<span style="display: block">Get the Chrome Extension Now!</span>
</a>
</body>

Binary file added screenshot.png
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 1ff72f5

Please sign in to comment.