diff --git a/README.md b/README.md index f8b13fe..2879e99 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # GabrielSimmer.com -Source for GabrielSimmer.com + +A port of the Nintendo Switch's interface to HTML :) \ No newline at end of file diff --git a/assets/custom.css b/assets/custom.css new file mode 100644 index 0000000..2d5219c --- /dev/null +++ b/assets/custom.css @@ -0,0 +1,77 @@ +body, html { + font-family: 'Open Sans', sans-serif; + background-color: #2D2D2D; + color: #F6F6F6; + overflow: hidden; + font-weight: bolder; + margin: 0 auto; padding: 0; +} + +.profile-img { + margin: 10px; + max-width: 5vw; + border-radius: 50%; + border: 0.20vw solid #4F4F51; + -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); +} + +.status { + position: absolute; + right:5vw; + top: 6vh; + font-size: 3vh; +} +.status span { + margin-right: 10px; +} +hr { + color: #FFFFFF; + width: 99vw; +} + +.games { + margin-top: 10vh; + padding-left: 5%; + display: flex; + overflow: auto; +} + +.project { + margin: 10px; + background-color: white; + width: 40vh; + height: 40vh; + -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); +} +.project-img { + max-width: 40vh; +} + +.buttons { + display: flex; + justify-content: center; + font-size: 5vw; + margin-top: 10vh; + margin-bottom: 5vh; + text-align: center; +} +.button { + margin: 0 0.5vw; + background-color: #505050; + width: 125px; + height: auto; + border: 1px solid #4F4F51; + border-radius: 50%; + -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); +} + +a { + text-decoration: none; + color: #F6F6F6 ; +} diff --git a/assets/platypus.png b/assets/platypus.png new file mode 100644 index 0000000..e12bae7 Binary files /dev/null and b/assets/platypus.png differ diff --git a/assets/pogo.png b/assets/pogo.png new file mode 100644 index 0000000..c4077a1 Binary files /dev/null and b/assets/pogo.png differ diff --git a/assets/primetime.ttf b/assets/primetime.ttf new file mode 100644 index 0000000..cbf7571 Binary files /dev/null and b/assets/primetime.ttf differ diff --git a/index.html b/index.html index e1ae2ca..917650b 100644 --- a/index.html +++ b/index.html @@ -1,110 +1,62 @@ - - - - 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

-
- - -======= - Gabriel Simmer + - - - - - - \ No newline at end of file + + + + + + +
+
+ Github Profile Picture +
+ 10:32 AM + + 100% +
+
+ +
+
+
+ Pogo Logo +
+
+ Platypus Logo +
+
+ Placeholder Logo +
+
+ Placeholder Logo +
+
+ Placeholder Logo +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+ \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css deleted file mode 100644 index 05384a3..0000000 --- a/stylesheet.css +++ /dev/null @@ -1,13 +0,0 @@ -@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