Compare commits

...

7 Commits

Author SHA1 Message Date
b40dfd75d7 v0.1.12 | Colorfix 2024-09-28 18:14:11 +03:00
a50a289ecf v0.1.1 2024-09-28 18:10:57 +03:00
a50c2f0b68 grammer 2024-09-23 00:59:10 +03:00
a9a7bce91e subfolders 2024-09-23 00:55:37 +03:00
ce7cec177a added construction 2024-09-22 16:50:30 +03:00
adfc05c83d html 2024-09-22 16:47:00 +03:00
702bc6a1ce first first push 2024-09-22 00:24:15 +03:00
9 changed files with 96 additions and 42 deletions

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test about</title>
</head>
<body>
<h1>COMMUNIST DETECTOR</h1>
<p>What is your opinion about <strong>IP (Intellectual property)</strong>?</p>
<li><a href="good.html">It's a GOOD THING!</a></li>
<li><a href="bad.html">It's againt freedom of speech! So it's a bad thing!</a></li>
</body>
</html>

View File

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Failed!</title>
</head>
<body>
<h1>OH GOD! NOOOOOOOOOOOOOOOOOOOOOOOO</h1>
<h1>WHY?? WHY THE HELL!!</h1>
<h2>GO TO GULAG!</h2>
</body>
</html>

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Passed!</title>
</head>
<body>
<h1>Welcome back mate!</h1>
<p>You're<strong>not COMMUNIST!</strong>Congratz!!!!!!</p>
</body>
</html>

View File

@ -2,11 +2,56 @@
<html lang="en">
<head>
<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>
<body>
<h1>Woah! IT'S ALIVE!!!</h1>
<p>IT'S <strong>BREATHING! RUUN!</strong></p>
<a href="about.html">about page!</a>
<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">&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>
<br><br>
<h2><ul>
<li><font size="5" color="3700af">This website contains fully contains html code! <font color="#dc143c"><ins>But why ?</ins></font></font></li>
</ul></h2>
<p><font size="4">&nbsp;&nbsp;&nbsp;&nbsp; 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>

View File

@ -0,0 +1,45 @@
<!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">About Me // UNDER CONSTRUCTION!</font>
</h1>
</center>
<br><br>
<p><font size="4">&nbsp;&nbsp;&nbsp;&nbsp;Greetings! My name is Anıl Koray Altınsoy, born on the 24th of September, 2002.</font></p>
<p><font size="4">&nbsp;&nbsp;&nbsp;&nbsp;This site was established on the 23rd of September, 2024, during the second year of my university studies.</font></p>
<p><font size="4">&nbsp;&nbsp;&nbsp;&nbsp;The primary purpose of this website is to serve as a platform for my curriculum vitae (CV), and as a testament to my basic knowledge of HTML.</font></p>
<br><br>
<br><br>
<p><font size="5" color="3700af">&nbsp;&nbsp;&nbsp;&nbsp;<ins>Current Projects and Studies:</ins></font></p>
<p><ol>
<li><font size="4">Studying "Computer Architecture" by Sarah and David Harris</font></li>
<li><font size="4">Developing a RISC-V CPU for Teknofest</font></li>
<li><font size="4">Exploring RF Technologies (Currently preparing for the amateur radio license)</font></li>
</ol></p>
<br><br>
<br><br>
<p><font size="5" color="3700af">&nbsp;&nbsp;&nbsp;&nbsp;<ins>Future Aspirations:</ins></font></p>
<p><ol>
<li><font size="4">To design a fully functional RISC-V CPU</font></li>
<li><font size="4">To achieve expert proficiency in Assembly and C programming languages</font></li>
<li><font size="4">To gain advanced knowledge in RF Technologies</font></li>
<li><font size="4">To embark on studies in Digital Signal Processing (DSP)</font></li>
</ol></p>
<br><br>
<br><br>
<br><br>
<br><br>
<h2>
<a href="/index.html">BACK TO MAIN PAGE!</a>
</h2>
</body>
</html>