From c8db3b6866dda8c25ae54afe16611aa7c0cb7cd4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 30 Apr 2014 19:56:37 -0400 Subject: Jekyll Init --- _config.yml | 11 +- _layouts/default.html | 44 ------ _layouts/master.html | 108 ++++++++++++++ _layouts/post.html | 11 +- assets/css/style.css | 1 + assets/css/syntax.css | 60 ++++++++ assets/images/Ben_Burwell_Resume.pdf | Bin 0 -> 62101 bytes assets/images/UnifiedShowControl.pdf | Bin 0 -> 436839 bytes assets/images/ben_circle.png | Bin 0 -> 90323 bytes assets/images/forest_interaction_diagram.png | Bin 0 -> 208970 bytes assets/images/forest_venture_proposal.pdf | Bin 0 -> 1311841 bytes .../icons/apple/apple-touch-icon-114x114.png | Bin 0 -> 5679 bytes .../icons/apple/apple-touch-icon-120x120.png | Bin 0 -> 5924 bytes .../icons/apple/apple-touch-icon-144x144.png | Bin 0 -> 6569 bytes .../icons/apple/apple-touch-icon-152x152.png | Bin 0 -> 6900 bytes .../images/icons/apple/apple-touch-icon-57x57.png | Bin 0 -> 4202 bytes .../images/icons/apple/apple-touch-icon-72x72.png | Bin 0 -> 4598 bytes .../images/icons/apple/apple-touch-icon-76x76.png | Bin 0 -> 4717 bytes assets/images/icons/benburwell.png | Bin 0 -> 17241 bytes assets/images/icons/favicon.ico | Bin 0 -> 85094 bytes assets/images/icons/settings-icon.png | Bin 0 -> 6893 bytes css/main.css | 160 --------------------- css/syntax.css | 60 -------- index.html | 17 +-- projects/index.html | 10 ++ writing/index.html | 10 ++ 26 files changed, 212 insertions(+), 280 deletions(-) delete mode 100644 _layouts/default.html create mode 100644 _layouts/master.html create mode 100644 assets/css/style.css create mode 100644 assets/css/syntax.css create mode 100644 assets/images/Ben_Burwell_Resume.pdf create mode 100644 assets/images/UnifiedShowControl.pdf create mode 100644 assets/images/ben_circle.png create mode 100644 assets/images/forest_interaction_diagram.png create mode 100644 assets/images/forest_venture_proposal.pdf create mode 100644 assets/images/icons/apple/apple-touch-icon-114x114.png create mode 100644 assets/images/icons/apple/apple-touch-icon-120x120.png create mode 100644 assets/images/icons/apple/apple-touch-icon-144x144.png create mode 100644 assets/images/icons/apple/apple-touch-icon-152x152.png create mode 100644 assets/images/icons/apple/apple-touch-icon-57x57.png create mode 100644 assets/images/icons/apple/apple-touch-icon-72x72.png create mode 100644 assets/images/icons/apple/apple-touch-icon-76x76.png create mode 100644 assets/images/icons/benburwell.png create mode 100644 assets/images/icons/favicon.ico create mode 100644 assets/images/icons/settings-icon.png delete mode 100755 css/main.css delete mode 100644 css/syntax.css create mode 100644 projects/index.html create mode 100644 writing/index.html diff --git a/_config.yml b/_config.yml index 85daa77..767e2d1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,12 @@ -name: Your New Jekyll Site +name: Ben Burwell markdown: redcarpet pygments: true +keywords: + - ben burwell + - freelance + - designer + - developer +description: "Computer science student, hacker. Passionate about kerning and coffee." +# sass: +# style: :compressed +permalink: /:category/:title/index.html diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 22e7e3f..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - {{ page.title }} - - - - - - - - - - - -
- - - {{ content }} - - -
- - - diff --git a/_layouts/master.html b/_layouts/master.html new file mode 100644 index 0000000..58f330f --- /dev/null +++ b/_layouts/master.html @@ -0,0 +1,108 @@ + + + + {{ page.title }} + + + + + + + + + + + + + + + + + + + {% if page.description %} + + {% else %} + + {% endif %} + {% if page.categories %} + + {% else %} + + {% endif %} + + + + + {% if page.description %} + + {% else %} + + {% endif %} + + + + + + + + + + {% if page.description %} + + {% else %} + + {% endif %} + + + + + + + +
+
+
+ Projects +
+
+ Writing +
+
+ GitHub +
+
+ Résumé +
+
+
+ + {{ content }} + + +
+ + diff --git a/_layouts/post.html b/_layouts/post.html index 04e3586..fd75b03 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,9 +1,10 @@ --- -layout: default +layout: master --- -

