diff --git a/solutions/01_hello_html/hello.html b/solutions/01_hello_html/hello.html index d975ef8..db6eaee 100644 --- a/solutions/01_hello_html/hello.html +++ b/solutions/01_hello_html/hello.html @@ -1 +1,10 @@ -This is just an example! Hehe. \ No newline at end of file + + + + + + + + + + \ No newline at end of file diff --git a/solutions/01_hello_html/hello_world.js b/solutions/01_hello_html/hello_world.js new file mode 100644 index 0000000..7170129 --- /dev/null +++ b/solutions/01_hello_html/hello_world.js @@ -0,0 +1,3 @@ +var string = "Hello World!"; + +console.log(string) \ No newline at end of file diff --git a/solutions/01_hello_js/hello.html b/solutions/01_hello_js/hello.html new file mode 100644 index 0000000..db6eaee --- /dev/null +++ b/solutions/01_hello_js/hello.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/solutions/01_hello_js/hello_world.js b/solutions/01_hello_js/hello_world.js new file mode 100644 index 0000000..7170129 --- /dev/null +++ b/solutions/01_hello_js/hello_world.js @@ -0,0 +1,3 @@ +var string = "Hello World!"; + +console.log(string) \ No newline at end of file diff --git a/solutions/02_alert_js/alert.html b/solutions/02_alert_js/alert.html new file mode 100644 index 0000000..0efb209 --- /dev/null +++ b/solutions/02_alert_js/alert.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/solutions/02_alert_js/alert.js b/solutions/02_alert_js/alert.js new file mode 100644 index 0000000..5542a59 --- /dev/null +++ b/solutions/02_alert_js/alert.js @@ -0,0 +1,3 @@ +var name = prompt("What's your name?"); + +console.log("Hello " + name); \ No newline at end of file diff --git a/solutions/02_hello_html/helloworld.html b/solutions/02_hello_html/helloworld.html new file mode 100644 index 0000000..2098a7f --- /dev/null +++ b/solutions/02_hello_html/helloworld.html @@ -0,0 +1,9 @@ + + + + Hello! + + +

World!

+ + \ No newline at end of file diff --git a/solutions/03_img_html/img.html b/solutions/03_img_html/img.html new file mode 100644 index 0000000..457c565 --- /dev/null +++ b/solutions/03_img_html/img.html @@ -0,0 +1,12 @@ + + + + + + + +

yes

+ +

si

+ + \ No newline at end of file diff --git a/solutions/04_divs_html/divs.html b/solutions/04_divs_html/divs.html new file mode 100644 index 0000000..d942602 --- /dev/null +++ b/solutions/04_divs_html/divs.html @@ -0,0 +1,13 @@ + + + + + + + +
+ +

animal

+ + + \ No newline at end of file diff --git a/solutions/05_website_html/index.html b/solutions/05_website_html/index.html new file mode 100644 index 0000000..574090b --- /dev/null +++ b/solutions/05_website_html/index.html @@ -0,0 +1,12 @@ + + + + index + page1 + page2 + page3 + + +

index page

+ + \ No newline at end of file diff --git a/solutions/05_website_html/page.html b/solutions/05_website_html/page.html new file mode 100644 index 0000000..50d4a54 --- /dev/null +++ b/solutions/05_website_html/page.html @@ -0,0 +1,9 @@ + + + + page 1 + + +

page 1

+ + \ No newline at end of file diff --git a/solutions/05_website_html/page2.html b/solutions/05_website_html/page2.html new file mode 100644 index 0000000..619c34e --- /dev/null +++ b/solutions/05_website_html/page2.html @@ -0,0 +1,9 @@ + + + + page 2 + + +

page 2

+ + \ No newline at end of file diff --git a/solutions/05_website_html/page3.html b/solutions/05_website_html/page3.html new file mode 100644 index 0000000..c4090bb --- /dev/null +++ b/solutions/05_website_html/page3.html @@ -0,0 +1,9 @@ + + + + page 3 + + +

page 3

+ + \ No newline at end of file diff --git a/solutions/06_style_css/index_1_.html b/solutions/06_style_css/index_1_.html new file mode 100644 index 0000000..574090b --- /dev/null +++ b/solutions/06_style_css/index_1_.html @@ -0,0 +1,12 @@ + + + + index + page1 + page2 + page3 + + +

index page

+ + \ No newline at end of file diff --git a/solutions/06_style_css/page_1_.html b/solutions/06_style_css/page_1_.html new file mode 100644 index 0000000..50d4a54 --- /dev/null +++ b/solutions/06_style_css/page_1_.html @@ -0,0 +1,9 @@ + + + + page 1 + + +

page 1

+ + \ No newline at end of file diff --git a/solutions/06_style_css/page_2_.html b/solutions/06_style_css/page_2_.html new file mode 100644 index 0000000..619c34e --- /dev/null +++ b/solutions/06_style_css/page_2_.html @@ -0,0 +1,9 @@ + + + + page 2 + + +

page 2

+ + \ No newline at end of file diff --git a/solutions/06_style_css/page_3_.html b/solutions/06_style_css/page_3_.html new file mode 100644 index 0000000..c4090bb --- /dev/null +++ b/solutions/06_style_css/page_3_.html @@ -0,0 +1,9 @@ + + + + page 3 + + +

page 3

+ + \ No newline at end of file diff --git a/solutions/07_mysite_html/index_.html b/solutions/07_mysite_html/index_.html new file mode 100644 index 0000000..7489f7f --- /dev/null +++ b/solutions/07_mysite_html/index_.html @@ -0,0 +1,9 @@ + + + + index + + +

index page

+ + \ No newline at end of file diff --git a/solutions/07_mysite_html/page_.html b/solutions/07_mysite_html/page_.html new file mode 100644 index 0000000..50d4a54 --- /dev/null +++ b/solutions/07_mysite_html/page_.html @@ -0,0 +1,9 @@ + + + + page 1 + + +

page 1

+ + \ No newline at end of file diff --git a/solutions/07_mysite_html/page_2.html b/solutions/07_mysite_html/page_2.html new file mode 100644 index 0000000..619c34e --- /dev/null +++ b/solutions/07_mysite_html/page_2.html @@ -0,0 +1,9 @@ + + + + page 2 + + +

page 2

+ + \ No newline at end of file diff --git a/solutions/07_mysite_html/page_3.html b/solutions/07_mysite_html/page_3.html new file mode 100644 index 0000000..c4090bb --- /dev/null +++ b/solutions/07_mysite_html/page_3.html @@ -0,0 +1,9 @@ + + + + page 3 + + +

page 3

+ + \ No newline at end of file diff --git a/solutions/09a_length/index.html b/solutions/09a_length/index.html new file mode 100644 index 0000000..853d08c --- /dev/null +++ b/solutions/09a_length/index.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/solutions/09a_length/length.js b/solutions/09a_length/length.js new file mode 100644 index 0000000..1d820b2 --- /dev/null +++ b/solutions/09a_length/length.js @@ -0,0 +1,3 @@ +var string = "kevin is stinky"; + +console.log(string.length); \ No newline at end of file diff --git a/solutions/10_roman_js/roman.js b/solutions/10_roman_js/roman.js new file mode 100644 index 0000000..f1452b0 --- /dev/null +++ b/solutions/10_roman_js/roman.js @@ -0,0 +1,10 @@ +var I = 1; +var V = 5; +var X = 10; +var L = 50; +var C = 100; +var D = 500; +var M = 1000; + + +