diff --git a/assets/audios/audio_1.mp3 b/assets/audios/audio_1.mp3 new file mode 100644 index 0000000..47e1549 Binary files /dev/null and b/assets/audios/audio_1.mp3 differ diff --git a/assets/audios/audio_2.mp3 b/assets/audios/audio_2.mp3 new file mode 100644 index 0000000..de6e6a0 Binary files /dev/null and b/assets/audios/audio_2.mp3 differ diff --git a/assets/images/css_logo.png b/assets/images/css_logo.png new file mode 100644 index 0000000..8e0edde Binary files /dev/null and b/assets/images/css_logo.png differ diff --git a/assets/images/ejs_logo.jpg b/assets/images/ejs_logo.jpg new file mode 100644 index 0000000..099fc2b Binary files /dev/null and b/assets/images/ejs_logo.jpg differ diff --git a/assets/images/ejs_logo.png b/assets/images/ejs_logo.png new file mode 100644 index 0000000..a404a8f Binary files /dev/null and b/assets/images/ejs_logo.png differ diff --git a/assets/images/html.png b/assets/images/html.png new file mode 100644 index 0000000..35de901 Binary files /dev/null and b/assets/images/html.png differ diff --git a/assets/images/js.png b/assets/images/js.png new file mode 100644 index 0000000..c653cab Binary files /dev/null and b/assets/images/js.png differ diff --git a/assets/images/js_logo.png b/assets/images/js_logo.png new file mode 100644 index 0000000..805bef0 Binary files /dev/null and b/assets/images/js_logo.png differ diff --git a/assets/images/mongodb.png b/assets/images/mongodb.png new file mode 100644 index 0000000..0e2cdc7 Binary files /dev/null and b/assets/images/mongodb.png differ diff --git a/assets/images/mongoose.png b/assets/images/mongoose.png new file mode 100644 index 0000000..3c59ada Binary files /dev/null and b/assets/images/mongoose.png differ diff --git a/assets/images/node-list-style-image.png b/assets/images/node-list-style-image.png new file mode 100644 index 0000000..72ed838 Binary files /dev/null and b/assets/images/node-list-style-image.png differ diff --git a/assets/images/node_logo.png b/assets/images/node_logo.png new file mode 100644 index 0000000..e0448aa Binary files /dev/null and b/assets/images/node_logo.png differ diff --git a/assets/images/react_logo.png b/assets/images/react_logo.png new file mode 100644 index 0000000..b5d6ab6 Binary files /dev/null and b/assets/images/react_logo.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..9b05013 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,90 @@ +#title { + color: rgb(221, 204, 204); +} +#menu { + background: rgb(194, 199, 194); +} + +#menu li { + list-style: none; + margin: 15px; + display: inline-block; +} + +a { + color: white; + text-decoration: none; +} +/* .section { + + } */ + +.section { + margin: 50px; + padding: 30px; + border-radius: 5px; +} +#section-1 { + background-color: rgb(177, 231, 177); +} + +#section-2 { + background-color: rgb(108, 238, 238); +} +#section-3 { + background-color: rgb(97, 82, 163); +} +#section-4 { + background-color: rgb(243, 195, 91); +} + +/* CSS for Projects */ + +.box { + width: 200px; + height: 200px; + display: inline-block; + margin-bottom: 30px; + margin-right: 25px; + border-radius: 50%; + text-align: center; + line-height: 200px; + font-size: 42px; +} + +#box-1 { + background-color: rgb(116, 226, 116); +} +#box-2 { + background-color: yellow; +} +#box-3 { + background-color: rgb(231, 118, 118); +} +#boxes { + text-align: center; +} + +#videos { + text-align: center; +} + +hr { + height: 3px; + background-color: gray; +} + +/* icons style */ +i { + font-size: 32px; + margin: 30px; +} +.fa-github-square { + color:#333; +} +.fa-linkedin{ + color:#0077b5; +} +.fa-twitter-square{ + color:#1da1f2; +} diff --git a/assets/videos/js-project.mp4 b/assets/videos/js-project.mp4 new file mode 100644 index 0000000..24e14e7 Binary files /dev/null and b/assets/videos/js-project.mp4 differ diff --git a/images/metadata.png b/images/metadata.png new file mode 100644 index 0000000..e7f7fc9 Binary files /dev/null and b/images/metadata.png differ diff --git a/readme.md b/readme.md index 7c15bd7..bf82136 100644 --- a/readme.md +++ b/readme.md @@ -46,8 +46,10 @@ - [Day 6](#day-6) - [HTML5 Semantic Elements](#html5-semantic-elements) - [Day 7](#day-7) - - [HTML Form](#html-form) + - [HTML Document metadata](#html-document-metadata) + - [Exercises](#exercises-3) - [Day 8](#day-8) + - [HTML Form](#html-form) - [Meta tags](#meta-tags) - [Day 9](#day-9) - [HTML Table](#html-table) @@ -248,6 +250,7 @@ As web developer, you should write code using a text or code editor. Therefore, I will use Visual studio code and I will use it in this challenge too. I strongly suggest to use Visual Studio Code because it has lots of productivity extensions that makes super productive. Now, let's [download](https://code.visualstudio.com/) visual studio code. ### How to use Visual Studio Code +To know how to use visual studio code, watch the following [video](https://www.youtube.com/watch?v=vSyq1ENoovI) ## Introductin to HTML @@ -786,74 +789,208 @@ HTML elements are like a box. Some elements take the whole width of the view por List of blocking elements: ```sh -
- - - - - - -