diff --git a/enter/.obsidian/plugins/obsidian-emoji-toolbar/data.json b/enter/.obsidian/plugins/obsidian-emoji-toolbar/data.json new file mode 100644 index 0000000..c69d745 --- /dev/null +++ b/enter/.obsidian/plugins/obsidian-emoji-toolbar/data.json @@ -0,0 +1,3 @@ +{ + "twitterEmojiActive": true +} \ No newline at end of file diff --git a/enter/Week 7 Slides.md b/enter/Week 7 Slides.md index d482132..c4e4159 100644 --- a/enter/Week 7 Slides.md +++ b/enter/Week 7 Slides.md @@ -1,17 +1,22 @@ -### Week 7: Coding with EXTRA! Javascript & CSS in websites +### Week 7: Coding with EXTRA FLARE! Javascript & CSS in websites + +Miss Shway + +(Shwetha Jayaraj) --- -Welcome back to Developer land. So far we have learned: +# 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 HTML code in - https://html.onlineviewer.net/ -Today we are going to start programming in CSS! This makes your website **PRETTY**! --- @@ -41,6 +46,8 @@ Let me know if you'd like help with your website. ## Step 1. Let's go to [neocities.org ](https://neocities.org/) + +Today we are going to start programming in CSS! This makes your website **PRETTY**! ![[Pasted image 20231101131959.png]] You'll see a lot of interesting website examples here. @@ -65,101 +72,14 @@ Every website typically ties in both HTML and CSS with a bit of javascript for For example: https://codepen.io/sadness97/pen/KKobMWx -Start by typing this line in your program -```html - - - - - -``` - ---- - -### 2. Next is the Header! - -``` - - - - -
- - - - -``` - ---- - -### 3. Next is the Body! - -``` - - - - - - - - -This is a paragraph.
- - - - - -``` - - - -Add an image from the internet with: - -``` -