-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathServices.php
91 lines (79 loc) · 4.81 KB
/
Services.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
<!DOCTYPE HTML>
<html>
<?php $title = 'The School Street'; include 'head.php'; ?>
<body>
<div id="page">
<div id="page-wrapper">
<div id="head">
<h1>the School Street<h1>
</div>
<?php
$primary_selected = 'services';
include 'primary-menu.php';
?>
<div id="content">
<div class="content-main">
<h2>Services on the offer</h2>
<div class="cover-story">
<!--<h3>USIEF-IIE University Fair 2011</h3> -->
<table>
<tr>
<td class="cover-story-image">
<!--<img src="./images/cover-story-image-1.jpg" />-->
</td>
<td class="cover-story-content">
<h3>School's Website Management</h3>
<p>
We provide highly customizable website for schools consisting of online profile for students, teachers and staff members where basic information along with academic achievements and contact is given. Notices, Admission details and Academic information can be easily managed and updated at the website.
</p>
<h3>Profile Management</h3>
<p>
Since Schoolstreet is a centralized and web based solutions, student information is available when you need it, anywhere, anytime. Each student and teacher is given a profile page, which will demonstrate his results, personality and achievements. Online database provides users the four R's of information: The Right information for the Right person in the Right place and at the Right time.
</p>
<h3>Online Result Generation</h3>
<p>
Schoolstreet automates many daily activities and decreases time spent on administrative tasks ensuring better focus on education. In just a few clicks, teachers can prepare and print report cards and send valuable notices and remarks about the students attendance. For result generation, each teacher has access to results database where he can update marks of his subject. The results get reflected in students' online profile on the website and notifications are sent to parents. Report cards are automatically generated and printed. Teacher-Parent interaction is made easy through automated e-mails and SMS to be used for results notification.
</p>
<h3>Notices</h3>
<p>
Quickly and easily notify teachers, staff, parents, and even students about exam schedules, new projects, additional club activity, sudden school closing, weather alert, important announcements, crisis situation, delay in bus service etc. The administrator/teacher is given an intuitive interface on which the she can write the message and send it to all/selected parents and customized groups easily.
<br />
If marked by teacher/admin, important notices like announcing a competition get reflected on school home page and schoolstreet.
</p>
<h3>Intra-school communication system</h3>
<p>
Messages can be sent to and by every member of schoolstreet. Messages can be for whole school, class specific, or visible only to students or class teachers of that specific class. It acts as communication medium between staff, teachers and students for daily activities.
</p>
<h3>Online Fee Submission (Coming Soon)</h3>
<p>
School fee details will be available in this section. Fee can be easily paid online using credit/debit cards or e-checks through a secured & encrypted payment gateway. The portal provides facilities for fee management and automatic reminders are sent to parents.
</p>
<h3>Tutorials</h3>
<p>
Teachers can publish articles on school's website which would be accesible to all students. Tutorials can uploaded in doc/pdf form as well and classification can be done according to target class, subject and context.
</p>
<h3>Discussion Forum</h3>
<p>
Students can buzz around here discussing and exchanging Books, School Dress, School dress, lab kits, sports kits etc. Discussion forum is monitored by volunteers from IITs, NITs and IIMs providing guidelines and solving queries.
</p>
<h3>Online Contests (Coming Soon)</h3>
<p>
Want to take a quick quiz? Submit your multiple choice questions to us through our interactive tool, take your students to your computer lab and get started. No need to manually check the answer sheets and declare the results!!
</p>
<br /><br />
<b>If you are willing to make your school equipped with modern web infrastructure, feel free to contact us for live demonstration. </b>
</td>
</tr>
</table>
</div>
</div>
<div class="sidebar-cover">
<?php include 'search-block.php'; ?>
<?php include 'notices-block.php' ?>
</div>
</div>
</div>
</div>
<?php include 'footer.php' ?>
</body>
</html>