Skip to content

stargyaru/art101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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
│   └── 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

About

for art101 @ucsc with wes modes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published