<!DOCTYPE html>
<html>
<title>MKProjects</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
.w3-sidebar {width: 120px;background: #222;}
#main {margin-left: 120px}
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
</style>
<body class="w3-black">
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<a href="/" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="/proj" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-user w3-xxlarge"></i>
<p>PROJECTS</p>
</a>
<a href="http://blog.mkproj.com" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-coffee w3-xxlarge"></i>
<p>MOKA READS</p>
</a>
<a href="/book" class="w3-bar-item w3-button w3-padding-large w3-hover-black">
<i class="fa fa-book w3-xxlarge"></i>
<p>BOOKS</p>
</a>
</nav>
<div class="w3-top w3-hide-large w3-hide-medium" id="myNavbar">
<div class="w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small">
<a href="/" class="w3-bar-item w3-button" style="width:25% !important">HOME</a>
<a href="/proj" class="w3-bar-item w3-button" style="width:25% !important">PROJECTS</a>
<a href="http://blog.mkproj.com" class="w3-bar-item w3-button" style="width:25% !important">MOKA READS</a>
<a href="/book" class="w3-bar-item w3-button" style="width:25% !important">BOOKS</a>
</div>
</div>
<div class="w3-padding-large" id="main">
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-jumbo"><span class="w3-hide-small">MKProjects</span></h1>
</header>
<div class="w3-content w3-justify w3-text-grey w3-padding-64" id="about">
<h2 class="w3-text-light-grey">ABOUT</h2>
<hr style="width:200px" class="w3-opacity">
<p>
The goal of MKProjects is to be a portfolio of projects that I have worked on. But
I also want it to be a portfolio of various projects, not only mine. I love helping others
and I feel that projects are a great way to learn & love a language. My favourite language is Rust,
not only because it has syntax I find easy to understand, but I've also never met
such a nice community before. I found it to be a great way to learn a new language, and I would
love to also build a community that encourages and supports learning.
</p>
</div>
<footer class="w3-content w3-padding-64 w3-text-grey w3-xlarge">
<p class="w3-medium">Built by <a href="https://github.com/MKProj/" target="_blank" class="w3-hover-text-green">MKProjects</a></p>
</footer>
</div>
</body>
</html>