-
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.
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 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 |
---|---|---|
@@ -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; | ||
} |
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,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> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.