-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (57 loc) · 3.16 KB
/
Copy pathindex.html
File metadata and controls
57 lines (57 loc) · 3.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/sitefavico.png" />
<meta name="google-site-verification" content="OQzI7fnENqfYEztXgESf6en58kvtzeSZl62ijVzwjKw" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LD6T0LG5R6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LD6T0LG5R6');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="I'm Ahmet Emir, a biological computer that wants to study computational biology one day.">
<meta name="author" content="Ahmet Emir">
<meta name="keywords" content="portfolio, website, react, logic, calculate, boolean logic, tool, online, bool, design,
inkscape, collatz, collatz conjecture, kapsül, epik kapsül, cell, simulation, ahmet emir, aeuludag">
<meta name="theme-color" content="#042e15">
<meta name="og:image" content="https://aeuludag.github.io/logo.png">
<title>Ahmet Emir's Cell</title>
</head>
<body>
<div id="root">
<noscript>
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100vw; height: 100dvh;">
<img src="/logo.png" style="position: absolute;top: 1rem;width: 5rem;height: 5rem;border-radius: 100%;filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.5));" />
<h1 class="route-title">Ahmet Emir's Site.</h1>
<p class="route-description" style="max-width: 50ch;">
I'm a highschool student, and this is my portfolio like website made with React, contains my projects and designs.
These projects are made using various tools and languages like Unity, .NET, and JavaScript.
For my designs, I mostly used Inkscape.
</p>
<section style="display: flex; flex-direction: row; align-content: center;">
<nav style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<h3>Links</h3>
<a style="color: white;" href="/#/projects">Projects</a>
<a style="color: white;" href="/#/gallery">Designs</a>
<a style="color: white;" href="/#/projects/logic">Logic Calculator</a>
</nav>
<nav style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
<h3>Contact</h3>
<a style="color: white;" href="https://github.com/aeuludag">GitHub</a>
<a style="color: white;" href="https://www.linkedin.com/in/ahmetemiruludag/">LinkedIn</a>
<a style="color: white;" href="https://aeuludag.itch.io">Itch.io</a>
</nav>
</section>
<p class="route-description">
This website uses React and Vite, which requires <span class="magic-text">JavaScript</span>. Please enable JavaScript in your browser settings.
</p>
</div>
</noscript>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>