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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
First-Website/index.html

91 lines
2.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
5 years ago
<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="box mainContent">
5 years ago
<h1 class="name"><img src="/resources/img/favicon.ico" class="logo" alt="logo">Guus van Meerveld</h1>
<button class="keepclicking" onclick="window.open('/playground', '_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>
</button>
<button class="keepclicking" onclick="window.open('/minify', '_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>
</button>
</div>
5 years ago
<!-- Triangle -->
5 years ago
<svg>
<polygon points="0,5 0,2000 300,5"/>
</svg>
<!-- About -->
<div class="about">
<h1 class="head">This website is built for those who like to code.</h1>
<h1 class="head">And it is built by those who like to code</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>
5 years ago
<!-- Footer -->
<footer>
5 years ago
<!-- Info -->
<div>
<h4>LINKS</h4>
<ul>
<li><a href="https://samtaen.ml">Sam Taen</a></li>
5 years ago
<li><a href="http://jonathanbos.nl">Jonathan Bos</a></li>
5 years ago
</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>
5 years ago
<li><a href="https://instagram.com/gerda.6">Instagram</a></li>
5 years ago
</ul>
</div>
5 years ago
<div>
<h4>TOOLS</h4>
<ul>
<li><a href="https://w3schools.com">W3schools</a></li>
5 years ago
<li><a href="https://stackoverflow.com/">Stack overflow</a></li>
5 years ago
<li><a href="https://cloudflare.com">Cloudflare</a></li>
5 years ago
<li><a href="https://github.com">Github</a></li>
5 years ago
</ul>
</div>
5 years ago
<p id="copyright">&#169; 2019 Guus van Meerveld</p>
5 years ago
</footer>
5 years ago
<!-- Javascript -->
5 years ago
<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>