-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·87 lines (63 loc) · 2.56 KB
/
index.html
File metadata and controls
executable file
·87 lines (63 loc) · 2.56 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="en"><head>
<link rel="icon" href="imgs/alerts.png" type="image/x-icon">
<link rel="shortcut icon" href="imgs/alerts.png" type="image/x-icon">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Preme Feed is a mobile app that allows you to get the latest updates on Supreme Clothing Updates such as restocks, new items, and sold out items.">
<title>Preme Feed</title>
<link href="http://fonts.googleapis.com/css?family=Roboto:400,100,300" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
<a href="/"> <img class="logo" alt="Logo" src="img/alerts.png"> </a>
<h2>get the latest Supreme product updates.</h2>
<h2>coming soon</h2>
</header>
<div class="ribbon">
<div class="image full">
<img alt="phone" src="http://i.imgur.com/l8hhqbH.png">
</div>
<div class="caption full">
<h3> What is Preme Feed? </h3>
<p> Preme Feed is a mobile app that allows you to get the latest updates on your desired Clothing Webstores such as restocks, new items, and sold out items. </p>
</div>
</div>
<hr>
<div class="ribbon">
<div class="image">
<img alt="Promo Image" src="http://i.imgur.com/0C2KDKq.png">
</div>
<div class="caption right">
<h3> Get instant push notications </h3>
<p> Be notified immediately when products are released, restocked, or sold out on the Supreme store or any of our other supported webstores.
</p>
</div>
</div>
<hr class="extra-padding">
<div class="ribbon">
<div class="caption left">
<h3> Available both on iOS & Android </h3>
<p> Preme Feed is compatable on both iOS & Android bringing up the same quality and effort applied into each app. </p>
</div>
<div class="image">
<img alt="Promo Image" src="img/3.png">
</div>
<center><a href=¨http://goo.gl/bZ4djO¨>Demo</a></center>
<center>
<h2>"Incredibly fast and reliable."</h2>
<p class="lead">- Sam Altman (President of Y Combinator)</p>
</center>
</div>
<hr class="extra-padding">
<footer>
<h4> coming soon </h4>
<br>
<a href="/">Home</a> · <a href="mailto:thepcmrtim@gmail.com">Contact</a> · <a href="press.html">Press Kit</a> · <a href="https://github.com/dzt/premefeed/">Open Source</a> · <a href="privacy.html">Privacy</a>
<br> <br>
© 2016 <a href="http://premefeed.github.io/"> PremeFeed </a>
</footer>
</div>
</body></html>