-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnso.html
110 lines (91 loc) · 2.46 KB
/
nso.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
---
title: NSO
layout: default
---
<style>
.club-title {
background-color: #1D1D27;
padding-top: 100px;
}
.club-heading {
color: white;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
.heading-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 35%;
}
.para-1 {
color: white;
text-align: center;
}
.fa-instagram,
.fa-envelope,
.fa-linkedin {
color: white;
}
@media only screen and (max-width: 900px) {
.heading-image {
width: 50%;
}
}
</style>
<section class="club-title">
<!-- Logo and title -->
<div class="container">
<img src="assets/images/logo/club/nso-inverted.png" alt="NSO" class="heading-image">
<div class="club-heading">
<br>
<h2><b>NATIONAL SPORTS ORGANISATION</b></h2>
<h6>The sports club of IIIT Raichur, Established in 2019</h6>
</div>
</div>
<br><br><br>
<div class="container">
<div class="club-heading">
<h2><b>Aspiration</b></h2>
</div>
<p class="para-1">The main objective of the club is to encourage involvement in sports and physical activity in
order to
provide
healthier, safer and prosperous communities.</p>
<br><br><br>
<div class="club-heading">
<h2><b>About</b></h2>
</div>
<p class="para-1">Our college provides various facilities to the students to develop their sports and personal
skills.The
students play outdoor games and indoor like carrom, chess etc.More than 60 percent students of IIITR, are
highly active in sports.</p>
</div>
<br><br><br>
<div class="club-heading">
<h2><b>Coordinator</b></h2>
<h6>The leaders who make all this possible</h6>
</div>
<div class="container">
<div class="row justify-content-center" style="padding-bottom: 10px;">
<div class="col-lg-4 col-12">
<div class="council-cards">
<img src="./assets/images/nso-images/uday.jpeg" style="width: 70%; margin: 7% 15% 5% 15%;">
<div class="council-cards-content text-center">
<h4 style="font-weight: 500; color: white;">
Uday Reddy <br>
</h4>
<a href="mailto:[email protected]" target="_blank"
class="fa fa-envelope council-cards-link"> </a>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="club-heading">
<h2><b>Follow us</b></h2>
<a href="mailto:[email protected]" target="_blank" class="fa fa-envelope council-cards-link"> </a>
</div>
</section>