diff --git a/_config.yml b/_config.yml index 8b0162aa..1d8f7058 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ owner: avatar: bio-photo.jpg bio: "Just another boring, time traveling, tattooed, designer from Buffalo New York." email: michael@mademistakes.com - twitter: "@mmistakes" + twitter: "mmistakes" google_plus: "https://plus.google.com/118238196859537351707/posts" # Analytics and webmaster tools stuff goes here diff --git a/_includes/author-bio.html b/_includes/author-bio.html index 8b6d8519..80693191 100644 --- a/_includes/author-bio.html +++ b/_includes/author-bio.html @@ -1,3 +1,4 @@ {{ site.owner.name }} bio photo

{{ site.owner.name }}

-

{{ site.owner.bio }}

\ No newline at end of file +

{{ site.owner.bio }}

+

Follow @{{ site.owner.twitter }} \ No newline at end of file diff --git a/assets/fonts/icomoon.dev.svg b/assets/fonts/icomoon.dev.svg new file mode 100644 index 00000000..6c85ebd1 --- /dev/null +++ b/assets/fonts/icomoon.dev.svg @@ -0,0 +1,57 @@ + + + + +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 new file mode 100644 index 00000000..c967e618 Binary files /dev/null and b/assets/fonts/icomoon.eot differ diff --git a/assets/fonts/icomoon.svg b/assets/fonts/icomoon.svg new file mode 100644 index 00000000..c36f5331 --- /dev/null +++ b/assets/fonts/icomoon.svg @@ -0,0 +1,57 @@ + + + + +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 new file mode 100644 index 00000000..693beca0 Binary files /dev/null and b/assets/fonts/icomoon.ttf differ diff --git a/assets/fonts/icomoon.woff b/assets/fonts/icomoon.woff new file mode 100644 index 00000000..a6a5f357 Binary files /dev/null and b/assets/fonts/icomoon.woff differ diff --git a/assets/less/icomoon.less b/assets/less/icomoon.less new file mode 100644 index 00000000..db11e6dd --- /dev/null +++ b/assets/less/icomoon.less @@ -0,0 +1,64 @@ +@font-face { + font-family: 'icomoon'; + src:url('../fonts/icomoon.eot'); + src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), + url('../fonts/icomoon.woff') format('woff'), + url('../fonts/icomoon.ttf') format('truetype'), + url('../fonts/icomoon.svg#icomoon') format('svg'); + font-weight: normal; + font-style: normal; +} + +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: 'icomoon'; + src: url('../fonts/icomoon.svg#icomoon') format('svg'); + } +} + +/* Use the following CSS code if you want to use data attributes for inserting your icons */ +[data-icon]:before { + font-family: 'icomoon'; + content: attr(data-icon); + speak: none; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; +} + +/* Use the following CSS code if you want to have a class per icon */ +/* +Instead of a list of all class selectors, +you can use the generic selector below, but it's slower: +[class*="icon-"] { +*/ +.icon-twitter, .icon-feed, .icon-instagram, .icon-facebook, .icon-google-plus, .icon-github { + font-family: 'icomoon'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; +} +.icon-twitter:before { + content: "\e000"; +} +.icon-feed:before { + content: "\e003"; +} +.icon-instagram:before { + content: "\e004"; +} +.icon-facebook:before { + content: "\e001"; +} +.icon-google-plus:before { + content: "\e002"; +} +.icon-github:before { + content: "\e005"; +} \ No newline at end of file