diff --git a/_favicons/favicons.zip b/_favicons/favicons.zip new file mode 100644 index 0000000..03cb702 Binary files /dev/null and b/_favicons/favicons.zip differ diff --git a/_includes/favicons.html b/_includes/favicons.html new file mode 100644 index 0000000..4c352a0 --- /dev/null +++ b/_includes/favicons.html @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/_includes/head.html b/_includes/head.html index f945a7e..5fcb03a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,10 +2,12 @@ {{ site.title }} + {% include google-analytics.html %} + {% include favicons.html %} diff --git a/_layouts/home.html b/_layouts/home.html index dc1a296..76c9cd8 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,7 +3,7 @@ layout: master-bare ---
-

{{ site.titleMarkup }}

+

{{ site.titleMarkup }}

A Swiss Army Knife for résumés and CVs
For Windows, OS X, Linux, and Node.js

Install with NPM:

[sudo] npm install hackmyresume -g

Feed me: One or more FRESH or JSON Resume format résumés.

diff --git a/_sass/_hmr.scss b/_sass/_hmr.scss index 060cd96..6b5ccdb 100644 --- a/_sass/_hmr.scss +++ b/_sass/_hmr.scss @@ -31,12 +31,25 @@ header, section, img { box-sizing: border-box; } -img { +img.main { border: solid 10px #000; border-radius: 10px; margin: 0 20px; } +img.logo { + position: absolute; + width: 24px; + top: 4px; + left: -5px; +} + +h1 { + position: relative; + padding-left: 17px; + font-family: $title-font; +} + @media print, screen and (max-width: 960px) { header { width: auto; diff --git a/_sass/_minimal.scss b/_sass/_minimal.scss index 7d7769b..0dceecc 100644 --- a/_sass/_minimal.scss +++ b/_sass/_minimal.scss @@ -3,7 +3,7 @@ body { background-color: #fff; padding:50px; - font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font: 14px/1.5 $base-font; color:#727272; font-weight:400; } diff --git a/android-chrome-144x144.png b/android-chrome-144x144.png new file mode 100644 index 0000000..b442b8a Binary files /dev/null and b/android-chrome-144x144.png differ diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..57c4447 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-36x36.png b/android-chrome-36x36.png new file mode 100644 index 0000000..ee772a2 Binary files /dev/null and b/android-chrome-36x36.png differ diff --git a/android-chrome-48x48.png b/android-chrome-48x48.png new file mode 100644 index 0000000..db05303 Binary files /dev/null and b/android-chrome-48x48.png differ diff --git a/android-chrome-72x72.png b/android-chrome-72x72.png new file mode 100644 index 0000000..57fa5a3 Binary files /dev/null and b/android-chrome-72x72.png differ diff --git a/android-chrome-96x96.png b/android-chrome-96x96.png new file mode 100644 index 0000000..ea22938 Binary files /dev/null and b/android-chrome-96x96.png differ diff --git a/apple-touch-icon-114x114.png b/apple-touch-icon-114x114.png new file mode 100644 index 0000000..ba66866 Binary files /dev/null and b/apple-touch-icon-114x114.png differ diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png new file mode 100644 index 0000000..873c571 Binary files /dev/null and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-144x144.png b/apple-touch-icon-144x144.png new file mode 100644 index 0000000..7132737 Binary files /dev/null and b/apple-touch-icon-144x144.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png new file mode 100644 index 0000000..c376a41 Binary files /dev/null and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png new file mode 100644 index 0000000..cb22537 Binary files /dev/null and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-57x57.png b/apple-touch-icon-57x57.png new file mode 100644 index 0000000..9c3b746 Binary files /dev/null and b/apple-touch-icon-57x57.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png new file mode 100644 index 0000000..9e8ada9 Binary files /dev/null and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-72x72.png b/apple-touch-icon-72x72.png new file mode 100644 index 0000000..3f69dea Binary files /dev/null and b/apple-touch-icon-72x72.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png new file mode 100644 index 0000000..319ad03 Binary files /dev/null and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..6279f24 Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..cb22537 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..65380f3 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #da532c + + + diff --git a/css/main.scss b/css/main.scss index dbbc197..4e722e1 100644 --- a/css/main.scss +++ b/css/main.scss @@ -3,5 +3,8 @@ --- @charset "utf-8"; +$base-font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +$title-font: 'Open Sans Condensed', $base-font; + // Import partials from `sass_dir` (defaults to `_sass`) @import "minimal", "syntax-highlighting", "hmr"; diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..2ab20b6 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-194x194.png b/favicon-194x194.png new file mode 100644 index 0000000..4c32d2a Binary files /dev/null and b/favicon-194x194.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..094ef20 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..45aee9a Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..3ce371c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index bef3b65..5780fb1 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ --- layout: home --- - + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c2c8788 --- /dev/null +++ b/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "HackMyResume", + "icons": [ + { + "src": "\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": 0.75 + }, + { + "src": "\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": 1 + }, + { + "src": "\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": 1.5 + }, + { + "src": "\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": 2 + }, + { + "src": "\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": 3 + }, + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": 4 + } + ] +} diff --git a/mstile-144x144.png b/mstile-144x144.png new file mode 100644 index 0000000..e0e6e99 Binary files /dev/null and b/mstile-144x144.png differ diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..1cfe238 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/mstile-310x150.png b/mstile-310x150.png new file mode 100644 index 0000000..8476917 Binary files /dev/null and b/mstile-310x150.png differ diff --git a/mstile-310x310.png b/mstile-310x310.png new file mode 100644 index 0000000..2099b5f Binary files /dev/null and b/mstile-310x310.png differ diff --git a/mstile-70x70.png b/mstile-70x70.png new file mode 100644 index 0000000..1407a2c Binary files /dev/null and b/mstile-70x70.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..af2478f --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,39 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + + +