# That Computer Scientist Source Code for my Personal Website. ## Current Screenshots ![Old Mac OS 9 Browser](static/images/current/old.png) **Old Browser (Mac OS 9, Classilla 9.3.4)** - Visible `position: absolute` on `position: relative` elements rendered incorrectly. ![Old Windows 98 Browser](static/images/current/old_98.png) **Old Browser (Windows 98, Internet Explorer 5)** - Visible `a` tag color rendered incorrectly. ![New Browser](static/images/current/new.png) **New Browser (Mac OS 13.0.1, Chrome 107.0.5304.110) _- Properly rendered._** ## 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 - [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.