-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 2.96 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 2.96 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
66
67
68
69
<!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">
hello there, i'm <a href="about.html">aslı karayel</a> - a music and sound maker based in ankara, türkiye. <br>
<br>
i'm currently working full-time as sound designer but on my own i love creating audio for horror and sci-fi.<br>
<br>
my music tends to be hybrid or electronic with often modal and polyrhythmic elements.<br>
<br>
if you have a project that needs either, please reach out and perhaps we could work together (or hang out)! <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="logo">
<img src="img/turq.png" width="450" height="300" />
</div>
<div class="credit">
<p>logo by <a href="https://mattcolewilson.com/index.html" target="_blank">matt cole wilson</a></p>
</div>
</section>
</section>
<section class="videos">
<div class="video-container">
<iframe width="500" height="400" align="left" src="https://www.youtube.com/embed/54cjYmV8DyI"
title="Cannibalistic Nuclear Bunker Ants OST" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="video-container2">
<iframe width="500" height="400" align="left" src="https://www.youtube.com/embed/BOaT-HOP6sg" title="Sound Design Reel 2021 - Aslı Karayel" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</section>
</body>
</html>