forked from Levi-Sage/Buyers-Inn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwatch.html
More file actions
61 lines (56 loc) · 2.59 KB
/
Copy pathwatch.html
File metadata and controls
61 lines (56 loc) · 2.59 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
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome CDN link -->
<link rel="stylesheet" href="\sem1\HTML,CSS,JAVASCRIPT\ProductLandingPage\CSS\feeproject1.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"> -->
<!-- Montserrat Google Font link -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<title>Product Landing Page</title>
</head>
<body>
<header>
<div class="logo">
<img src="https://static.vecteezy.com/system/resources/previews/003/189/925/original/watch-classic-logo-icon-design-vector.jpg" alt="shoes logo">
PREMIUM WATCHES
</div>
<ul class="menu-list">
<li>Home</li>
<li class="active">Products</li>
<li>About Us</li>
<li>Contacts</li>
</ul>
</header>
<section class="main">
<section class="left">
<p class="title">Are you ready to <strong> lead the way?</strong></p>
<p class="msg">Welcome to our watch website, where elegance meets craftsmanship. Explore our curated collection of timepieces, each designed with precision and style. Whether you seek a classic or modern look, find the perfect watch to complement your unique taste and keep you on time with flair.</p>
<button class="cta"><span>Buy now</span>
<i class="fas fa-angle-right"></i></button>
</section>
<section class="right">
<img src="https://cordmagazine.com/wp-content/uploads/2021/08/watches-fernando-arcos-190819.jpg" alt="Shoes">
<div class="colors">
<div class="item pink active">
<div class="color-selector"></div>
<div class="additional-info">
<p>Haloin 1887</p>
<p>₹32000</p>
</div>
<img src="https://m.media-amazon.com/images/I/71Ue6z7bXdL.AC_UY1000.jpg" >
</div>
<div class="item blue">
<div class="color-selector"></div>
<img src="https://pngimg.com/uploads/watches/watches_PNG9872.png" >
</div>
<div class="item yellow">
<div class="color-selector"></div>
<img src="https://wallpapercave.com/wp/wp1853720.jpg" >
</div>
</div>
</section>
</section>
</body>
</html>