-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschoolyear.html
356 lines (283 loc) · 13.1 KB
/
schoolyear.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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="HELLOWORL.css">
<title>Hello, world!</title>
</head>
<body>
<!-- Navigation -->
<div class="navigation">
<div class="container my-container">
<div class="navigation-hide">
<a href="index.html"> <img class="img-show" src="https://cdn.involvio.com/assets/marketing/logo-d284b2686a426ba100e0ef0f6b2c72f2.svg"></a>
<div class="nav-child">
<li> <a class="dropdown-toggle" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#CampusSolutions">Campus Solutions
<span class="oi oi-caret-bottom"></span>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="orientation.html">Orientation App</a>
<a class="dropdown-item" href="schoolyear.html">School Year App</a>
<a class="dropdown-item" href="#">Attendance Tracking</a>
<a class="dropdown-item" href="#">Admin Tools</a>
</div>
</a></li>
<li><a href="#Blog">Blog</a></li>
<li><a href="#ContactUs">Contact Us</a></li>
</div>
<div class="second-nav-child">
<li><a href="#Login">Login
<span class="oi oi-person"></span>
</a></li>
<a class="btn btn-custom" href="form-consulation.html">Request A Demo</a>
</div>
</div>
</div>
</div>
<!-- Closing Navigation -->
<div class="jumbotron">
<h1 class="school-year">Build a mobile community to drive involvement</h1>
</div>
<section class="caring-section">
<div class="container">
<h1 class="py-4">Caring about engagement means caring about mobile</h1>
<p>Involvio leverages mobile to enhance high impact and high frequency activities that turn involement into engagement</p>
<div class="row thumbnails">
<div class="col-12 col-md-6 student-type">
<img class="calendar-pic" src="https://cdn.involvio.com/assets/marketing/ill-attending-da5032be4e0230ab4a4eb0dffefaaf36.svg">
<p class="">Attending Events</p>
</div>
<div class="col-12 col-md-6 arrow-bottom student-type-1 ">
<img class="mb-4" src="https://cdn.involvio.com/assets/marketing/ill-peers-5d52f08a6f24438aca297a45501390c3.svg">
<p class="">Connecting with peers</p>
</div>
<div class="col-12 col-md-6 mx-md-auto arrow-bottom-2 student-type-2">
<img class="img-expand " src="https://cdn.involvio.com/assets/marketing/ill-orientation-circle-99dde3102acc84364128b04a1451a270.svg">
</div>
<div class="col-12 col-md-7 student-type-3 mt-5">
<img src="https://cdn.involvio.com/assets/marketing/ill-resources-4333c7a773cd93a9645fa209af8d509c.svg">
<p>Accessing resources</p>
</div>
<div class="col-12 col-md-5 student-type-4">
<img src="https://cdn.involvio.com/assets/marketing/ill-organized-44aad29180b3c1bb29e7d9b966531434.svg">
<p>Staying organized</p>
</div>
</div>
</section>
<section class="reference-section">
<div class="container">
<h1 class="reference-header">What schools are saying</h1>
<div class="row">
<!-- First Tweets -->
<div class="col-12 col-md-4 tweet-box">
<div class="tweet-person col-12">
<i class="fab fa-twitter fa-lg"></i>
<div class="person-description ">
<img src="https://cdn.involvio.com/assets/marketing/testimonial-3-3e5442bedb19f4348e7a00d40ffa01bd.png">
<div class="person-custom ">
<h6 class="name">Kristina Bartold</h6>
<h6 class="title">St. Jerome's University</h6>
</div>
</div>
</div>
<div class="col-11 tweet-column">
<p class="">Involvio helps me better understand which students we're reaching,
and where there's opportunity to grow our programs</p>
</div>
</div>
<!-- Second Tweets -->
<div class="col-12 col-md-4 tweet-box">
<div class="tweet-person col-12">
<i class="fab fa-twitter fa-lg"></i>
<div class="person-description ">
<img class="" src="https://cdn.involvio.com/assets/marketing/testimonial-2-ad0785eb19a9134bfb63f7a5a8151b44.png">
<div class="person-custom ">
<h6 class="name">Sherry Li</h6>
<h6 class="title">UC Santa Barbara</h6>
</div>
</div>
</div>
<div class="col-11 tweet-column">
<p class="">Involvio centralizes what were previously fragmented resources
across campus and makes them easily accessible to our students.</p>
</div>
</div>
<!-- Third Tweets -->
<div class="col-12 col-md-4 tweet-box">
<div class="tweet-person col-12">
<i class="fab fa-twitter fa-lg"></i>
<div class="person-description ">
<img class="" src="https://cdn.involvio.com/assets/marketing/testimonial-1-444337f9bccd31f8a1554793a8eed2a2.jpg">
<div class="person-custom ">
<h6 class="name">Matthew Gregory</h6>
<h6 class="title">UMass Dartmouth</h6>
</div>
</div>
</div>
<div class="col-11 tweet-column">
<p class="">Before Involvio, I could only hope that my students would
read their e-mail and have it connected to their phone.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Success Section -->
<section class="success-section">
<div class="container">
<h1>Success students are involved students</h1>
<p>With too many calendars and sites to keep track of, getting involved isn't as easy as it should be. The Involvio app makes it easy by putting your community, events, and resources in your student's hands.</p>
<div class="features">
<div class="row">
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-events-2-90a5c22b1660b48b29b9c50a1fe13d42.svg">
<h4>Events</h4>
<p>Answer the questions: "What's hapenning on campus"</p>
</div>
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-cal-889d179e9f2446b2c5b2ba9b57858307.svg">
<h4>Agenda</h4>
<p>Every event, class, and reminder - in sync and organized </p>
</div>
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-campus-c885508e81f0ba912ba67431ebabc3d9.svg">
<h4>Campus Channels</h4>
<p>A real-time outlet for students to ask and answer questions </p>
</div>
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-resources-c61f030f8a55d6c82bc3871d16366e8a.svg">
<h4>Events</h4>
<p>Critical on-demand resources available 24/7 on mobile</p>
</div>
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-groups-5df189f89cd8988096608b3c40d6dc6f.svg">
<h4>Groups</h4>
<p>Centralized group discovery, management, and info</p>
</div>
<div class="col-12 col-md-6">
<img class="img-agenda" src="https://cdn.involvio.com/assets/marketing/icon-chat-7431f493cf81d3c94f53d434284b429a.svg">
<h4>Chat</h4>
<p>Seamless broadcast, 1-to-1, and group messaging</p>
</div>
</div>
</div>
</section>
<!-- Sync Section -->
<section class="sync-section">
<div class="row">
<div class=" col-12 col-md-6 phone-section">
<img class="img-fluid calendar-phone" src="https://cdn.involvio.com/assets/marketing/insync-3@2x-b8f21ea66e40b241e7a2edea35821c02.png">
</div>
<div class="col-12 col-md-6">
<div class="sync-text">
<h4>
<img class="sync-calendar" src="https://cdn.involvio.com/assets/marketing/icon-agenda-7632b18137384022b9179b01328d6953.svg">
Always in sync
</h4>
<p>Involvio helps your students navigate their days,
weeks, and semesters by integrating with your SIS, Google Calendar, and Facebook.</p>
</div>
</div>
</div>
</section>
<!-- Preparation Section -->
<section class="prepare-section">
<div class="row">
<div class="col-12 col-md-6 prepare-contain">
<div class="col-md-12 prepare-text">
<h4>
<img class="document-img" src="https://cdn.involvio.com/assets/marketing/icon-lists-43326d3592e91c8ae27614e5b596942f.svg">
Get started at orientation</h4>
<p>On campus, and in the real world, events are social, so Involvio is too.
Using their smartphones, your students can qucikly comment on, share, see who's attending and</p>
<button class="btn">Learn More</button>
</div>
</div>
<div class="col-md-5 offset-md-1">
<img class="prepare-img-contain img-fluid" src="https://cdn.involvio.com/assets/marketing/orientation-agenda-white@2x-06411c03c246161516d054b24a74d4bf.png">
</div>
</div>
</div>
</section>
<!-- Sponsor-Section -->
<section class="sponsor-section">
<div class="container">
<h4>Show your schools colors</h4>
<p>Increase affinity with a branded app matching your school's identity</p>
<ul class="sponsors-contain">
<li> <img src="https://cdn.involvio.com/assets/marketing/app-icon-sju-34badf630e1383cd2996db891bae3406.png"> </li>
<li> <img src="https://cdn.involvio.com/assets/marketing/app-icon-umass-ad3a6a8de1b8037e989f8a77b6983f1d.png"> </li>
<li> <img src="https://cdn.involvio.com/assets/marketing/app-icon-ucsb-a90b29a98eea383bc1755b71f99a2e03.png"> </li>
<li> <img src="https://cdn.involvio.com/assets/marketing/app-icon-mercy-a5f69a4a7209e66c6dda131896efef86.png"> </li>
<li> <img src="https://cdn.involvio.com/assets/marketing/app-icon-suny-b2b9b377d33ab3c484220397a4428070.png"> </li>
</ul>
</div>
</section>
<!-- Half-Section -->
<section class="half-section">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 computer-contain">
<img class=" computer col-9" src="https://cdn.involvio.com/assets/marketing/ill-tools-af214a8879fa31976b31100f4f9b9237.svg">
<h4>Explore the admin tools</h4>
<p>Managing your engagement solution and gathering data shouldn't be hard. Learn how Involvio makes it simple.</p>
<button class="btn btn-green mb-5">Learn More</button>
</div>
<div class="col-12 col-md-6 col-xl-5 three-faces-contain">
<img class="col-9 three-faces-img" src="https://cdn.involvio.com/assets/marketing/img-headshots-f3e3e48a262e0595358e6c79a730359c.png">
<h4>Request a Demo</h4>
<p>We'd love to talk. Our Experienced team can help you explore the benefits of driving engagement on Involvio.</p>
<button class="btn btn-green mb-5">Request a Demo</button>
</div>
</div>
</div>
</section>
<!-- Comparison Section -->
<section class="comparison-section">
<div class="container">
<h4>See how we stack up</h4>
<p>We know that choosing a platform is a process that deserves care and attention to detail. We've done the homework to help.</p>
<div class="modal-signup">
<h4>Get our comparison</h4>
<form>
<div class="row">
<div class="col-12 col-md-6">
<label>First Name</label>
<input type="text" class="form-control">
</div>
<div class="col-12 col-md-6">
<label>Last Name</label>
<input type="text" class="form-control">
</div>
<div class="col-12 col-md-6">
<label>Email</label>
<input type="text" class="form-control">
</div>
<div class="col-12 col-md-6">
<label>School/Organization</label>
<input type="text" class="form-control">
</div>
<div class="col-12 col-md-12">
<label>What platform are you considering?</label>
<input type="text" class="form-control">
</div>
</div>
</form>
<button class="btn btn-green col-10">Submit</button>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="jquery.sticky.js"></script>
<script src="main.js"></script>
</body>
</html>