-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
57 lines (56 loc) · 2.6 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/aboutme.css">
<title>About Me</title>
</head>
<body>
<header>
<div class="logo">
<a class="spin" href="index.html"><img src="assets/logo_symbol.svg" alt="blol"></a>
<a href="index.html"><img src="assets/logo_name.svg" alt="blol"></a>
</div>
<nav class="header-bar">
<a href="index.html">Home</a>
<a href="aboutme.html">About Me</a>
<a href="projects.html">Projects</a>
<a href="misc.html">Miscellaneous</a>
</nav>
</header>
<main>
<section>
<h1>About Me</h1>
<div class="about-grid">
<article class="tile">
<h2>General stuff</h2>
<p>I'm a guy that really loves casual games from childhood (Match-3's like Jewel Quest, Zuma etc.), and as such I want to upload videos of said games (whether they're simple playthroughs or modded gameplay). Currently busy with uni (majoring in <a href="https://img.ifunny.co/images/fd5e90188c176e72c35555729437c79014180c3578e6799b1291f1ab92f08f19_1.webp">Computer Science</a>).</p>
</article>
<article class="tile">
<h2>What I use:</h2>
<p>I use Vegas Pro 19 to edit, paint.net and Powerpoint for visuals (very professional, I know), and OBS Studio for recording.</p>
</article>
<article class="tile">
<h2>Stuff I do</h2>
<p>Occasional coding, video-making, and hopefully more in the future</p>
</article>
<article class="tile">
<h2>Socials</h2>
<ul>
<li><a href="https://www.youtube.com/channel/UCPlqNLvZFinaR1JL6r3Deag" style="color: red">Youtube</a></li>
<li><a href="https://github.com/emtu5" style="color:#282a36">Github</a></li>
</ul>
</article>
<article class="tile silly">
<h2>Me on a daily basis</h2>
<img src="assets/nuke0.jpg" alt="An image of a nuke with the ':3' emoticon on it, indicating how silly I am">
</article>
</div>
</section>
</main>
<footer>
</footer>
</body>
</html>