summaryrefslogtreecommitdiff
path: root/index.html
blob: b388b3951eb393102fc22ba4c8f3210135d955ba (plain)
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
<!doctype html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>MedicMate - Digital EMS field guide with real-time hospital status</title>
        <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="/medicmate.css">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <meta name="description" content="MedicMate is the mobile reference solution for EMS agencies. Get real-time hospital divert status updates and see current travel times.  Agency administrators can customize the SOPs/SOGs available on devices, as well as choosing from a selection of state-wide medical and MCI protocols.">
    </head>
    <body class="medicmate-www">
        <header>
            <h1>Introducing MedicMate</h1>
            <p><em>The EMS field reference you&rsquo;ve been waiting for</em></p>
        </header>

        <main>
          <p>MedicMate is a mobile app that turns smartphones and tablets into a field reference tailored to your agency that&rsquo;s always up-to-date.</p>

          <h2>Features</h2>

          <ul>
              <li>Real-time hospital divert status pushed to field units</li>
              <li>Completely customizable SOP/SOG references</li>
              <li>Pre-loaded state medical and MCI protocols</li>
              <li>Agency contact list</li>
              <li>Assorted tools: unit conversion, calculators, vital sign ranges, assessment tools</li>
          </ul>

          <h2>Reliability</h2>

          <p>MedicMate is designed to work with intermittent Internet connectivity. All content is saved to each device so it&rsquo;s always available. When you connect to the Internet, your latest content is downloaded.</p>

          <h2>Get Started</h2>

          <p>The first step in your journey to a better field reference is to create your agency&rsquo;s MedicMate account.</p>

          <p>Contact <a href="mailto:sales@medicmate.io">sales@medicmate.io</a> to get started today!</p>
        </main>

        <footer>
            <p>&copy; 2019</p>
            <p>MedicMate is built by and for EMS professionals.</p>
        </footer>
    </body>
</html>