summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2017-09-05 21:33:34 -0400
committerBen Burwell <ben@benburwell.com>2017-09-05 21:33:34 -0400
commit9b5d90fe3671a4d13ef71e8666ba16782b64202a (patch)
tree3184228f6466973ec39c2ca62074744f24e51bf5
Initial commit
-rw-r--r--.gitignore4
-rw-r--r--CNAME1
-rw-r--r--_config.yml18
-rw-r--r--_layouts/master.html44
-rw-r--r--bootstrap-override.scss18
-rw-r--r--index.html27
-rw-r--r--medicmate.scss81
7 files changed, 193 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e45023a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+Gemfile
+Gemfile.lock
+_site
+
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..ed76afa
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+www.medicmate.io
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..0d49752
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,18 @@
+title: MedicMate -
+email: info@medicmate.io
+description: >
+ 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.
+keywords:
+ - ems field guide
+ - ems protocol
+ - ems software
+
+# Build settings
+markdown: kramdown
+exclude:
+ - Gemfile
+ - Gemfile.lock
diff --git a/_layouts/master.html b/_layouts/master.html
new file mode 100644
index 0000000..93216cf
--- /dev/null
+++ b/_layouts/master.html
@@ -0,0 +1,44 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>{{ page.title }}</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">
+ {% if page.description %}
+ <meta name="description" content="{{ page.description }}">
+ <meta property="og:description" content="{{ page.description }}">
+ {% else %}
+ <meta name="description" content="{{ site.description }}">
+ <meta property="og:description" content="{{ site.description }}">
+ {% endif %}
+ <meta name="keywords" content="{{ site.keywords | join: ', ' }}">
+
+ <meta property="og:title" content="{{ page.title }}">
+ <meta property="og:site_name" content="MedicMate">
+ </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>
+ {{ content }}
+ </main>
+
+ <footer>
+ <p>&copy; 2017</p>
+ <p>MedicMate is built by and for EMS professionals.</p>
+ </footer>
+ <script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+ ga('create', 'UA-90532913-1', 'auto');
+ ga('send', 'pageview');
+ </script>
+ </body>
+</html>
diff --git a/bootstrap-override.scss b/bootstrap-override.scss
new file mode 100644
index 0000000..199ed95
--- /dev/null
+++ b/bootstrap-override.scss
@@ -0,0 +1,18 @@
+---
+---
+
+$orange: #dd8800;
+$link-color: #00e;
+$light: #999;
+$extra-light: #ddd;
+$ultra-light: #eee;
+$dark: #333;
+
+$horizontal-break: 600px;
+$vertical-break: 800px;
+
+body {
+ font-family: 'Roboto', sans-serif;
+ font-weight: 300;
+}
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..221a7c1
--- /dev/null
+++ b/index.html
@@ -0,0 +1,27 @@
+---
+title: MedicMate - Digital EMS field guide with real-time hospital status
+layout: master
+---
+
+<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>
+
diff --git a/medicmate.scss b/medicmate.scss
new file mode 100644
index 0000000..41b244e
--- /dev/null
+++ b/medicmate.scss
@@ -0,0 +1,81 @@
+---
+---
+
+$orange: #dd8800;
+$link-color: #00e;
+$light: #999;
+$dark: #333;
+
+$horizontal-break: 600px;
+$vertical-break: 800px;
+
+body {
+ font-size: 16px;
+ font-family: 'Roboto', sans-serif;
+ font-weight: 300;
+ padding: 0;
+ margin: 0;
+ color: $dark;
+}
+
+h1 {
+ margin: 0;
+ font-size: 2em;
+ font-weight: 300;
+ color: $orange;
+}
+
+h2 {
+ font-size: 1.2em;
+ font-weight: 300;
+ color: $orange;
+}
+
+header {
+ margin: 0;
+ background-color: $orange;
+ color: white;
+ text-align: center;
+ padding: 1em;
+
+ h1 {
+ color: white;
+ }
+}
+
+main {
+ padding: 1em;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: $horizontal-break;
+}
+
+footer {
+ text-align: center;
+ color: $light;
+}
+
+li {
+ padding: 0.5em;
+}
+
+p {
+ margin-top: 1em;
+ margin-bottom: 0;
+}
+
+a {
+ color: $link-color;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+@media (min-width: $horizontal-break) {
+ header {
+ padding: 3em;
+ }
+}
+