From f8697e50a6158d884493f14c6a0f4c7e5097fdad Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 11 Feb 2019 21:24:29 -0800 Subject: [PATCH] updates to tutorial --- views/tutorials.erb | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) 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. +

+ + + +