diff options
| -rw-r--r-- | README.md | 41 | ||||
| -rw-r--r-- | static/images/current/new.png | bin | 0 -> 1914046 bytes | |||
| -rw-r--r-- | static/images/current/old.png | bin | 0 -> 1685790 bytes |
3 files changed, 38 insertions, 3 deletions
@@ -1,7 +1,42 @@ # That Computer Scientist -Source Code for my Personal Website +Source Code for my Personal Website. -I am updating this website to Django. The Documentation will be updated soon. +## Current Screenshots -[Archived Branch](https://github.com/luciferreeves/thatcomputerscientist/tree/archived) (Written in NodeJS + Express - **Status**: Basic Auth and APIs Implemented) +<p align="center"> + <kbd> + <img src="https://github.com/luciferreeves/thatcomputerscientist/raw/main/static/images/current/old.png" alt="Old Browser"> + <br><br><em><a href="http://thatcomputerscientist.com">View on Old Browser</a></em> + </kbd> + <kbd> + <img src="https://github.com/luciferreeves/thatcomputerscientist/raw/main/static/images/current/new.png" alt="New Browser"> + <br><br><em><a href="http://thatcomputerscientist.com">View on New Browser</a></em> + </kbd> +</p> + +## Specifications +- Server: [Nginx](https://www.nginx.com/) +- Language: [Python](https://www.python.org/), [HTML](https://www.w3schools.com/html/), [CSS](https://www.w3schools.com/css/), [JavaScript](https://www.javascript.com/) +- Framework: [Django](https://www.djangoproject.com/) +- Database: [Sqlite](https://www.sqlite.org/index.html) +- Deployment: [Oracle Cloud](https://www.oracle.com/cloud/) +- HTML Compatibility: [HTML4](https://www.w3.org/TR/html4/), [HTML5](https://www.w3.org/TR/html5/) +- CSS Compatibility: [CSS2](https://www.w3.org/TR/CSS2/), [CSS3](https://www.w3.org/TR/CSS3/) + +## Installation +Install [Python](https://www.python.org/downloads/). Then install requirements: +```bash +pip install -r requirements.txt +``` + +Run the server: +```bash +python manage.py runserver +``` + +<!-- Footnotes --> +#### Footnotes + +- [Archived Branch](https://github.com/luciferreeves/thatcomputerscientist/tree/archived) (Written in NodeJS + Express - **Status**: Basic Auth and APIs Implemented) +- For licensing information, please refer to the [LICENSE](LICENSE) file. diff --git a/static/images/current/new.png b/static/images/current/new.png Binary files differnew file mode 100644 index 00000000..97c8d13f --- /dev/null +++ b/static/images/current/new.png diff --git a/static/images/current/old.png b/static/images/current/old.png Binary files differnew file mode 100644 index 00000000..a8516c20 --- /dev/null +++ b/static/images/current/old.png |
