Files
portfolio/v4/index.html

84 lines
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=WINDOWS-1252">
<title>/home/ &mdash; Wessel</title>
<link rel="SHORTCUT ICON" href="static/img/favicon.ico">
<base target="_blank">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="http://wessel.meek.moe/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Wessel T" />
<meta property="og:image" content="https://wessel.meek.moe/img/avatar.jpg" />
<meta property="og:locale" content="en_us">
<meta property="og:site_name" content="/home/ &mdash; Wessel">
<meta property="og:description" content="self-taught full stack developer, reverse engineering enthusiast and translator (NL-EN, EN-NL). Some of my things are opensourced" />
<meta name="KEYWORDS" content="wessel, wesselgame, wesseltip, tip, open, source, github, discord, sass, brainfuck, html, css" />
<meta name="theme-color" content="#80BD01" />
<meta name="DESCRIPTION" content="self-taught full stack developer, reverse engineering enthusiast and translator (NL-EN, EN-NL). Some of my things are opensourced" />
<meta property="twitter:url" content="https://wessel.meek.moe/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="/home/ &mdash; Wessel">
<meta property="twitter:image" content="https://wessel.meek.moe/img/banner.png">
<meta property="twitter:description" content="self-taught full stack developer, reverse engineering enthusiast and translator (NL-EN, EN-NL). Some of my things are opensourced">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<h1 id="typewriter"><span id="blinker"> </span></h1>
<div id="main" class="unselectable">
<p>I'm a developer and student of Technical Computer Science at InHolland Alkmaar.</p>
<p>I'm proficient at speaking English and Dutch.</p>
<p>I have used a lot of programming languages and Databases, some of them are
<span class="underline-slider html">HTML</span>,
<span class="underline-slider njs">NodeJS</span>,
<span class="underline-slider py">Python</span> and
<span class="underline-slider other">more</span>.
</p>
<div class="html more">
<p>HTML is the first language that I learned. I was always curious about how things worked, and first started
messing around in inspect element. After a bit I made my first site, which was very ugly but worked. Nowadays
I've gotten a lot better with HTML and can make good-functioning sites.</p>
</div>
<div class="njs more">
<p>My first ever NJS project was a Discord bot that I created 6 months after I made my account.
At this point there were no real bot accounts on Discord, so I used an alt which has since been lost.
I've since made many diffrent projects using Node</p>
</div>
<div class="py more">
<p>I started learning python after I got a bit of basic knowledge of NJS.
I started with a basic snake game with pygame and eventually started messing around with neural networks.</p>
</div>
<div class="other more">
<p>I know a lot more than just HTML, Python and NodeJS, I also know how to use rust & elixir relatively well.
I'm proficient in using SASS, CSS and JS. I have a dualboot of Windows 10, Arch linux & ParrotOS (based on
debian).
For servers I tend to use RedHat or Arch. I also know a lot about MongoDB and Redis..
</p>
</div>
<div id="contact">
<p>Feel free to contact me via
<a class="underline-slider github" href="https://github.com/Wessel" target="_blank">GitHub</a>,
<a class="underline-slider discord" href="https://discord.com/users/107130754189766656"
target="_blank">Discord</a> or
<a class="underline-slider email" href="mailto:wessel@go2it.eu" target="_blank">E-mail</a> if you need to.
</p>
<p>
I've worked on many open and closed source projects, such as
<a class="underline-slider mue" href="https://github.com/mue/mue" target="_blank">Mue</a>.
</p>
</div>
</div>
<!-- <div class="footer">Made with <span class="heart"><3</span> by <a class="underline-slider github" href="" target="_blank">Wessel</a>, source code available on <a class="underline-slider github" href="" target="blank">GitHub</a></div> -->
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/typewriter-st.js"></script>
</body>
</html>