This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Mens.html
87 lines (63 loc) · 3.79 KB
/
Mens.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="./style/index.css">
<link rel="stylesheet" href="./style/footer.css">
<link rel="stylesheet" href="./style/index1.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="navbar"></div>
<div id="banner">
<img src="./Images/mensbanner.png" alt="Banner" class="fullwidth">
</div>
<div class="grid3">
<div>
<img class="fullwidth" src="https://assets.myntassets.com/f_webp,w_326,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/8/5c908d7b-172a-4070-aff8-513a4d786e671654686798169-Bank-strip-prebuzz-ICICI.jpg" alt="">
</div>
<div>
<img class="fullwidth" src="https://assets.myntassets.com/f_webp,w_326,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/8/5d48ab1a-86c1-4fca-ab41-34ec113258e11654686798176-Bank-strip-prebuzz-Axis.jpg" alt="">
</div>
<div>
<img class="fullwidth" src="https://assets.myntassets.com/f_webp,w_326,c_limit,fl_progressive,dpr_2.0/assets/images/retaillabs/2022/6/9/7f756394-9e7f-48df-8b67-9488c7b9d8651654779398968-Paytm-EA-Strip.jpg" alt="">
</div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/10/8fd79f84-0aa6-4c11-850a-626bdc098f631654801550323-Unbelievable-Deals.jpg" alt="" class="fullwidth">
<div class="grid8" id="dealsdiv"></div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/10/97f15919-b4d4-4cb2-b5f6-d1abde95b2091654801550228-Budget-Buys.jpg" alt="" class="fullwidth">
<div class="grid7" id="budgetbuy"></div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/10/6a50256c-af18-4880-9c2d-dfd836b438421654801550315-Top-Brands-On-Offer.jpg" alt="" class="fullwidth">
<div class="grid6" id="topbranoffer"></div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/10/46968756-51b5-414e-b149-3780766a99641654801550280-Most-Loved-Brands.jpg" alt="" class="fullwidth">
<div class="grid5" id="mostlovedbrands"></div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/10/f664be69-4173-42d8-92b2-b546642d09a01654801550289-Must-Haves-In-Your-Wardrobe.jpg" alt="" class="fullwidth">
<div class="grid7" id="musthaveinyourwardrobe"></div>
</div>
<div>
<img src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/9/166d4987-cb62-402b-81ea-e7dec15487c71654785362738-Shop-By-Category.jpg" alt="" class="fullwidth">
<div class="grid6" id="shopbycategory"></div>
<div>
<img class="fullwidth" src="https://assets.myntassets.com/f_webp,w_980,c_limit,fl_progressive,dpr_2.0/assets/images/2022/6/9/2c0e0650-b65f-45d1-8ba8-02aaf5092cfa1654766718735-Shop-By-Category_MP_26.jpg" alt="">
</div>
</div>
<!-- footer -->
<div id="div" class="div"></div>
<!-- bottom TEXT PART -->
<div id="oo" class="oo"></div>
</body>
</html>
<script type="module" src="./js/Mens.js"></script>