The purpose of a website is to exist!

These are some tools, organized by Laurel Schwulst for BAN Web Learning.

Introduction

There are different ways to build websites. You use different building materials for different purposes.

HTML, CSS, and JS introduced textually

In this workshop, I'm going to show you how to use HTML and CSS, which is just one way to build websites. (Feel free to learn JS on your own.)

HTML, CSS, and JS introduced textually

What’s cool about HTML & CSS is that these are the building blocks of the web no matter what. You can “view source” on any website and see it boils down to HTML & CSS generally speaking, no matter if you made it in SquareSpace, Wordpress, or any other website builder.

Back to Top

HTML — HyperText Markup Language

What are the things? What are their structure?

Back to Top

CSS — Cascading Style Sheets

How do the things look?

Back to Top

GitHub Pages for Hosting

Link to Video: " How to put an HTML website online (on the Internet)" by SuperSimpleDev
(minutes 1-10 are especially relevant)

GitHub is a code versioning and storage platform that also provides a free hosting service for static websites under a certain size (1GB) called "GitHub Pages." GitHub will give you a URL to host your website based on your GitHub username and repository, for example: https://myusername.github.io/myrepositoryname.

GitHub pages also optionally lets you connect a custom domain name to your repository — and that's how this very website (banweblearning.net) is working!

Back to Top

Website Builders

DIY building materials on one side with IKEA on the other, sharing the metaphorical difference between making a website with HTML and CSS (DIY) versus website builders (IKEA)

Every choice has pros & cons. Every convenience has a trade-off. Choose the method suitable for the project at hand.

Back to Top

A pencil drawing by Steven Holl, architect, with a vision for his minimal website in 1996. The purpose of the website is to exist.
The main purpose is to exist.

Steven Holl Architects (1996) ⋱ Laurel Schwulst

This website demo was created by Laurel Schwulst and has been inspired by Alt Text as Poetry, which Laurel created with Taichi Wi for Finnegan Shannon & Bojana Coklyat previously. See also: Don't Forget to Take a Selfie with your Herbs by Jisu Lee.

Back to Top