Skip to content

HozayJose/art101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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

Class Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors