]> prime8.dev >> repos - csc.git/commitdiff
Add image
authorDamian Myrda <monkey.damianek@gmail.com>
Fri, 26 Apr 2024 04:11:24 +0000 (23:11 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Fri, 26 Apr 2024 04:11:24 +0000 (23:11 -0500)
README.md
assets/home.png [new file with mode: 0644]

index 1f5f08b6e8516c2109e0be28292544514883df9a..ee82b061bb35d8e33bd409cadd014804733ed3ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # Computer Science Club Website
 A website for Computer Science Club made during a mini-hackathon.
 
+![home page](./assets/home.png)
+
 ## setup
 ### environment
 To setup the server environment, run `python -m venv .` in the root of the project. Then, execute `. ./bin/activate` and you should be in the virtual environment. Next, run `pip install flask schoolopy jsonpickle cachecontrol google-auth google_auth_oauthlib` to install all the dependencies. Now, exit using by running `exit`.
diff --git a/assets/home.png b/assets/home.png
new file mode 100644 (file)
index 0000000..0c8e0db
Binary files /dev/null and b/assets/home.png differ