-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcta-modal-sent.html
More file actions
73 lines (50 loc) · 2.77 KB
/
Copy pathcta-modal-sent.html
File metadata and controls
73 lines (50 loc) · 2.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hopper</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<script type="text/javascript" src="./bootstrap/jquery.min.js"></script>
<script type="text/javascript" src="./bootstrap/popper.min.js"></script>
<script type="text/javascript" src="./bootstrap/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/cta-modal-sent.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="/icons/favicon/site.webmanifest">
<link rel="mask-icon" href="/icons/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/icons/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/icons/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="alert alert-light alert-dismissible">
<a href="./index.html"><button type="button" class="close" data-dismiss="alert">×</button></a>
<div class="container">
<div class="row">
<div class=" col-sm-3 "></div>
<div class=" col-sm-6">
<img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029012/Team-Mars/done_s3xepq.png" alt="done-icon" class="done-icon">
<p class="center font-type1">We've sent a download link to +1 (123) 123-4567</p>
<p class="center font-type2">Trouble receiving our message? Just visit hopper.com from your mobile devide to download the app directly.</p>
<form method="post" action="./index.html" target="_blank">
<button type="submit" class="button">Close</button>
</form>
<div class="images">
<a href="#"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593028930/Team-Mars/appstore_g43k6v.png" class="appstore-img"></a>
<a href="#"><img src="https://res.cloudinary.com/dw4rdnuqh/image/upload/v1593029040/Team-Mars/playstore_ksjmeo.png" class="playstore-img"></a>
</div>
<p class="center send-text">By clicking “Send Link”, you agree to the<span><a href = './termsofservice.html'> Terms of Service </a></span></p>
</div>
<div class="col-sm-3"></div>
</div>
</div>
</div>
</body>
</html>