diff --git a/_notes/sourcebook.md b/_notes/sourcebook.md index 938438f..b9d80fe 100644 --- a/_notes/sourcebook.md +++ b/_notes/sourcebook.md @@ -1,16 +1,12 @@ --- +categories: "- '[[Projects]]'\n- '[[Website pages]]'" title: Sourcebook --- -![sourcebook.png](../assets/project/sourcebook.png "Screenshot of Sourcebook, a lightweight CMS for class websites.") - -**A lightweight content management system (CMS) designed to build class -websites.** I designed it to be a self-hosted alternative for popular apps like -Notion, while offering additional features tailored to support schoolwork. - -I designed an entity-relationship diagram, MySQL database schema, and HTML/CSS -high-fidelity prototype to support the project and show to professors. I then -built a lightweight full-stack application using Python, Flask, and MySQL. +![Screenshot of Sourcebook, a lightweight CMS for class websites.](/assets/img/sourcebook.png) +**A lightweight content management system (CMS) designed to build class websites.** I designed it to be a self-hosted alternative for popular apps like Notion, while offering additional features tailored to support schoolwork. + +I designed an entity-relationship diagram, MySQL database schema, and HTML/CSS high-fidelity prototype to support the project and show to professors. I then built a lightweight full-stack application using Python, Flask, and MySQL. + [GitHub](https://github.com/brendan-ch/sourcebook) - diff --git a/assets/img/sourcebook.png b/assets/img/sourcebook.png new file mode 100644 index 0000000..34552ed Binary files /dev/null and b/assets/img/sourcebook.png differ