-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
56 lines (48 loc) · 3.03 KB
/
about.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
<?php include('./components/header.php'); ?>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="./assets/images/about/018.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 pl-md-5">
<h2 class="text-black">Celebrating Sportsmanship With SPARDHA</h2>
<p class="lead text-justify">NIMS SPARDHA is an annual sports event that the NIMSians wait for throughout the year. NIMS University Rajasthan, Jaipur has not only been a statute of excellence in academics, but also in other fields that determine the overall growth and development of an individual. Spardha is the event that the youngsters are most excited for. </p>
<p class="text-justify">NIMS University Rajasthan, Jaipur celebrates this sports event whole-heartedly every year and keeps alive the sportsman spirit in students in every way. SPARDHA, for NIMS, denotes Sportsmanship, Passion, Action, Radiance, Determination, and Hard work of the participants that finally lead to their Achievement. </p>
</div>
</div>
</div>
</div>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 order-2">
<img src="./assets/images/about/021.JPG" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 pr-md-5">
<h2 class="text-black">What Spardha Is For Us?</h2>
<p class="lead text-justify">SPARDHA, for NIMS, denotes Sportsmanship, Passion, Action, Radiance, Determination, and Hard work of the participants that finally lead to their Achievement. It not only encourages students to push themselves beyond limit, but also teaches them to deal with failures. The students at NIMS University, therefore, are trained to try their best, accept their success and failure and move on to the next step towards practicing and becoming a pro. </p>
<p class="lead text-justify">Through the inter-college sports tournament, the university ensures working on the physical development of students as well besides nurturing their mental horizons.
</p>
</div>
</div>
</div>
</div>
<div class="site-section" data-aos="fade-up">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="./assets/images/org.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 pl-md-5">
<h2 class="text-black">About Organisers</h2>
<p class="lead text-justify">For Spardha, we have a separate organising committee that determines the criteria for selection and rules of participation to ensure a fair game. </p>
<a href="./assets/media/Committee Constituted for Spardha-2023 (1).pdf" target="_blank"><button class="btn btn-primary">View More </button></a>
</div>
</div>
</div>
</div>
<!-- Slider Component -->
<?php include('./components/slider.php'); ?>
<?php include('./components/trio.php'); ?>
<?php include('./components/footer.php') ?>