-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 2.72 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>dorukayhan</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://dorukayhan.github.io">
<link rel="stylesheet" href="assets/styling.css">
</head>
<body>
<h1><img id="top" class="pfp block-center" src="assets/pfp.jpg" alt="image: my pfp with a circle cutout (a bird in the middle hangs upside down from a wire. a normally perched bird on the left looks at it and another on the right looks elsewhere)"></h1>
<p>Hi. I'm Doruk Ayhan (pronounced /'doruk aj'han/). Thanks for checking in!</p>
<p>Between 2019 and 2023 I went to <a href="https://www.purdue.edu">a top-tier institution of higher education</a> to <a href="https://engineering.purdue.edu/ECE">learn how to force electricity to do math</a>, and now that I learned it I make it my whole personality. I quite enjoy tinkering with things with no regard for whether they're meant for tinkering and making little doodads out of code whenever I think of some annoyance that ad hoc code could solve.</p>
<hr>
<h2>Things I made (and saw fit to publish online)</h2>
<p>Recent:</p>
<ul>
<li><a href="https://github.com/dorukayhan/gestalt-grimoire">Gestalt Grimoire</a> (yet another command-based chatbot)</li>
<li><a href="https://github.com/dorukayhan/decashine">Decashine</a> (a gloriously overengineered loot drop simulator)
<ul class="smol">
<li>currently stalled because I lost interest, not seeing myself using it - <a href="https://github.com/dorukayhan/decashine/blob/main/SPEC.md">got some nice spec writing practice though</a></li>
</ul>
</li>
<li>More to come obviously</li>
</ul>
<p>Less recent:</p>
<ul>
<li><a href="https://github.com/dorukayhan/rng-pls">RNG Pls</a> (a much simpler loot drop simulator)</li>
<li><a href="https://github.com/dorukayhan/java-composer">Java Composer</a> (the ringtone maker from <em>old</em> Nokia phones remade as a library)</li>
<li><a href="https://github.com/dorukayhan/arpads-pokol">Arpad's Pokol</a> (an Elo rating engine that no one asked for)</li>
</ul>
<hr>
<h2>Places I am</h2>
<ul>
<li><a href="https://github.com/dorukayhan">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/doruk-ayhan-22a015202/">LinkedIn</a></li>
<li>I can be reached via LinkedIn and email (<code>[my GH username]@[Gmail]</code>) for work matters and Discord (username <code>dorukayhan</code>) for non-work matters</li>
</ul>
</body>
</html>