-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalent.html
More file actions
383 lines (273 loc) · 14 KB
/
talent.html
File metadata and controls
383 lines (273 loc) · 14 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Talent Search</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="templatemo">
<!--
Medigo Template
http://www.templatemo.com/preview/templatemo_460_medigo
-->
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700itali" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Raleway:400,900,800,700,500,200,100,600" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/blue-scheme.css">
<!-- JavaScripts -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<link rel="icon" href="http://www.rise-institute.com/favicon.ico"/>
</head>
<body>
<div class="responsive_menu">
<ul class="main_menu" >
<li><a href="index.html">Home</a></li>
<li><a href="#">Our Story</a>
<ul>
<li><a href="vision.html">Vision </a></li>
<li><a href="leadership.html">Team</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="media.html">Media</a></li>
</ul>
</li>
<li><a href="#">What We Do</a>
<ul>
<li><a href="classroom.html">Classroom Programs</a></li>
<li><a href="talent.html">Talent Search</a></li>
<li><a href="online.html">Online Learning</a></li>
<li><a href="experiental.html">Experiential Learning</a></li>
<li><a href="fellowship.html">Fellowship Program</a></li>
</ul>
</li>
<li><a href="#">Impact</a>
<ul>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="empowerment.html">Empowerment</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="#">Get Involved</a>
<ul>
<li><a href="job.html">Join Full Time</a></li>
<li><a href="fellowcover2.html">Become A Fellow</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
<ul class="social-icons icon-circle list-unstyled list-inline" style="align-items:center">
<li style="padding:10px 45px 0 45px;align:center"><a href="https://www.facebook.com/RiseWithRiSE/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li style="padding:10px 45px 0 45px;align:center"><a href="https://www.instagram.com/risewithrise/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li style="padding:10px 45px 0 45px;align:center"><a href="https://twitter.com/risewithrise" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</ul> <!-- /.main_menu -->
</div> <!-- /.responsive_menu -->
<header class="site-header clearfix">
<div class="container" >
<div class="row" >
<div class="col-md-12">
<div class="pull-left logo">
<a href="index.html">
<img src="images/logo_new.png" width="70" style="margin-top:-15px">
</a>
</div> <!-- /.logo -->
<div class="main-navigation pull-right">
<nav class="main-nav visible-md visible-lg">
<ul class="sf-menu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">Our Story</a>
<ul>
<li><a href="vision.html">Vision</a></li>
<li><a href="leadership.html">Team</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="media.html">Media</a></li>
</ul>
</li>
<li><a href="#">What We Do</a>
<ul>
<li><a href="classroom.html">Classroom Programs</a></li>
<li><a href="talent.html">Talent Search</a></li>
<li><a href="online.html">Online Learning</a></li>
<li><a href="experiential.html">Experiential Learning</a></li>
<li><a href="fellowship.html">Fellowship Program</a></li>
</ul>
</li>
<li><a href="#">Impact</a>
<ul>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="empowerment.html">Empowerment</a></li>
</ul>
</li>
<li><a href="#">Get Involved</a>
<ul>
<li><a href="job.html">Join Full Time</a></li>
<li><a href="fellowcover2.html">Become A Fellow</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="social-icon"><a href="https://www.facebook.com/RiseWithRiSE/" target="_blank"><em class="fa fa-facebook"></em></a></li>
<li class="social-icon"><a href="https://www.instagram.com/risewithrise/" target="_blank"><em class="fa fa-instagram"></em></a></li>
<li class="social-icon"><a href="https://twitter.com/risewithrise" target="_blank"><em class="fa fa-twitter"></em></a></li>
</ul> <!-- /.sf-menu -->
</nav> <!-- /.main-nav -->
<!-- This one in here is responsive menu for tablet and mobiles -->
<div class="responsive-navigation visible-sm visible-xs">
<a href="#nogo" class="menu-toggle-btn">
<i class="fa fa-bars"></i>
</a>
</div> <!-- /responsive_navigation -->
</div> <!-- /.main-navigation -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</header> <!-- /.site-header -->
<div style="width: 100%" > <img src="images/collage.PNG" style="width: 100%"></div>
<div style="width: 100%; background-color: #222;padding-top: 10px;padding-bottom: 10px" > <h2 align="center" style="color: white">RiSE Talent Search Examination , Ladakh, 2017</h2></div>
<div class="container" style="padding-top: 0px">
<div class="row project-single"style="padding-top: 0px">
<div class="col-md-8" style="padding-top: 0px">
<div class="project-img" style="padding-top: 0px">
<img src="images/talent/IMG_8106.JPG" alt="Project Image 1">
</div> <!-- /.project-img -->
</div> <!-- /.col-md-8 -->
<div class="col-md-4">
<div class="project-info" >
In August, 2017 RiSE conducted its talent search examination in Ladakh region of Jammu & Kashmir in collaboration with Directorate School Education, Leh in 9 government schools targeting more than 1400 students from class IX to XII. Counseling sessions for students were conducted in their respective schools after completion of their examination. RiSE team had visited in some of the far flung areas of Ladakh to identify talented students. Around 10 students were selected for further mentoring at RiSE institute who joined RiSE in December, 2017 to prepare for JEE & NEET examinations. Despite the dearth of resources because of the geographical location of the region, the students appeared very motivated and full of dreams.
</div> <!-- /.project-info -->
</div> <!-- /.col-md-4 -->
</div> <!-- /.container --> </div>
<div class="static-info-project">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="larger-text"><strong><em >RTSE in Ladakh region has opened a gateway for the students of that region to come to Srinagar and get proper guidance in the pursuit of their ambition. </em></strong></p>
</div>
<!-- /.col-md-8 -->
</div> <!-- /.row -->
</div> <!-- /.static-info-project -->
<br>
<div class="container">
<div class="row">
<div class="portfolio-holder">
<div class="portfolio-post col-sm-6 col-md-4">
<img src="images/talent/IMG_8108.JPG" width="100%" height="30%">
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-4">
<img src="images/talent/quote.PNG" width="100%" height="30%">
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-4">
<img src="images/talent/IMG_8112.JPG" width="100%" height="30%">
</div> <!-- /.col-md-4 -->
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row --></div>
<br>
<div style="width: 100%; background-color: #222;padding-top: 10px;padding-bottom: 10px" > <h2 align="center" style="color: white">RiSE Talent Search Examination , Kashmir. 2015</h2></div>
<div class="container" >
<div class="row project-single">
<div class="col-md-8">
<div class="project-img">
<img src="images/talent/talent3.jpg" alt="Project Image 1">
</div> <!-- /.project-img -->
</div> <!-- /.col-md-8 -->
<div class="col-md-4">
<img src="images/talent/blog1.jpg" width="100%">
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<div class="static-info-project">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p class="larger-text"><strong><em >RTSE is first of its kind examination which was conducted across Kashmir valley with an aim to identify talented students by examining more than 20,000 students and provide them with appropriate and adequate guidance so that they excel in their fields of interest. The initiative is being supported by Jammu & Kashmir Bank.</em></strong></p>
</div>
<!-- /.col-md-8 -->
</div> <!-- /.row -->
</div> <!-- /.static-info-project -->
<br>
<br>
<div class="container">
<div class="row">
<div class="portfolio-holder">
<div class="portfolio-post col-sm-6 col-md-4">
<p class="description" style="font-size: 100%">"From our experience of working closely with students in Kashmir, we have observed that in our region, we lack mechanisms to identify students with potential and desire to excel in their areas of interest, and, hence, we are not able to provide them with adequate guidance at appropriate time."</p>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-4">
<img src="images/talent/talent14.jpg" width="100%" height="30%">
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-4" style="font-size: 100%">
<p class="description">" As a result, even most of our bright students are unable to perform well in various competitive examinations viz-a-viz JEE, CLAT, CAT, UPSC, CA/CS/CWA, etc, and, consequently, are unable to secure admissions to the most prestigious universities/colleges of India. Hence, such kind of an academic activity is the need of the hour in Kashmir"</p>
</div> <!-- /.col-md-4 -->
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
<div class="row project-single">
<div class="col-md-4">
<div class="project-info">
<h4>Salient features of RISE Talent Search</h4>
<ul>
<li><p>Tests were conducted across all 10 districts of Kashmir</p></li>
<li><p>Students of class 10th, 11th & 12th were eligible to participate</p></li>
<li><p>Test was based on NCERT syllabus and general aptitude</p></li>
<li><p>It is a flash test and no preparation required</p></li>
<li>
<p>Based on the test, meritorious students will be identified in the following disciplines</p>
<ol>
<li>IIT</li>
<li>NIT</li>
<li>MBBS</li>
<li>CA/CS/CMA</li>
<li>Law</li>
<li>IAS/KAS</li>
</ol>
</li>
<li><p>30 students in each of the above disciplines will be identified from each of the classes based on merit</p></li>
<li><p>9 Students securing Top 3 ranks in each class in the test will be awarded at the prize distribution ceremony, sponsored by Jammu and Kashmir Bank</p></li>
<li><p>All the selected students will be offered appropriate mentoring/counseling to achieve their aims and ambitions</p></li>
<li><p>Guidance/support will be provided to selected students to get through respective competitive exams.</p></li>
</ul>
</div> <!-- /.project-info -->
</div> <!-- /.col-md-4 -->
<div class="col-md-8">
<div class="project-img">
<img src="images/talent/talent7.jpg" alt="Project Image 1">
<br>
<p> </p><p><img src="images/talent/talent4.jpg" alt="Project Image 1"></p>
</div> <!-- /.project-img -->
</div> <!-- /.col-md-8 -->
</div> <!-- /.row -->
<!-- /.row -->
</div>
<!-- /.container -->
</div> <!-- /.row -->
<br>
<br>
<div class="container">
</div> <!-- /.container -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="footer-nav clearfix">
<ul class="footer-menu">
<li><a href="index.html" style="color: black">Home</a></li>
<li><a href="media.html" style="color: black">Media</a></li>
<li><a href="fellowship.html" style="color: black">Fellowship</a></li>
<li><a href="collaborations.html" style="color: black">Collaborations</a></li>
<li><a href="contact.html" style="color: black">Contact</a></li>
<li><a href="blog.html" style="color: black">Blog</a></li>
</ul> <!-- /.footer-menu -->
</nav> <!-- /.footer-nav -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
<div class="row">
<div class="col-md-12">
<p class="copyright-text" style="color: black">Copyright © 2018 RiSE</p>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</footer> <!-- /.site-footer -->
<!-- Scripts -->
<script src="js/min/plugins.min.js"></script>
<script src="js/min/medigo-custom.min.js"></script>
</body>
</html>