From 0dc04812456434b475fda80858fcffeed1232a8a Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 15:11:56 -0400 Subject: un-jekyllify --- .build.yml | 12 +------ CNAME | 1 - _config.yml | 18 ----------- _layouts/master.html | 44 ------------------------- bootstrap-override.scss | 18 ----------- index.html | 73 +++++++++++++++++++++++++---------------- medicmate.scss | 86 ++++++++++++++++++++++--------------------------- 7 files changed, 85 insertions(+), 167 deletions(-) delete mode 100644 CNAME delete mode 100644 _config.yml delete mode 100644 _layouts/master.html delete mode 100644 bootstrap-override.scss diff --git a/.build.yml b/.build.yml index 085b3f0..3b5f959 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,4 @@ image: debian/stretch -packages: -- rsync -- ruby -- ruby-dev -- zlib1g-dev sources: - https://git.sr.ht/~benburwell/medicmate.io secrets: @@ -15,11 +10,6 @@ triggers: condition: always to: Ben Burwell tasks: -- setup: | - sudo gem install github-pages -- build: | - cd medicmate.io - jekyll build - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP $site/_site/ deploy@vela.asnull.net:$site + rsync --delete --rsh="ssh $sshopts" -rP $site deploy@$site:$site diff --git a/CNAME b/CNAME deleted file mode 100644 index ed76afa..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.medicmate.io diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 0d49752..0000000 --- a/_config.yml +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 93216cf..0000000 --- a/_layouts/master.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {{ page.title }} - - - - {% if page.description %} - - - {% else %} - - - {% endif %} - - - - - - -
-

Introducing MedicMate

-

The EMS field reference you’ve been waiting for

-
- -
- {{ content }} -
- -
-

© 2017

-

MedicMate is built by and for EMS professionals.

-
- - - diff --git a/bootstrap-override.scss b/bootstrap-override.scss deleted file mode 100644 index 199ed95..0000000 --- a/bootstrap-override.scss +++ /dev/null @@ -1,18 +0,0 @@ ---- ---- - -$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 index 221a7c1..b388b39 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,46 @@ ---- -title: MedicMate - Digital EMS field guide with real-time hospital status -layout: master ---- - -

MedicMate is a mobile app that turns smartphones and tablets into a field reference tailored to your agency that’s always up-to-date.

- -

Features

- - - -

Reliability

- -

MedicMate is designed to work with intermittent Internet connectivity. All content is saved to each device so it’s always available. When you connect to the Internet, your latest content is downloaded.

- -

Get Started

- -

The first step in your journey to a better field reference is to create your agency’s MedicMate account.

- -

Contact sales@medicmate.io to get started today!

- + + + + + MedicMate - Digital EMS field guide with real-time hospital status + + + + + + +
+

Introducing MedicMate

+

The EMS field reference you’ve been waiting for

+
+ +
+

MedicMate is a mobile app that turns smartphones and tablets into a field reference tailored to your agency that’s always up-to-date.

+ +

Features

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

Reliability

+ +

MedicMate is designed to work with intermittent Internet connectivity. All content is saved to each device so it’s always available. When you connect to the Internet, your latest content is downloaded.

+ +

Get Started

+ +

The first step in your journey to a better field reference is to create your agency’s MedicMate account.

+ +

Contact sales@medicmate.io to get started today!

+
+ + + + diff --git a/medicmate.scss b/medicmate.scss index 41b244e..54174fc 100644 --- a/medicmate.scss +++ b/medicmate.scss @@ -1,81 +1,71 @@ ---- ---- - -$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; + font-size: 16px; + font-family: 'Roboto', sans-serif; + font-weight: 300; + padding: 0; + margin: 0; + color: #333; } h1 { - margin: 0; - font-size: 2em; - font-weight: 300; - color: $orange; + margin: 0; + font-size: 2em; + font-weight: 300; + color: #dd8800; } h2 { - font-size: 1.2em; - font-weight: 300; - color: $orange; + font-size: 1.2em; + font-weight: 300; + color: #dd8800; } header { - margin: 0; - background-color: $orange; - color: white; - text-align: center; - padding: 1em; + margin: 0; + background-color: #dd8800; + color: white; + text-align: center; + padding: 1em; + +} - h1 { - color: white; - } +header h1 { + color: white; } main { - padding: 1em; - margin-left: auto; - margin-right: auto; - max-width: $horizontal-break; + padding: 1em; + margin-left: auto; + margin-right: auto; + max-width: 600px; } footer { - text-align: center; - color: $light; + text-align: center; + color: #999; } li { - padding: 0.5em; + padding: 0.5em; } p { - margin-top: 1em; - margin-bottom: 0; + margin-top: 1em; + margin-bottom: 0; } a { - color: $link-color; - text-decoration: none; + color: #00e; + text-decoration: none; } a:hover { - text-decoration: underline; + text-decoration: underline; } -@media (min-width: $horizontal-break) { - header { - padding: 3em; - } +@media (min-width: 600px) { + header { + padding: 3em; + } } -- cgit v1.2.3