-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout_me.html
64 lines (58 loc) · 2.69 KB
/
about_me.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
<!DOCTYPE html>
<html lang="pl">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mateusz Henicz</title>
<meta name="description" content="Hi. My name is Mateusz Henicz, I'm 18 years old and I come from Poland. I'm currently writing a couple of Node.js projects">
<meta name="theme-color" content="#000" />
<meta name="msapplication-TileColor" content="#000" />
<meta itemprop="name" content="henicz.eu">
<meta itemprop="description" content="Hi. My name is Mateusz Henicz, I'm 18 years old and I come from Poland. I'm currently writing a couple of Node.js projects">
<meta itemprop="image" content="images/favicon.png">
<link itemprop="url" href="https://henicz.eu">
<meta name="og:title" content="henicz.eu">
<meta name="og:description" content="Hi. My name is Mateusz Henicz, I'm 18 years old and I come from Poland. I'm currently writing a couple of Node.js projects">
<meta name="og:image" content="https://i.imgur.com/wTAVqy5.jpg">
<meta name="og:url" content="https://henicz.eu">
<meta name="og:site_name" content="henicz.eu">
<meta name="fb:admins" content="">
<meta name="og:type" content="website">
<link rel="icon" href="images/favicon.png" sizes="32x32">
<link rel="stylesheet" href="css/main.css"/>
<link rel="manifest" href="manifest.json">
<link rel="canonical" href="https://henicz.eu" />
<meta name="google-site-verification" content="9qCq3w7n12rVSqomhiu2Sd4YaIYqp4RBfxKNpR0Mz6c" />
</head>
<body>
<div class="languages">
<a id="languagePolishBtn" class="" href="#" alt="Polish">Polish</a>
<a id="languageEsperantoBtn" href="#" alt="Esperanto">Esperanto</a>
<a id="languageEnglishBtn" href="#" alt="English">English</a>
<a id="languageGermanBtn" href="#" alt="German">German</a>
<a id="languageJapaneseBtn" href="#" alt="Japanese">Japanese</a>
</div>
<div class="container">
<header class="header">
<div class="line">
<div class="name"><a href="https://henicz.eu">Henicz.eu</a></div>
</div>
<div class="line">
<div class="menu">
<p><a class="active" href="/about_me">about me</a> <span>/</span> <a href="">github</a></p>
</div>
</div>
</header>
<main class="main">
<div class="line">
<div class="about" id="content">Hi. My name is Mateusz Henicz, I'm 18 years old and I come from Poland. I'm currently writing a couple of Node.js projects<br><br><a href='https://github.com/RutsuKun/animawka-backend'>>animawka</a></div>
</div>
</main>
</div>
<!-- <script
src="/js/jquery-3.3.1.min.js"></script>
<script src="js/rain.js"></script>-->
<script src="/js/main.js"></script>
</body>
</html>