From 50439f6e6897e7936130e7b03b0452fa54d2d3a7 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 27 Aug 2019 15:13:39 -0400 Subject: Use src dir --- .build.yml | 2 +- index.html | 46 ----------------------------------- medicmate.scss | 71 ------------------------------------------------------- src/index.html | 46 +++++++++++++++++++++++++++++++++++ src/medicmate.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 118 insertions(+), 118 deletions(-) delete mode 100644 index.html delete mode 100644 medicmate.scss create mode 100644 src/index.html create mode 100644 src/medicmate.css diff --git a/.build.yml b/.build.yml index 3b5f959..2b2ccff 100644 --- a/.build.yml +++ b/.build.yml @@ -12,4 +12,4 @@ triggers: tasks: - deploy: | sshopts="-o StrictHostKeyChecking=no" - rsync --delete --rsh="ssh $sshopts" -rP $site deploy@$site:$site + rsync --delete --rsh="ssh $sshopts" -rP $site/src deploy@$site:$site diff --git a/index.html b/index.html deleted file mode 100644 index b388b39..0000000 --- a/index.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - 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

- - - -

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 deleted file mode 100644 index 54174fc..0000000 --- a/medicmate.scss +++ /dev/null @@ -1,71 +0,0 @@ -body { - 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: #dd8800; -} - -h2 { - font-size: 1.2em; - font-weight: 300; - color: #dd8800; -} - -header { - margin: 0; - background-color: #dd8800; - color: white; - text-align: center; - padding: 1em; - -} - -header h1 { - color: white; -} - -main { - padding: 1em; - margin-left: auto; - margin-right: auto; - max-width: 600px; -} - -footer { - text-align: center; - color: #999; -} - -li { - padding: 0.5em; -} - -p { - margin-top: 1em; - margin-bottom: 0; -} - -a { - color: #00e; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -@media (min-width: 600px) { - header { - padding: 3em; - } -} - diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..b388b39 --- /dev/null +++ b/src/index.html @@ -0,0 +1,46 @@ + + + + + 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

+ + + +

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/src/medicmate.css b/src/medicmate.css new file mode 100644 index 0000000..54174fc --- /dev/null +++ b/src/medicmate.css @@ -0,0 +1,71 @@ +body { + 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: #dd8800; +} + +h2 { + font-size: 1.2em; + font-weight: 300; + color: #dd8800; +} + +header { + margin: 0; + background-color: #dd8800; + color: white; + text-align: center; + padding: 1em; + +} + +header h1 { + color: white; +} + +main { + padding: 1em; + margin-left: auto; + margin-right: auto; + max-width: 600px; +} + +footer { + text-align: center; + color: #999; +} + +li { + padding: 0.5em; +} + +p { + margin-top: 1em; + margin-bottom: 0; +} + +a { + color: #00e; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +@media (min-width: 600px) { + header { + padding: 3em; + } +} + -- cgit v1.2.3