Updated: Wednesday, November 15,2023-11-15 14:14:41
parent
967f45b54a
commit
10c32f5b36
|
@ -4,6 +4,10 @@
|
|||
"basename": "Review & Putting it all together",
|
||||
"path": "Review & Putting it all together.md"
|
||||
},
|
||||
{
|
||||
"basename": "Drawing 2023-11-15 14.12.08.excalidraw",
|
||||
"path": "Excalidraw/Drawing 2023-11-15 14.12.08.excalidraw.md"
|
||||
},
|
||||
{
|
||||
"basename": "HTML Group Project",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design/HTML Group Project.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "HRRR",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Past Occupencies/Windtelligent.ai/Intelligence/HRRR.md"
|
||||
},
|
||||
{
|
||||
"basename": "Different Data Models",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Past Occupencies/Windtelligent.ai/Intelligence/Different Data Models.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -65,6 +65,20 @@
|
|||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
},
|
||||
{
|
||||
"id": "20ec2d9ae8801f2c",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "d7b7daa11918e901",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "reveal-preview-view",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -208,8 +222,10 @@
|
|||
},
|
||||
"active": "e08a3214e6ed5350",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design/HTML Group Project.md",
|
||||
"Excalidraw/Drawing 2023-11-15 14.12.08.excalidraw.md",
|
||||
"Review & Putting it all together.md",
|
||||
"Excalidraw",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design/HTML Group Project.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/Week 3 Slides.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design/HTML & CSS Tricks.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design/THE link.md",
|
||||
|
@ -233,7 +249,6 @@
|
|||
"Machine Tips (Quantum)/Physics/Anti Charm Meson.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Tools & Software/Agnostiq.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Tools & Software/Computers.md",
|
||||
"Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Tools & Software/List of Quantum Tools.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/3d printing",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/digital art",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design",
|
||||
|
@ -245,7 +260,6 @@
|
|||
"imgFiles/Pasted image 20231022162536.png",
|
||||
"Machine Tips (Quantum)/Project Vault/Constructions/3D printing",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Manhattan Youth/web design/week 5 web design",
|
||||
"Excalidraw",
|
||||
"Machine Tips (Quantum)/Quantum spaces.canvas",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Slides & Tools/export/Slides/Pasted image 20231010141612.png",
|
||||
"Coding Tips (Classical)/Project Vault/About Obsidian/Slides & Tools",
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
|
||||
|
||||
|
||||
%%
|
||||
# Drawing
|
||||
```json
|
||||
{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.23","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
|
||||
```
|
||||
%%
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
Web Design with Shway !! ^-^
|
||||
Welcome back.
|
||||
|
||||
|
||||
|
||||
---
|
||||
## STEP 1: Open up a google doc, images & background color.
|
||||
|
||||
[https://html.onlineviewer.net/](https://html.onlineviewer.net/)
|
||||
|
@ -30,8 +31,9 @@
|
|||
We have all heard about Scratch? Played games last week?
|
||||
Let's play geometry dash --> [Geometry Dash ](https://scratch.mit.edu/projects/835488610/)
|
||||
|
||||
**On our website!** :D
|
||||
*Add your own games here*
|
||||
But **On our website!** :D
|
||||
|
||||
*Add your own games here*
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Reference in New Issue