You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
	
	
							53 lines
						
					
					
						
							1.6 KiB
						
					
					
				<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <meta
 | 
						|
  name="description"
 | 
						|
  content="Raymon's personal website about his life and projects with a blog.">
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
  <title>Raymon Zutekouw</title>
 | 
						|
 | 
						|
  <link rel="preload" href="./lib/me.mjs" as="script" crossorigin="anonymous" type="application/javascript">
 | 
						|
  <link rel="preload" href="index.mjs" as="script" crossorigin="anonymous" type="application/javascript">
 | 
						|
  <link rel="dns-prefetch" href="https://cdn.statically.io">
 | 
						|
 | 
						|
  <link defer
 | 
						|
    rel="stylesheet"
 | 
						|
    href="https://cdn.statically.io/gh/dragonprojects/dragondesign/master/main.min.css"
 | 
						|
    media="all"
 | 
						|
  >
 | 
						|
  <link defer rel="stylesheet" href="/css/general.css" media="all">
 | 
						|
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div id="app">
 | 
						|
    <nav>
 | 
						|
      <a href="/">Home</a>|
 | 
						|
      <a href="/posts">Posts</a>|
 | 
						|
      <a href="/qa">QA</a>
 | 
						|
    </nav>
 | 
						|
    <h1>Home</h1>
 | 
						|
 | 
						|
    <div>
 | 
						|
      <p>
 | 
						|
        Hi there, good to see you on my website.
 | 
						|
        My name is Raymon Zutekouw (<span id="age">born on 29-08-2002</span>)
 | 
						|
      </p>
 | 
						|
 | 
						|
      <p>
 | 
						|
        Building software and exploring the wide variety of tools (or making them) is my passion.
 | 
						|
        To see it in action, checkout the stuff I make on
 | 
						|
        <a href='https://github.com/Raymonzut'>GitHub</a>.
 | 
						|
      </p>
 | 
						|
 | 
						|
      <p>
 | 
						|
        The projects that may be useful to others are open source; for inspiring others and improving each others work.
 | 
						|
        That is why I am a huge fan of
 | 
						|
        <a href='https://www.gnu.org/philosophy/free-sw.en.html'>free software</a>.
 | 
						|
      </p>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
  <script async type="module" src="index.mjs"></script>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 |