From d4635b3f6a7b447fc8e4d5631c3f708e4ea85903 Mon Sep 17 00:00:00 2001 From: oumaimafisaoui Date: Sun, 7 Jul 2024 16:01:25 +0100 Subject: [PATCH] docs:Formatting the subject skeleton --- subjects/DPxAI/.DS_Store | Bin 0 -> 6148 bytes subjects/DPxAI/skeleton/.DS_Store | Bin 0 -> 6148 bytes subjects/DPxAI/skeleton/README.md | 13 ++++++------- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 subjects/DPxAI/.DS_Store create mode 100644 subjects/DPxAI/skeleton/.DS_Store diff --git a/subjects/DPxAI/.DS_Store b/subjects/DPxAI/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..16a279605e570ed90d25d9b72e6ef723cd5c5b40 GIT binary patch literal 6148 zcmeHK%}T>S5T32oZYe?!3VK`cTD96DikDdR;MIs8RBB^`24hy5)E-J9cYPsW#MjZ8 z-EBdtM@3}@X1~e&B-wAnZUz8EtKZ!Kr~-gQB`lP2_(Uj9Iwb|?nL!lh9wB6)Avucm z^;9-Hej@|4b`ny!gAiiW$@&Gc4lqU^#vbb0n-R1=$qxqUgUf#j9^xp?>h)Jqm?_TA zm1Id)a*9cY@O>9JH$o`#Q-wQ4;n{LDUT~<>D+#x_Z#k z{iK_kTHgj_S(e+?<>7F%*=W|(>ULvPQ^TFjdQCMOTcc4~F0QQa9=Gq}`$RvPR|kO~ zs*!nzV|Yemiik(Qm&7``!PvNNoX^M%FaylMA7;R9X|nQ%=fJPd3@`)V!vO6M3YE}v zm|HYk2M(qMKrEu$2-@_^NHxl#=P5ON z>rjMwI^JKIbP%3J9+?4V;3EUn`=M0n{6GA<|2IiIFaylM|71WE5B!4`&dr^zQ?sPA uR-s;@l2Bf5aZ-YYIf^ltj^ZU$Bj{ITAbJjSi|9e&9|1!H56r-iGVl)B7Fs+2 literal 0 HcmV?d00001 diff --git a/subjects/DPxAI/skeleton/.DS_Store b/subjects/DPxAI/skeleton/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..46cc050947f8c4422ae2d16386667947ed2de4a4 GIT binary patch literal 6148 zcmeHKF-`+P474FdP@0sK`+`XPV2LgT1r2-vg_J?5=&#Cm_yRu*Gq#0@4jLpHG?why z^?Gh|Q=DTn^Y!cQ#%yV3b2!nC3{&GdePS1taUdMexVMe1?8SC>`$_fp339LO0lZrq zzVZ*x+x=mSQ~tC!`05mfl}rjq0VyB_q<|Foy#nmLu=yfUQ3^-_De$QPzYh&g?1f`u zd^!+f1OU#E4#PTT31DLa*bB!*WMH0DU{bwC3{N`pt?GK=n3#0)xEar>o4qC!kK2)N zQEuK76{Ua_I9K2@w@dc_4g81s|D2?q6p#Y{N&%k@kHZ?TRK0cba_qGY{sd>uJDi4f oP!OUW1EU>d!*+ZfMOoLl#(6Is6N8R?(1H3hKwV@~;I9?<0HMGdmjD0& literal 0 HcmV?d00001 diff --git a/subjects/DPxAI/skeleton/README.md b/subjects/DPxAI/skeleton/README.md index accbf6de5..4bc721175 100644 --- a/subjects/DPxAI/skeleton/README.md +++ b/subjects/DPxAI/skeleton/README.md @@ -1,12 +1,12 @@ ## Skeleton -> Brainpower mode +> Brainpower mode ### Context To craft your robot friend, you first need to build its skeleton, and that's where HTML comes in. HTML is the blueprint that sets up the structure of your robot, giving it shape and form. With HTML, you'll create the framework that holds all your amazing ideas together. Ready to start building? Let’s dive in and create the foundation of your robot buddy! -> For the whole quest, the principle is to iterate over your code: when you finish an exercise, copy-paste your code to use it in the next one. +> For the whole quest, the principle is to iterate over your code: when you finish an exercise, copy-paste your code to use it in the next one. > Contrary to what you will see in the videos, you don't have to run a server on your machine to use the html css javascript thanks to the integrated code editor that takes care of all that. > We've left the videos for the other educational content they provide. @@ -17,7 +17,6 @@ To craft your robot friend, you first need to build its skeleton, and that's whe - for the CSS files: when you have to link one, it's named like so: `name-of-the-exercise.css` - for the JS files, when you have to link one, it's named like so: `name-of-the-exercise.js` - ### Resources We provide you with some content to get started smoothly, check it out! @@ -27,15 +26,16 @@ We provide you with some content to get started smoothly, check it out! - Video [Different HTML tags overview](https://www.youtube.com/watch?v=Al-Jzpib8VY&list=PLHyAJ_GrRtf979iZZ1N3qYMfsPj9PCCrF&index=2) Those videos are accompanying you step by step in each exercise, but if you want to check right away all the notions covered in the quest, you can watch the whole playlist [Web - HTML, CSS & DOM JS](https://www.youtube.com/playlist?list=PLHyAJ_GrRtf979iZZ1N3qYMfsPj9PCCrF). + > Your working environment may not be exactly the same as what you see in the videos or documentation, just try to adapt your work according to your research and discoveries. > Don't be afraid to try! - ### Instructions Ready? Let's code! ->The first step to achieve in your quest is to craft the shape of your robot ; for that, 2 things needs to be done: +> The first step to achieve in your quest is to craft the shape of your robot ; for that, 2 things needs to be done: +> > - Custumize the( [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head) tag) > - Custumize the ([``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) tag) @@ -50,7 +50,6 @@ Choose a power that you will give to your robot from the following list and put - super-strength - advanced-healing - mind-link - #### The `<body>` part: @@ -75,4 +74,4 @@ To create a `div` tag with `hello` as text content inside the `body`: - [`head` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head) - [`title` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) - [`body` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body) -- [`section` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section) \ No newline at end of file +- [`section` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section)