forked from tony83033/help-to-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
385 lines (301 loc) · 10.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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!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>Ar/Vr</title>
<style>
body {
margin: 0px;
}
.upcont {
display: flex;
margin: 0px 20px;
/* border: 3px solid green; */
}
.nav1 {
background-color: black;
/* border: 3px solid green; */
}
#upimg {
height: 30px;
}
.buttom {
display: flex;
list-style: none;
margin: 10px;
}
.inbt {
margin: 0px 20px;
}
.inbt:hover {
color: red;
cursor: pointer;
}
nav {
/* border: 3px solid red; */
margin: 0px 0px;
padding: 3px 0px;
/* background-color: black; */
color: white;
align-items: center;
z-index: -1;
}
.nav2 {
margin: -5px;
/* border: 4px solid yellow; */
}
.img2 {
display: flex;
/* border: 3px solid blue; */
height: 400px;
margin: 0px;
background: url('img1.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
color: black;
}
#para {
padding: 20px;
margin: 0px 250px;
font-size: large;
}
.imgcont {
display: flex;
flex-direction: column;
/* border: 3px solid red; */
justify-content: center;
align-items: center;
text-align: center;
margin: 0px;
}
#but {
width: 100px;
height: 40px;
border-radius: 9px;
background-color: rgba(195, 19, 19, 0.627);
}
#but:hover {
background-color: red;
color: white;
cursor: pointer;
}
#head {
color: black;
/* background-color: blueviolet; */
text-align: center;
font-size: 30px;
margin: 10px 0px;
}
.desc {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
/* align-items: center; */
}
.box {
border: 3px solid red;
margin: 5px;
width: 350px;
height: 250px;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
background-color: rgb(223, 239, 250);
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
#box1:hover {
width: 370px;
height: 270px;
background-color: rgb(203, 229, 246);
}
#box2:hover {
width: 370px;
height: 270px;
background-color: rgb(203, 229, 246);
}
#box3:hover {
width: 370px;
height: 270px;
background-color: rgb(203, 229, 246);
}
.boxhead {
margin: 5px;
}
#pizaa {
height: 80px;
}
#bulkfd {
height: 100px;
}
#deliver {
height: 80px;
}
.clientslogo {
/* border: 3px solid green; */
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
/* flex-direction: column; */
}
.clients {
width: 100%;
text-align: center;
color: black;
font-size: 25px;
}
.logofd {
height: 50px;
margin: 50px;
}
#last {
/* border: 3px solid blue; */
width: 100%;
}
#last::before {
content: "";
position: absolute;
background: url('https://lh3.googleusercontent.com/O1KkcAEm8OWd3Opuz2zqmJHUIduD3BFix5zB2X83GeKOV-9O_V3IR7jIGWIJg4ar6k4KfQ=s128');
width: 100%;
height: 40%;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.5;
}
.lastform {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
margin: 30px;
/* padding: 50px; */
/* border: 3px solid violet; */
}
#form {
margin: 8px;
padding: 5px;
width: 500px;
}
#form:hover {
background-color: rgb(206, 205, 205);
}
#submitbtn {
/* margin: 20px 0px 60px 0px; */
height: 30px;
width: 70px;
border-radius: 10px;
background-color: rgb(3, 155, 3);
}
#submitbtn:hover {
background-color: green;
}
.lastform::before {
content: "";
position: absolute;
background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyDT859IXs_0FYawIJrQIYymoiuongjtzc_w&usqp=CAU');
width: 100%;
height: 40%;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
opacity: 0.6;
}
</style>
</head>
<body>
<nav class="nav1">
<div class="upcont">
<img src="https://cdn.pixabay.com/photo/2016/03/08/10/14/icon-1243684__340.png" alt="" id="upimg">
<div class="buttom">
<li class="inbt"><a href=""></a>Home</li>
<li class="inbt"><a href=""></a>Services</li>
<li class="inbt"><a href=""></a>Blogs</li>
<li class="inbt"><a href=""></a>Contact Us</li>
</div>
</div>
</nav>
<nav class="nav2">
<div class="img2">
<div class="imgcont">
<h2>Welcome To Visual Learning</h2>
<p id="para">A website that focuses on visual learning would be designed with the understanding that
some people learn best through images, videos, and other visual aids. The website would likely have
a clean and simple design, with a focus on visual elements such as graphics, videos, and
animations.Overall, the website would be a comprehensive resource for anyone who learns best through
visual materials, as well as for educators looking for innovative ways to teach their students.
</p>
<!-- <button id="but">Login</button> -->
<button id="but">
<a href="login.html">Login</a>
</button>
</div>
</div>
</nav>
<div class="thi">
<h1 id="head">Topics</h1>
<div class="desc">
<div class="box" id="box1"> <img src="dig.jpg" alt="" id="pizaa">
<h2 class="boxhead">Digestive System</h2>
<div>
<p>The digestive system includes the mouth, pharynx (throat), esophagus, stomach, small intestine,
large intestine, rectum, and anus. It also includes the salivary glands, liver, gallbladder, and
pancreas.
</p>
</div>
</div>
<div class="box" id="box2"> <img src="tri.jpg" alt="" id="bulkfd">
<h2 class="boxhead">Trigonometry</h2>
<div>
<p>The branch of mathematics concerned with specific functions of angles and their application to
calculations. There are six functions of an angle commonly used in trigonometry.
</p>
</div>
</div>
<div class="box" id="box3"><img
src="carbon.jpeg"
alt="" id="deliver">
<h2 class="boxhead">Carbon Compound</h2>
<div>
<p>Carbon compounds are defined as chemical substances containing carbon. More compounds of carbon
exist than any other chemical element except for hydrogen. Organic carbon compounds are far more
numerous than inorganic carbon compounds.
</p>
</div>
</div>
<nav id="last">
<div class="clients">
<h1>Our Clients</h1>
</div>
<div class="clientslogo">
<div><img src="mpgi1.png" alt=""
class="logofd"></div>
<div><img src="psit1.png" alt=""
class="logofd"></div>
<div><img
src="kgi1.png"
alt="" class="logofd"></div>
<div><img
src="https://lh3.googleusercontent.com/sSr_dNr3FQbfjRjgQdkZ36SJhxHzju0FILuVDg0O1l-MGBKerx9kSONdTgNrlgET0aUJ1w=s85"
alt="" class="logofd"></div>
</div>
</nav>
<div class="lastform">
<h1>Contact Us</h1>
<input type="text" placeholder="Enter Your Name" id="form">
<input type="text" placeholder="Enter Your Email Id" id="form">
<input type="text" placeholder="Enter Your Contact Number" id="form">
<input type="text" placeholder="Enter Your Reason For Contacting" id="form">
<button id="submitbtn">Submit</button>
</div>
</body>
</html>