{{ page.title }}

-

{{ page.date | date_to_string }}

+

{{ page.title }}

+ +{% if page.date %} +
{{ page.date | to_date_string }}
+{% endif %} -
{{ content }} -
diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..1d01e98 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1 @@ +article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.sprite-email{background-position:0 0;width:64px;height:64px}.sprite-email_grey{background-position:0 -114px;width:64px;height:64px}.sprite-facebook{background-position:0 -228px;width:64px;height:64px}.sprite-facebook_grey{background-position:0 -342px;width:64px;height:64px}.sprite-googleplus{background-position:0 -456px;width:64px;height:64px}.sprite-googleplus_grey{background-position:0 -570px;width:64px;height:64px}.sprite-pinterest{background-position:0 -684px;width:64px;height:64px}.sprite-pinterest_grey{background-position:0 -798px;width:64px;height:64px}.sprite-reddit{background-position:0 -912px;width:64px;height:64px}.sprite-reddit_grey{background-position:0 -1026px;width:64px;height:64px}.sprite-rss{background-position:0 -1140px;width:64px;height:64px}.sprite-rss_grey{background-position:0 -1254px;width:64px;height:64px}.sprite-stumbleupon{background-position:0 -1368px;width:64px;height:64px}.sprite-stumbleupon_grey{background-position:0 -1482px;width:64px;height:64px}.sprite-twitter{background-position:0 -1596px;width:64px;height:64px}.sprite-twitter_grey{background-position:0 -1710px;width:64px;height:64px}body{min-width:960px}.container_12{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{display:inline;float:left;margin-left:10px;margin-right:10px}.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11{position:relative}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_3{width:220px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_6{width:460px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_9{width:700px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_12 .grid_12{width:940px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_3{padding-right:240px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_6{padding-right:480px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_9{padding-right:720px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_3{left:240px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_6{left:480px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_9{left:720px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_3{left:-240px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_6{left:-480px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_9{left:-720px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after,.container_12:before,.container_12:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}.clearfix:after,.container_12:after{clear:both}.clearfix,.container_12{zoom:1}@media only screen and (min-width:768px) and (max-width:959px){body{min-width:768px}.container_12,.container_16{width:768px}.container_12 .grid_1{width:44px}.container_12 .grid_2{width:108px}.container_12 .grid_3{width:172px}.container_12 .grid_4{width:236px}.container_12 .grid_5{width:300px}.container_12 .grid_6{width:364px}.container_12 .grid_7{width:428px}.container_12 .grid_8{width:492px}.container_12 .grid_9{width:556px}.container_12 .grid_10{width:620px}.container_12 .grid_11{width:684px}.container_12 .grid_12{width:748px}.container_16 .grid_1{width:28px}.container_16 .grid_2{width:76px}.container_16 .grid_3{width:124px}.container_16 .grid_4{width:172px}.container_16 .grid_5{width:220px}.container_16 .grid_6{width:268px}.container_16 .grid_7{width:316px}.container_16 .grid_8{width:364px}.container_16 .grid_9{width:412px}.container_16 .grid_10{width:460px}.container_16 .grid_11{width:508px}.container_16 .grid_12{width:556px}.container_16 .grid_13{width:604px}.container_16 .grid_14{width:652px}.container_16 .grid_15{width:700px}.container_16 .grid_16{width:748px}.container_12 .prefix_1{padding-left:64px}.container_12 .prefix_2{padding-left:128px}.container_12 .prefix_3{padding-left:192px}.container_12 .prefix_4{padding-left:256px}.container_12 .prefix_5{padding-left:320px}.container_12 .prefix_6{padding-left:384px}.container_12 .prefix_7{padding-left:448px}.container_12 .prefix_8{padding-left:512px}.container_12 .prefix_9{padding-left:576px}.container_12 .prefix_10{padding-left:640px}.container_12 .prefix_11{padding-left:704px}.container_16 .prefix_1{padding-left:48px}.container_16 .prefix_2{padding-left:96px}.container_16 .prefix_3{padding-left:144px}.container_16 .prefix_4{padding-left:192px}.container_16 .prefix_5{padding-left:240px}.container_16 .prefix_6{padding-left:288px}.container_16 .prefix_7{padding-left:336px}.container_16 .prefix_8{padding-left:384px}.container_16 .prefix_9{padding-left:432px}.container_16 .prefix_10{padding-left:480px}.container_16 .prefix_11{padding-left:528px}.container_16 .prefix_12{padding-left:576px}.container_16 .prefix_13{padding-left:624px}.container_16 .prefix_14{padding-left:672px}.container_16 .prefix_15{padding-left:720px}.container_12 .suffix_1{padding-right:64px}.container_12 .suffix_2{padding-right:128px}.container_12 .suffix_3{padding-right:192px}.container_12 .suffix_4{padding-right:256px}.container_12 .suffix_5{padding-right:320px}.container_12 .suffix_6{padding-right:384px}.container_12 .suffix_7{padding-right:448px}.container_12 .suffix_8{padding-right:512px}.container_12 .suffix_9{padding-right:576px}.container_12 .suffix_10{padding-right:640px}.container_12 .suffix_11{padding-right:704px}.container_16 .suffix_1{padding-right:48px}.container_16 .suffix_2{padding-right:96px}.container_16 .suffix_3{padding-right:144px}.container_16 .suffix_4{padding-right:192px}.container_16 .suffix_5{padding-right:240px}.container_16 .suffix_6{padding-right:288px}.container_16 .suffix_7{padding-right:336px}.container_16 .suffix_8{padding-right:384px}.container_16 .suffix_9{padding-right:432px}.container_16 .suffix_10{padding-right:480px}.container_16 .suffix_11{padding-right:528px}.container_16 .suffix_12{padding-right:576px}.container_16 .suffix_13{padding-right:624px}.container_16 .suffix_14{padding-right:672px}.container_16 .suffix_15{padding-right:720px}.container_12 .push_1{left:64px}.container_12 .push_2{left:128px}.container_12 .push_3{left:192px}.container_12 .push_4{left:256px}.container_12 .push_5{left:320px}.container_12 .push_6{left:384px}.container_12 .push_7{left:448px}.container_12 .push_8{left:512px}.container_12 .push_9{left:576px}.container_12 .push_10{left:640px}.container_12 .push_11{left:704px}.container_16 .push_1{left:48px}.container_16 .push_2{left:96px}.container_16 .push_3{left:144px}.container_16 .push_4{left:192px}.container_16 .push_5{left:240px}.container_16 .push_6{left:288px}.container_16 .push_7{left:336px}.container_16 .push_8{left:384px}.container_16 .push_9{left:432px}.container_16 .push_10{left:480px}.container_16 .push_11{left:528px}.container_16 .push_12{left:576px}.container_16 .push_13{left:624px}.container_16 .push_14{left:672px}.container_16 .push_15{left:720px}.container_12 .pull_1{left:-64px}.container_12 .pull_2{left:-128px}.container_12 .pull_3{left:-192px}.container_12 .pull_4{left:-256px}.container_12 .pull_5{left:-320px}.container_12 .pull_6{left:-384px}.container_12 .pull_7{left:-448px}.container_12 .pull_8{left:-512px}.container_12 .pull_9{left:-576px}.container_12 .pull_10{left:-640px}.container_12 .pull_11{left:-704px}.container_16 .pull_1{left:-48px}.container_16 .pull_2{left:-96px}.container_16 .pull_3{left:-144px}.container_16 .pull_4{left:-192px}.container_16 .pull_5{left:-240px}.container_16 .pull_6{left:-288px}.container_16 .pull_7{left:-336px}.container_16 .pull_8{left:-384px}.container_16 .pull_9{left:-432px}.container_16 .pull_10{left:-480px}.container_16 .pull_11{left:-528px}.container_16 .pull_12{left:-576px}.container_16 .pull_13{left:-624px}.container_16 .pull_14{left:-672px}.container_16 .pull_15{left:-720px}}@media only screen and (max-width:767px){body{min-width:300px}.container_12,.container_16{width:300px}.container_12 .grid_1,.container_16 .grid_1,.container_12 .grid_2,.container_16 .grid_2,.container_12 .grid_3,.container_16 .grid_3,.container_12 .grid_4,.container_16 .grid_4,.container_12 .grid_5,.container_16 .grid_5,.container_12 .grid_6,.container_16 .grid_6,.container_12 .grid_7,.container_16 .grid_7,.container_12 .grid_8,.container_16 .grid_8,.container_12 .grid_9,.container_16 .grid_9,.container_12 .grid_10,.container_16 .grid_10,.container_12 .grid_11,.container_16 .grid_11,.container_12 .grid_12,.container_16 .grid_12,.container_12 .grid_13,.container_16 .grid_13,.container_12 .grid_14,.container_16 .grid_14,.container_12 .grid_15,.container_16 .grid_15,.container_12 .grid_16,.container_16 .grid_16{margin:0;width:300px}.container_12 .prefix_1,.container_16 .prefix_1,.container_12 .prefix_2,.container_16 .prefix_2,.container_12 .prefix_3,.container_16 .prefix_3,.container_12 .prefix_4,.container_16 .prefix_4,.container_12 .prefix_5,.container_16 .prefix_5,.container_12 .prefix_6,.container_16 .prefix_6,.container_12 .prefix_7,.container_16 .prefix_7,.container_12 .prefix_8,.container_16 .prefix_8,.container_12 .prefix_9,.container_16 .prefix_9,.container_12 .prefix_10,.container_16 .prefix_10,.container_12 .prefix_11,.container_16 .prefix_11,.container_12 .prefix_12,.container_16 .prefix_12,.container_12 .prefix_13,.container_16 .prefix_13,.container_12 .prefix_14,.container_16 .prefix_14,.container_12 .prefix_15,.container_16 .prefix_15{padding-left:0}.container_12 .suffix_1,.container_16 .suffix_1,.container_12 .suffix_2,.container_16 .suffix_2,.container_12 .suffix_3,.container_16 .suffix_3,.container_12 .suffix_4,.container_16 .suffix_4,.container_12 .suffix_5,.container_16 .suffix_5,.container_12 .suffix_6,.container_16 .suffix_6,.container_12 .suffix_7,.container_16 .suffix_7,.container_12 .suffix_8,.container_16 .suffix_8,.container_12 .suffix_9,.container_16 .suffix_9,.container_12 .suffix_10,.container_16 .suffix_10,.container_12 .suffix_11,.container_16 .suffix_11,.container_12 .suffix_12,.container_16 .suffix_12,.container_12 .suffix_13,.container_16 .suffix_13,.container_12 .suffix_14,.container_16 .suffix_14,.container_12 .suffix_15,.container_16 .suffix_15{padding-right:0}.container_12 .push_1,.container_16 .push_1,.container_12 .push_2,.container_16 .push_2,.container_12 .push_3,.container_16 .push_3,.container_12 .push_4,.container_16 .push_4,.container_12 .push_5,.container_16 .push_5,.container_12 .push_6,.container_16 .push_6,.container_12 .push_7,.container_16 .push_7,.container_12 .push_8,.container_16 .push_8,.container_12 .push_9,.container_16 .push_9,.container_12 .push_10,.container_16 .push_10,.container_12 .push_11,.container_16 .push_11,.container_12 .push_12,.container_16 .push_12,.container_12 .push_13,.container_16 .push_13,.container_12 .push_14,.container_16 .push_14,.container_12 .push_15,.container_16 .push_15,.container_12 .pull_1,.container_16 .pull_1,.container_12 .pull_2,.container_16 .pull_2,.container_12 .pull_3,.container_16 .pull_3,.container_12 .pull_4,.container_16 .pull_4,.container_12 .pull_5,.container_16 .pull_5,.container_12 .pull_6,.container_16 .pull_6,.container_12 .pull_7,.container_16 .pull_7,.container_12 .pull_8,.container_16 .pull_8,.container_12 .pull_9,.container_16 .pull_9,.container_12 .pull_10,.container_16 .pull_10,.container_12 .pull_11,.container_16 .pull_11,.container_12 .pull_12,.container_16 .pull_12,.container_12 .pull_13,.container_16 .pull_13,.container_12 .pull_14,.container_16 .pull_14,.container_12 .pull_15,.container_16 .pull_15{left:0}}@media only screen and (min-width:480px) and (max-width:767px){body{min-width:480px}.container_12,.container_16{width:420px}.container_12 .grid_1,.container_16 .grid_1,.container_12 .grid_2,.container_16 .grid_2,.container_12 .grid_3,.container_16 .grid_3,.container_12 .grid_4,.container_16 .grid_4,.container_12 .grid_5,.container_16 .grid_5,.container_12 .grid_6,.container_16 .grid_6,.container_12 .grid_7,.container_16 .grid_7,.container_12 .grid_8,.container_16 .grid_8,.container_12 .grid_9,.container_16 .grid_9,.container_12 .grid_10,.container_16 .grid_10,.container_12 .grid_11,.container_16 .grid_11,.container_12 .grid_12,.container_16 .grid_12,.container_12 .grid_13,.container_16 .grid_13,.container_12 .grid_14,.container_16 .grid_14,.container_12 .grid_15,.container_16 .grid_15,.container_12 .grid_16,.container_16 .grid_16{margin:0;width:420px}}*{padding:0;margin:0}body{font-family:'minion-pro',serif;font-size:22px;color:#002b36}h1,h2,h3,h4,h5,h6{font-family:'myriad-pro',sans-serif;font-weight:600;margin-top:.5em;margin-bottom:.5em}a{color:#dc322f;text-decoration:none;-webkit-transition:color .25s linear;-moz-transition:color .25s linear;-o-transition:color .25s linear;-ms-transition:color .25s linear;transition:color .25s linear}a:hover{color:#a31e1b}footer{font-family:'myriad-pro',sans-serif;text-align:center;padding-top:2em;padding-bottom:2em;text-transform:uppercase;letter-spacing:2px;font-weight:600;font-size:.8em;color:#93a1a1}header{font-family:'myriad-pro',sans-serif}header a{font-size:1em;font-weight:600;color:#fff;display:block;text-align:center;padding-top:.5em;padding-bottom:.5em}header a:hover{color:#fff}header .projects{background-color:#859900;border-color:#859900;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;-ms-transition:all .25s linear;transition:all .25s linear}header .projects:hover{background-color:#424d00;border-color:#424d00}header .writing{background-color:#cb4b16;border-color:#cb4b16;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;-ms-transition:all .25s linear;transition:all .25s linear}header .writing:hover{background-color:#86310f;border-color:#86310f}header .github{background-color:#268bd2;border-color:#268bd2;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;-ms-transition:all .25s linear;transition:all .25s linear}header .github:hover{background-color:#1a6091;border-color:#1a6091}header .resume{background-color:#d33682;border-color:#d33682;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;-o-transition:all .25s linear;-ms-transition:all .25s linear;transition:all .25s linear}header .resume:hover{background-color:#9b225c;border-color:#9b225c}.about{text-align:center}.portrait{border-radius:220px;width:220px;height:220px;margin-top:2em;margin-left:auto;margin-right:auto;background-image:url('/images/ben_circle.png');background-repeat:no-repeat}.project h1 a{color:#859900}.project h1 a:hover{color:#424d00}.writing h1 a{color:#cb4b16}.writing h1 a:hover{color:#86310f}.doc_detail .date{color:#93a1a1;margin-bottom:1em}.doc_detail img{max-width:100%}.doc_detail p{line-height:1.5em;margin-bottom:1.5em}.doc_detail ul{margin-left:2em;list-style-type:square;margin-bottom:1em}.doc_detail code{font-family:'source-code-pro';font-size:.7em;color:#586e75;background-color:#fdf6e3;border:1px solid #eee8d5;border-radius:2px;padding:0 3px} \ No newline at end of file diff --git a/assets/css/syntax.css b/assets/css/syntax.css new file mode 100644 index 0000000..2774b76 --- /dev/null +++ b/assets/css/syntax.css @@ -0,0 +1,60 @@ +.highlight { background: #ffffff; } +.highlight .c { color: #999988; font-style: italic } /* Comment */ +.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.highlight .k { font-weight: bold } /* Keyword */ +.highlight .o { font-weight: bold } /* Operator */ +.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #aa0000 } /* Generic.Error */ +.highlight .gh { color: #999999 } /* Generic.Heading */ +.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ +.highlight .gt { color: #aa0000 } /* Generic.Traceback */ +.highlight .kc { font-weight: bold } /* Keyword.Constant */ +.highlight .kd { font-weight: bold } /* Keyword.Declaration */ +.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ +.highlight .kr { font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #009999 } /* Literal.Number */ +.highlight .s { color: #d14 } /* Literal.String */ +.highlight .na { color: #008080 } /* Name.Attribute */ +.highlight .nb { color: #0086B3 } /* Name.Builtin */ +.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .no { color: #008080 } /* Name.Constant */ +.highlight .ni { color: #800080 } /* Name.Entity */ +.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ +.highlight .nn { color: #555555 } /* Name.Namespace */ +.highlight .nt { color: #000080 } /* Name.Tag */ +.highlight .nv { color: #008080 } /* Name.Variable */ +.highlight .ow { font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #009999 } /* Literal.Number.Float */ +.highlight .mh { color: #009999 } /* Literal.Number.Hex */ +.highlight .mi { color: #009999 } /* Literal.Number.Integer */ +.highlight .mo { color: #009999 } /* Literal.Number.Oct */ +.highlight .sb { color: #d14 } /* Literal.String.Backtick */ +.highlight .sc { color: #d14 } /* Literal.String.Char */ +.highlight .sd { color: #d14 } /* Literal.String.Doc */ +.highlight .s2 { color: #d14 } /* Literal.String.Double */ +.highlight .se { color: #d14 } /* Literal.String.Escape */ +.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ +.highlight .si { color: #d14 } /* Literal.String.Interpol */ +.highlight .sx { color: #d14 } /* Literal.String.Other */ +.highlight .sr { color: #009926 } /* Literal.String.Regex */ +.highlight .s1 { color: #d14 } /* Literal.String.Single */ +.highlight .ss { color: #990073 } /* Literal.String.Symbol */ +.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #008080 } /* Name.Variable.Class */ +.highlight .vg { color: #008080 } /* Name.Variable.Global */ +.highlight .vi { color: #008080 } /* Name.Variable.Instance */ +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/assets/images/Ben_Burwell_Resume.pdf b/assets/images/Ben_Burwell_Resume.pdf new file mode 100644 index 0000000..2f0d126 Binary files /dev/null and b/assets/images/Ben_Burwell_Resume.pdf differ diff --git a/assets/images/UnifiedShowControl.pdf b/assets/images/UnifiedShowControl.pdf new file mode 100644 index 0000000..810ea54 Binary files /dev/null and b/assets/images/UnifiedShowControl.pdf differ diff --git a/assets/images/ben_circle.png b/assets/images/ben_circle.png new file mode 100644 index 0000000..f8be1f4 Binary files /dev/null and b/assets/images/ben_circle.png differ diff --git a/assets/images/forest_interaction_diagram.png b/assets/images/forest_interaction_diagram.png new file mode 100644 index 0000000..818fad7 Binary files /dev/null and b/assets/images/forest_interaction_diagram.png differ diff --git a/assets/images/forest_venture_proposal.pdf b/assets/images/forest_venture_proposal.pdf new file mode 100644 index 0000000..77b8eee Binary files /dev/null and b/assets/images/forest_venture_proposal.pdf differ diff --git a/assets/images/icons/apple/apple-touch-icon-114x114.png b/assets/images/icons/apple/apple-touch-icon-114x114.png new file mode 100644 index 0000000..b97ac67 Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-114x114.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-120x120.png b/assets/images/icons/apple/apple-touch-icon-120x120.png new file mode 100644 index 0000000..14d103a Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-120x120.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-144x144.png b/assets/images/icons/apple/apple-touch-icon-144x144.png new file mode 100644 index 0000000..24f1fe5 Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-144x144.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-152x152.png b/assets/images/icons/apple/apple-touch-icon-152x152.png new file mode 100644 index 0000000..787fb96 Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-152x152.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-57x57.png b/assets/images/icons/apple/apple-touch-icon-57x57.png new file mode 100644 index 0000000..381fec7 Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-57x57.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-72x72.png b/assets/images/icons/apple/apple-touch-icon-72x72.png new file mode 100644 index 0000000..27c75d0 Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-72x72.png differ diff --git a/assets/images/icons/apple/apple-touch-icon-76x76.png b/assets/images/icons/apple/apple-touch-icon-76x76.png new file mode 100644 index 0000000..3fbe7ee Binary files /dev/null and b/assets/images/icons/apple/apple-touch-icon-76x76.png differ diff --git a/assets/images/icons/benburwell.png b/assets/images/icons/benburwell.png new file mode 100644 index 0000000..357b4fa Binary files /dev/null and b/assets/images/icons/benburwell.png differ diff --git a/assets/images/icons/favicon.ico b/assets/images/icons/favicon.ico new file mode 100644 index 0000000..e0d367f Binary files /dev/null and b/assets/images/icons/favicon.ico differ diff --git a/assets/images/icons/settings-icon.png b/assets/images/icons/settings-icon.png new file mode 100644 index 0000000..3e2797a Binary files /dev/null and b/assets/images/icons/settings-icon.png differ diff --git a/css/main.css b/css/main.css deleted file mode 100755 index 1a2c013..0000000 --- a/css/main.css +++ /dev/null @@ -1,160 +0,0 @@ -/*****************************************************************************/ -/* -/* Common -/* -/*****************************************************************************/ - -/* Global Reset */ -* { - margin: 0; - padding: 0; -} - -html, body { height: 100%; } - -body { - background-color: #FFF; - font: 13.34px Helvetica, Arial, sans-serif; - font-size: small; - text-align: center; -} - -h1, h2, h3, h4, h5, h6 { - font-size: 100%; } - -h1 { margin-bottom: 1em; } -p { margin: 1em 0; } - -a { color: #00a; } -a:hover { color: #000; } -a:visited { color: #a0a; } - -/*****************************************************************************/ -/* -/* Home -/* -/*****************************************************************************/ -.posts { - list-style-type: none; - margin-bottom: 2em; -} - -.posts li { - line-height: 1.75em; -} - -.posts span { - color: #aaa; - font-family: Monaco, "Courier New", monospace; - font-size: 80%; -} - -/*****************************************************************************/ -/* -/* Site -/* -/*****************************************************************************/ - -.site { - font-size: 115%; - text-align: justify; - width: 42em; - margin: 3em auto 2em; - line-height: 1.5em; -} - -.header a { - font-weight: bold; - text-decoration: none; -} - -.title { - display: inline-block; - margin-bottom: 2em; -} - -.title a { - color: #a00; -} - -.title a:hover { - color: #000; -} - -.header a.extra { - color: #aaa; - margin-left: 1em; -} - -.header a.extra:hover { - color: #000; -} - -.meta { - color: #aaa; -} - -.footer { - font-size: 80%; - color: #666; - border-top: 4px solid #eee; - margin-top: 2em; - overflow: hidden; -} - -.footer .contact { - float: left; - margin-right: 3em; -} - -.footer .contact a { - color: #8085C1; -} - -.footer .rss { - margin-top: 1.1em; - margin-right: -.2em; - float: right; -} - -.footer .rss img { - border: 0; -} - -/*****************************************************************************/ -/* -/* Posts -/* -/*****************************************************************************/ - -/* standard */ -.post pre { - border: 1px solid #ddd; - background-color: #eef; - padding: 0 .4em; -} - -.post ul, .post ol { - margin-left: 1.35em; -} - -.post code { - border: 1px solid #ddd; - background-color: #eef; - padding: 0 .2em; -} - -.post pre code { - border: none; -} - -/* terminal */ -.post pre.terminal { - border: 1px solid #000; - background-color: #333; - color: #FFF; -} - -.post pre.terminal code { - background-color: #333; -} diff --git a/css/syntax.css b/css/syntax.css deleted file mode 100644 index 2774b76..0000000 --- a/css/syntax.css +++ /dev/null @@ -1,60 +0,0 @@ -.highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #d14 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ -.highlight .sc { color: #d14 } /* Literal.String.Char */ -.highlight .sd { color: #d14 } /* Literal.String.Doc */ -.highlight .s2 { color: #d14 } /* Literal.String.Double */ -.highlight .se { color: #d14 } /* Literal.String.Escape */ -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ -.highlight .si { color: #d14 } /* Literal.String.Interpol */ -.highlight .sx { color: #d14 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #d14 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/index.html b/index.html index c726819..d1d966f 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,10 @@ --- -layout: default -title: Your New Jekyll Site +layout: master +title: Ben Burwell --- -
-

Blog Posts

- -
\ No newline at end of file +
+

+

Ben Burwell

+

Passionate about kerning & coffee. I’m available for freelance work on a limited basis; if you’re interested in hiring me for your project, please get in touch.

+
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..ce0ce1c --- /dev/null +++ b/projects/index.html @@ -0,0 +1,10 @@ +--- +layout: master +title: Ben Burwell’s Projects +description: Projects I’ve done. +--- + +{% for post in site.posts %} +

{{ post.title }}

+

{{ post.description }}

+{% endfor %} diff --git a/writing/index.html b/writing/index.html new file mode 100644 index 0000000..ec58a49 --- /dev/null +++ b/writing/index.html @@ -0,0 +1,10 @@ +--- +layout: master +title: Ben Burwell’s Writing +description: A small collection of writing I’ve done on various topics over the years. +--- + +{% for post in site.posts %} +

{{ post.title }}

+

{{ post.description }}

+{% endfor %} -- cgit v1.2.3