-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
351 lines (338 loc) · 16.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>TestWare</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
<script src='main.js'></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
</head>
<body>
<!-- start of navbar -->
<nav class="bg-[#004445] text-white flex items-center justify-between w-full bg-fixed">
<div class="text-white text-3xl font-bold py-4 md:pl-12 ">TestWare</div> <!--ccaty logo -->
<ul class="main-nav py-4 space-x-4 md:space-x-11 md:flex hidden text-2xl"><!--this is for center item in navbar-->
<li class="cursor-pointer">Home</li>
<li class="cursor-pointer">
Resources
<ul class="sub-nav">
<li><a href="#">Our company</a></li>
<li><a href="#">Our Vision</a></li>
<li><a href="#">Our team</a></li>
</ul>
</li>
<li class="cursor-pointer">
Contact
<ul class="sub-nav">
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
</ul>
</li>
<li class="cursor-pointer">
About
<ul class="sub-nav">
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
</ul>
</li>
</ul><!--end of center item -->
<!--start of third item in nav bar -->
<ul class="flex py-4 space-x-4 flex-row md:pr-10 ">
<li class="cursor-pointer hover:text-red-600 text-2xl ">Log in</li>
<li><a href="createraccount.html"> <button class="bg-white rounded-3xl mt-2 text-black w-28 mx-2 hover:bg-green-500 hover:text-white active:bg-red-600 ">Sign up</button></a> </li>
</ul>
</nav>
<!--end of full nav bar -->
<!--start of first page -->
<div class="justify-center items-center flex">
<div class="slider flex flex-col-reverse md:flex-row ">
<!-- start of left side item -->
<div class=" flex flex-col justify-center items-center md:items-baseline md:pl-12 ">
<h1 class="text-[#004445] text-3xl leading-normal md:text-6xl font-bold md:w-[55%] space-y-5 ">TestWare
</h1>
<p class=" space-y-3 ml-[10px] md:text-left font-medium mt-3 md:ml-20 text-2xl text-[#3C3B3B] ">Practice till
you succeed. Secure your job, the top 1%<br>
aren't born special, they work for it. You can too!</p>
<button
class=" bg-[#004445] text-white px-12 py-2 font-medium my-8 rounded-3xl hover:bg-green-800">Get
started</button>
</div>
<!--end of left side of 1 page-->
<!--start of right slider-->
<div class="right ">
<img class=" mr-4" src="assets/1st 1 img.jpg" alt="Surface Laptop 4 Image">
</div><!--end of right slider-->
</div>
</div>
<!--end of first page-->
<!--start of 2nd page-->
<div class=" flex flex-col md:flex-row">
<div class="relative">
<img src="assets/Shield 3.png" alt="" class="md:ml-12 mr-12 md:w-[300px] md:h-[350px] h-[390px]">
<div class="absolute inset-8 ml-12 ">
<div class="text-[#004445] text-2xl font-bold md:text-center "> TestWare</div>
<div><img src="assets/bulb 1.png" alt="" class="w-16 h-16 mt-3 md:block md:m-auto " ></div><!--img bulb in sheild-->
<div class="text-xl text-[#004445] mt-3 ml-3 font-bold md:text-center">Most innovative<br> Companies 2023</div>
</div>
</div>
<div class="border bg-[#004445] w-full rounded-br-[267px] font-montserrat text-[#fff] text-3xl pt-4 md:pt-12 md:pl-12 h-[133px] mt-8">
<p>Recognized for innovation in career-relevant learning</p>
</div>
</div><!--this is for grid or flex-->
<!--2nd page better sheild pic man pic and other pic etc-->
<div class="justify-center items-center flex">
<div class="slider flex flex-col-reverse md:flex-row ">
<div class="left flex flex-col justify-center items-center md:items-baseline ">
<h1 class="text-[#004445] md:text-7xl text-5xl font-bold leading-normal md:w-[100%] md:ml-12 ">Better
talent<br>Decisions<br>Faster
</h1>
</div>
<div class="right md:ml-12 relative">
<img class="absolute " src="assets/remove bg.png" alt="">
<img class="" src="assets/img sheild.png" alt="">
</div>
</div>
</div>
<br> <br><br><!--for background purpuse-->
<!--end of the -->
<!--end of 2nd page-->
<!---start of 3rd page-->
<div class=" bg-[#004445] md:w-[100%] md:h-[700px] sm:h-[400px] justify-center items-center flex">
<div class="m-auto "><!--this is for background color #004445-->
<img class="cursor-pointer" src="assets/3 img.png" alt="">
</div>
</div>
<!--end of 3rd page-->
<!--start of 4th page -->
<div class=" bg-[#E6E6E6] w-[100%] ">
<div class="top text-center text-[#004445] text-5xl font-bold pt-36">
Get Started For Free
</div>
<div class="text-center font-bold text-2xl mt-2">
<p class="text-[#004445]">Test drive our comprehensive assessment platform.</p>
</div>
<div class=" md:mx-20 my-8 cursor-pointer md:grid md:grid-cols-6 grid-cols-1 ">
<img class=" m-auto" src="assets/screen 1.png" alt="">
<img class=" m-auto" src="assets/screen 3.png" alt="">
<img class=" m-auto" src="assets/screen 2.png" alt="">
<img class=" m-auto" src="assets/screen 4.png" alt="">
<img class=" m-auto" src="assets/screen5.png" alt="">
<img class=" m-auto" src="assets/screen 6.png" alt="">
</div>
<button
class="bg-white w-48 h-12 rounded-full font-medium hover:bg-green-500 text-[#004445] ring-green-950 ring-4 block m-auto ">
start a free trail</button>
<br><br>
</div>
</div>
<!--start of 5 page-->
<div class=" page5 bg-[#004445] w-full h-full">
<div class="justify-center items-center flex">
<div class="slider flex flex-col-reverse md:flex-row ">
<div class="left flex flex-col justify-center items-center md:items-baseline ">
<h1 class="text-white text-5xl space-y-5 font-bold ml-1 ">
Invite candidates your way
</h1>
<p class="text-white mt-4">After your purchase, you may take the tests<br>
as many times as you want, <br>
each re-take of the exam generates 50 new questions </p>
<button
class=" bg-white text-[#004445] px-12 py-2 font-medium my-8 rounded-3xl hover:bg-red-500 ">
invite candidate</button>
</div>
<div class="center ">
<img class="h-64 sm:mt-24 ml-10 sm:-mb-48 " src="assets/page5 imgbg remove.png" >
<div class="right ">
<img src="assets/chaha pic.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="page6 pt-24 text-center text-[#004445] bg-[#E6E6E6] ">
<div class="div h1 uppercase text-4xl font-bold ">
OUR Services<br> Unlimited Access
</div>
<div class="div p px-4 leading-10 mt-6 text-xl"
>
After your purchase, you may take the tests as
many times as you want,each re-take of
the exam generates 50 new questions
</div>
<div class="md:grid md:grid-cols-3 mx-12 grid-cols-1 ">
<div class="bg-white rounded-xl mt-8 mx-8 p-8 ">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
<div class="bg-white rounded-xl mt-8 mx-8 p-8 ">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
<div class="bg-white rounded-xl mt-8 mx-8 p-8">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
<div class="bg-white rounded-xl mt-8 mx-8 p-8 ">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
<div class="bg-white rounded-xl mt-8 mx-8 p-8 ">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
<div class="bg-white rounded-xl mt-8 mx-8 p-8 ">
<div><img class="h-12 w-12 m-auto" src="notification img.txt" alt=""></div>
<div class=" text-2xl font-bold">Send Message</div>
<div>After your purchase, you may take the tests as
many times as you want, each re-take of
the exam generates 50 new questions</div>
</div><!---end of the message icon div-->
</div>
<br><br><br><br><br><!--this is for background space -->
</div>
<!--end of page-->
<!--start of the page 7-->
<div class="justify-center items-center flex">
<div class="slider flex flex-col md:flex-row mt-28 ">
<div class="left">
<img class=" " src="assets/undraw_messages_re_qy9x 1.png" alt=""/>
</div>
<div class=" sm:ml-20"><!--for setting of mobile view-->
<div class="right mt-24 "><!--this is for text in this page -->
<h1 class="text-[#004445] font-bold text-2xl text-left " >Testimonials</h1>
<h1 class="text-[#004445] font-semibold text-2xl " >Read about What our Customers Say</h1>
<img class="rounded-full w-20 mt-4" src="assets/girl img.png" alt=""/>
<div class="right ml-32 -mt-20 text-2xl text-[#3C3B3B]">After your purchase, you may take the tests<br>
as many times as you want, each re-take of the exam generates 50 new questions<br><span class=" text-[#004445] font-semibold">- Julian Eston</span>
</div>
<div class=" flex flex-row align-middle">
<button class=" bg-[#004445] text-white px-12 py-2 font-medium my-8 rounded-3xl hover:bg-green-800 h-12">Get
started</button>
<h1 class=" font-semibold text-xl my-10 ml-8 text-[#004445] ">Try practice set</h1>
</div>
</div>
</div>
</div>
</div>
<br><br> <br> <!--for the problem of background height-->
<!--end of the page-->
<div class="page8 bg-[#D9D9D9] ">
<div class="paragraph text-center ">
<div class="text-[#FF0202] font-semibold pt-16 text-xl">After your purchase</div>
<div class=" text-4xl text-[#000] pt-2 font-bold ">Catalogue illustrator</div>
<p class="text-center mt-3 text-xl">After your purchase, you may take the tests<br>
as many times as you want, <br>
each re-take of the exam generates 50 new questions </p>
</div><!-- end of paragraph -->
<!--start of -->
<div class=" flex items-center m-auto border-gray-300 border w-fit">
<div class="flex flex-col absolute ">
<div class="w-16 h-16 py bg-[#004445] rounded-full ml-[4rem] mt-[150px] ">
<img class="invert w-11 mt-2 m-auto" src="assets/percentage img.png" alt=""> </div>
<div class="w-16 h-16 py bg-[#004445] rounded-full mt-10 -mx-4 ">
<img class="w-11 mt-3 m-auto" src="assets/bulb 1.png" alt="">
</div>
<div class="w-16 h-16 py bg-[#004445] rounded-full mb-48 mt-12 -mx-9 ">
<img class="invert w-11 mt-2 m-auto" src="assets/cup bg r.png" alt="">
</div>
</div><!--end of 1div-->
<!--start of rounded box -->
<div class=" md:w-[750px] md:h-[540px] bg-white block m-auto rounded-tr-full rounded-tl-full mt-12 text-center ">
<div><img class="w-48 m-auto pt-12 " src="assets/bulb 1.png" alt=""> </div>
<div> <p class="text-center text-4xl font-bold mt-3 ">Catalogue illustrator</p></div>
<div><p class=" text-center text-red-600 mt-3 text-2xl "> After your purchase</p> </div>
<div><p class="text-center mt-3 text-[#000000] text-2xl w-auto"> After your purchase, you may take the tests<br>
as many times as you want, <br>
each re-take of the exam generates 50 new questions </p></div>
</div>
<div class=" flex flex-col relative">
<div class="w-16 h-16 -ml-24 mt-[197px] bg-[#004445] rounded-full mb-9">
<img class="invert w-11 mt-2 m-auto" src="assets/lock img.png" alt="">
</div>
<div class="w-16 h-16 -ml-12 bg-[#004445] rounded-full mb-9 ">
<img class="invert w-11 mt-2 m-auto" src="assets/whatsapp.png" alt="">
</div>
<div class="w-16 h-16 -ml-7 bg-[#004445] rounded-full mb-48">
<img class="invert w-11 mt-2 m-auto" src="assets/rocket img.png" alt="">
</div>
</div>
</div> <!--end of flex-->
</div><!--end of the page-->
<footer class="h-[100%] w-[100%] bg-[#004445] ">
<div class="md:grid md:grid-cols-4 grid-cols-1 ">
<div class="text-[#02FFF0] text-4xl font-bold ml-12 py-10" >TestWare</div>
<div class="text-white text-xl py-10">
<ul class="sm:ml-3">
<li>Sales & Support</li>
<li>USA:(877) 909-8378 </li>
<li>UK:(08000) 148268</li>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
<br>
<ul class="sm:ml-4">
<li> AUS: 1300 137 937</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li>Job candidate support,</li>
</ul>
</div> <!--end of 2nd item footer -->
<div class="text-white text-xl mt-12">
<ul class="sm:ml-3">
<li>Address</li>
<li><div class="relative">
<img src="assets/Component 3.png" alt="Your Image" />
<div class="absolute inset-0 flex ml-12 text-white">
Multi Garden - B17 ISB
</div>
</div>
</li>
<li><div class="relative">
<img src="assets/Component 4.png" alt="Your Image" >
<div class="absolute inset-0 flex ml-12 text-white">
0300-5668-639
</div>
</div></li>
</ul>
</div>
<div class="text-white text-xl mt-12 ">
Follow us
<div class="flex gap-x-3 gap-y-1 ">
<img class="w-12 h-12" src="assets/linkdin logo pnd.png" alt="">
<img class="w-12 h-12 bg-[#004445]" src="assets/facebook logo png.png" alt="">
<img class="w-12 h-12 " src="assets/youtube logo.png" alt="">
</div>
</div>
</div> <!-- end of footer div -->
<div class="text-white md:ml-12 mb-4">USEFUL LINKS</div>
<div class=" md:ml-12" >
<ul class=" text-white flex flex-col-4 gap-8 flex-wrap">
<li>HOME</li>
<li>RESOURSES</li>
<li>CONTACT</li>
<li>ABOUT US</li>
</ul>
</div>
</footer> <!--end of footer page-->
</body>
</html>