forked from Hetal1407/VioletTech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
415 lines (374 loc) · 17.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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!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>V | Learn Here Lead Anywhere</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="login">
<p>L</p>
<P>O</P>
<p>G</p>
<p>I</p>
<p>N</p>
</div>
<div class="whole-page">
<div class="menu">
<input type="checkbox" id="navi-toggle" class="checkbox" />
<label for="navi-toggle" class="button">
<span class="icon"> </span>
</label>
<div class="background"> </div>
<nav class="nav">
<ul class="list">
<li class="item"> <a class="link"> Home </a> </li>
<li class="item"> <a class="link"> About </a> </li>
<li class="item"> <a class="link"> Career </a> </li>
<li class="item"> <a class="link"> Training </a> </li>
<li class="item"> <a class="link"> Certification </a> </li>
</ul>
</nav>
</div>
<div class="intro">
<div class="outer">
<div class="prod-logo">
<img src="images/kisspng-accenture-symbol-logo-management-consulting-high-intelligence-5ae346bf8c1cd6.4605870015248442235739.png"
class="prod-img" alt="icon" />
</div>
<div class="inner">
<div class="prod-left">
<h1 class="prod-head"><span style="color: rgb(240, 118, 37)">HELLO</span> INTERNS!</h1>
<h4 class="prod-head-sub">Lay the foundation for your future prospects and dreams with the
skills
and credentials to back you for excellence within the industry.</h4>
</div>
<div class="prod-right">
<img src="images/human-image.png" class="prod-human-img" alt="prod" />
</div>
</div>
</div>
</div>
<div class="platform">
<canvas id=c></canvas>
<div class="platform-content">
<img src="images/lappy-8f8db1451408ef79bea03449693e414a.svg">
<div class="plat-text">
<h1><span>Why</span> Choose Us?</h1>
<p>We are pioneer in the Ed-Tech industry, the fastest-growing professional training platform in
the country. As part of our initiative for educating the upcoming generations to be producers of
technology, we provide top-class internship and certification programs which have yielded some
great
results.</p>
<h5>KEY ASPECTS : </h5>
<ul>
<li>Give yourself an edge in the job market</li>
<li>Gain valuable work experience</li>
<li>Explore a career path</li>
<li>Earn Letter of Recommendation</li>
<li>Become Certified</li>
</ul>
</div>
</div>
</div>
<div class="intern-prog">
<h1><span>Internship</span> Program Courses</h1>
<div class="container">
<div class="cards">
<div class="card">
<div class="card-inner">
<div class="card-front">
<img src="images/12-2-graphic-design-png-clipart.png">
<h5>Graphic Designing</h5>
</div>
<div class="card-back">
<h3>Graphic Designing</h3>
<p>Graphic design is an important tool that enhances how you communicate with other
people.
It serves to convey your ideas in a way that is not only effective, but also
beautiful.
</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-inner">
<div class="card-front">
<img src="images/Daco_4184671.png">
<h5>Full Stack Development</h5>
</div>
<div class="card-back fsd">
<h3>Full Stack Development</h3>
<p>Become effecient enough to develop and create your own websites and host them live!
</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Training Period :<span> 20-25 Days</span></h6>
<h6>✔ Projects/Tasks : <span>2 or 3</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-inner">
<div class="card-front">
<img src="images/PngItem_5215785.png">
<h5>Human Resources</h5>
</div>
<div class="card-back">
<h3>Human Resources</h3>
<p>
Many important decisions are formed by HR departments and it is important to
remember
that this is a responsibility-laden role from the get go.
</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Training Period :<span> 20-25 Days</span></h6>
<h6>✔ Projects/Tasks : <span>2 or 3</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-inner">
<div class="card-front">
<img src="images/PinClipart.com_clipart-and-media-site_1203541.png">
<h5>Python</h5>
</div>
<div class="card-back">
<h3>Python
</h3>
<p>Python is one of the most loved programming languages by developers, data scientists,
software engineers, and even hackers because of its versatility, flexibility, and
object-oriented features.</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Training Period :<span> 20-25 Days</span></h6>
<h6>✔ Projects/Tasks : <span>2 or 3</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-inner">
<div class="card-front">
<img src="images/pngegg.png">
<h5>Social Media Marketing</h5>
</div>
<div class="card-back">
<h3>Social Media Marketing</h3>
<p>Market your products and services by means of a click and reach millions of Audience!
</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-inner">
<div class="card-front">
<img id="small" src="images/ClipartKey_1804164.png">
<h5>UI / UX Designing</h5>
</div>
<div class="card-back">
<h3>UI / UX Designing
</h3>
<p>
The UI and UX Design help to win the consumers' confidence and make them use your
application or website providing them what they are looking for.
</p>
<h6>✔ Internship Period :<span> 2 Months</span></h6>
<h6>✔ Training Period :<span> 20-25 Days</span></h6>
<h6>✔ Projects/Tasks : <span>2 or 3</span></h6>
<h6>✔ Evaluation on<span> Daily Basis</span></h6>
<h6>✔ Earn <span>Certificate</span></h6>
<h6>✔ Letter of <span>Recommendation</span></h6>
<div class="enroll">
<button>Syllabus</button>
<button>Enroll Now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="last-part">
<div class="top">
<img src="images/icon-check-white.svg">
<div class="top-text">
<h1>Do the right thing,<br>
<span>at the right time.</span></h1>
</div>
</div>
<div class="bottom">
<div class="round">
<h1><span>01.</span> Learn</h1>
<p>Byte Sized Learning Content</p>
</div>
<div class="round">
<h1><span>02.</span> Gain Experience</h1>
<p>Work on industry-approved capstone projects</p>
</div>
<div class="round">
<h1><span>03.</span>Earn</h1>
<p>Opportunities to work on Live Projects</p>
</div>
</div>
</div>
<div class="footer">
<div class="foot1">
<img src="images/kisspng-accenture-symbol-logo-management-consulting-high-intelligence-5ae346bf8c1cd6.4605870015248442235739.png"
class="prod-img" alt="icon" />
</div>
<div class="foot2">
<div class="part1">
<h2>GET TO KNOW</h2>
<h4>About Us</h4>
<h4>Mentors</h4>
<h4>Alumni</h4>
</div>
<div class="part2">
<h2>CONNECT US</h2>
<H4>Our Platform</H4>
<h4>Feedback</h4>
</div>
</div>
<div class="foot3">
<h2>INTERNSHIP COURSES</h2>
<h4>Human Resources</h4>
<H4>Full Stack Development</H4>
<H4>UI / UX Design</H4>
<H4>Python</H4>
<H4>Graphic Design</H4>
<H4>Browse More...</H4>
</div>
<div class="foot4">
<div class="part3">
<H2>LET US HELP YOU</H2>
<h4>Terms of Use</h4>
<h4>FAQs</h4>
</div>
<div class="part4">
<h2>GET IN TOUCH</h2>
<h4>Mail Us</h4>
<h4>Instagram</h4>
<h4>Facebook</h4>
</div>
</div>
</div>
<div class="copyright">
<h5>© V by Rishav Srivastava | VioletTech </h5>
</div>
</div>
<script src="script.js"></script>
<script>
var w = c.width = window.innerWidth,
h = c.height = window.innerHeight,
ctx = c.getContext('2d'),
opts = {
lines: 5,
splitDistX: 15000,
templateColor: 'hsla(hue,70%,50%,.1)',
baseVelX: .85,
addedVelX: .5,
baseVelY: -.8,
addedVelY: .4,
baseRotSpeed: .0015,
addedRotSpeed: .0035,
baseLen: 100,
addedLen: 100,
baseLenDecrement: .1,
addedLenDecrement: .1
},
lines = [];
function Line() {
this.reset();
}
Line.prototype.reset = function () {
this.x = 0;
this.y = h * Math.random();
this.vx = opts.baseVelX + opts.addedVelX * Math.random();
this.vy = opts.baseVelY + opts.addedVelY * Math.random();
this.len = opts.baseLen + opts.addedLen * Math.random();
var rotSpeed = opts.baseRotSpeed + opts.addedRotSpeed * Math.random();
if (Math.random() < .08)
rotSpeed *= -10;
this.sin = Math.sin(rotSpeed);
this.cos = Math.cos(rotSpeed);
this.x2 = -this.len;
this.y2 = 0;
}
Line.prototype.step = function () {
this.x += this.vx;
this.y += this.vy;
var x2 = this.x2;
this.x2 = this.x2 * this.cos - this.y2 * this.sin;
this.y2 = this.y2 * this.cos + x2 * this.sin;
ctx.strokeStyle = opts.templateColor.replace('hue', this.x / w * 10);
ctx.beginPath();
ctx.moveTo(this.x, this.y);
ctx.lineTo(this.x + this.x2, this.y + this.y2);
ctx.stroke();
if (this.y < -this.len)
this.y = h + this.len;
else if (this.y > h + this.len)
this.y = -this.len;
if (this.x > w + this.len)
this.reset();
}
function anim() {
window.requestAnimationFrame(anim);
update();
}
function update() {
ctx.globalCompositeOperation = 'lighter';
if (lines.length < opts.lines && Math.random() < .1)
lines.push(new Line);
lines.map(function (line) { line.step(); });
}
ctx.fillRect(0, 0, w, h);
anim();
for (var i = 0; i < 200; ++i)
update();
window.addEventListener('resize', function () {
w = c.width = window.innerWidth;
h = c.height = window.innerHeight;
ctx.fillRect(0, 0, w, h);
lines.length = 0;
});
</script>
</body>
</html>