71 lines
2.8 KiB
HTML
71 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Projects</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header class="header">
|
|
<a href="index.html">
|
|
<div class="logo">
|
|
<h3 class="logo__symbol">Hello world</h3>
|
|
</div>
|
|
</a>
|
|
<nav class="menu">
|
|
<ul class="menu__inner">
|
|
<li>
|
|
<a href="/about.html">About</a>
|
|
</li>
|
|
<li>
|
|
<a href="/projects.html">Projects</a>
|
|
</li>
|
|
<li>
|
|
<a href="/articles.html">Articles</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="content">
|
|
<main class="post">
|
|
<article class="post__article">
|
|
<h2 class="post__title">Projects</h2>
|
|
<div class="post__content">
|
|
<p>These are my previous projects in my school and all of them are avaliable in Github</p>
|
|
<ul class="post__lists">
|
|
<section class="post__icons">
|
|
<li class="post__list"> <a href="https://github.com/JerukPurut404/EindOpdrachtVGM"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
<li class="post__list"> <a href="https://35023.hosts1.ma-cloud.nl/EindOpdrachtVGM/Eugene's_folder/index.html"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
</section>
|
|
<li class="post__list"> National Videogame Museum Redesign Website. </li>
|
|
</ul>
|
|
<ul class="post__lists">
|
|
<section class="post__icons">
|
|
<li class="post__list"><a href="https://github.com/JerukPurut404/9292chan"><img class="icon__svg" src="media/github.svg" alt="github icon"></a></li>
|
|
</section>
|
|
<li class="post__list">Discontinued 9292chan</li>
|
|
</ul>
|
|
<ul class="post__lists">
|
|
<section class="post__icons">
|
|
<li class="post__list"> <a href="https://github.com/JerukPurut404/BasedDictionary"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
<li class="post__list"> <a href="https://35023.hosts1.ma-cloud.nl/baseddict/"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
</section>
|
|
<li class="post__list"> Based Dictionary</li>
|
|
</ul>
|
|
</div>
|
|
</article>
|
|
</main>
|
|
<footer class="footer">
|
|
<div class="footer__inner">
|
|
<div class="footer__content">
|
|
<a href="https://polarisfm.neocities.org/">Inspired by Polarisfm</a>
|
|
<p>|</p>
|
|
<p>Made by E. van Aubel</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |