-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 1.94 KB
/
index.html
File metadata and controls
51 lines (47 loc) · 1.94 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
<!DOCTYPE html>
<html>
<head>
<title>
Base Apparel
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--This will tell mobile to not to zoom-->
<link rel="stylesheet" type="text/css" href="Resouces/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Resouces/css/queries.css">
<link rel="apple-touch-icon" sizes="180x180" href="Resouces/faveicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Resouces/faveicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Resouces/faveicon/favicon-16x16.png">
<link rel="manifest" href="Resouces/faveicon/site.webmanifest">
</head>
<body>
<section class="main">
<div class="left-desktop">
<div class="logo">
<img src="Resouces/img/logo.svg">
</div>
<div class="girl-media">
<img src="Resouces/img/hero-mobile.jpg" class="girl-mobile" alt="girl mobile">
</div>
<div class="data">
<div class="we">
WE'RE
</div>
<div class="heading">
COMING SOON
</div>
<div class="content">
Hello fellow shoppers! We're currently building our new fashion store. Add your email below to stay up-to-date with announcements and our launch deals.
</div>
<div class="btn">
<input type="email" name="email" id="email" placeholder="Email Address" required>
<a href="##" class="btn-arrow"> > </a>
</div>
</div>
</div>
<div class="right-desktop">
<img src="Resouces/img/hero-desktop.jpg" alt="hero desktop" class="girl">
</div>
</section>
</body>
</html>