This commit is contained in:
k0rrluna 2024-09-22 16:47:00 +03:00
parent 702bc6a1ce
commit adfc05c83d

View File

@ -2,10 +2,36 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>This is a test site!</title> <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> </head>
<body> <body bgcolor="#b7b7b7">
<h1>Woah! IT'S ALIVE!!!</h1> <br><br>
<p>IT'S <strong>BREATHING! RUUN!</strong></p> <center>
<h1>
<font color="#dc143c" size="7">Koray's Personal Website</font>
</h1>
</center>
<h3>
<strong><font color="2033ad" size="3">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>
</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">&nbsp;&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;&nbsp;My name is Anıl Koray Altınsoy, I am currently student at Konya Food and Agriculture University</font>
<br><br>
<!-- <font size="4">&nbsp;&nbsp;&nbsp;&nbsp;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>
</body> </body>
</html> </html>