-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprateek.html
158 lines (130 loc) · 5.36 KB
/
prateek.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
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Know your Neta</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/simple-sidebar.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
ul li ul {
display: none;
}
ul li:hover ul {
display: block;
}
</style>
</head>
<body>
<div id="wrapper">
<!-- Sidebar -->
<div id='sidebar-wrapper'>
<ul class='sidebar-nav'>
<li class='sidebar-brand'>
<a href='index.html'>
Candidates 2015
</a>
</li>
<li>
<h5>Presented by: </h5>
<h4 style='color:white'>The Scholars' Avenue</h4>
<li>
<li>
<a href='index.html'>Vice President</a>
<ul>
<li style='color:gray'><a href='atal.html'>Atal A Agarwal</a></li>
<li style='color:gray'><a href='ketan.html'>Ketan Ingle</a></li>
</ul>
</li>
<li>
<a href='index.html'>GSec Technology</a>
<ul>
<li style='color:gray'><a href='bibhu.html'>Bibhu Agarwal</a></li>
<li style='color:gray'><a href='fatwani.html'>Kartikeya Fatwani</a></li>
<li style='color:gray'><a href='palak.html'>Palak Goyal</a></li>
<li style='color:gray'><a href='tanveer.html'>Tanveer Shaikh</a></li>
</ul>
</li>
<li>
<a href='index.html'>GSec Sports</a>
<ul>
<li style='color:gray'><a href='shenoy.html'>Gaurav Shenoy</a></li>
<li style='color:gray'><a href='prateek.html'>Prateek Jain</a></li>
<li style='color:gray'><a href='sanket.html'>Sanket Mondal</a></li>
</ul>
</li>
<li>
<a href='index.html'>GSec Social & Cultural</a>
<ul>
<li style='color:gray'><a href='ayudh.html'>Ayudh Dutta</a></li>
<li style='color:gray'><a href='panda.html'>Gourav Panda</a></li>
<li style='color:gray'><a href='vivek.html'>Vivek Bhutra</a></li>
</ul>
</li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<a href="#menu-toggle" class="btn btn-default" id="menu-toggle"><></a>
<br>
<br>
<div class="row">
<div class="col-lg-4">
<img src="img/prateek.jpg">
</div>
<div class="col-lg-8">
<h1>Prateek Jain</h1>
<h2>Candidate for General Secretary Sports and Games, TSG</h2>
<h3>RP Hall of Residence</h3>
<h3>Mining Engineering (Dual)</h3>
<h3>From Mandsaur</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<br>
<h2>Proposals <a target="_blank" href="http://www.scholarsavenue.org/news/proposals-prateek-jain-candidate-for-general-secretary-sports-and-games-2015-16/">[Read critique]</a></h2>
<h3>1. Sports' Mentorship Programme</h3>
<p><b>Overview : </b> A Sports’ Mentorship Program where students mentors will hold regular teaching
sessions for various sports to coach the students interested in learning that Sport. Students interested in learning a particular sport would be trained by Inter IIT players and probable players. The mentors will be awarded recognition from the Technology Students’ Gymkhana in return.</p>
<h3>2. Sports' Seminar</h3>
<p><b>Overview : </b> A Sports’ Seminar for every sport in the beginning of each Academic session. A seminar would be held at the beginning of each seminar dedicated to each sport, which
will involved a detailed discussion of the things like problems faced during practice, an analysis of
previous performances and proposals for improvement.</p>
<h3>3. Sports' Week for Women</h3>
<p><b>Overview : </b>Separate Sports’ weeks for Women, Research Scholars and Post Graduate Students. Dedicated Sports weeks will be organized for women, Research Scholars and PG students
in order to motivate the existing players and boost the overall number of participants in sports at
the same time.</p>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>