/stousn_dev_homepage

Homepage für Stousn.DEV

Primary LanguageTypeScriptMIT LicenseMIT

stousn.dev Homepage

Homepage located at stousn.dev

Purpose

A homepage to show my open source projects and to show information about my self employment.

Technologies

Angular

The project was updated in early 2023 to use Angular. The idea was to keep the UI exactly the same and just change the technology.

W3.CSS

A lightweight CSS Framework I use in most of my projects is W3.CSS. My design is based on W3.CSS Material Design. W3.CSS is free to use. No license is necessary.

Old Technologies

VanillaJS SPA

Recently I reengineered the whole SPA. Altough, the UI looks more or less the same, I switched from self-written vanilla JS code to a lightweight framework called VanillaJS SPA developed by Rishav Sharan (rishavs) and available under MIT Licence here on GitHub. I changed it to meet my requirements though.

Marked

To display all readme.md files of my projects in a formated way, I make use of Marked. It is developed by Christopher Jeffrey and available under MIT License here on GitHub.

GitHub Actions

I use a GitHub workflow to automatically deploy the masters head to firebase. The script for that purpose is located in this repo under .github/workflows/main.yml