-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathschoolEvent.html
More file actions
131 lines (116 loc) · 4.79 KB
/
Copy pathschoolEvent.html
File metadata and controls
131 lines (116 loc) · 4.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NIRVANA 2.0</title>
<link rel="stylesheet" href="style.css">
<link rel="index" href="index.html">
</head>
<body>
<header>
<h1>NIRVANA TECH FEST 2K25</h1>
<nav>
<a href="index.html">Home</a>|
<a href="schoolEvent.html">School Events</a>|
<a href="college.html">College Events</a>|
<a href="outdoor.html">Outdoor Events</a>
</nav>
</header>
<main>
<section>
<h1>SciExpo25</h1>
<p>SciExpo25 is a creative Science Event for showcasing your scientific knowledge through static/working models. </p>
<h2>THEME:Sustainable Development</h2><h2>DATE-:17 October</h2><h2>TIME-:9:00 AM TO 12:00 AM</h2><h2>VENUE-:Infront Of Coridoor</h2>
<h3> RULES-:</h3>
<ul>
<li> Environment Friendly</li>
<li> Creative and Appealing</li>
<li> Original Projects</li>
<li> Student must come with their ID Cards</li>
<li> Only Registered Students can participate</li>
<h4> ELIGIBILITY-:</h4>
<ul>
<li> Students must be enrolled in a recognised school</li>
<li> For class 6-10</li>
<li> Maximum 4 students can be in a team</li>
<li> Winning Prize-Rs. 5000</li>
<li> Certificate for All Participants</li>
</ul>
<h2> CodeExpo25</h2>
<p>To showcase your problem solving skills along with coding technical logics Nirvana 2.O presents CodeExpo.</p>
<h2>Date: 17 October</h2>
<h2>Time:9 to12</h2>
<h2>Venue:CL-1</h2>
<h2>RULES:</h2>
<ul>
<li>Only registered students can participate .</li>
<li>Mandatory to carry ID cards.</li>
<li>Any coding language can be used(C,C++,python).</li>
</ul>
<h2>Eligibility:</h2>
<ul>
<li>Students must be enrolled in recognised school.</li>
<li>Teamsize:1to4</li>
<li>Exciting prizes with 5000 with participation certificates.</li>
</ul>
<h1>NirvanaWorkshop2.0</h1>
<p>Worshops on various trending topics are being conducted by experts in IT field.Grab the opportunity to brush up your knowledge with current trends like AI,ML etc.</p>
<h2>Date: 17 October</h2>
<h2>Time:9to5</h2>
<h2>Venue:MPH</h2>
<h2>RULES:</h2>
<ul>
<li>Only registered students can participate .</li>
<li>Transportation facilities available.</li>
<li>Mandatory to carry ID cards.</li>
</ul>
<h2>Eligibility:</h2>
<ul>
<li>Worshops on various trending topics are being conducted by experts in IT field.Grab the opportunity to brush up your knowledge with current trends like AI,ML etc.</li>
<li>Students must be enrolled in recognised school.</li>
</ul>
<h2>Date: 17 October</h2>
<h2>Time:9to5</h2>
<h2>Venue:MPH</h2>
<h2>RULES:</h2>
<ul>
<li>Only registered students can participate .</li>
<li>Transportation facilities available.</li>
<li>Mandatory to carry ID cards.</li>
</ul>
<h2>Eligibility:</h2>
<ul><li>Students must be enrolled in recognised school.</li></ul>
<form>
<div>
<label>CANDIDATE NAME</label>
<input type ="text" name ="name" placeholder="Enter Your name">
</div>
<div>
<label>CLASS</label>
<input type ="email" name ="">
</div>
<div>
<label>SCHOOL NAME</label>
<input type ="text" name ="">
</div>
<div>
<label>MOBILE NUMBER</label>
<input type ="text" name ="">
</div>
<div>
<label>TEAM MEMBER NAME</label>
<input type ="text" name ="name" placeholder="Enter names">
</div>
<div>
<label>Event NAME</label>
<input type ="text" name ="name" placeholder="Enter Event name...SciExpo,CodeExpo,Workshop">
<input type="submit" value="Submit">
</div>
</section>
</main>
<footer>
<p>b.tech 3rd sem 2nd year|All Rights Are Reserved</p>
</footer>
</body>
</html>