/art101

Primary LanguageHTML

About

visit: https://thesalted.github.io/art101/

Basic Structure

Here is the basic structure with stub or empty files in place.

.
├── css
│   └── site.css
├── experiments
├── img
│   └── my_photo.jpg
├── index.html
├── js
│   └── site.js
├── lab1
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab2
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab3
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab4
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
├── lab5
│   ├── css
│   │   └── lab.css
│   ├── img
│   │   └── thing1.jpg
│   ├── index.html
│   └── js
│       └── lab.js
└── lab6
    ├── css
    │   └── lab.css
    ├── img
    │   └── thing1.jpg
    ├── index.html
    └── js
        └── lab.js