-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 2.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FileNation</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Overpass+Mono" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/1.9.32/css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/logo.png">
</head>
<body>
<div class="container">
<div class="row">
<div class="two-thirds column" style="margin-top: 20%">
<div class="header">
<img src="./images/logo.png"/> <h1>FileNation</h1>
<h6>Powered by the Inter-Planetary File System.</h6>
</div>
<div class="donations">
<h5>Donate 💰 to support FileNation.</h5>
<ul>
<li>paypal: <a href="https://www.buymeacoffee.com/lFjmLAnoV">https://www.buymeacoffee.com/lFjmLAnoV</a></li>
<li>bitcoin: 32AB7i34TZ8kqLxzay13Ag2DHMUygsGjdF</li>
<li>ethereum: 0x81B73864D490C2914b19B587ACc41Fd01B320fD1</li>
<li>litecoin: MGfQVidWUoqmgN3NkQUifqC2WmRR2gWJgV</li>
</ul>
</div>
</div>
<div class="one-third column" style="margin-top: 17%">
<h2>Products: </h2>
<a href="https://filenation.io"><h3> filenation.io </h3></a>
<hr/>
<h2>Social: </h2>
<div id="social">
<a href="https://twitter.com/filenation_io" target="_blank"><i class="mdi mdi-twitter" aria-hidden="true"></i></a>
<a href="http://github.com/FileNation/" target="_blank"><i class="mdi mdi-github-circle" aria-hidden="true"></i></a>
<a href="https://medium.com/filenation" target="_blank"><i class="mdi mdi-medium" aria-hidden="true"></i></a>
</div>
<hr/>
<h6>Contact: <a href="mailto:[email protected]">[email protected]</a><h6/>
</div>
</div>
</div>
</body>
</html>