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.
87 lines
2.9 KiB
87 lines
2.9 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Website gemaakt door Guus van Meerveld">
|
|
<meta name="author" content="Guus van Meerveld">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Home</title>
|
|
<link rel="stylesheet" href="/css.css">
|
|
<link rel="stylesheet" href="/resources/css/cssall.css">
|
|
<link rel="stylesheet" href="/resources/css/navbar.css">
|
|
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="mainContent">
|
|
<h1 class="name">Guus van Meerveld</h1>
|
|
<img src="/resources/img/rocket.png" alt="rocket" id="rocket">
|
|
</div>
|
|
|
|
<!-- <div class="">
|
|
<a class="keepclicking" href="/playground" target="_self" title="Test your HTML live at playground!">
|
|
<h1 class="playground">Want to test your HTML code?</h1>
|
|
<i class="fas fa-code fa-8x code"></i>
|
|
</a>
|
|
<a class="keepclicking" href="/minify" target="_self" title="Minify your HTML/CSS/JavaScript code!">
|
|
<i class="fas fa-cut fa-8x cut"></i>
|
|
<h1 class="minify">Need to minify your code?</h1>
|
|
</a>
|
|
</div> -->
|
|
|
|
<!-- About -->
|
|
<div class="about">
|
|
<h1 class="head">My name is Guus van Meerveld</h1>
|
|
<h1 class="head">I am 15 years old</h1>
|
|
<h1 class="head" style="border:0;">Suggest things you would like to see at <a href="/contact" style="text-decoration:underline!important;">contact</a></h1>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer>
|
|
|
|
<!-- Info -->
|
|
<div>
|
|
<h4>LINKS</h4>
|
|
<ul>
|
|
<li><a href="https://samtaen.ml">Sam Taen</a></li>
|
|
<li><a href="http://jonathanbos.nl">Jonathan Bos</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4>SOCIAL</h4>
|
|
<ul>
|
|
<li><a href="https://www.youtube.com/channel/UCYuqpoMay5SezCBrA_HKVWQ?view_as=subscriber">Youtube</a></li>
|
|
<li><a href="https://twitter.com/GuusvanMeerveld">Twitter</a></li>
|
|
<li><a href="https://www.reddit.com/user/Marho_">Reddit</a></li>
|
|
<li><a href="https://instagram.com/gerda.6">Instagram</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4>TOOLS</h4>
|
|
<ul>
|
|
<li><a href="https://w3schools.com">W3schools</a></li>
|
|
<li><a href="https://stackoverflow.com/">Stack overflow</a></li>
|
|
<li><a href="https://cloudflare.com">Cloudflare</a></li>
|
|
<li><a href="https://github.com">Github</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<p class="copyright">© 2019 Guus van Meerveld</p>
|
|
|
|
</footer>
|
|
|
|
<!-- Javascript -->
|
|
<script src="/resources/js/navbar.json.js"></script>
|
|
<script src="/resources/js/insertNavbar.js"></script>
|
|
<script src="/js.js"></script>
|
|
<script src="/resources/js/javall.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|