Skip to content

events-psc/webdev-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction to web development

This workshop is targeted at people who are new to code and web development. At the end of the workshop, you will have a better understanding of how the web works and how you can create a simple website of your own.

Topics covered include:

  • Setting up a coding environment on your computer
  • Basic introduction to version control
  • What is the command line interface?
  • How the web works from the source to your screen
  • Understanding HTML (Hypertext Markup Language)
  • Basics of CSS (Cascading Style Sheets)
  • How to get a website from your computer onto the web
  • Importance of accessibility

Although this has been scheduled to fit into the span of a full-day workshop, depending on the pace of the group as a whole, content covered will be tweaked to suit the audience.

Pre-workshop setup

  1. Sign up for a GitHub account.
  2. Download the starter files in this repository. Click on the green Clone or download button and select Download zip.
  3. [Optional] Install Visual Studio Code. Visual Studio Code is text editor optimised for coding. You do not have to download it because any text editor on your computer will do (Notepad, Textedit etc.) but Visual Studio Code has numerous helpful features that could make your life a little easier.

Resources and links

About

Basics of starting out with web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 91.3%
  • CSS 8.7%