57 lines
2.8 KiB
HTML
57 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
<title>Koray's Personal Site</title>
|
||
</head>
|
||
<body bgcolor="#b7b7b7">
|
||
<br><br>
|
||
<center>
|
||
<h1>
|
||
<font color="#dc143c" size="7">Koray's Personal Website // UNDER CONSTRUCTION!</font>
|
||
</h1>
|
||
</center>
|
||
<h3>
|
||
<strong><font color="2033ad" size="4">Personal links</strong> </font>
|
||
<p>
|
||
<a href="https://www.linkedin.com/in/koray-altinsoy"><font size="2">LinkedIn</font></a> <a href="https://git.anilkoray.tr/k0rrluna"><font size="2">Self-Hosted Git Server</font></a>
|
||
<a href="https://github.com/k0rrluna"><font size="2">Github</font></a>
|
||
<br><br>
|
||
<a href="mailto: koray@anilkoray.tr">koray@anilkoray.tr</a>
|
||
</p>
|
||
</h3>
|
||
<br><br>
|
||
<h2>
|
||
<ul>
|
||
<li><ins><font color="3700af" size="5">Who am I ?</ins> </font></li>
|
||
</ul>
|
||
</h2>
|
||
<p2>
|
||
<font size="4"> This website presents a Computer Science student with aspirations of becoming an Embedded Systems Engineer, currently engaged in the development of a RISC-V CPU on an FPGA platform.</font>
|
||
<br><br>
|
||
<font size="4"> My name is Anıl Koray Altınsoy, I am currently student at Konya Food and Agriculture University</font>
|
||
<br><br>
|
||
<font size="4"> Additionally, this website is hosted on a self-managed Raspberry Pi 5 server, with all data securely stored on-site at the student's residence.</font>
|
||
</p2>
|
||
<br><br>
|
||
<h2><ul>
|
||
<li><font size="5" color="blue">This website contains fully contains html code! <font color="#dc143c"><ins>But why ?</ins></font></font></li>
|
||
</ul></h2>
|
||
<p><font size="4"> I was inspired by Onur Mutlu's website. He is currently Professor of Computer Science at ETH Zurich. As an Embedded Systems Engineer, the process of creating a basic website has been a source of inspiration for me.</font></p>
|
||
<center>
|
||
<h4>
|
||
<br><br>
|
||
<br><br>
|
||
<a href="subsite/aboutme.html"><font size="6">-> ABOUT ME</font></a>
|
||
<br><br>
|
||
<a href="subsite/skills.html"><font size="6">-> SKILLS</font></a>
|
||
<br><br>
|
||
<a href="subsite/education.html"><font size="6">-> EDUCATION</font></a>
|
||
<br><br>
|
||
<a href="subsite/contact.html"><font size="6">-> CONTACT</font></a>
|
||
</h4>
|
||
</center>
|
||
</body>
|
||
</html> |