From 2345563c7f940ff07e880a0aa114eac26686b1bc Mon Sep 17 00:00:00 2001 From: Michael Banvard Date: Mon, 7 Oct 2019 19:01:35 -0500 Subject: [PATCH 1/4] Good Gawd --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d78a52c..b456b94 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,13 @@
- + + Google + Duck Duck Go + Bing + Ask + +
\ No newline at end of file From 3ef7d36565c98df4fe0646a1d5a0aaabc32175d4 Mon Sep 17 00:00:00 2001 From: Michael Banvard Date: Mon, 7 Oct 2019 19:05:21 -0500 Subject: [PATCH 2/4] First Branch --- script.js | 0 style.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 script.js create mode 100644 style.css diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 From f74844a0b95b91794aae277ba3f87273afd9e7ae Mon Sep 17 00:00:00 2001 From: Michael Banvard Date: Mon, 7 Oct 2019 19:19:24 -0500 Subject: [PATCH 3/4] After some work --- index.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index b456b94..4509e3e 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,22 @@ + let actions = { + "google": "https://www.google.com/", + "duckduckgo": "https://duckduckgo.com/", + "bing": "https://www.bing.com/", + "ask": "https://www.ask.com/" + }; @@ -14,10 +26,10 @@
- Google - Duck Duck Go - Bing - Ask + Google + Duck Duck Go + Bing + Ask
From 068b3b1ecbb8c755a05f2e22649696d05d621340 Mon Sep 17 00:00:00 2001 From: Michael Banvard Date: Mon, 7 Oct 2019 20:00:35 -0500 Subject: [PATCH 4/4] The html and javascript seem to work now. --- index.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 4509e3e..272d738 100644 --- a/index.html +++ b/index.html @@ -2,23 +2,23 @@ + + @@ -31,7 +31,6 @@ Bing Ask - \ No newline at end of file