Updated: Wednesday, October 18,2023-10-18 16:26:03

main
Shwetha Jayaraj 2023-10-18 16:26:07 -04:00
parent 4857bcd222
commit a68b229472
3 changed files with 11 additions and 10 deletions

View File

@ -1,5 +1,9 @@
{ {
"recentFiles": [ "recentFiles": [
{
"basename": "HTML & CSS Tricks",
"path": "HTML & CSS Tricks.md"
},
{ {
"basename": "HTML Group Project", "basename": "HTML Group Project",
"path": "HTML Group Project.md" "path": "HTML Group Project.md"
@ -8,10 +12,6 @@
"basename": "THE link", "basename": "THE link",
"path": "THE link.md" "path": "THE link.md"
}, },
{
"basename": "HTML & CSS Tricks",
"path": "HTML & CSS Tricks.md"
},
{ {
"basename": "Drawing 2023-10-18 15.33.54.excalidraw", "basename": "Drawing 2023-10-18 15.33.54.excalidraw",
"path": "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md" "path": "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md"

View File

@ -71,7 +71,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "HTML Group Project.md", "file": "HTML & CSS Tricks.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -153,7 +153,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "HTML Group Project.md", "file": "HTML & CSS Tricks.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -170,7 +170,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "HTML Group Project.md", "file": "HTML & CSS Tricks.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -193,7 +193,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "HTML Group Project.md" "file": "HTML & CSS Tricks.md"
} }
} }
} }
@ -222,11 +222,11 @@
}, },
"active": "2122e8152e7c974f", "active": "2122e8152e7c974f",
"lastOpenFiles": [ "lastOpenFiles": [
"HTML Group Project.md",
"THE link.md", "THE link.md",
"HTML & CSS Tricks.md", "HTML & CSS Tricks.md",
"Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md", "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md",
"Excalidraw", "Excalidraw",
"HTML Group Project.md",
"Excalidraw/Drawing 2023-10-17 18.01.00.excalidraw.md", "Excalidraw/Drawing 2023-10-17 18.01.00.excalidraw.md",
"Machine Tips (Quantum)/Physics/Hardware/Potentiometers & Analog SerialReader.md", "Machine Tips (Quantum)/Physics/Hardware/Potentiometers & Analog SerialReader.md",
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Quantum Stuff.md", "Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Quantum Stuff.md",

View File

@ -83,7 +83,8 @@ Add a Search bar into your site
Eventually CSS will be needed for multiple page creation in order to maintain consistency. Eventually CSS will be needed for multiple page creation in order to maintain consistency.
Linking to different parts of your code on HTML: ## Linking to different parts of your code on HTML:
```html ```html
<header> <header>
<h1>The Heading</h1> <h1>The Heading</h1>