-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschool_pricing.html~
129 lines (106 loc) · 2.63 KB
/
school_pricing.html~
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
<!DOCTYPE>
<head>
<title>Backpack - Schools</title>
<link rel="stylesheet" href="school_style.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<html>
<body>
<header>
<a href="index.php" >
<img id="logo" src="img/backpack_logo.png" alt="logo" />
</a>
<div id="for_schools">
for schools
</div>
<form id="returning_user" action="index.php" method="post" enctype="text/plain">
<input id="login_button" type="submit" onclick="submit" value="Login" />
</form>
</header>
<div id="slides">
<div class="slide" id="s1">
<div id="s1_content">
<h1>Don't let important messages get lost on their way back from school.<h1>
</div>
</div>
<div class="slide" id="s2">
<img src="img/push_iphone.png" alt="push notifications" />
<div id="s2_content">
<h1>Reach the parents who need to know, with push notifications.<h1>
</div>
<div id="s2_explain">
<p>Flyers get lost and emails get ignored. Nothing gets through to parents better than immediate notifications on their mobile phones.
</div>
</div>
<div class="slide" id="s3" style="height:50px;">
</div>
<div class="slide" id="s4">
<div id="price_plan">
<div id="desc_price">
The Backpack App is and always will be free for parents and teachers to use!<br> Start sending school wide messages for as low as 15 cents per student!
</div>
<table>
<tr style="font-weight: bold;
background-color: #5200A3; color:white;">
<td>Service</td>
<td>Price per Student</td>
<td>Notification Type</td>
<td>Monthly Limit</td>
<td>Monthly Max Price</td>
</tr>
<tr>
<td>The Backpack App</td>
<td>FREE</td>
<td>none</td>
<td>na</td>
<td>na</td>
</tr>
<tr>
<td style="font-weight:bold">Standard</td>
<td>$0.15</td>
<td>School wide messages</td>
<td>2</td>
<td>$89.99</td>
</tr>
<tr>
<td style="font-weight:bold">Directed</td>
<td>$0.39</td>
<td>School wide and grade specific messages</td>
<td>5</td>
<td>$249.99</td>
</tr>
<tr>
<td style="font-weight:bold">Directed+</td>
<td>$0.59</td>
<td>School wide and grade specific messages</td>
<td>10</td>
<td>$349.99</td>
</tr>
</table>
</div>
</div>
<div class="slide" id="s5">
<div id="center_links">
<div id="links">
<ul>
<li>
<a href="school_pricing.html">schools</a>
</li>
<li>
<a href="careers.html">careers</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
<li>
<a href="contact.html">contact us</a>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- end of slides -->
</body>
</html>