diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2ba986f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/1-html-css/homework1/img/header.mov b/1-html-css/homework1/img/header.mov new file mode 100644 index 0000000..1ada170 Binary files /dev/null and b/1-html-css/homework1/img/header.mov differ diff --git a/1-html-css/homework1/img/html5.png b/1-html-css/homework1/img/html5.png new file mode 100644 index 0000000..5e2696f Binary files /dev/null and b/1-html-css/homework1/img/html5.png differ diff --git a/1-html-css/homework1/img/js.jpg b/1-html-css/homework1/img/js.jpg new file mode 100644 index 0000000..1ecb8ab Binary files /dev/null and b/1-html-css/homework1/img/js.jpg differ diff --git a/1-html-css/homework1/img/js.png b/1-html-css/homework1/img/js.png new file mode 100644 index 0000000..239fcb9 Binary files /dev/null and b/1-html-css/homework1/img/js.png differ diff --git a/1-html-css/homework1/img/ts.png b/1-html-css/homework1/img/ts.png new file mode 100644 index 0000000..05bfbe8 Binary files /dev/null and b/1-html-css/homework1/img/ts.png differ diff --git a/1-html-css/homework1/index.html b/1-html-css/homework1/index.html index 77d3048..ee536e2 100644 --- a/1-html-css/homework1/index.html +++ b/1-html-css/homework1/index.html @@ -11,23 +11,37 @@
- +