Text And Code: Alice's Adventures in Computerland

From Publication Station
Revision as of 14:35, 30 September 2022 by VKranendonk (talk | contribs) (→‎Class 5)

Welcome to the course Text and Code.

In this series of classes from the Publication Station we will use code to load and layout large bodies of text on the web. The visitor of your online publication will be given the option to display the text in several ways.

We will also make the publication interactive, allowing the user to find, filter and highlight the text. As a final touch we work on creating animated SVG’s exported from Illustrator.

Screenshot website Alice's Adventures in the Undergound

Program

Class 1

Demos

  1. HTML/CSS
  2. CSS grid

Setup

During the classes we will work in groups of 3.

We will work in Visual Studio Code. Download and install Visual Studio Code.

To help you out with this project we have created some starter files.

  1. Go to the files
  2. Click the arrow pointing downwards
    Gitlab-download-button.png
  3. Select "zip"
  4. This will download the files
  5. Unzip the files
  6. Open the folder in Visual Studio Code

Tasks

1. Use the WebScraper.io extension to scrape Alice in Wonderland or any other book you like.

  • Follow instructions on web scraping
  • Place the JSON into your web project

2. Add a CSS grid

  • Read the introduction on CSS_Grid and apply to your own website

3. Creating and adding images

  • Create images with Dall-E Mini
  • Add images via the `JSON` files

Class 2

This class you will practice the art of reading documentation by adding fonts, filters and animations. Next to this we practice reading and stealing code by adding filters (and a search) to your project.

  1. Add highlight functionality AND/OR a search
    1. Check out the example code in the /final folder
    2. Add highlight buttons AND/OR search field to your own project
    3. Create a nice looking menu with CSS Grid
  2. Make the grid responsive
    1. Check out the example code in the /final folder
    2. Change the CSS grid so that it is responsive
  3. Loading of fonts
    1. Pick some nice Google Fonts
    2. You can also use FontMap to explore Google fonts
    3. Read this documentation on implementation
    4. Add the fonts to your project
  4. Bonus: CSS filters and animations
    1. Read the filters documentation
    2. Read the animation documentation
    3. Add an animation to your own project

Class 3

Duration 2 hours

Demos

  1. Steal code options with Alice in Wonderland:
    1. View source
    2. View selection source
    3. Save page
  2. Working with anchors
  3. Creating an index

Tasks

  1. Copy the source of your own book
    1. Find your book on Gutenberg
    2. Check Stealing a Website and find the source
    3. Place the source via Visual Studio Code in an index.html file.
  2. Separate the CSS from between the <style> tags in a CSS file, see How to link CSS to HTML
  3. Create your own index with anchors, see Linking within a page

Extra

  1. Add images (Search for: "How to add image HTML")
  2. Add fonts and style your document
    1. Pick some nice Google Fonts
    2. You can also use FontMap to explore Google fonts
    3. Read this documentation on implementation
    4. Add the fonts to your project
  3. Apply CSS grid
    1. Read the introduction on CSS_Grid and apply to your own website
  4. Bonus: Create an index with Javascript

Class 4

Demos

  1. Show element with JS on mouseover
  2. Show multiple elements with JS

Tasks

  1. Use the JS functions to show images (or other elements) on hover
  2. Create a navigation with images

Extra

  1. Add images (Search for: "How to add image HTML")
  2. Add fonts and style your document
    1. Pick some nice Google Fonts
    2. You can also use FontMap to explore Google fonts
    3. Read this documentation on implementation
    4. Add the fonts to your project

Class 5

Demos

  1. Show https://maxwellito.github.io/vivus/ and https://maxwellito.github.io/vivus-instant/
  2. Show options of adding:
    1. Copy pasting SVG code
    2. Copy pasting with absolute / relative to another element
    3. As background in CSS

Tasks

  1. Make your own animated SVGs
  2. Add them to your project

Extra

  1. Add images (Search for: "How to add image HTML")
  2. Add fonts and style your document
    1. Pick some nice Google Fonts
    2. You can also use FontMap to explore Google fonts
    3. Read this documentation on implementation
    4. Add the fonts to your project

Tools overview

Explore

Used during classes