-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
65 lines (56 loc) · 2.4 KB
/
about.html
File metadata and controls
65 lines (56 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>aslı karayel | composer & sound designer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="game, composer, music, sound, asli, aslı, karayel">
<meta name="description" content="hey there, i'm a composer & sound designer for games.">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico"
</head>
<body>
<style>
@font-face {
font-family: 'Oxanium';
src: url(fonts/Oxanium-Light.woff);
}
</style>
<nav>
<a href="index.html">[home]</a>
<a href="about.html">[about]</a>
<a href="music.html">[music]</a>
<a href="undercons.html">[sound design]</a>
<a href="more.html">[more]</a>
</nav>
<section class="heythere">
<section class="intro">
<p align="left">
> hi! <br>
<br>
> aslı karayel (she/her). <br>
<br>
> born in kocaeli, türkiye (or turkey). <br>
<br>
> professional sound designer and a composer at taleworlds entertainment.<br>
<br>
> was selected for <a href="https://www.igdafoundation.org/2021-scholars/" target="_blank">IGDA's diverse game developers exchange program in 2021</a>. <br>
<br>
> like to write, make music, play tabletop rpgs, do sound, play chess, figure skate, volley ball and make games. <br>
<br>
<img src="img/turq3.png" width="80" height="80"> <br>
> i made this logo with the help of <a href="https://mattcolewilson.com/index.html" target="_blank">matt cole wilson</a> whose website was so fascinating that it made me learn html/css (a little). <br>
<br>
gmail: <a href="mailto:synthstermusic@gmail.com" target="_blank">synthstermusic</a><br>
discord: synthster#6509 <br>
twitter: <a href="https://twitter.com/SynthsterMusic" target="_blank">@SynthsterMusic</a> <br>
</p>
</section>
<section>
<div class="myface">
<img src="img/myface.jpg" width="400" height="400" />
</div>
</section>
</section>
</body>
</html>