-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathConnectWithUs.php
58 lines (44 loc) · 1.38 KB
/
ConnectWithUs.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
<!DOCTYPE HTML>
<html>
<?php $title = 'The School Street'; include 'head.php'; ?>
<body>
<div id="page">
<div id="page-wrapper">
<?php include 'header.php' ?>
<?php
$primary_selected = 'connect';
include 'primary-menu.php';
?>
<div id="content">
<div class="content-main">
<h2>Connect With Us</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">
<p>
You can register with schoolstreet as a school or an individual. Once a school registers with us, we will create an account for all students, teachers and parents of registered schools and they will get their account details from school itself.
<br /><br />
Fill up this form to register as a school (For school admins). We will get in touch with you.
<br /><br />
Click here to register as an individual.
</p>
</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>