-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (67 loc) · 4.02 KB
/
index.html
File metadata and controls
67 lines (67 loc) · 4.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>InstantClip</title>
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon/favicon-16x16.png">
<link rel="manifest" href="./img/favicon/site.webmanifest">
<link rel="mask-icon" href="./img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="banner">
<img src="./img/banner-bg.png" class="is-absolute">
<div class="container has-text-centered-mobile">
<header><a href="index.html" id="userForm" class="app-title"><img src="./img/logo_horizontal_clip_gray.png" width="252" height="48"/></a></header>
<div class="columns">
<div class="column is-two-thirds has-text-centered-mobile">
<div>
<h1 class="title is-size-2 w-full font-900">Create video trends<br>without editing</h1>
<p class="is-size-5" style="max-width: 550px;">Select a clip template, select your videos or photos and enjoy the result.</p>
<form><a href="https://apps.apple.com/es/app/instantclip/id1607498339?l=en"><img src="./img/download-ios.svg" class="is-absolute" width="150px"/></a></form>
<p class="is-size-6" style="font-weight: bold" id="userEmailInformation"></p>
</div>
</div>
<div class="column"><img src="./img/banner-img.png" width="350px"></div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="has-text-centered max-w-650 mx-auto">
<h1 class="has-text-white title is-size-2 font-900">Are you a creator?</h1>
<p class="has-text-white is-size-5">Join as a creator and start adding templates.</p>
<form id="creatorForm" action="index.html" class="is-flex has-text-centered">
<input type="text" id="creatortesterEmail" placeholder="Email Address">
<input type="hidden" placeholder="Your Best Email Address">
<select name="creatorMobileSystem" style="margin-right: 5px;" id="creatorMobileSystem">
<option value="mobile">Select Your Mobile</option>
<option value="iphone">iPhone</option>
<option value="android">Android</option>
</select>
</input>
<button id="creatortesterEarlyAccessButton">EARLY ACCESS</button>
</form>
<p class="has-text-white is-size-6" style="font-weight: bold" id="creatorEmailInformation"></p>
</div>
<div class="line"></div>
<div class="has-text-centered lh-2">
<p><img src="./img/logo_horizontal_white.png" class="is-relative" width="152" height="28"/></p>
<a class="has-text-white" href="./terms-privacy.html">Terms of service</a>
<h1 class="has-text-white is-size-6">© 2021, all rights reserved</h1>
</div>
</div>
<img src="./img/footer-curve.png" alt="">
</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>