diff --git a/assets/css/style.css b/assets/css/style.css index 9fbcea9..6839490 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -43,6 +43,17 @@ input[type=text], select { background-color: #323741; color: white; min-height: 5rem; + + } + + #eco, #planet { + max-width: 200px; + height: auto; + display: block; + margin: 0 auto; + } + + border-radius: 10px; } @@ -469,4 +480,5 @@ input[type=text], select { font-size: 20px; } - \ No newline at end of file + + diff --git a/assets/images/Eco tracker logo.png b/assets/images/Eco tracker logo.png new file mode 100644 index 0000000..6eb6561 Binary files /dev/null and b/assets/images/Eco tracker logo.png differ diff --git a/assets/images/Enhanced-logo.png b/assets/images/Enhanced-logo.png new file mode 100644 index 0000000..1965a7c Binary files /dev/null and b/assets/images/Enhanced-logo.png differ diff --git a/assets/images/no planet B.jpg b/assets/images/no planet B.jpg new file mode 100644 index 0000000..729fbc3 Binary files /dev/null and b/assets/images/no planet B.jpg differ diff --git a/assets/js/script.js b/assets/js/script.js index e89b5c9..8b3ce5a 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -43,7 +43,14 @@ $('#form').on('submit', function(event) { title:titleInput, transport_types:transportInput } - + ///////////////////// My additional the JS provides a click func to the About ////////////////// + $(function() { + $('#about-link').click(function() { + $('#aboutModal').modal('show'); + }); + }); + + ///////////////////////////////////////// END ////////////////////////////////////////////////// const options = { method: 'POST', diff --git a/index.html b/index.html index 680bef9..746a02e 100644 --- a/index.html +++ b/index.html @@ -13,13 +13,14 @@ +
@@ -28,8 +29,35 @@
+
+ + + + + +
@@ -192,7 +220,6 @@

- @@ -207,5 +234,6 @@

+ \ No newline at end of file