-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspardha2024.php
168 lines (148 loc) · 5.38 KB
/
spardha2024.php
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
<?php include('./components/header.php'); ?>
<div class="site-blocks-cover overlay" id="slide1" style="background-image: url(./assets/images/b1.jpeg);" data-aos="fade" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row align-items-center justify-content-start">
<div class="col-md-6 text-center text-md-left" data-aos="fade-up" data-aos-delay="400">
<h1 class="bg-text-line ">Spardha 2024</h1>
<p class="mt-4 text-justify">NIMS University Rajasthan, Jaipur has announced SPARDHA 2024 with a bang. The students are back with new energy and improved stamina to fight on the field.
</p>
</div>
</div>
</div>
</div>
<div class="slide-one-item home-slider owl-carousel" id="slide2">
<img src="assets/images/banner-3.jpg" alt="">
</div>
<style>
@media screen and (min-width : 600px){
#slide2 {
display: none;
}
}
@media screen and (max-width : 600px){
#slide1 {
display: none;
}
}
</style>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="previous-about">
<div class="container">
<div class="intro">
<h1 class="text-center">SPARDHA 2024</h1>
</div>
</div>
<p class="text-center justify-content">NIMS University Rajasthan, Jaipur has announced SPARDHA 2024 with a bang. The students are back with new energy and improved stamina to fight on the field. <br>And this time, we have something special in store for the SPARDHA participants and audience – The Stalls from Different Colleges/Institutes </p>
</div>
</div>
</div>
</div>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="previous-about">
<div class="container">
<h1 class="text-center">The Games We Host</h1>
<p>The university hosts 16 sports to ensure maximum participation in the event. NIMS University Rajasthan, Jaipur believes in giving equal opportunities to all and Spardha becomes the best way of doing it. </p>
<table class="table table-bordered" style="margin-top: 30px; margin-bottom:100px;">
<thead>
<tr>
<th scope="col">Basketball</th>
<th scope="col">Vollyball</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Football</th>
<th scope="col">Cricket</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> Kabaddi</th>
<th scope="col"> Kho-Kho</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> Table Tennis</th>
<th scope="col">Badminton</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Chess</th>
<th scope="col"> Carrom</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> Tug of War</th>
<th scope="col"> Athietics</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> Shot Put</th>
<th scope="col"> Discus Throw</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">Javelin Throw</th>
<th scope="col"> Long Jump</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="previous-about">
<div class="container">
<h1 class="text-center">The Teams We Have</h1>
<p>TWhen it comes to our team, we have participants from every college/school under the NIMS umbrella. The university has 11 teams with over 1000 participants.<br>Want to check out the names of the team? Let’s do it. </p>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col">NIMS Dental College & Hospital</th>
<th scope="col">NIMS School of Business</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">NIMS Institute of Pharmacy</th>
<th scope="col">NIMS Paramedical Technology</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> NIMS Institute of Engineering & Technology</th>
<th scope="col"> NIMS College of Humanities & Social Science </th>
</tr>
</thead>
<thead>
<tr>
<th scope="col"> NIMS Nursing College</th>
<th scope="col">NIMS International School of Hotel Management/Travel Tourism/Mass Media/ Architecture</th>
</tr>
</thead>
<thead>
<tr>
<th scope="col">NIMS School of Law</th>
<th scope="col">NIMS College of Physiotherapy & Occupational Therapy</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
</div>
<?php include('./components/footer.php') ?>