-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (142 loc) · 6.04 KB
/
index.html
File metadata and controls
157 lines (142 loc) · 6.04 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
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
<!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>Clothing Store</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div><br>
<div id="logo">
<img src="./img/logo-color.png" alt="cloth icon" width="100px" height="100px" id="bor-rad"><br><br>
</div>
<nav>
<li><a href="#home">Home</a></li>
<li><a href="#Men">Men</a></li>
<li><a href="#Women">Women</a></li>
<li><a href="#Kids">Kids</a></li>
<li><a href="#Contact_us">Contact US</a></li>
</nav>
</div>
<div>
<table><br><br>
<tr>
<th>Shirt</th>
<th>T-Shirt</th>
<th>Denim</th>
</tr>
<tr>
<td>
<img src="https://www.lalbug.com/wp-content/uploads/2018/04/89277-kwzqk2.jpg" alt="Shirt Image" style="width: 360px; height: 350px;" class="img">
<p class="description">
This is Pink Shirt Which is made of Cotton <br>
</p>
<p style="text-align: center;" class="description">
Price: Rs 250
</p>
</td>
<td>
<img src="http://dpegb9ebondhq.cloudfront.net/product_photos/589276/3600_00_hr_original.jpg" alt="T-shirt Image" style="width: 370px; height: 350px;" class="img">
<p class="description">
This is White T-Shirt Which is made of Cotton Material.
</p>
<p style="text-align: center;" class="description">
Price: Rs 200
</p>
</td>
<td>
<img src="https://images-na.ssl-images-amazon.com/images/I/91LSbpHdSYL._AC_UL1500_.jpg" alt="Denim Image" style="width: 350px; height: 350px;" class="img">
<p class="description">
This is Denim Shirt which is made up of Denim.
</p>
<p style="text-align: center;" class="description">
Price: Rs 350
</p>
</td>
</tr>
<tr>
<td>
<img src="https://cdnd.lystit.com/photos/2013/06/11/ralph-lauren-black-label-lifeboat-orange-linen-sport-shirt-lifeboat-orange-product-1-10704541-581855724.jpeg" alt="Shirt 2 Image" style="width: 360px; height: 350px;" class="img">
<p class="description">
This is Orange Shirt Which is made of Cotton Material.
</p>
<p style="text-align: center;" class="description">
Price: Rs 250
</p>
</td>
<td>
<img src="https://i.pinimg.com/originals/24/2a/b7/242ab7ca2fb1040699ce0c499485d9dd.jpg" alt="T-Shirt 2 Image" style="width: 370px; height: 350px;" class="img">
<p class="description">
This is Black T-shirt it is made up of Cotton Material.
</p>
<p style="text-align: center;" class="description">
Price: Rs 200
</p>
</td>
<td>
<img src="https://i.stpost.com/product~p~6803V_01~1500.1.jpg" alt="Denim 2 Image" style="width: 350px; height: 350px;" class="img">
<p class="description">
This is Denim Shirt which contain 2 Pockets in front.
</p>
<p style="text-align: center;" class="description">
Price: Rs 350
</p>
</td>
</tr>
</table>
</div>
<section>
<br><br><br>
<h2>Map of Heuristic Academy</h2>
<div class="map"><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d175726.05711651215!2d72.7235648469048!3d19.07000645427185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7cfdf5cadca43%3A0x2f248f63460fcd4f!2sHeuristic%20Academy!5e0!3m2!1sen!2sin!4v1686815206902!5m2!1sen!2sin" width="800px" height="450px" style="border: 0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</section>
<div>
<br><br><br>
<h2>
Feedback Form
</h2>
<div id="box-model">
<form>
<label>
First Name:-
</label>
<br><br>
<input type="text" name="name" placeholder="Enter First Name"><br><br>
<label>
Last Name:-
</label>
<br><br>
<input type="text" name="name" placeholder="Enter Last Name"><br><br>
<label>
Phone Number:-
</label>
<br><br>
<input type="number" name="number" placeholder="Enter Phone Number"><br><br>
<label>
Email:-
</label>
<br><br>
<input type="text" name="Email" placeholder="Enter Email"><br><br>
<label>
Address:-
</label>
<br><br>
<input type="text" name="adress" placeholder="Enter Adress"><br><br>
<br>
<button>
Submit
</button>
</form>
</div>
</div>
<br><br>
<footer>
© Copyright.All Right Reserved|Designed by Yesh Damania
</footer>
</body>
</html>