mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Tweak some stuff.
This commit is contained in:
parent
a5727e00cb
commit
84a727bfd3
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
# Site settings
|
# Site settings
|
||||||
title: HackMyResume
|
title: HackMyResume
|
||||||
|
titleMarkup: "<span style='color: #B5B5B5;'>Hack</span><span style='color: #8A8A8A;'>My</span><span>Resume</span>"
|
||||||
email: hacksalot@indevious.com
|
email: hacksalot@indevious.com
|
||||||
description: > # this means to ignore newlines until "baseurl:"
|
description: > # this means to ignore newlines until "baseurl:"
|
||||||
Write an awesome description for your new site here. You can edit this
|
Write an awesome description for your new site here. You can edit this
|
||||||
|
@ -3,14 +3,14 @@ layout: master-bare
|
|||||||
---
|
---
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ site.title }}</h1>
|
<h1>{{ site.titleMarkup }}</h1>
|
||||||
<p class="byline">A Swiss Army Knife for résumés and CVs<br>For Windows, OS X, Linux, and Node.js</p>
|
<p>A Swiss Army Knife for <strong>résumés and CVs</strong><br>For Windows, OS X, Linux, and Node.js</p>
|
||||||
<p class="byline"><strong>Install</strong> with NPM:<br><br><code>[sudo] npm install hackmyresume -g</code></p>
|
<p><strong>Install</strong> with NPM:<br><br><code>[sudo] npm install hackmyresume -g</code></p>
|
||||||
<p class="byline"><strong>Feed me</strong>: One or more <a href="https://github.com/fluentdesk/FRESCA">FRESH</a> or <a href="https://github.com/json-resume/json-resume-schema">JSON Resume</a> format résumés.</p>
|
<p><strong>Feed me</strong>: One or more <a href="https://github.com/fluentdesk/FRESCA">FRESH</a> or <a href="https://github.com/json-resume/json-resume-schema">JSON Resume</a> format résumés.</p>
|
||||||
<p class="byline"><strong>Sit back</strong> while I generate polished résumés in HTML, WORD, Markdown, PDF, LaTeX, JSON, YAML, XML, plain text, smoke signal, and carrier pigeon.</p>
|
<p><strong>Sit back</strong> while I generate polished résumés in HTML, WORD, Markdown, PDF, LaTeX, JSON, YAML, XML, plain text, smoke signal, and carrier pigeon.</p>
|
||||||
<p class="byline"><strong>Themes</strong>: Choose from any <a href="https://github.com/fluentdesk/fluent-themes">FRESH</a> or <a href="#">JSON Resume</a> theme or <strong>build your own</strong> with Handlebars or Underscore.</p>
|
<p><strong>Themes</strong>: Choose from any <a href="https://github.com/fluentdesk/fluent-themes">FRESH</a> or <a href="https://jsonresume.org/themes/">JSON Resume</a> theme or <strong>build your own</strong> with Handlebars or Underscore.</p>
|
||||||
<p class="byline"><strong>Validation?</strong> Yup.</p>
|
<p><strong>Validation?</strong> Yup.</p>
|
||||||
<p class="byline"><strong>100% Private and Local</strong> No registration, no <a href="https://github.com/jsonresume/resume-cli/blob/master/lib/export-resume/index.js#L67-L86">drive-by resume uploads</a>, no dialing home, and no recruitment.</p>
|
<p><strong>100% Private and Local</strong> No registration, no drive-by resume uploads, no dialing home, no recruitment.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.npmjs.com/package/{{ site.npm_package }}">Install with <strong>NPM</strong></a></li>
|
<li><a href="https://www.npmjs.com/package/{{ site.npm_package }}">Install with <strong>NPM</strong></a></li>
|
||||||
<!-- <li><a href="{{ site.github_url }}/minimal/tarball/master">Download <strong>sources</strong></a></li> -->
|
<!-- <li><a href="{{ site.github_url }}/minimal/tarball/master">Download <strong>sources</strong></a></li> -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.byline {
|
header > p {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user