gmemstr.github.io/index.html

90 lines
3.9 KiB
HTML
Raw Normal View History

2016-04-30 19:15:23 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Gabriel Simmer</title>
<meta name="description" content="Gabriel Simmer's Portfolio / Landing Page" />
<meta name="author" content="Gabriel Simmer" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Because sometimes nukes are the only option -->
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<!-- More like "skeleton-grid-custom-css.css" /s -->
2016-04-30 19:15:23 +01:00
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
</head>
<body>
<header>
<h3>Gabriel Simmer</h3>
<h5>Developing to teach and learn.</h5>
</header>
<div class="container main-content">
2016-04-30 19:15:23 +01:00
<div class="row">
<!-- Main projects
----------------------------------->
<div class="seven columns">
<h3 style="color:#212121 !important;">Projects</h3>
<div class="project">
<div class="project-img">
<img src="images/nodemc.png" class="u-max-full-width project-img">
</div>
<div class="project-content">
<p>Open-source Minecraft server API wrapper written in Node.js.</p>
<a href="https://github.com/NodeMC">GitHub</a>
<a href="https://nodemc.space">Website</a>
</div>
</div>
<div class="project">
<div>
<img src="images/simmertech.png" class="u-max-full-width project-img">
</div>
<div class="project-content">
<p>Computer repair &amp; refurbishing on Mayne Island.</p>
<a href="https://www.facebook.com/simmertechmayne/">Website</a>
</div>
</div>
<div class="project">
<div class="project-img">
<img src="images/spigot.png" class="u-max-full-width project-img">
</div>
<div class="project-content">
<p>Java plugins for Minecraft Spigot servers.</p>
<a href="https://www.spigotmc.org/members/gmemstr.50058/">Forums</a>
</div>
</div>
2016-04-30 19:15:23 +01:00
</div>
<!-- /Main projects
----------------------------------->
<!-- Side projects
----------------------------------->
<div class="five columns">
<h3 style="color:#212121 !important;">Side Projects</h3>
<div class="project project-blue project-side">
<div class="project-content">
<h6>Moat</h6>
<p>HTML5 webapp for Voat.co</p>
<a href="https://github.com/gmemstr/moat-mobile">GitHub</a>
<a href="http://gabrielsimmer.com/mm">Website</a>
</div>
</div>
<div class="project project-red project-side">
<div class="project-content">
<h6>Minecraft Banner Generator</h6>
<p>Generates live server banners.</p>
<a href="https://github.com/ggservers/minecraftbanner">GitHub</a>
</div>
</div>
<div class="project project-gray project-side">
<div class="project-content">
<h6>scripts</h6>
<p>Linux scripts for various things.</p>
<a href="https://github.com/gmemstr/scripts">GitHub</a>
</div>
</div>
2016-04-30 19:15:23 +01:00
</div>
<!-- /Side projects
----------------------------------->
2016-04-30 19:15:23 +01:00
</div>
</body>
</html>