-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·68 lines (60 loc) · 2.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Schober Space</title>
<!--#include virtual="html/elements/head.html" -->
</head>
<body>
<!--#include virtual="html/elements/navbar.html" -->
<main>
<div class="text" id="introduction">
<h1>Živijo/Servus/Hi</h1>
<p>
Welcome to <span style="font-size: 1.3em">schober.space!</span>
<br> The most important stuff upfront: Here are my Git* profiles to check out my projects.
<br> If you are interested in a portfolio of my projects, make to check out <a href="https://pisjak.eu">pisjak.eu</a> as well.
</p>
</div>
<div class="bannerlist">
<section class="text banner" id="gitlab">
<h1>GitLab</h1>
<a href="https://gitlab.com/2tefan" class="image-anchor"><img src="src/gitlab.svg" /></a>
<p>
GitLab is my preferred platform to host my projects 😇 <br> It has many features and can be
self-hosted, but it is only
<a href="https://en.wikipedia.org/wiki/Open-core_model">Open-core</a> 😐
</p>
</section>
<section class="text banner" id="github">
<h1>GitHub</h1>
<a href="https://github.com/2tefan" class="image-anchor"><img src="src/github.svg" /></a>
<p>
The most famous of them all... GitHub 🎉 <br>
Unfortunately, even though it hosts many Open-Source project, it itself is not Open-Source 🙃 This
is the reason I prefer Codeberg/GitLab.
</p>
</section>
<section class="text banner" id="codeberg">
<h1>Codeberg</h1>
<a href="https://codeberg.org/2tefan" class="image-anchor"><img src="src/codeberg.svg" /></a>
<p>
Codeberg is a specific platform to promote Open-Source projects and is also Open-Source itself 🥳<br>
Sadly, it can't keep up with all features of GitLab 🙁
</p>
</section>
</div>
<div class="text">
<p>
If you want to contact me, feel free to write me an email to this address: <a
href="mailto:[email protected]">[email protected]</a> ✉️
<br>(My pronouns can be found <a href="personal#pronouns">here</a> 🏳️🌈)<br>
</p>
<p>
Thank you for checking out my website. I hope you had some fun clicking around. Enjoy the rest of your
day and stay safe! 😊
</p>
</div>
</main>
<!--#include virtual="html/elements/footer.html" -->
</body>
</html>