Skip to content
This repository was archived by the owner on Mar 11, 2018. It is now read-only.

Commit 74403b1

Browse files
committed
Initial and last commit.
0 parents  commit 74403b1

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
minefold.com

favicon.ico

1.12 KB
Binary file not shown.

index.html

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<title>Minefold</title>
3+
<style>
4+
html {
5+
text-align: center;
6+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7+
}
8+
body {
9+
margin: 0;
10+
position: absolute;
11+
top: 50%;
12+
margin-top: -103px;
13+
width: 100%;
14+
}
15+
img {
16+
display: block;
17+
margin-left: auto;
18+
margin-right: auto;
19+
margin-bottom: 15px;
20+
}
21+
h1 {
22+
font-weight: normal;
23+
font-size: 20px;
24+
line-height: 30px;
25+
margin-top: 0;
26+
margin-bottom: 0;
27+
}
28+
.dates, p {
29+
color: rgba(0, 0, 0, 0.4);
30+
}
31+
.dates {
32+
font-size: 11px;
33+
line-height: 15px;
34+
margin-bottom: 30px;
35+
}
36+
p {
37+
font-size: 14px;
38+
line-height: 1.5;
39+
}
40+
a {
41+
color: #0477BF;
42+
text-decoration: none;
43+
}
44+
</style>
45+
<img src="logo.png" width="75" height="60" alt="Minefold" />
46+
<h1>Minefold</h1>
47+
<div class="dates">2011&ndash;2013</div>
48+
<p>
49+
To our 103,762 fans: <em>thank you</em>.
50+
<br>
51+
Love of love, <a href="https://twitter.com/chrislloyd" title="@chrislloyd on Twitter">@chrislloyd</a> and <a href="https://twitter.com/whatupdave" title="@whatupdave on Twitter">@whatupdave</a>.
52+
</p>

logo.png

1.58 KB
Loading

0 commit comments

Comments
 (0)