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 @@
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 @@ + +