-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
74 lines (69 loc) · 3.54 KB
/
about.html
File metadata and controls
74 lines (69 loc) · 3.54 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link href="Style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.google.com/specimen/Dangrek" rel="stylesheet">
<link href="https://fonts.google.com/specimen/Montserrat" rel="stylesheet">
<link href="https://fonts.google.com/specimen/Nunito" rel="stylesheet">
</head>
<body>
<nav class="top-bar">
<div class="logo"><a href="index.html"><img src="Pictures/Logo/LogoWithText.png" alt="Logo"/></a></div>
<input id="activate" type="checkbox"/>
<label class="box" for="activate">
<div class="icon"></div>
</label>
<ul class="menu">
<a href="index.html"><li id="top-element"><h1>HOME</h1></li></a>
<a href="about.html"><li id="middle-element"><h1>ABOUT</h1></li></a>
<a href="contact.html"><li id="bottom-element"><h1>CONTACT</h1></li></a>
</ul>
</nav>
<div class="about-rows">
<div class="row-text">
<h1>Who am I?</h1>
<p>Hi there! I am Charlie Matwijkiw. A 24-year-old non-binary person, who lives in Denmark, Grenaa. Whilst I prefer, They/Them pronouns I am definitely not a stickler and really don’t mind what you use. It’s hard and very new for most people. That in itself shows who I am actually. I see myself as openminded, able to put myself in other shoes and it comes very natural for me to accommodate others needs.</p>
<p>I might be a bit of a silent and shy person the first time you meet me. Might even get very awkward, but as soon as we get to know each other better, I become a very energetic person. I’ve been told when that happens, I really hype others up and in general creates a more fun and engaging environment. </p>
<h1>Hobbies!</h1>
<p>Whilst I am a huge gaming nerd, I do have hobbies that isn’t strictly gaming related too! I love being creative,
so I try to be as creative as I can. An old hobby I recently have started up again is drawing. I am a bit of a
perfectionist, so I rarely satisfied with them and therefore rarely shared, but once in a blue moon I do create
something that looks decent. My sister Simone could beat me any day of the week when it comes to drawing
talent though. As I suck at perspectives, I mostly do logo or UI art in a clean cartoonish style. Kind of like the
logo for this website.
</p>
<p>As mentioned, I sometimes write reviews for games. Well, that did eventually lead me to writing larger pieces of
fiction. As I like writing as much as I do, it only came natural to start writing books. A hobby I can thank my
good, good friend Kim for starting. She was the one who told me what the best way to start was and help me
get over my insecurities towards it. As of right now I have only written a Novella called “Within Me”, but I have 2
other novellas planned and a full Novel in pre-production.</p>
</div>
<div class="me-row">
<div href="picture-border">
<img class="profile-picture" src="Pictures/Profile/profile.png" alt="Drawings Categoy"/>
</div>
<div class="info-border">
<h2 id="pronouns-header">Pronouns:</h2>
<p id="pronouns-text">They/Them</p>
<h2 id="alignment-header">Alignment:</h2>
<p id="alignment-text">[REDACTED]</p>
<h2 id="education-header">Education:</h2>
<ul class="education">
<li>HTX</li>
<li>Computer Science</li>
<li>Multimedia Design</li>
</ul>
<div class="info-box">
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-two" style="flex-grow: 1">
<a href="drawings.html"><img class="category-picture" src="Pictures/Logo/LogoNoText.png" alt="Drawings Categoy"/></a>
</div>
</div>
</body>
</html>