-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (72 loc) · 3.14 KB
/
index.html
File metadata and controls
84 lines (72 loc) · 3.14 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
<!doctype html>
<html>
<head>
<title>reeact_landing</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="bower_components/core-icons/core-icons.html">
<link rel="import" href="bower_components/core-toolbar/core-toolbar.html">
<link rel="import" href="bower_components/font-roboto/roboto.html">
<link rel="import" href="bower_components/paper-button/paper-button.html">
<link rel="import" href="bower_components/paper-checkbox/paper-checkbox.html">
<link rel="import" href="bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="bower_components/paper-fab/paper-fab.html">
<link rel="import" href="bower_components/paper-tabs/paper-tabs.html">
<link rel="import" href="bower_components/paper-toast/paper-toast.html">
<link rel="stylesheet" href="styles.css">
</head>
<body fullbleed>
<core-toolbar>
<span flex><img src="reeact_landing/logo.svg" alt="Reeact logo"></span>
<a href="https://itunes.apple.com/us/app/reeact/id907692229?mt=8">App Store</a>
<p>/</p>
<a href="https://itunes.apple.com/us/app/reeact/id907692229?mt=8">Google Play</a>
<a href="https://itunes.apple.com/us/app/reeact/id907692229?mt=8">Blog</a>
<core-icon-button><a href="https://twitter.com/reeactme"><img src="reeact_landing/tw_icon.svg" alt="Twitter Button"></a></core-icon-button>
<core-icon-button><a href="https://www.facebook.com/reeactme"><img src="reeact_landing/fb_icon.svg" alt="Fb Button"></a></core-icon-button>
</core-toolbar>
<section>
<h1>Capture the emotions of a message</h1>
<a href="https://itunes.apple.com/us/app/reeact/id907692229?mt=8"><img src="reeact_landing/button_appstore.png" alt="AppStore Button"></a>
<a href="https://itunes.apple.com/us/app/reeact/id907692229?mt=8"><img src="reeact_landing/button_playstore.png" alt="Google Play Button"></a>
<div>
<img src="reeact_landing/phones.png" alt="Phones">
</div>
</section>
<section>
<div>
<p>Share photos, text <br> &videos <br> with your friends.</p>
<img src="reeact_landing/tutorial_step_1.png" alt="Step 1">
</div>
<div>
<p>Share your <br> favorites reactions.</p>
<img src="reeact_landing/tutorial_step_1.png" alt="Step 2">
</div>
<div>
<p>Enjoy the reactions <br> Because <br> text replays suck!</p>
<img src="reeact_landing/tutorial_step_1.png" alt="Step 3">
</div>
</section>
<section>
<h3>
About Reeact
</h3>
<p>Wara lara hey, cu cu! <br> Wara lara hey, cu cu! <br> Wara lara hey, cu cu! </p>
<div>
<img src="reeact_landing/Pic_Alex.png" alt="Step 3">
<p>Alejandro Lozano</p>
</div>
<div>
<img src="reeact_landing/Pic_Ray.png" alt="Step 3">
<p>Raymundo Perea</p>
</div>
<div>
<img src="reeact_landing/Pic_Alex.png" alt="Step 3">
<p>Jacobo Jafif</p>
</div>
</section>
<script src="main.js"></script>
</body>
</html>