-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home2.aspx
432 lines (366 loc) · 19.8 KB
/
Home2.aspx
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage2.master" AutoEventWireup="true" CodeFile="Home2.aspx.cs" Inherits="Home2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="title" runat="Server">
Home
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="Server">
<%-- ------ CSS ------ --%>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="css/animate.min.css" rel="stylesheet" type="text/css" />
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="css/responsive.css" rel="stylesheet" type="text/css" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel="stylesheet" type="text/css" />
<!--<if lt IE 9>>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<!<endif>-->
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="js/jquery.isotope.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script src="js/wow.min.js" type="text/javascript"></script>
<style type="text/css">
.aboutSection
{
background-color:Silver;
}
.img
{
height:100px;
width:100px;
right:400px;
}
#p1
{
height:70px;
}
.style1
{
left: 0px;
top: 0px;
}
</style>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="body" Runat="Server">
<section id="main-slider" class="no-margin">
<div class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1"></li>
<li data-target="#main-slider" data-slide-to="2"></li>
<li data-target="#main-slider" data-slide-to="3"></li>
<li data-target="#main-slider" data-slide-to="4"></li>
<li data-target="#main-slider" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg1.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is C Programming?</h1>
<h2 class="animation animated-item-2">C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs,and used to re-implement the Unix operating system.It has since become one of the most widely used programming languages of all time.Unix was one of the first operating system kernels implemented in a language other than assembly.</h2>
<a class="btn-slide animation animated-item-3" href="InfoC.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/C.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is C++?</h1>
<h2 class="animation animated-item-2">C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.</h2>
<a class="btn-slide animation animated-item-3" href="InfoC++.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/Cpp.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/bg3.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is Java?</h1>
<h2 class="animation animated-item-2">Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA)</h2>
<a class="btn-slide animation animated-item-3" href="InfoJava.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/java.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/sbgimg4.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is JavaScript?</h1>
<h2 class="animation animated-item-2">JavaScript is a high-level, dynamic, untyped, and interpreted programming language.It has been standardized in the ECMAScript language specification.Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production, the majority of websites employ it.</h2>
<a class="btn-slide animation animated-item-3" href="InfoJavaScript.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/Javascript.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/sbgimg5.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is C#?</h1>
<h2 class="animation animated-item-2">C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg. This tutorial will teach you basic C# programming and will also take you through various advanced concepts related to C# programming language.</h2>
<a class="btn-slide animation animated-item-3" href="InfoCSharp.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/CSharp.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/slider/sbgimg6.jpg)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-6">
<div class="carousel-content">
<h1 class="animation animated-item-1">What is MySql?</h1>
<h2 class="animation animated-item-2">MySQL is the most popular Open Source Relational SQL database management system. MySQL is one of the best RDBMS being used for developing web-based software applications.</h2>
<a class="btn-slide animation animated-item-3" href="InfoMySql.aspx">Read More</a>
</div>
</div>
<div class="col-sm-6 hidden-xs animation animated-item-4">
<div class="slider-img">
<img src="images/slider/MySQL.png" class="img-responsive">
</div>
</div>
</div>
</div>
</div><!--/.item-->
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
<a class="prev hidden-xs" href="#main-slider" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="next hidden-xs" href="#main-slider" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</section>
<!--/#main-slider-->
<!--Subjects-->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>
What should you know before giving Practice and Exam?</h2>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-3 col-sm-6">
<a href="SyllabusC.aspx" class="thumbnail">
<p>
C Programming</p>
<img src="images/slider/C.png" />
</a>
</div>
<div class="col-lg-4 col-md-3 col-sm-6">
<a href="SyllabusC++.aspx" class="thumbnail">
<p>
C++</p>
<img src="images/Cpp.png" />
</a>
</div>
<div class="col-lg-4 col-md-3 col-sm-6">
<a href="SyllabusJava.aspx" class="thumbnail">
<p>
Java</p>
<img src="images/java.png" />
</a>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="Syllabus JavaScript.aspx" class="thumbnail">
<p>
JavaScript</p>
<img src="images/slider/Javascript.png" />
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="SyllabusMySql.aspx" class="thumbnail">
<p>
MySql</p>
<img src="images/MySQL.png" />
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="SyllabusCSharp.aspx" class="thumbnail">
<p>
C#</p>
<img src="images/CSharp.png" />
</a>
</div>
</div>
</div>
</div>
<!--Programmin langugge used-->
<section id="middle">
<div class="container">
<div class="row">
<div class="col-sm-12 wow fadeInDown">
<div class="skill">
<h2>Use of Programming and Scripting languages in present Time(2016-17)</h2>
<div class="progress-wrap">
<h3>SQL</h3>
<div class="progress">
<div class="progress-bar color1" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 90%">
<span class="bar-width">90%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>JAVA</h3>
<div class="progress">
<div class="progress-bar color2" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 84%">
<span class="bar-width">84%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>JavaScript</h3>
<div class="progress">
<div class="progress-bar color3" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="bar-width">80%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>C#</h3>
<div class="progress">
<div class="progress-bar color4" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 58%">
<span class="bar-width">58%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>Python</h3>
<div class="progress">
<div class="progress-bar color2" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
<span class="bar-width">45%</span>
</div>
</div>
<div class="progress-wrap">
<div class="C++">
<h3>JAVA</h3>
<div class="progress">
<div class="progress-bar color2" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="bar-width">40%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>pHp</h3>
<div class="progress">
<div class="progress-bar color3" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 35%">
<span class="bar-width">35%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>IOS</h3>
<div class="progress">
<div class="progress-bar color4" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 28%">
<span class="bar-width">28%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>RUBY/RAILS</h3>
<div class="progress">
<div class="progress-bar color2" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 10%">
<span class="bar-width">10%</span>
</div>
</div>
</div>
</div>
</div>
</div><!--/.col-sm-6-->
</div>
</div>
</div>
</section>
<footer class="row back aboutSection">
<div class="container" id="aboutSection">
<div class="col-md-3 col-sm-6 col-xs-12">
<h3>About Us</h3>
<img src="images/my_pic.jpg" class="img-circle img" />
<p>Myself Balram Yadav</p>
<p>Currently I'm Studend and hosting coderbaba.in website</p>
<p>My Blogspot:</p>
<p><a href="www.coderbaba.in">Coderbaba.in</a></p>
<p>My Youtube Channel:</p>
<a href="https://www.youtube.com/coderbaba">Coder Baba</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<h3>Our Vision</h3>
<img src="images/vision.jpg" class="img-circle img" />
<div class="one_tweet">
<p>To provide you a platform where you can enhance your programmming skills</p>
</div>
<div class="one_tweet">
<p>To make you comfortable with languages by knowing their different kinds of Questions</p>
</div>
<div class="one_tweet">
<p>To Certifed you in your knlowledged programming language</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<h3>Contact us</h3>
<img src="images/contactus.jpg" class="img-circle img" />
<p> ballubalrambca@gmail.com</p>
<p> www.coderbaba.in</p>
<p>91-8853462112</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<h3>Comming Soon</h3>
<img src="images/coming soon.jpg" class="img-circle img" />
<div class="one_tweet">
<p>We're comming with more languages like pHp,RUBY,Python</p>
</div>
<div class="one_tweet">
<p>We always keep update the questons so you can get more Idea about questoins</p>
</div>
<div class="one_tweet">
<p>
<a href="Feedback.aspx">Feedback</a></p>
</div>
</div>
</div></footer>
</asp:Content>