diff --git a/_assets/fonts/icomoon.dev.svg b/_assets/fonts/icomoon.dev.svg deleted file mode 100644 index 5716f8b..0000000 --- a/_assets/fonts/icomoon.dev.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - \ No newline at end of file diff --git a/_assets/fonts/icomoon.eot b/_assets/fonts/icomoon.eot deleted file mode 100644 index 9c46b6b..0000000 Binary files a/_assets/fonts/icomoon.eot and /dev/null differ diff --git a/_assets/fonts/icomoon.svg b/_assets/fonts/icomoon.svg deleted file mode 100644 index dcee0bc..0000000 --- a/_assets/fonts/icomoon.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - \ No newline at end of file diff --git a/_assets/fonts/icomoon.ttf b/_assets/fonts/icomoon.ttf deleted file mode 100644 index b465652..0000000 Binary files a/_assets/fonts/icomoon.ttf and /dev/null differ diff --git a/_assets/fonts/icomoon.woff b/_assets/fonts/icomoon.woff deleted file mode 100644 index 0ca8141..0000000 Binary files a/_assets/fonts/icomoon.woff and /dev/null differ diff --git a/_assets/images/logo.svg b/_assets/images/logo.svg new file mode 100644 index 0000000..364e113 --- /dev/null +++ b/_assets/images/logo.svg @@ -0,0 +1,4 @@ + + Dan Barber + + diff --git a/_assets/images/social/twitter.svg b/_assets/images/social/twitter.svg new file mode 100644 index 0000000..0ec30cd --- /dev/null +++ b/_assets/images/social/twitter.svg @@ -0,0 +1 @@ +twitterCreated with Sketch. \ No newline at end of file diff --git a/_assets/stylesheets/includes/icons.css.scss b/_assets/stylesheets/includes/icons.css.scss deleted file mode 100644 index dac092f..0000000 --- a/_assets/stylesheets/includes/icons.css.scss +++ /dev/null @@ -1,44 +0,0 @@ -@font-face { - font-family: "icomoon"; - src: asset_url("icomoon.eot"); - src: asset_url("icomoon.eot?#iefix") format("embedded-opentype"), - asset_url("icomoon.woff") format("woff"), - asset_url("icomoon.ttf") format("truetype"), - asset_url("icomoon.svg#icomoon") format("svg"); - font-ht: normal; - font-style: normal; -} - - -[class^="icon-"]::before, -[class*=" icon-"]::before { - font-family: "icomoon"; - font-style: normal; - speak: none; - font-weight: normal; - -webkit-font-smoothing: antialiased; -} - -.icon-logomark::before { - content: ""; -} - -.icon-twitter::before { - position: relative; - top: 0.1em; - content: ""; - margin-right: 0.2em; - color: #05ADE7; -} - -.icon-github::before { - content: ""; -} - -.icon-app-net::before { - position: relative; - top: 0.1em; - content: ""; - margin-right: 0.2em; - color: #8A8E91; -} diff --git a/_assets/stylesheets/includes/layout.css.scss b/_assets/stylesheets/includes/layout.css.scss index 1c1f406..11fb534 100644 --- a/_assets/stylesheets/includes/layout.css.scss +++ b/_assets/stylesheets/includes/layout.css.scss @@ -4,8 +4,8 @@ $pad-min: 8.5% !default; header[role=banner] { padding: 1em 0 0.5em; h1 { - font-size: 3.43em; - margin: 0; + font-size: 1em; + margin: 0.25em 0 0.5em; a { color: white; line-height: 0; @@ -50,31 +50,27 @@ nav[role=navigation] { font-size: 1em; } +header[role=banner] h1 img { + width: 4.6982758621em; + height: 3.4051724138em; +} + @media only screen and (min-width: 450px) { body { font-size: 110%; } - header[role=banner] h1 img { - height: 50px; - } } @media only screen and (min-width: 650px) { body { font-size: 125%; } - header[role=banner] h1 img { - height: 60px; - } } @media only screen and (min-width: 768px) { body { font-size: 135%; } - header[role=banner] h1 img { - height: 80px; - } } @media only screen and (min-width: 892px) { diff --git a/_assets/stylesheets/styles.css.scss b/_assets/stylesheets/styles.css.scss index 809332b..6f4cbe4 100644 --- a/_assets/stylesheets/styles.css.scss +++ b/_assets/stylesheets/styles.css.scss @@ -3,7 +3,6 @@ @import "includes/main.css.scss"; @import "includes/colors.css.scss"; @import "includes/typography.css.scss"; -@import "includes/icons.css.scss"; @import "includes/layout.css.scss"; @import "includes/styles.css.scss"; @import "includes/video.css.scss"; diff --git a/_config.yml b/_config.yml index c969851..10d5863 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ collections: title: Uploads output: true -url: http://danbarber.me +url: https://danbarber.me author: Dan Barber markdown: Kramdown description: Web designer and developer for thoughtbot in London. Drummer and all @@ -67,7 +67,6 @@ assets: - _assets/icons - _assets/javascripts - _assets/stylesheets - - _assets/fonts features: liquid: true diff --git a/_includes/footer.html b/_includes/footer.html index 89fdae4..fac3efd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@