-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.html
122 lines (121 loc) · 5.03 KB
/
web.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
<!DOCTYPE html>
<html lang="en"></html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZENNITH NEXUS</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
<div class="header">
<p class="box1"> ZENNITH NEXUS</p>
<a href="" class="box2 height">SELL</a>
<a href="" class="box2 height">BUY</a>
<a href="" class="box2 height">Log In</a>
<a href="" class="box2 height">Sign Up</a>
</div>
<div class="nav-bar">
<div class="nav-bar-contents">
<div class="searchbar">
<div class="icon1">
<i class="fa-solid fa-magnifying-glass" class="icon" style="size: 5px;"></i>
<a href="" class="one">EXPLORE</a>
</div>
<select class="two">
<option class="tag" style=" padding: 5px; font-size: large; font-weight: 500; background-color: rgb(74, 100, 100);">SEARCH BOOKS</option>
<option value="dog">ACADEMIC BOOKS</option>
<option value="cat">COMPETITVE BOOKS</option>
<option value="hamster">FOUNDATION BOOKS</option>
<option value="parrot">IELTS PREPARATION</option>
<option value="spider">MYSTERY</option>
<option value="goldfish">THRILLER</option>
<option value="goldfish">HORROR</option>
<option value="goldfish">ENCYCLOPEDIA</option>
<option value="goldfish">COLLEGE COURSE WORK</option>
<option value="goldfish">FOREIGN AUTHORS</option>
<option value="goldfish">MORE......</option>
</select>
<a href="" class="three">STORY BOOKS</a>
<a href="" class="four">PDFs</a>
<a href="" class="five">RENTING</a>
<a href="" class="five">YOUR PLANS</a>
<a href="" class="five">OFFERS</a>
</div>
</div>
</div>
<h1 class="word1">BUYERS SECTION</h1>
<div class="Hero-sec">
<div class="hero1-1">
<h3><p class="hero1">ACADEMIC COURSES</p></h3>
<div class="hero1-img">
<img src="C:\Users\dell\Downloads\IMG_20240722_032312.jpg" alt="" style="height: 250px; width:200px" >
<a href="" class="c1">MORE-></a>
</div>
</div>
<div class="hero2-2">
<h3><p class="hero2">COMPETITIVE CORNER</p></h3>
<div class="hero2-img">
<img src="C:\Users\dell\Downloads\IMG_20240722_032249.jpg" alt=""style="height: 250px;width:200px">
<a href="" class="c2">MORE-></a>
</div>
</div>
<div class="hero3-3">
<h3><p class="hero3">MYSTERY</p></h3>
<div class="hero3-img">
<img src="C:\Users\dell\Downloads\IMG_20240722_032232.jpg" alt=""style="height: 250px;width:200px">
<a href="" class="c3">MORE-></a>
</div>
</div>
<div class="hero4-4">
<h3><p class="hero4">PDFs</p></h3>
<div class="hero4-img">
<img src="C:\Users\dell\Downloads\IMG_20240722_032213.jpg" alt="" style="height: 250px;width:200px">
<a href="" class="c4">MORE-></a>
</div>
</div>
</div>
<div class="sec-3">
<h1 class="word1">SELLERS SECTION</h1>
<div class="info-form">
<h3>FILL YOUR INFOMATION:</h3>
<br>
<br>
NAME: <input type="text" value="Enter your name">
<br>
<br>
EMAIL ID: <input type="email" name="email" id="email" value="[email protected]">
<br>
<br>
CONTACT NO.: <input type="tel" name="no." id="no." value="0000000000">
<br>
<br>
BOOK CATEGORY: <Select>
<option value="FOUNDATION">SELECT</option>
<option value="FOUNDATION">Grade 9</option>
<option value="FOUNDATION">Grade 10</option>
<option value="FOUNDATION"> JEE</option>
<option value="FOUNDATION"> NEET</option>
<option value="FOUNDATION"> UPSC</option>
<option value="FOUNDATION">STORY BOOK </option>
<option value="FOUNDATION">ENCYCLOPEDIA</option>
</Select>
<br>
<br>
NAME OF BOOK: <input type="text" name="bname" id="bname" value="XYZ">
<br>
<br>
ORIGINAL COST: <input type="number" name="ocost" id="ocost" value="00">
<br>
<br>
EDITION: <input type="number" name="edition" id="edition" value="0000">
<br>
<br>
<input type="reset" value="RESET">
<input type="submit" value="SUBMIT FORM">
<br>
<p class="text1">You will be contacted soon by our team</p>
</div>
</div>
</body>
</html>