Skip to content
generated from wmodes/lab-template

My introduction to html/javascript class. It's called ART-101, taught by UCSC.

Notifications You must be signed in to change notification settings

Quinn-UCSC/art101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Template

File tempate for basic HTML, CSS, and JavaScript classes

Basic Structure

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

.
├── css
│   └── homepage.css
│   └── site.css
├── experiments
│   └── arrays.js
│   └── index.html
│   └── index2.html
├── img
│   └── me.jpg
│   └── groovy.gif
├── js
│   └── site.js
├── lab1
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab2
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab3
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab4
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab5
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab6
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab7
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab8
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab9
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab10
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab11
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab12
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab13
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab14
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab15
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── lab16
│   ├── index.html
│   ├── css
│   │   └── lab.css
│   ├── img
│   └── js
│       └── lab.js
├── index.html

About

My introduction to html/javascript class. It's called ART-101, taught by UCSC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published