-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (149 loc) · 5.4 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
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
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pulse Electronics</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="images/png" href="images/logo.png">
<script>
function pages(){
var x = document.forms["searchform"]["search"].value;
// if(x == "hdd"){
alert(x);
console.log(x);
// window.open("/html/hdd.html",_blank);
// }
}
</script>
</head>
<body>
<div class="header-container">
<div class="row1">
<div class="column1 left">
<div class="img-brand" style="width: 15%; text-align: center;">
<img src="images/logo.png" alt="Pulse Electronics" width="150" height="150">
</div>
</div>
<div class="column1 middle">
<div class="brand-name" style="width: 100%;text-align: center;padding-top: 25px;">
<h1>Pulse Online Store</h1>
</div>
</div>
<div class="column1 right">
<div class="login-form-container">
<fieldset>
<legend style="text-align: left;">Log in</legend>
<form class="login-form" style="text-align-last: left">
Email ID : <input type="email" name="Email ID"><br>
Password : <input type="password" name="psw"><br>
<input type="submit" value="Submit" style="text-align: center">
<input type="reset" value="Reset" style="text-align: center">
</form>
<p style="text-align: left;">Not a customer?? Sign up <a href="register.html"
style="color: red;">here</a></p>
</fieldset>
</div>
</div>
</div>
</div>
<div class="search-category" style="text-align: center">
<form action="" name="searchform">
<h4><br>Search as per<span style="color: red"> category</span> </h4>
<input type="text" name="category-drop-down" list="category-drop-down">
<datalist id="category-drop-down" name="search">
<option value="Hard Disks" id="hdd">
<option value="Mobiles">
<option value="Earphones">
<option value="Bluetooth Earphones">
<option value="Mobile Accesories">
<option value="Laptops">
</datalist>
<input type="submit" name="submit-category" onclick="pages()">
</form>
</div>
<h1 style="text-align: center">Today's Offers</h1>
<div class="row">
<div class="column">
<div class="card">
<a href="html/samsung.html">
<img id="zoom" src="images/samsung/SSD_2.jpg" alt="Samsung Evo 1TB 2.5 SSD" width="350px"
style="padding-top: 15px">
</a>
<div class="container">
<h4> <b>Samsung Evo 1TB 2.5 internal SSD</b></h4>
<b>
<p>$230</p>
</b>
<button class="button1" type="button" name="Add to cart">Add to cart</button><br><br>
<button class="button1" type="button" name="Buy Now" style="margin-top: 10px">Buy Now</button><br><br>
</div>
</div>
</div>
<div class="column">
<div class="card">
<a href="html/bose.html">
<img id="zoom" src="images/bose/bose.png" alt="Bose Truly Wireless in-ear headphones" width="300px">
</a>
<div class="container">
<h4> <b>Bose Truly Wireless in-ear headphones</b></h4>
<b>
<p>$125</p>
</b>
<button class="button1" type="button" name="Add to cart">Add to cart</button><br><br>
<button class="button1" type="button" name="Buy Now">Buy Now</button><br><br>
</div>
</div>
</div>
<br>
<br>
<br><br><br>
<div class="row">
<div class="column">
<div class="card">
<a href="html/boat.html">
<img id="zoom" src="images/boat/boat1.jpg" alt="boAt Rockerz 255 Bluetooth Earphones" width="300px"
height="300px" style="padding-top: 55px">
</a>
<div class="container">
<h4><b>boAt Truly Wireless earphones</b></h4>
<b>
<p>$23</p>
</b>
<button class="button1" type="button" name="Add to cart">Add to cart</button><br><br>
<button class="button1" type="button" name="Buy Now">Buy Now</button><br><br>
</div>
</div>
</div>
<div class="column">
<div class="card">
<a href="html/y530.html">
<img id="zoom" src="images/y530/y5301.jpeg" alt="Lenovo Legion Y530" width="300px"
style="padding-top: 55px">
</a>
<div class="container">
<h4><b>Lenovo Legion Y530 Gaming Laptop</b></h4>
<b>
<p>$1500</p>
</b>
<button class="button1" type="button" name="Add to cart">Add to cart</button><br><br>
<button class="button1" type="button" name="Buy Now">Buy Now</button><br><br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<footer>
<div class="Address">
<h2>Pulse Elecronic Stores</h2>
<b>Address</b>
<address>302, Jai Shankar<br>Tanaje Nagar, Dhanakawadi<br>411046<br>Contact : 1233423223</address>
</div>
</footer>
</body>
</html>