-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.01 KB
/
index.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
---
layout: default
---
<div class="jumbotron">
<div class="container">
<div class="row align-items-center">
<div class="col-md-2 col-4 mx-auto">
<img src="patch_minimal.svg" alt="RPI Ambulance Patch" class="img-fluid">
</div>
<div class="col-md-8 d-flex flex-column justify-content-center">
<h1 class="display-4">Small team, big tech.</h1>
<p class="lead">We're the RPI Ambulance development team. We build tech to help our agency (and yours?).</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<h2>What's up with this site?</h2>
<blockquote class="blockquote">
<p class="mb-0">
We're still in the planning stages, but we plan to display the tech we've created, the projects we're building, and our future plans for development. Check back soon!
</p>
<footer class="blockquote-footer">The RPI Ambulance Development Team</footer>
</blockquote>
</div>
</div>
</div>