-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmore.html
More file actions
52 lines (42 loc) · 2.11 KB
/
more.html
File metadata and controls
52 lines (42 loc) · 2.11 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
<!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 align="left">
<p> > for some reason i gave a talk! the recording of it got corrupted but at least it existed once. </p>
<p class="tags"> march 2022 - talk <br>
<b>"how to slay the dragon: damsel's guide"</b><br>
<img src="img/talk.jpg" width="700" height="350"> <br>
organiser: <a href="https://twitter.com/FemDevsMeetup/status/1503685559537000448?s=20" target="_blank">FemDevsMeetup (Ubisoft)</a><br></p>
<br>
<p>> i did a workshop. it wasn't stressful at all.</p>
<p class="tags">april 2022 - workshop <br>
<b>"oyunlar için müzik ve ses üretimi"</b> <br>
<iframe width="700" height="400" src="https://www.youtube.com/embed/698iAHoLmS4" title="Oyunlar İçin Müzik ve Ses Üretimi | Aslı Karayel" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <br>
organiser: İTÜ OTG<br></p>
<p>> have one knowledge: currently i'm working on a game and i'd like to create a devlog for it. i will likely put it somewhere here as well as youtubes.
thank you for reading this knowledge!</p>
</section>
</body>
</html>