diff --git a/views/tutorials.erb b/views/tutorials.erb index f21b8db4..7608ac7d 100644 --- a/views/tutorials.erb +++ b/views/tutorials.erb @@ -46,12 +46,19 @@

CSS Frameworks

CSS frameworks are pre-built CSS styles that make it easy to quickly build a nice looking web page without having to "roll your own" set of styles. Neocities itself uses one as the basis for our design. They are definitely worth checking out once you have an understanding of how CSS works.

+ +

Static Site Generators

+

+ Static site generators allow developers to make a web site that has many properties of dynamic web sites, except it generates static HTML which can then be uploaded to Neocities. +

+ + + +