From 38b84bc20a71d32368e88e5e2c4a6d57f18c25ce Mon Sep 17 00:00:00 2001 From: Kate Pond Date: Tue, 22 May 2018 16:35:10 -0700 Subject: [PATCH 01/11] creates files and starts html skeleton --- index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ index.js | 0 style.css | 13 +++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 index.html create mode 100644 index.js create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 00000000..3b8a631a --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + Get Outta Here + + + + + +
+
+

Trek

+
+ + + +
+
+
    +
    + + +
    +
    + + + + + + diff --git a/index.js b/index.js new file mode 100644 index 00000000..e69de29b diff --git a/style.css b/style.css new file mode 100644 index 00000000..e35b980c --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +header { + border-bottom: solid 1px; +} + +h2 { + text-align: center; + border-bottom: solid 1px; +} + +.grid-container { + display: grid; + grid-gap: 50px; +} From fa13bde4b30039c4cf581a014ea5fd79c991ba68 Mon Sep 17 00:00:00 2001 From: Kate Pond Date: Tue, 22 May 2018 21:52:08 -0700 Subject: [PATCH 02/11] creates loadTrips api call function and styles html for that function --- index.html | 12 +++++++----- index.js | 37 +++++++++++++++++++++++++++++++++++++ style.css | 25 ++++++++++++++++++++++--- 3 files changed, 66 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3b8a631a..34fbd4ed 100644 --- a/index.html +++ b/index.html @@ -14,20 +14,22 @@

    Trek

    +

    -
    -
      + -