-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
137 lines (123 loc) · 5.02 KB
/
index_old.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="shortcut icon" href="./images/favicon.png">
<title>Spamlock - Privacy Policy</title>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L596RVJHDX');
</script>
</head>
<body>
<!-- HEADER -->
<div class="headerContainer">
<div class="header">
<div class="headerLeft">
<a href="index.html">
<img class="logo" src="images/spamlockLogo.png" />
</a>
</div>
<div class="headerRight">
<div class="header-link-wrapper">
<a class="header-link" href="terms.html" target="_self">PRIVACY</a>
<a class="header-link" href="mailto:[email protected]" target="_self">CONTACT</a>
</div>
</div>
</div>
</div>
<!-- HEADER -->
<!-- LAYER 1 -->
<div style="margin-top: 50px">
<div style="text-align: center;">
<div>
<h1>Get a grip on your data security with Spamlock</h1>
<h1>Keeping a lock in your pocket is FREE</h1>
</div>
</div>
</div>
<!-- LAYER 1 -->
<!-- MARGINCONTAINER 1 -->
<div style="margin-top: 5px">
<div class="layer1Container">
<!-- MIDDLE LEFT -->
<div class="layer1Left">
<div style="padding: 70px 0;">
<div>
<h3>Your email or password been leaked?</h3>
</div>
<div style="margin-top: 30px">
<div class="homeTxt">Spamlock is a completely FREE App that detects data breaches with a simple quick search.</div>
<ul style="font-size:18px">
<li>Over 500 million passwords exposed</li>
<li>More than 10 billion email accounts compromised</li>
<li>Almost 500 major websites hacked</li>
</ul>
</div>
<div style="margin-bottom: 40px; margin-top: 40px">
<div class="homeTxt">Download Spamlock now and get an answer within seconds...</div>
</div>
<div style="display:inline-block;">
<a href="https://apps.apple.com/us/app/id1529407969" target="_new"><img alt="download link from the app store" src="./images/ios.png" style="width: 176px; height: 55px; object-fit: cover; padding-right: 30px"></a>
<a href="https://play.google.com/store/apps/details?id=com.maxaquilino.movielab" target="_new"><img alt="download link from the Google Play" src="./images/android.png" style="width: 180px; height: 55px; object-fit: cover;"></a>
</div>
</div>
</div>
<!-- MIDDLE LEFT -->
<!-- MIDDLE RIGHT -->
<div class="layer1Right">
<div>
<img alt="adobe" src="./images/layer1.png" style="float: right; width: 280px; height: 527px; object-fit: cover;">
</div>
</div>
<!-- MIDDLE RIGHT -->
</div>
</div>
<!-- MARGINCONTAINER 1 -->
<!-- MARGINCONTAINER 2 -->
<div class="marginContainer">
<div class="layer2Container">
<!-- MIDDLE LEFT -->
<div class="layer2Left">
<div>
<img alt="adobe" src="./images/layer2.png" style="width: 300px; height: 546px; object-fit: cover;">
</div>
</div>
<div class="layer2Right">
<div style="padding: 100px 0;">
<div style="padding-top: 10px;">
<h3>Unlimited real-time searches on:</h3>
<ul style="color:rgb(50, 65, 88);font-family:brandon-grot-w01-light,sans-serif;font-size:18px;letter-spacing:0.03em;">
<li>username and email account leaks</li>
<li>password exposures</li>
<li>domain and/or website hacks</li>
</ul>
</div>
<div style="margin-top: 30px; margin-bottom: 20px">
<h3>Data breaches regularly updated</h3>
</div>
<div style="margin-bottom: 20px">
<h3>Keep track of historical searches</h3>
</div>
<div>
<h3>Multi-Language support</h3>
</div>
</div>
</div>
</div>
</div>
<!-- MARGINCONTAINER 2 -->
<div class="footerContainer">
<div class="header">
<div class="headerLeft">
<h4>©2020 Spamlock. </h4>
</div>
<div class="headerRight">
<!-- <img class="logoRight" src="images/tmdbLogo.png" /> -->
</div>
</div>
</div>
</body>
</html>