gmemstr.github.io/index.html

107 lines
5.5 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">
<link rel="stylesheet" type="text/css" href="css/skeleton.css" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/ei/elusive-icons.min.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns">
<h1>Gabriel Simmer<small>.com</small></h1>
<h2>Developing to learn and teach.</h2>
<hr />
<h4>My work</h4>
</div>
</div>
<div class="row">
<div class="six columns">
<h5>NodeMC <a class="green">Node.js</a></h5>
<p>The next generation of Minecraft server dashboards, now. An API wrapper for creating your own Minecraft server management dashboards.
<br>
<a target="_blank" href="https://nodemc.space"><i class="el el-website-alt el-2x"></i></a> <a target="_blank" href="https://github.com/NodeMC"><i class="el el-github el-2x"></i></a></p>
<h5>YourCI <a class="green">Node.js</a></h5>
<p>Community continous-intergration website that allows anyone to create their own CI tests from a GitHub repo.
<br><a target="_blank" href="https://yourci.space"><i class="el el-website-alt el-2x"></i></a></p>
<h5>ComicSocial.XYZ <a class="php">PHP</a></h5>
<p>Social site for the sharing and purchase of web comics and physical prints.
<br><a href="#"><i class="el el-website-alt el-2x"></i></a></p>
</div>
<div class="six columns">
<h5>MCPluginStats <a class="php">PHP</a></h5>
<p>Developer-oriented analytics for Bukkit and Spigot plugins (full source) with control panel and anonymous analytic collection.
<br><a target="_blank" href="https://github.com/gmemstr/mcpluginstats"><i class="el el-github el-2x"></i></a></p>
<h5>Moat <a class="html5">HTML5</a></h5>
<p>Voat.co webapp for mobile devices and desktops using HTML5 frameworks/languages.
<br><a target="_blank" href="http://gabrielsimmer.com/mm/"><i class="el el-website-alt el-2x"></i></a> <a target="_blank" href="https://github.com/gmemstr/moat-mobile"><i class="el el-github el-2x"></i></a></p>
<h5>Various Bukkit/Spigot Plugins <a class="java">Java</a></h5>
<p>Anything from an anti-swear plugin to a semi-functioning ultra-hardcore plugin to a fun plugin for server VIPs.
<br><a target="_blank" href="https://github.com/search?l=Java&q=user%3Agmemstr+Plugin&ref=searchresults&type=Repositories&utf8=%E2%9C%93"><i class="el el-github el-2x"></i></a></p>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr/>
</div>
<div class="two columns">
<img src="https://pbs.twimg.com/profile_images/720590428618121216/XZl6C2UJ_400x400.jpg" alt="twitter image" class="u-full-width profile-image">
</div>
<div class="eight columns">
<h4>Who am I?!</h4>
<p>I am Gabriel Simmer, self-taught programmer, entrepreneur and web developer. I'm currently employed at <a href="https://ggservers.com">GGServers</a> as a web developer, where I'm working on a top secret project. I've been working with computers since I jailbroke my first iPod (a 4th generation touch), and have been enthralled with learning how they work since then.</p>
<h4>What languages have I worked in?</h4>
<p>The TL;DR List:
<table class="u-full-width">
<thead>
<tr>
<th>Language</th>
<th>Experience</th>
</tr>
</thead>
<tbody>
<tr>
<td>PHP</td>
<td>4 Years</td>
</tr>
<tr>
<td>HTML5 (HTML, JavaScript, CSS)</td>
<td>5 Years</td>
</tr>
<tr>
<td>Java</td>
<td>2 Years</td>
</tr>
<tr>
<td>Node.js</td>
<td>2 Years</td>
</tr>
<tr>
<td>Brainf*ck</td>
<td>2 Months</td>
</tr>
<tr>
<td>C++</td>
<td>1 Year</td>
</tr>
<tr>
<td>C#</td>
<td>6 Months</td>
</tr>
</tbody>
</table>
</tbody>
</p>
</div>
</div>
</div>
</body>
</html>