-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (79 loc) · 3.58 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hello there! My name is Demian, also known as Codeah online. I'm a twenty-one-year-old Software Developer living in The Hague, Netherlands. My current primary technologies are Typescript and React..."
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Codeah - Software Developer</title>
<link href="static/css/main.css" rel="stylesheet" />
<link
rel="shortcut icon"
type="image/png"
href="/static/img/favicon.png"
/>
</head>
<body>
<div class="parallax" style="padding: 0">
<div class="center-box" style="height: 100vh">
<a href="#whoami"><p id="center-text">Codeah</p></a>
<div id="social-networks">
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/thecodeah"
><img src="/static/svg/github-square.svg"
/></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/thecodeah"
><img src="/static/svg/twitter-square.svg"
/></a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://instagram.com/codeah.nl"
><img src="/static/svg/instagram-square.svg"
/></a>
<a href="mailto:[email protected]"
><img src="/static/svg/email-square.svg"
/></a>
</div>
</div>
</div>
<div class="block" id="whoami">
<h3 class="block-header">Who am I?</h3>
<div class="block-content">
<p>
<b>Hello there!</b> My name is Demian, also known as Codeah
online. I'm a twenty-one-year-old Software Developer living in
The Hague, Netherlands.
</p>
<p>
I am experienced with a wide variety of creative tools and
technical skills and speak fluent English, Dutch and
Russian. Adapting to new development tools, workflows or
programming languages has never been an issue for me.
However, my current primary technologies are Typescript and
React. Some of my projects include: a Discord currency bot
written in Golang that is currently active on around 600
servers, serving roughly ten thousand users. An anonymous
secret-sharing website written in Python using the Django
framework and an open source typing game written using the
Arcade library.
</p>
<p>
Aside from programming, I also enjoy playing the guitar,
playing the keyboard and producing music. Within my lifetime
I have lived in multiple countries for a few years at a
time, familiarizing myself with multiple cultures and
traditions.
</p>
</div>
</div>
</body>
</html>