From f8946ca16cd386716693ebcd4f1ecd5e7b9af407 Mon Sep 17 00:00:00 2001 From: bmatt Date: Mon, 11 Apr 2016 00:52:51 -0400 Subject: [PATCH] tweaked spacing and navbar, hover is not working --- .DS_Store | Bin 0 -> 6148 bytes css/.DS_Store | Bin 0 -> 6148 bytes css/homepage.sublime-workspace | 1110 ++++++++++++++++++++++++++++++++ css/style.css | 16 +- index.htm | 9 +- 5 files changed, 1129 insertions(+), 6 deletions(-) create mode 100644 .DS_Store create mode 100644 css/.DS_Store create mode 100644 css/homepage.sublime-workspace diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..de6bbe050da324fe42937b012c92f05a0c297ff2 GIT binary patch literal 6148 zcmeH~J!%6%427R!7lt%jx}3%b$PET#pTHLgIFQEJ5R=q%^gR7ES*H$5cmnB-G%I%Z zD|S`@Z2$T80!#olbXV*=%*>dtaK;_?uhYl%a=X5>;#J@&VrHyNnC;iLL0pQvfVyTmjO&;ssLc!1UOG})p;=82 zR;?Ceh}WZ?+UmMqI#RP8R>OzYoz15hnq@nzF`-!xQ4j$Um=RcIKKc27r2jVm&svm< zfC&6E0=7P!4tu^-ovjbA=k?dB`g+i*aXG_}p8zI)6mRKa+;6_1_R^8c3Qa!(fk8n8 H{*=HsUYrq< literal 0 HcmV?d00001 diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0", + "err", + "err_response", + "Header", + "parse", + "ntop", + "queue", + " \n", + "exit", + "::exit", + "valid", + "{\n", + "currentComm", + "cout", + "constchar", + "sub", + "gete", + "log", + "_simple", + "push", + "current", + "_currentS", + "endl", + "cout", + "insert", + "._arguments", + "exec", + "cerr", + "NULL", + "isatt", + "char", + "builtinMap", + "disp", + "\\n", + "string", + "mem_", + "MAX", + "add", + "getM", + "remove", + "getH", + "remove", + "(char) c.check", + "adjList", + "integer", + "16", + "c.check", + "getBoardObj()", + "(char[][]) getAttribute(c, \"board\")", + "board", + " Class ", + "plus", + "getB" + ], + "highlight": true, + "in_selection": false, + "preserve_case": false, + "regex": false, + "replace_history": + [ + "dir_path", + ".", + "_currentCommand._simple", + "_currentCommand::_simple", + "Command::_simple", + "", + "0", + "adj", + "(char) c.check", + "c.board", + "getBoardObj()", + " Class " + ], + "reverse": false, + "show_context": true, + "use_buffer2": true, + "whole_word": false, + "wrap": true + }, + "groups": + [ + { + "selected": 1, + "sheets": + [ + { + "buffer": 0, + "file": "/Users/matthew/Development/web/matthewess.github.io/index.htm", + "semi_transient": false, + "settings": + { + "buffer_size": 584, + "regions": + { + }, + "selection": + [ + [ + 450, + 450 + ] + ], + "settings": + { + "syntax": "Packages/HTML/HTML.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 1, + "type": "text" + }, + { + "buffer": 1, + "file": "style.css", + "semi_transient": false, + "settings": + { + "buffer_size": 548, + "regions": + { + }, + "selection": + [ + [ + 197, + 197 + ] + ], + "settings": + { + "syntax": "Packages/CSS/CSS.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "type": "text" + } + ] + } + ], + "incremental_find": + { + "height": 30.0 + }, + "input": + { + "height": 38.0 + }, + "layout": + { + "cells": + [ + [ + 0, + 0, + 1, + 1 + ] + ], + "cols": + [ + 0.0, + 1.0 + ], + "rows": + [ + 0.0, + 1.0 + ] + }, + "menu_visible": true, + "output.find_results": + { + "height": 0.0 + }, + "output.git": + { + "height": 89.0 + }, + "output.unsaved_changes": + { + "height": 142.0 + }, + "pinned_build_system": "", + "project": "homepage.sublime-project", + "replace": + { + "height": 56.0 + }, + "save_all_on_build": true, + "select_file": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + [ + "", + "~/Documents/Java/homeworks/project02s/ObstructionGame.java" + ] + ], + "width": 0.0 + }, + "select_project": + { + "height": 500.0, + "last_filter": "", + "selected_items": + [ + [ + "", + "~/Development/sublime/frontend.sublime-project" + ] + ], + "width": 380.0 + }, + "select_symbol": + { + "height": 0.0, + "last_filter": "", + "selected_items": + [ + ], + "width": 0.0 + }, + "selected_group": 0, + "settings": + { + }, + "show_minimap": true, + "show_open_files": false, + "show_tabs": true, + "side_bar_visible": true, + "side_bar_width": 199.0, + "status_bar_visible": true, + "template_settings": + { + } +} diff --git a/css/style.css b/css/style.css index 3ec1def..ae52c85 100644 --- a/css/style.css +++ b/css/style.css @@ -3,21 +3,33 @@ font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif; } +.content { + margin-top: 150px; +} + nav { background: #1e1e1e; border-radius: 5px; padding-top: 5px; padding-bottom: 5px; + margin-left: 200px; + margin-right: 200px; margin-top: -5px; } nav a { - padding:; 3px; + border: solid 1px; + border-radius: 5px; + padding: 3px; color: #f7f7f7; } +nav a:hover { + color: #1e1e1e; + background: #f7f7f7; +} + nav a.active { - padding: 3px; color: #1e1e1e; background: #f7f7f7; } diff --git a/index.htm b/index.htm index 6673c78..ba9d6ff 100644 --- a/index.htm +++ b/index.htm @@ -1,18 +1,19 @@ - + Matthew Ess - + -
+

Matthew Ess

-
+

Dedicated problem solver and developer, looking for interesting challenges to solve.

+
\ No newline at end of file