From 8227089eca6bddf2a94ff329913216dd1b09d326 Mon Sep 17 00:00:00 2001 From: josephjamesbusiness Date: Fri, 31 May 2019 17:32:46 -1000 Subject: [PATCH 1/2] add for loop --- index.html | 58 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index a8a1aad9..d456071d 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,44 @@ - - - - - - -
- Build Me! -
- + + + + + + + + +
+
+ +

Aloha world!

+

thursday

\ No newline at end of file From e44609c47e55ab836600f461a4f9b4c5d27f4f0d Mon Sep 17 00:00:00 2001 From: josephjamesbusiness Date: Fri, 31 May 2019 22:32:22 -1000 Subject: [PATCH 2/2] Lipscombe coding challenge --- css/style.css | 9 ++++ index.html | 114 ++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 116 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index e69de29b..bbe98dc8 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,9 @@ +div { + border:1px solid greenyellow; +} +span { + margin:2px; + border:1px solid blue; + + +} \ No newline at end of file diff --git a/index.html b/index.html index d456071d..b056bee4 100644 --- a/index.html +++ b/index.html @@ -8,13 +8,112 @@ //var gmails; console.log(geemails) // ALL OF YOUR JAVASCRIPT CODE SHOULD GO HERE. + var main = document.getElementById("main") + + for (var i = 0; i +

Welcome Captain Reynolds!

+

Shiny!

-

Aloha world!

-

thursday

+ \ No newline at end of file