commit 15782815c0fbc3b90e1dece04b1033584a96f1d1 Author: gmemstr Date: Wed Apr 26 12:42:50 2017 -0700 Complete redesign of website with more links diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..845ffe1 --- /dev/null +++ b/index.html @@ -0,0 +1,98 @@ + + + + + GabrielSimmer.com + + + +
+

GabrielSimmer.com

+

Please note, some of these are “codenames” for unfinalized projects.

+
+ +
+

Dart

+

Store

+

Coming soon

+

This is a simple web application for online stores built in Dart.

+

Go

+

subdomains

+

Coming soon

+

A small application for registering subdomains for gameservers on CloudFlare.

+

Nodejs

+

CORE

+

NodeMC/CORE

+

Core of NodeMC, a project I used to be a part of but handed off to Jared Allard to persure other projects.

+

Dashboard

+

NodeMC/Dashboard

+

React-based dashboard for NodeMC, intended to be the default dashboard. See above.

+

Other

+

TabDo

+

Coming soon

+

Basic todo list in Chrome’s new tab. Idea was to have cloud syncing using Chrome APIs and HTML5.

+

twitter-improvement-project

+

gmemstr/twitter-improvement-project

+

Chrome extension for adding and modifying Twitter’s web frontend. Includes night mode and hiding of clutter.

+

Python

+

archey

+

gmemstr/archey3

+

FORKED Outputs computer specs and logo in Linux, with optional screenshots. Planning on augmenting with more platform support.

+

clims

+

gmemstr/clims

+

A barebones blog content management system primarily using the command line interface for postsconfiguration.

+

comprank

+

gist.github.com

+

Small little script for playing around with Overwatch competitive rank algorithms.

+

mcadmin

+

Coming soon

+

Rewrite of mcadmin.net’s web frontend in Python/Flask, provides direct links to download from Jenkins server.

+

Platypus

+

gmemstr/Platypus

+

Server monitoring using websockets for active online reporting. Uses Tornado as a webserver.

+

tfbots

+

gmemstr/TFBots

+

Calculates and graphs worth of various TF2 trading sites using backpack.tf.

+

Webapps

+

Foo

+

Coming soon

+

Food activity and reaction webapplication with offline support.

+

Websites

+

gabrielsimmer.com

+

gmemstr/gabrielsimmer.com

+

Basic portfolio for Gabriel Simmer with links to various projects.

+

launchgg

+

gmemstr/launchgg

+

Since discontinued free Minecraft server provider that used NodeMC as a wrapper for servers.

+

SimmerTech

+

simmer.tech

+

Basic landing page for Simmer.Tech

+
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..05384a3 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,13 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400'); + +body { font-family: 'Roboto'; font-weight:300; sans-serif; background-color: #1B2836; color: #C7CBCE;text-align: center; margin-left: 25%; max-width: 50%;} + +h1 { font-weight: 100; } +h2 { font-weight: 300; } +h3 { font-weight: 400 } +a { text-decoration: none; color: #1DA1F2; font-weight:bolder; font-weight: 400; } +li { text-decoration: none; list-style: none; text-align: center; display: inline-block;} +ul { text-align: center; padding-left: 0; } +.email { color: #1DA1F2; } + +.twitter { color: #1DA1F2; } \ No newline at end of file