-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (32 loc) · 1.79 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>o:tone - About</title>
<link rel="icon" type="image/x-icon" href="./imgs/otone.jpeg">
</head>
<body>
<div class="page-title" id="top"><h1>o:tone</h1></div>
<div class="page-nav"><a href="./index.html">Timeline</a> <a href="./about.html">About</a></div>
<div class="page-content">
<div class="shared-content">
<h2>About</h2>
<p>I'm Daniel and I make games.</p>
<p>On this page I share personal projects, random thoughts and sometimes I'm just dumping a bunch of screenshots and gifs.</p>
<p>* In the past I used to work as a Unity and Unreal developer for both mobile and PC platforms.</p>
<p>* Now I am learning about graphics programming and more low-level oriented development.</p>
<p>* In my spare time I work on a lo-fi 3d game engine.</p>
<br>
<div style="text-align: center;">
<img src="https://avatars.githubusercontent.com/u/33697887" alt="itsdanott" class="circular-image" width="25%">
</div>
</div>
</div>
<div class="page-footer">
<a href="https://x.com/its_dan_ott"><img src="./imgs/twitter.svg" alt="twitter" style="filter: invert();" class="footer-icon"></a>
<a href="https://github.com/itsdanott"><img src="./imgs/github.svg" alt="github" class="footer-icon"></a>
<a href="https://danott.itch.io/"><img src="./imgs/itchio.svg" alt="itch.io" style="filter: invert();" class="footer-icon"></a>
</div>
</body>
</html>