-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (177 loc) · 7.97 KB
/
index.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Inter:700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Long+Cang&display=swap" rel="stylesheet">
<meta name="description" content="FireFox Browser Concept">
<link href="images/logoicon.png" rel="shortcut icon">
<meta property="og:image" content="images/firefoxo.png" />
<title>FireFox Concept</title>
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/scss/style.css">
<script src="js/wow.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-6">
<img class="logo" src="images/logo.png" alt="firefox logo">
<h2 class="animated bounceInRight slower shake">Concept.</h2>
<h1 class="wow slower bounceInRight">Firefox respects your privacy on Win & Mac</h1>
<button>Download Now</button>
<a class="privacy" href="#">Firefox Privacy Notice</a>
<ul class="list-unstyled">
<li><a href="#">Advanced install options & other platforms</a></li>
<li><a href="#">Download in another language</a></li>
<li><a href="#">Fix a problem</a></li>
<li><a href="#">Need help?</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-6">
<img data-tilt class="browser" src="images/browser.svg" alt="browser wireframe">
</div>
</div>
</div>
</header>
<section class="text-center" id="icons">
<div class="container">
<div class="row">
<div data-wow-offset="150" class="wow fadeInLeft col-sm-12 col-md-4 item">
<img src="images/icons/lock.svg" alt="lock icon">
<h3>Privacy comes first</h3>
<p>Firefox doesn’t spy on searches. We stop third-party tracking cookies and give you full control.
</p>
</div>
<div data-wow-offset="150" class="wow fadeInUp col-sm-12 col-md-4 item">
<img src="images/icons/speed.svg" alt="lock icon">
<h3>2x Faster</h3>
<p>Get speed and security. Firefox is fast on Mac because we don’t track your moves.</p>
</div>
<div data-wow-offset="150" class="wow fadeInRight col-sm-12 col-md-4 item">
<img src="images/icons/eye.svg" alt="lock icon">
<h3>Block trackers</h3>
<p>Be the master of your domain with strict content blocking. Cut off all cookies and trackers.</p>
</div>
</div>
</div>
</section>
<section id="privacy">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-6">
<img class="logo-icon" src="images/logoicon.png" alt="firefox logo icon">
<h3 class="wow fadeInDownBig">Privacy over profit</h3>
<span class="wow fadeInDownBig">No shareholders. No data for sale.</span>
<button class="wow fadeInDownBig">Get ready !!</button>
<a class="wow fadeInDownBig" href="#">Reclaim Your Privacy</a>
</div>
<div class="col-sm-12 col-md-6 oval">
<img src="images/shield.svg" alt="Shield">
</div>
</div>
</div>
</section>
<section id="cards" class="no-gutters">
<div class="container-fluid">
<div class="row">
<div data-wow-delay="1s" class="col-md itemaya wow pulse">
<img src="images/cards/card-1.png" alt="Card One Image">
<span>Tips</span>
<h3>Goodbye Notifications</h3>
<p>Block notification requests automatically in Firefox, so you can keep going without
interruptions.</p>
</div>
<div data-wow-delay="1s" class="col-md itemaya wow pulse">
<img src="images/cards/card-2.png" alt="Card Two Image">
<span>Tips</span>
<h3>Reset your relationship with your phone</h3>
<p>Sometimes we need space from the things we love, including our phones.</p>
</div>
<div data-wow-delay="1s" class="col-md itemaya wow pulse">
<img src="images/cards/card-3.jpg" alt="Card Three Image">
<span>Tips</span>
<h3>Feel safer on public WiFi</h3>
<p>Secure your network connection with our new service — especially handy while traveling and using
airport and coffee shop WiFi.</p>
</div>
</div>
</div>
</section>
<section id="mind">
<div class="container-fluid">
<div class="row">
<div class="col-lg">
<img class="wow zoomInDown slower" src="images/mind.png" alt="girl with mind blowing lines">
</div>
<div class="col-lg">
<h2>Open source. Open minds.</h2>
<p>Mozilla creates powerful web tech for everyone.</p>
<a href="#">Explore Mozilla technology</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-6 col-md-2">
<h4>Firefox</h4>
<a href="#">Privacy</a>
<a href="#">Press</a>
<a href="#">Brand Standards</a>
</div>
<div class="col-6 col-md-2">
<h4>Browsers</h4>
<a href="#">Desktop</a>
<a href="#">Mobile</a>
<a href="#">Reality</a>
<a href="#">Enterprise</a>
</div>
<div class="col-6 col-md-2">
<h4>Products</h4>
<a href="#">Lockwise</a>
<a href="#">Monitor</a>
<a href="#">Send</a>
<a href="#">Browsers</a>
<a href="#">Pocket</a>
</div>
<div class="col-6 col-md-2">
<h4>Join</h4>
<a href="#">Sign Up</a>
<a href="#">Sign in</a>
<a href="#">Benefits</a>
</div>
<div class="col-6 col-md-2">
<h4>Developers</h4>
<a href="#">Developer Edition</a>
<a href="#">Beta</a>
<a href="#">Beta for Android</a>
<a href="#">Nightly</a>
<a href="#">Nightly for Android</a>
</div>
<div class="col-6 col-md-2">
<h4>Social Media</h4>
<a href="#">Twitter</a>
<a href="#">Instagram</a>
<a href="#">Youtube</a>
</div>
</div>
<div class="row footerend">
<h2>Omar Ashraf Codes</h2>
<h2>Copyright © 2020 Omar Ashraf Codes. All rights reserved.</h2>
</div>
</div>
</footer>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/tilt.jquery.min.js"></script>
</body>
</html>