From bb293ff1a07b106bf223725bc0c1def7e69dca7c Mon Sep 17 00:00:00 2001 From: qqdipps Date: Wed, 29 May 2019 22:18:34 -0700 Subject: [PATCH 01/11] setup pages, list trips --- index.css | 24 ++++++++++++++++++++++++ index.html | 24 ++++++++++++++++++++++++ index.js | 29 +++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 index.css create mode 100644 index.html create mode 100644 index.js diff --git a/index.css b/index.css new file mode 100644 index 00000000..55f6632d --- /dev/null +++ b/index.css @@ -0,0 +1,24 @@ + + + + + 7 Wonders + + + + + + + + +
+ +
+

Welcome to the Greatest wonders of the World

+ +
+ +
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..4a7fb6e8 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + Trekking Trips + + + + + + + + +
+ +
+

Trek

+ +
+ +
+ + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 00000000..227526ea --- /dev/null +++ b/index.js @@ -0,0 +1,29 @@ +const onClick = function(action, listener) { + listener.click(() => { + action(); + console.log('click'); + }); +}; + +const getTrips = () => { + $(`#trekList`).append(`