-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
61 lines (50 loc) · 2.05 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<h1>👾 Douglas Driving 👾</h1>
<p>
<a href="index.html">Home</a>
|
<a href="about.html" class="selected">About Me</a>
|
<a href="projects.html">Projects</a>
</p>
<p>
I'm a Swede living in Tokyo. Here, I'm part of the
<a href="https://bento.me/kizunacollective" target="_blank">kizuna collective</a>
core team, which is working on building a social community for authentic
connection and sharing in the city. I am also
working on the narrative-driven game project
<a href="https://github.com/douglasdriving/The-Fourth-Wall" target="_blank">The Fourth Wall</a>.
</p>
<h3>Background</h3>
<p>
I was born and raised on Sweden’s west coast outside the city of Gothenburg. After graduating university in 2020,
I left
my home country to seek new perspectives abroad. I lived in Berlin, Bangkok, Seoul, Buenos Aires, and Mexico City
for a
couple of months each. After 2,5 years as a nomad, I desired the opportunity to build connections over a longer
time,
and decided to move to Tokyo.
</p>
<h3>Work</h3>
<p>
I studied a five-year bachelor+masters program in engineering, specializing in design and product development.
Since
graduation, I worked on services, products, games, and systems. I have done product management, user research, UX
design, product design, coding (front-end, back-end, and games), and user testing. I have worked in fields
including
fitness tech, educational tech, gamification, AR, online games, social welfare services, and community building.
</p>
<p>I am currently looking for work in Tokyo.</p>
<a href="douglas_resume_september_2024.pdf" target="_blank">Download my resume</a>
</div>
</body>
</html>