diff --git a/CodeExamples/Week1/javascript.html b/CodeExamples/Week1/javascript.html new file mode 100644 index 0000000000000000000000000000000000000000..da4e6935eddea6fd8b1c7af5296d0f24f64f2fb2 --- /dev/null +++ b/CodeExamples/Week1/javascript.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> + <title> + Javascript Skeleton + </title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <script> + console.log('This is how I learned to write Javascript!') + </script> + </body> +</html> diff --git a/CodeExamples/Week1/skeleton.html b/CodeExamples/Week1/skeleton.html new file mode 100644 index 0000000000000000000000000000000000000000..9b423ac6fc7eae35d1a45b597fb70cbcd86ed611 --- /dev/null +++ b/CodeExamples/Week1/skeleton.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en-US"> + <head> + <title> + HTML5 Skeleton + </title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + </body> +</html> \ No newline at end of file diff --git a/LectureSlides/Week1/Course Introduction and Expectations.pdf b/LectureSlides/Week1/Course Introduction and Expectations.pdf new file mode 100644 index 0000000000000000000000000000000000000000..468f74b0ef041d94361e4320b52aa784f5731eca Binary files /dev/null and b/LectureSlides/Week1/Course Introduction and Expectations.pdf differ diff --git a/LectureSlides/Week1/Git Introduction.pdf b/LectureSlides/Week1/Git Introduction.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3084cc47b5fc1fc50789a24127f17255d7553288 Binary files /dev/null and b/LectureSlides/Week1/Git Introduction.pdf differ diff --git a/LectureSlides/Week1/Intro to the Web and HTML.pdf b/LectureSlides/Week1/Intro to the Web and HTML.pdf new file mode 100644 index 0000000000000000000000000000000000000000..6d08deab38795ed99429544811e00fa5ec13d729 Binary files /dev/null and b/LectureSlides/Week1/Intro to the Web and HTML.pdf differ