Updated: Wednesday, November 01,2023-11-01 13:24:02
parent
cede96b9cd
commit
e7702d37e0
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue