-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
140 lines (125 loc) · 5.7 KB
/
index.php
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
<?php
include('includes/connect.php');
include('includes/header.php');
?>
<?php @$err=$_GET['tm'];?>
<?php @$rerr=$_GET['ms'];?>
<div class="banner carousel slide" id="recommended-item-carousel" data-ride="carousel">
<div class="slides carousel-inner">
<div class="item active">
<img src="img/home/slider/3.jpg" alt="" />
<!--end banner_caption-->
</div>
<div class="item">
<img src="img/home/slider/1.jpg" alt="" />
<!--end banner_caption-->
</div>
<div class="item">
<img src="img/home/slider/2.jpg" alt="" />
<!--end banner_caption-->
</div>
<div class="item">
<img src="img/home/slider/4.jpg" alt="" />
<!--end banner_caption-->
</div>
</div>
<a class="left recommended-item-control" href="#recommended-item-carousel" data-slide="prev">
<img src="img/home/slider/prev.png">
</a>
<a class="right recommended-item-control" href="#recommended-item-carousel" data-slide="next">
<img src="img/home/slider/next.png">
</a>
</div><!--end banner-->
<div class="custom_content">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 custom_right">
<div class="single_content_left">
<p>We provide you the detailed solutions for all questions from NCERT text book as per CCE marking scheme pattern,
to help you in day to day learning and excel in term
end or year end examinations conducted by NCERT. NCERT solutions provide detailed,
step-by-step solutions to all questions in an NCERT textbook.
They are an invaluable aid to students when they need help with their homework,
while preparing for exams and while learning. If you face issues or find difficult to answer or solve questions from NCERT
books or you find it diffcult to understand how to approach a problem , BulkStudy is one stop solution.
NCERT Solutions for class 9, 10 , 11 & 12 can be access through the links below.
</p>
<div class="block_quate custom">
<p>"BULK STUDY is an online education portal that provides interactive study
material for students of classes 9th to 12th for NCERT and Tamil Nadu boards. Complete with elaborate
live classes,multimedia tutorials, interactive exercises, practice tests and expert help, we endeavour to
make school easy for students and help them score more. We also provide free NCERT solutions, subject-wise
synopses and chapter-wise revision notes for classes 9th to 12th for a thorough understanding of concepts right from a basic to an advanced level of difficulty. Our products are carefully designed to
ensure maximum learning through proven techniques such as conceptual
adaptive learning and collaborative learning methods.
"</p>
</div><!--end block_quate-->
</div><!--end single content left-->
</div><!--custom_right-->
<div class="col-xs-12 col-sm-4 custom_left">
<div class="sidebar">
<div class="sidebar_item admission">
<div class="item_inner program">
<ul>
<li><a href="course_ncrt_solution_maths_9.php">NCERT Solutions for Class 9 Maths</a></li>
<li><a href="course_ncrt_solution_science_10.php">NCERT Solutions for Class 10 Science</a></li>
<li><a href="course_ncrt_solution_maths_12.php">NCERT Class 12 Maths Solutions</a></li>
<li><a href="course_ncrt_solution_social_10.php">NCERT Solutions for Class 10 Social Science</a></li>
<li><a href="last_year_paper.php">Previous year question papers</a></li>
<li><a href="course_ncrt_book_subjects_10.php">Download 9 NCERT Books</a></li>
<li><a href="sample_paper_view_class_9.php">Sample papers For Class 9 Download in pdf</a></li>
</ul>
</div>
</div><!--end sidebar item-->
</div><!--end sidebar-->
</div>
</div><!--end row-->
</div><!--end container-->
</div>
</div><!-- testimonial-section -->
<div class="brandSection clearfix">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="owl-carousel partnersLogoSlider">
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/biology.png" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/camastry.png" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/subjects_image/Utied-1.jpg" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/hindi.png" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/maths.jpg" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/physics.png" /></a>
</div>
</div>
<div class="slide">
<div class="partnersLogo clearfix">
<a href="#"><img src="img/home/sst.jpg" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- Brand-section -->
<?php include('includes/footer.php');?>