forked from kokonior/HTML-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurricular activites.html
83 lines (72 loc) · 3.42 KB
/
curricular activites.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="stylesheet" type ="text/css" href="css/eventss.css">
<title>Extra-Curricular Activities-SRM</title>
<style>
ul{
float: right;
list-style-type: none;
margin-top: 25px;
}
ul li{
display: inline-block;
}
ul li a{
text-decoration: none;
color: rgb(46, 8, 8);
padding: 5px 20px;
border: 1px solid transparent;
transition: 0.6s ease;
}
ul li a:hover{
background-color: #fff;
color: #000;
}
</style>
</head>
<body>
<header>
<div class="main">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about us.html">Abouts Us</a></li>
<li><a href="curricular activites.html">Extra-Curricular Activities</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="guardians.html">Guardian’s Section</a></li>
<li><a href="achievements.html">Achievement’s</a></li>
<li><a href="contact us.html">Contact us</a></li>
</ul>
</div>
</header>
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>Extra-Curricular Activities</h1>
</div>
<div class="content">
<h3>Clubs and Societies</h3>
<br>
<p>Clubs for music, dance, art, hobbies and sports are entrenched in the University campus that enables young minds to invest their time beyond academics. Each club is furnished with trained staff who bring out the best in students and find ways to engage them in activities after college hours. The learners are cheered to participate and win accolades in all art forms and are celebrated to have brought in accolades for the college.
The campus is home to a diverse set of extra and co-curricular activities that help advance one’s academic and non-academic pursuits. Societies and clubs formed in SRM University, AP – Andhra Pradesh are listed below:</p>
<br>
<h3>Sports</h3>
<br>
<P>
SRM AP - Andhra Pradesh campus, sports facilities include badminton, basketball and volleyball courts; athletic tracks, cricket grounds, gymnasiums, yoga rooms, soccer grounds and table tennis. Students are encouraged to participate in sports at national and international meets. Student clubs for different sports have faculty members designated to guide students. These expert trainers identify special skills; provide intensive training and help students achieve their sports goals.
Further to providing grounds and facilities for students, SRM AP - Andhra Pradesh regularly hosts local, state and international tournaments on campus.</P>
</p>
</div>
</div>
</div>
<div class="img-section">
<img src="theatre-club-1.png" alt="Not Found">
</div>
</div>
</body>
</html>