-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
71 lines (64 loc) · 4.12 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
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Zeyd Taha Candan - About</title>
<meta name="description" content="Subpage description.">
<meta name="author" content="Zeyd Taha Candan">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body>
<div class="container d-flex justify-content-center py-4">
<!-- Navigation -->
<div class="col-md-3">
<nav class="mb-5">
<ul class="list-unstyled">
<li class="mb-3">
<a href="index.html" class="text-decoration-none text-dark">blog</a>
</li>
<li class="mb-3">
<a href="about.html" class="text-decoration-none text-dark">about</a>
</li>
<li class="mb-3">
<a href="otherpages.html" class="text-decoration-none text-dark">me on other pages</a>
</li>
<li class="mb-3">
<a href="mailto:[email protected]" class="text-decoration-none text-dark">email</a>
</li>
<li class="mb-3">
<a href="imprint.html" class="text-decoration-none text-dark">imprint</a>
</li>
</ul>
</nav>
</div>
<!-- Content -->
<div class="col-md-6">
<header class="mb-5">
<h3>Zeyd Taha Candan</h3>
<p class="text-muted">Hypertexting My Thoughts</p>
</header>
<article class="mb-5">
<img src="img/zeyd-pfp.jpeg" alt="Zeyd Taha Candan" class="img-fluid mb-4 rounded" style="width: 200px;">
<p><strong>Hi there!</strong> My name is Zeyd. I was born in Gelsenkirchen and grew up in Gladbeck. After graduating from high school, I completed my Imam Hatip at the Ibn-i Sina Institute in Hensies. I studied for a <a href="https://www.filmschule.de/en/filmschule/people/zeyd-taha-candan" class="text-decoration-none">BA in Creative Film Producing</a> at the ifs in Cologne. A few years later I returned to the ifs to pursue my <a href="https://www.filmschule.de/en/filmschule/people/zeyd-taha-candan-0" class="text-decoration-none">MA in Digital Narratives</a>.<br><br>
I worked as a creative producer, mainly in television, and commercials. I also produced a number of short films. Currently, I'm working as the technical lead at <a href="https://storyboarder.ai" class="text-decoration-none">Storyboarder.ai</a>, which I co-founded. I am certified in psychological health and systemic consulting.</p>
Stuff I've built:
<a href="https://storyboarder.ai" class="text-decoration-none">Storyboarder.ai</a>,
<a href="https://www.zukunft.lol" class="text-decoration-none">zukuNFT.lol</a>,
<a href="https://www.kafiyem.com" class="text-decoration-none">Kafiyem.com</a>,
<a href="https://heisenberggymnasium.de/arbeitsgemeinschaften/schuelerzeitung" class="text-decoration-none">Sturzflug</a>
<br>
Places I've worked at:
<a href="https://www.fynal.com" class="text-decoration-none">FYNAL</a>,
<a href="https://www.opensea.io" class="text-decoration-none">OpenSea</a>,
<a href="https://www.the-match-factory.com" class="text-decoration-none">The Match Factory</a>,
<a href="https://www.ufa.de" class="text-decoration-none">UFA</a>,
<a href="https://www.uni-due.de" class="text-decoration-none">University of Duisburg-Essen</a>,
<a href="https://www.q-two.net" class="text-decoration-none">Q.One</a>
</article>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>