Skip to content

Commit

Permalink
Fixes and additions
Browse files Browse the repository at this point in the history
  • Loading branch information
merholzl committed Nov 11, 2019
1 parent 23de4a1 commit 27c080c
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 77 deletions.
16 changes: 12 additions & 4 deletions Misc/PlanWorkshop
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
Send them the link to vscode and files before and ask them to install it!

###

First Introduction of yourself and participants

Explain web development.

Quickly Explain html and css, then start coding.
Quickly explain html and css, then start coding the first website.

Open the folder they downloaded in VSCode.

After creating the file directly save with .html exstensions to prevent problems.
After creating the file directly select html in VSCode that it will be saved as .html.

Then start coding. Headings, p, image that they can download, add a link, add a style.
Then start coding. Headings, p, image, add a link, add a style.

After finishing with the website make short recap of HTML and CSS with the slides.

Break

With the example websitee show them the structure of seperating the files.
###

With the example website show them the structure of seperating the files.

Then show the html structure with head and body.

Expand All @@ -36,6 +42,8 @@ Tell them how to proceed: Do it yourself, online tutorials, inspect.

Then Info Session

###

Goals:
Show them that creating a website is not hard: done with creating it.
Give them ways of expanding their knowledge: done with example and tutorials and inspect
Expand Down
Loading

0 comments on commit 27c080c

Please sign in to comment.