Skip to content

Commit

Permalink
Add app store link
Browse files Browse the repository at this point in the history
  • Loading branch information
louh committed Nov 6, 2019
1 parent 3400cc7 commit ae3950d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/app-store.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
h1 > span:last-child {
position: absolute;
top: 21px;
left: 0;
font-weight: normal;
}

Expand All @@ -135,6 +136,12 @@
top: 0;
}

.app-store-button {
position: absolute;
top: 100px;
left: 20px;
}

footer {
position: fixed;
bottom: 20px;
Expand All @@ -146,6 +153,11 @@
<body>
<header>
<h1><span>the</span> <span>emoji</span> <span>compass</span></h1>
<div class="app-store-button">
<a href="https://apps.apple.com/us/app/the-emoji-compass/id1440200804" rel="noreferer noopener">
<img src="images/app-store.svg" alt="Download on the Apple App Store" />
</a>
</div>
</header>
<footer>
<a href="https://biffud.com/"><img src="bif_logo.svg" alt="Bad Idea Factory"></a>
Expand Down

0 comments on commit ae3950d

Please sign in to comment.