-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FLAMIE's Blog</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<img src="./assets/luminous.jpg" alt="">
<div>
<h1>FLAMIE</h1>
<h2>Software Engineer, MSc student</h2>
</div>
</header>
<div class="container">
<section>
<h2>ABOUT</h2>
<p>Software Engineer with almost 4 years of experience, currently an M.Sc. student working with game development and analytics.</p>
<p>Some of my previous work includes automated tests, api development with Python and Node.js, frontend development with React.js and Angular, game development with Godot and Game Maker Studio 2.</p>
<p>Currently, my M.Sc. work consists of a tool for analytics focusing on the process of playtesting, so developers can gather relevant information about the coverage during the playtest session, such as level coverage, item coverage, hazard coverage, and others. This way, it can help balance the game and the game design in general.</p>
</section>
</div>
</body
</html>