2021-03-15 17:56:02 +00:00
|
|
|
<!--Oh nice! You found the source code :)-->
|
|
|
|
<!--You can make your life miserable or watch it right here: https://git.thiemoo.at-->
|
|
|
|
<!--Attention! Licensed under Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License -->
|
|
|
|
<!--View: https://creativecommons.org/licenses/by-sa/4.0/-->
|
|
|
|
|
|
|
|
<!--Made by Givou(https://thiemoo.at)-->
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Thiemoo.at - Home</title>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
2021-03-15 18:06:38 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2021-03-15 17:56:02 +00:00
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/style.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/animations.css" />
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/font-awesome/css/font-awesome.css" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!--Avatar-->
|
|
|
|
<div class="avatar">
|
|
|
|
<img class="avatar-img" src="img/profile.png" alt="Avatar" />
|
|
|
|
<h1 class="avatar-text">Thiemo Tiziani</h1>
|
|
|
|
<p class="avatar-subtext">HTML/CSS/JS/PHP | SQL | Java | C</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--Links-->
|
|
|
|
<div class="links">
|
|
|
|
<div class="block block-1">
|
|
|
|
<i class="fa fa-git"></i>
|
|
|
|
<p class="block-subtext">Auf meiner Git-Page findet ihr alle Projekte, welche ich programmiert habe und veröffentlicht habe! Diese sind zumeist unter CC-BY-SA 4.0 Lizenziert.</p>
|
|
|
|
<p />
|
|
|
|
<a target="_blank" href="https://git.thiemoo.at/Givou"><button class="button">Aufrufen</button></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="block block-2">
|
|
|
|
<i class="fa fa-server"></i>
|
|
|
|
<p class="block-subtext">NerdCity.at wird ein Hosting unternehmen sein, welches viele Freiheiten und kostenlose Services bereitstellen wird. Datenschutz spielt dabei eine wichtige Rolle.</p>
|
|
|
|
<a target="_blank" href="https://nerdcity.at"><button class="button">Aufrufen</button></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="block block-3">
|
|
|
|
<i class="fa fa-comment-o"></i>
|
|
|
|
<p class="block-subtext">Ihr könnt gerne auf meinen Teamspeak kommen, um mich zu kontaktieren. Meistens könnt ihr mich ab 18:00 dort antreffen. Ich helfe gerne weiter.</p>
|
|
|
|
<p />
|
|
|
|
<a href="ts3server://nerdcity.at?port=9987"><button class="button">Verbinden</button></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--Footer-->
|
|
|
|
<div class="footer">
|
|
|
|
<p>© <script>date=new Date(); document.write(date.getFullYear())</script> | Made with <i class="footer-heart fa fa-heart"></i> by Givou</p>
|
2021-03-16 09:23:49 +00:00
|
|
|
<a style="display: none; visibility: hidden;" rel="me" href="https://social.tchncs.de/@lorddoctor">Mastodon</a>
|
2021-03-15 17:56:02 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|