46 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			2.3 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">About Me // UNDER CONSTRUCTION!</font>
 | ||
|             </h1>
 | ||
|         </center>
 | ||
|         <br><br>
 | ||
|             <p><font size="4">    Greetings! My name is Anıl Koray Altınsoy, born on the 24th of September, 2002.</font></p>
 | ||
|             <p><font size="4">    This site was established on the 23rd of September, 2024, during the second year of my university studies.</font></p>
 | ||
|             <p><font size="4">    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">    <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">    <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>
 |