-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
58 lines (52 loc) · 3.84 KB
/
template.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
57
58
<html>
<head>
<title>Happy new year!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
font-family: "Poppins", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif;
}
</style>
</head>
<body>
<div style="width: 100%; max-width: 600px; margin: 0 auto; background: linear-gradient(#f57508, #F30F0F)">
<br>
<div style="margin: 0px auto; border-radius: 5px;text-align: center; color: #fff;width: 100%; max-width: 560px;">
<div style="width:100%; max-width: 500px; margin: 0 auto">
<br>
<p style="margin: 0px auto; font-weight: bold;color: #fff; font-size: 18px;">Welcome to</p>
<img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/assets/web/2019-02-13/logo.png" style="width: 100%; max-width: 250px;">
<p style="margin-top: 20px">
<img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/podcast/5138/paranormal-reality.jpg" height="110" style="border-radius: 5px;margin: 0px 7px;box-shadow: 2px 2px 15px #949090;"/>
<img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/podcast/5142/spanecdotes-by-sonata.png" height="110" style="border-radius: 5px;margin: 0px 7px;box-shadow: 2px 2px 15px #949090;" />
</p>
<p style="margin-top: 0px">
<img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/podcast/5681/howzzat.png" height="110" style="border-radius: 5px;margin: 0px 7px;box-shadow: 2px 2px 15px #949090;" />
<img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/podcast/5345/karma-is-a-witch-kannada.png" height="110" style="border-radius: 5px;margin: 0px 7px;box-shadow: 2px 2px 15px #949090;" />
</p>
<p style="color: #fff; margin-top: 40px">Click on the link to below to verify your email <br>and continue setting up your account.</p>
<a href="%path%" style="color: #FFF;text-decoration: none" target="_blank" ><p style="margin: 10px auto; font-weight: bold;color: #fff;margin-top: 40px;background: #FF6C00;padding: 11px 0px 12px;width: 160px;border-radius: 24px;cursor: pointer">Verify</p></a>
<p style="margin-top: 40px">
<a href="https://www.facebook.com/Hubhopper/" target="_blank"><img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/assets/web/2019-02-13/fb.png" height="25" style="border-radius: 0px;margin: 0px 7px;"/></a>
<a href="https://www.instagram.com/hubhopperofficial/" target="_blank"><img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/assets/web/2019-02-13/insta.png" height="25" style="border-radius: 0px;margin: 0px 7px;"/></a>
<a href="https://twitter.com/hubhopper" target="_blank"><img src="https://s3.ap-south-1.amazonaws.com/images.hubhopper.com/assets/web/2019-02-13/tweet.png" height="25" style="border-radius: 0px;margin: 0px 7px;"/></a>
</p>
<p style="font-size: 13px;color: #FFF; font-weight: bold"><a href="https://hubhopper.com/" target="_blank" style="color: #FFF; text-decoration: none">Hubhopper</a> | <a href="https://hubhopper.com/terms" target="_blank" style="color: #FFF; text-decoration: none">Terms Of Use</a> | <a href="https://hubhopper.com/privacy-policy" target="_blank" style="color: #FFF;text-decoration: none">Privacy Policy</a></p>
<p style="margin-top: 20px; font-size: 11px; line-height: 16px;margin-bottom: 0px">
Copyright 2019<br>Parijat Innovations Pvt Ltd, Greater Kailash II, New Delhi, India<br>All Rights Reserved
</p>
<br>
</div>
</div>
<br>
</div>
</body>
</html>