Skip to content

Continuing with the CS50x week 8 problem sets and using Flask to organize the website in week 9.

Notifications You must be signed in to change notification settings

boyonglin/cs50x-homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs50x-homepage

Continuing with the CS50x week 8 problem sets and using Flask to organize the website in week 9.


Code: @Clancy Lin

Credits:

Images:
	Zhenya Rynzhuk (zhenyary.com)
	Milktea Flower (@milkteaflowerjin)
Icons:
	Bootstrap Icons (icons.getbootstrap.com)
Other:
	Flask (flask.palletsprojects.com)

Todo

  • about.html
  • blog.html
  • services.html
  • reservation.html

cs50x-homepage
├─ app.py
├─ flask run.txt
├─ README.md
├─ requirements.txt
├─ static
│  ├─ images
│  │  ├─ brand-logo.png
│  │  ├─ favicon
│  │  │  ├─ android-chrome-192x192.png
│  │  │  ├─ android-chrome-512x512.png
│  │  │  ├─ apple-touch-icon.png
│  │  │  ├─ browserconfig.xml
│  │  │  ├─ favicon-16x16.png
│  │  │  ├─ favicon-32x32.png
│  │  │  ├─ favicon.ico
│  │  │  ├─ mstile-150x150.png
│  │  │  ├─ safari-pinned-tab.svg
│  │  │  └─ site.webmanifest
│  │  └─ home
│  │     ├─ cure-home-1.webp
│  │     ├─ cure-home-2.webp
│  │     ├─ [email protected]
│  │     └─ [email protected]
│  ├─ main.js
│  └─ styles.css
└─ templates
   ├─ about.html
   ├─ blog.html
   ├─ index.html
   ├─ layout.html
   ├─ reservation.html
   └─ services.html

About

Continuing with the CS50x week 8 problem sets and using Flask to organize the website in week 9.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published