diff --git a/site/src/about/aboutme/index.html b/site/src/about/aboutme/index.html new file mode 100644 index 0000000..24ab310 --- /dev/null +++ b/site/src/about/aboutme/index.html @@ -0,0 +1,53 @@ + + + + + + + + + + About me | janishutz.com + + + + + + + + + + + + + + + + +
+

About Janis Hutz

+ +
+ Janis Hutz +
+

Hello! I'm Janis Hutz, and I develop software

+

Having been working on developing software and learning to do so properly since the beginning of 2021, I have accumulated a lot of work hours in this subject. In September 2024, I have started my studies in Software Engineering at ETH Zurich, a renowned university in Switzerland

+

Most of the software provided on this website is done so for free. Any financial support would be greatly appreciated.

+
+
+ +

Discover the full range of services and software offered here

+
+ Custom Websites + Store + GitHub + npm + Projects + About Janis Hutz + Donate +
+ +
+ + + diff --git a/site/src/css/style.css b/site/src/css/style.css index e071b81..ebd0ca9 100644 --- a/site/src/css/style.css +++ b/site/src/css/style.css @@ -102,6 +102,15 @@ body { border-radius: 20px; } +.circle { + border-radius: 5000px; +} + +.bigger { + font-size: 1.2rem; + font-weight: bold; +} + .no-margin { margin: 5px; } diff --git a/site/src/projects/index.html b/site/src/projects/index.html new file mode 100644 index 0000000..8c735a7 --- /dev/null +++ b/site/src/projects/index.html @@ -0,0 +1,95 @@ + + + + + + + + + libreevent - free and open source event management solution | janishutz.com + + + + + + + + + + + + + + + + + + + +
+
+ +
+

Create Events with Ease

+

Using the libreǝvent's powerful admin panel

+ Docs +
+
+

Create seat plans

+

libreǝvent's seat plan editor is designed to make this as easy as possible

+ Docs +
+
+

Order Tickets

+

on this page and give users all important data

+ Install today +
+
+

User Accounts

+

Your customers can do everything in self-service!

+ Install today +
+
+

Open Source Project

+

Free Software, developed by Janis Hutz & the community

+ Learn more about libreǝvent +
+
+
+
+
+ +
+ + +

libreǝvent

+ + ← All projects +

Free & Open Source Event Management & Ticketing Solution

+ +
+

Why use a commercial event management solution, if you can host a more flexible one yourself?

+
+
+ +
+ + + + + + + + + + \ No newline at end of file