-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (91 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TCS Codevita</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="section-top">
<div class="back-cover" > </div>
<header >
<div class="nav flex">
<div class="logo"></div>
<div class="nav-link flex">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Sample Question</a>
<a href="#">Gallery</a>
<a href="#">FAQs</a>
<a href="#">Self Help Trivia</a>
<a href="#">Conatact</a>
<a href="#">Blog</a>
</div>
</div>
</header>
</div>
<!-- |||||||||| section2 |||||||||||||||| -->
<div class="section">
<div class="counts">
<div class="c1 box">
<div class="box-content">
<h2><i class="fa-solid fa-hourglass-end"></i> 6</h2>
<p> <span>Hours</span> to prove your mettle</p>
</div>
</div>
<div class="c2 box">
<div class="box-content">
<h2><i class="fa-solid fa-dollar-sign"></i> 20000</h2>
<p> <span>USD</span> in price money</p>
</div>
</div>
<div class="c3 box">
<div class="box-content">
<h2> <i class="fa-solid fa-ranking-star"></i> 1</h2>
<p> <span>Global ranking list</span> to top coders</p>
</div>
</div>
</div>
</div>
<!--||||||||||||||||||||||||| about section ||||||||||||||||||||||||||| -->
<div class="section-about">
<div class="section-title ">
<h2>ABOUT US</h2>
</div>
<div class="content-container">
<div class="img">
<img src="./assests/img1.png" alt="">
</div>
<div class="content flex">
<p> <br><br>Get ready to unlock the world of programming excitement with CodeVita! <br><br>
Launched in 2012, TCS CodeVita is a global programming competition designed to identify top coders around the world. It's a dynamic contest that unites people from diverse backgrounds and cultures, shattering boundaries. The "Guinness Book of World Records" listed TCS CodeVita as 'The world's largest programming contest' with registrations from 98 countries/regions, proving it as a true global phenomenon.
<br><br>
In Season 11, participation soared to 444k+ contestants, representing 3,500+ institutes. Imagine participants from 10 regions engaging in an electrifying battle during the grand finale!
<br><br>
This year, we are "United by Code", celebrating a global community bound by the shared passion for programming. This season 12 promises more thrilling challenges and unforgettable experiences, highlighting the unity and diversity of coders worldwide.
<br><br>
Are you intrigued? Brace yourself for another extraordinary journey with TCS CodeVita, where coding transcends boundaries.</p>
</div>
</div>
</div>
<div class="featured-container">
<div class="c1 card">
<div class="icon-card"></div>
<h4>What's in it for student ?</h4>
<div class="description">
<span>Top 3 coders to win total prize money of USD 20,000/- </span> <br>
<span>Chance to explore exciting careers* with one of the world's most powerful brands</span> <br>
<span>Chance to compete with some of the best coders in the world</span> <br>
<span>Platform to showcase your programming skills</span> <br>
<span>Finalists stand a chance to travel to India for the season 12 live grand finale experience.</span> <br>
</div>
</div>
<div class="c2 card">
</div>
</div>
<!-- SPACERRRRRR -->
<div class="spacer"></div>
</body>
</html>