Skip to content

towserchen/svg-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG-FRONT

Static pages for SVG system.

Online Demo

The online demo always fetch from the latest version of branch master.

https://unisa.ddos.la

Run on your computer

Environment Requirement

NodeJS 18 or above

Install

  1. Install http-server

npm install -g http-server

  1. Enter the root folder of this project and run the command

http-server ./src -o

Contributor

  • towserchen - Long Chen
  • mit0za - Chanponleu Yin
  • Freeline - Zhiyuan Yang
  • RaoCai - Rao Cai
  • GemNueva - Gem Nueva
  • BCworkin - Bryan Chiam

[!IMPORTANT] Our files structure

├── 📂 dist
│ └── 📄 output.css
├── 📂 src             <-- This is where all of our html are
│ ├── 📂 account              <-- This is related to user account
│ │ ├── 📄 createacc.html
│ │ └── 📄 loginform.html
│ ├── 📂 general              <-- I don't know which category they fall into
│ │ ├── 📄 aboutus.html
│ │ ├── 📄 reservation.html
│ │ ├── 📄 template.html
│ │ └── 📄 terms.html
│ ├── 📂 image              <-- Images of any kind
│ │ ├── 🖼️ bamboo.jpg
│ │ ├── 🖼️ bg.jpg
│ │ ├── 🖼️ le.jpg
│ │ └── 🖼️ mexikana.jpg
│ ├── 📂 menu              <-- Menu of restaurant
│ │ ├── 📄 bamboo_menu.html
│ │ ├── 📄 la_menu.html
│ │ └── 📄 mexika_menu.html
│ └── 📂 restaurants           <-- 3 restaurant
│ ├── 📄 bambooleaf.html
│ ├── 📄 laoeste.html
│ └── 📄 mexikana.html
├── 📂 src&
│ ├── 📄 index.html           <-- Landing page
│ └── 📄 input.css
├── 📄 .gitignore
├── 📄 README.md               <-- This is where you at
└── 📄 tailwind.config.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published