diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index e913606..65a3d39 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -7,14 +7,6 @@ "id": "e7d488c86d3b7fd3", "type": "tabs", "children": [ - { - "id": "7372b5fc5f3fba9d", - "type": "leaf", - "state": { - "type": "reveal-preview-view", - "state": {} - } - }, { "id": "bfe3f96da35a5568", "type": "leaf", @@ -40,7 +32,21 @@ } } ], - "currentTab": 2 + "currentTab": 1 + }, + { + "id": "0642ceba5ba2c9ec", + "type": "tabs", + "children": [ + { + "id": "590d62bc2dfc852a", + "type": "leaf", + "state": { + "type": "reveal-preview-view", + "state": {} + } + } + ] } ], "direction": "vertical" @@ -184,6 +190,7 @@ }, "active": "be222825d8a3267f", "lastOpenFiles": [ + "imgFiles/Pasted image 20231101131959.png", "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/Week 3 Slides.md", "Week 7 Slides.md", "Coding Tips (Classical)/Terminal Tips/Languages/1.About Languages.md", @@ -213,7 +220,6 @@ "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/Software/Artemis.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/Software/AIR.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/GNURadio/2. GNU Radio tutorials.md", - "Coding Tips (Classical)/Project Vault/Current Occupations/Communication Projects/RADIO/GNURadio/About GNU Radio.md", "imgFiles/Pasted image 20231022162536.png", "Machine Tips (Quantum)/Project Vault/Constructions/3D printing", "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/week 5 web design", diff --git a/enter/Week 7 Slides.md b/enter/Week 7 Slides.md index 9e7a632..858d9dd 100644 --- a/enter/Week 7 Slides.md +++ b/enter/Week 7 Slides.md @@ -7,7 +7,8 @@ Welcome back to Developer land. So far we have learned: - what real programmers use to upload their code for others to collaborate. Using **Github.com** - **HTML** basics to make a website -- the tools we can use to edit code in +- the tools we can use to edit HTML code in + - https://html.onlineviewer.net/ Today we are going to start programming in CSS! This makes your website **PRETTY**! @@ -29,15 +30,25 @@ Today we are going to start programming in CSS! This makes your website **PRETTY --- -## Step 1. Go to your favorite website +# Group Projects time for 25 minutes + +Let me know if you'd like help with your website. -Believe it or not this is all we need to actually start coding (who needs Github anyways) + + +--- + +## Step 1. Let's go to [neocities.org ](https://neocities.org/) + +![[Pasted image 20231101131959.png]] + +You'll see a lot of interesting website examples here. --- -## Step 2. HTML Building blocks +## Step 2. CSS Building blocks Making the structure diff --git a/enter/imgFiles/Pasted image 20231101131959.png b/enter/imgFiles/Pasted image 20231101131959.png new file mode 100644 index 0000000..6b904e2 Binary files /dev/null and b/enter/imgFiles/Pasted image 20231101131959.png differ