forked from sevdamorkoc/html-css-teamwork-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (68 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Fonts-link -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<script src="https://kit.fontawesome.com/bee4511d47.js" crossorigin="anonymous"></script>
<title>Diamond</title>
</head>
<body>
<!-- F ATİH -->
<div class="main-container">
<div class="nav-bar">
<div class="left-bar">
<img src="images/logo.png" alt="Logo" />
</div>
<div class="mid-bar">
<a href="#" class="text-style">Categoris</a>
<a href="#" class="text-style">Gift</a>
<a href="#" class="text-style">Help</a>
</div>
<div class="right-bar">
<a href="#" class="text-style">Contact</a>
</div>
</div>
<div class="card-container">
<div class="left-container">
<div class="left-intro">
<h1>Bring To The Store to your door</h1>
<p>
Find out what a different same day delivery can make in your life.
</p>
<div class="form-area">
<i class="fa-solid fa-location-dot"></i>
<input type="text" placeholder="Enter zip code" />
<button>
<i class="fa-solid fa-arrow-right"></i>
</button>
</div>
</div>
</div>
<div class="right-container">
<img src="images/banner.png" alt="" />
</div>
</div>
</div>
<!-- YUSUF -->
<div class="shoppers">
<div class="left-img">
<img class="img" src="./img/shoppers.png" alt="shoppers">
</div>
<div class="page-headers">
<h1>Our shoppers work their magic.</h1>
<span class="page-explations">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Morbi malesuada viverra orci,
</span>
</div>
</div>
</body>
</html>