From 3e7bf4d2512a1ef82f180c74bc9a4b3b6b279d35 Mon Sep 17 00:00:00 2001 From: Antonio Ruberto Date: Sun, 10 Jan 2016 17:47:21 -0500 Subject: [PATCH] init gh-pages --- .gitignore | 27 --------- LICENSE | 21 ------- README.md | 21 ------- package.json | 21 ------- src/partials/about.html | 7 --- src/partials/body.html | 12 ---- src/partials/contact.html | 7 --- src/partials/education.html | 21 ------- src/partials/employment.html | 25 --------- src/partials/head.html | 11 ---- src/partials/pdf-font-hack.html | 98 --------------------------------- src/partials/projects.html | 25 --------- src/partials/recognition.html | 14 ----- src/partials/samples.html | 25 --------- src/partials/service.html | 25 --------- src/partials/skills.html | 20 ------- src/partials/writing.html | 17 ------ src/template-html.html | 9 --- src/template-pdf.html | 10 ---- theme.json | 4 -- 20 files changed, 420 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 package.json delete mode 100644 src/partials/about.html delete mode 100644 src/partials/body.html delete mode 100644 src/partials/contact.html delete mode 100644 src/partials/education.html delete mode 100644 src/partials/employment.html delete mode 100644 src/partials/head.html delete mode 100644 src/partials/pdf-font-hack.html delete mode 100644 src/partials/projects.html delete mode 100644 src/partials/recognition.html delete mode 100644 src/partials/samples.html delete mode 100644 src/partials/service.html delete mode 100644 src/partials/skills.html delete mode 100644 src/partials/writing.html delete mode 100644 src/template-html.html delete mode 100644 src/template-pdf.html delete mode 100644 theme.json diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 123ae94..0000000 --- a/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git -node_modules diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9fa05a7..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 Antonio Ruberto - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 4733378..0000000 --- a/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# fresh-theme-bootstrap -Responsive resume theme for [HackMyResume](https://github.com/hacksalot/HackMyResume) using [Bootstrap](http://getbootstrap.com) and [Bootswatch](https://bootswatch.com). - -## Install - -Install the latest version with NPM: - -```bash -npm install fresh-theme-bootstrap -``` - -Then specify the theme and css attribute when running HackMyResume: - - -```bash -hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css -``` - -The swatch name can be either 'bootstrap' for default Bootstrap look and feel or name of any Bootswatch theme (lumen, darkly, readable ...) - -## Examples diff --git a/package.json b/package.json deleted file mode 100644 index 4907be5..0000000 --- a/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "fresh-theme-bootstrap", - "version": "0.1.0", - "description": "Responsive resume theme using Bootstrap and Bootswatch.", - "repository": { - "type": "git", - "url": "git+https://github.com/aruberto/fresh-theme-bootstrap.git" - }, - "keywords": [ - "fresh-themes", - "hackmyresume", - "fresh", - "fresca" - ], - "author": "aruberto (https://github.com/aruberto)", - "license": "MIT", - "bugs": { - "url": "https://github.com/aruberto/fresh-theme-bootstrap/issues" - }, - "homepage": "https://github.com/aruberto/fresh-theme-bootstrap#readme" -} diff --git a/src/partials/about.html b/src/partials/about.html deleted file mode 100644 index c16c9ab..0000000 --- a/src/partials/about.html +++ /dev/null @@ -1,7 +0,0 @@ -{{#if r.info.brief}} -
-
-

 {{{sectionTitle "info" "About"}}}

-
{{{r.info.brief}}}
-
-{{/if}} diff --git a/src/partials/body.html b/src/partials/body.html deleted file mode 100644 index 169d205..0000000 --- a/src/partials/body.html +++ /dev/null @@ -1,12 +0,0 @@ -
- {{> contact}} - {{> about}} - {{> skills}} - {{> employment}} - {{> projects}} - {{> samples}} - {{> education}} - {{> service}} - {{> writing}} - {{> recognition}} -
diff --git a/src/partials/contact.html b/src/partials/contact.html deleted file mode 100644 index 87dde10..0000000 --- a/src/partials/contact.html +++ /dev/null @@ -1,7 +0,0 @@ -
-

{{{r.name}}}

- {{#if r.location.city}}

 {{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}

{{/if}} - {{#if r.contact.email}}

 {{r.contact.email}}

{{/if}} - {{#if r.contact.phone}}

 {{r.contact.phone}}

{{/if}} - {{#if r.contact.website}}

 {{RAW.contact.website}}

{{/if}} -
diff --git a/src/partials/education.html b/src/partials/education.html deleted file mode 100644 index 9276d8d..0000000 --- a/src/partials/education.html +++ /dev/null @@ -1,21 +0,0 @@ -{{#section 'education'}} -
-
-

 {{{sectionTitle "Education"}}}

-
- {{#each r.education.history}} -

{{studyType}}, {{#if url}}{{institution}}{{else}}{{institution}}{{/if}}

- {{#if area}}
{{area}}
{{/if}} - {{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}} - {{#if curriculum}} -
    - {{#each curriculum}} -
  • {{{this}}}
  • - {{/each}} -
- {{/if}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/employment.html b/src/partials/employment.html deleted file mode 100644 index 9938915..0000000 --- a/src/partials/employment.html +++ /dev/null @@ -1,25 +0,0 @@ -{{#section 'employment'}} -
-
-

 {{{sectionTitle "Employment"}}}

-
- {{#each r.employment.history}} - {{#if url}} -

{{position}}, {{employer}}

- {{else}} -

{{position}}, {{employer}}

- {{/if}} - {{formatDate safe.start 'YYYY-MM'}}—{{#if current}}Present{{else}}{{formatDate safe.end 'YYYY-MM'}}{{/if}} - {{{summary}}} - {{#if highlights}} -
    - {{#each highlights}} -
  • {{{this}}}
  • - {{/each}} -
- {{/if}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/head.html b/src/partials/head.html deleted file mode 100644 index 660b29b..0000000 --- a/src/partials/head.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -{{r.name}} -{{#compare opts.css "bootstrap" operator="=="}} - -{{/compare}} -{{#compare opts.css "bootstrap" operator="!="}} - -{{/compare}} - diff --git a/src/partials/pdf-font-hack.html b/src/partials/pdf-font-hack.html deleted file mode 100644 index 8b377fa..0000000 --- a/src/partials/pdf-font-hack.html +++ /dev/null @@ -1,98 +0,0 @@ - diff --git a/src/partials/projects.html b/src/partials/projects.html deleted file mode 100644 index 1baed75..0000000 --- a/src/partials/projects.html +++ /dev/null @@ -1,25 +0,0 @@ -{{#section 'projects'}} -
-
-

 {{{sectionTitle "Projects"}}}

-
- {{#each r.projects}} - {{#if url}} -

{{role}}, {{title}}

- {{else}} -

{{role}}, {{title}}

- {{/if}} - {{formatDate safe.start 'YYYY-MM'}}—{{#if current}}Present{{else}}{{formatDate safe.end 'YYYY-MM'}}{{/if}} - {{{summary}}} - {{#if highlights}} -
    - {{#each highlights}} -
  • {{{this}}}
  • - {{/each}} -
- {{/if}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/recognition.html b/src/partials/recognition.html deleted file mode 100644 index adaeb36..0000000 --- a/src/partials/recognition.html +++ /dev/null @@ -1,14 +0,0 @@ -{{#section 'recognition'}} -
-
-

 {{{sectionTitle "recognition" "Awards"}}}

-
- {{#each r.recognition}} -

{{title}}, {{from}}

- {{{date}}} - {{{summary}}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/samples.html b/src/partials/samples.html deleted file mode 100644 index 6a86bd5..0000000 --- a/src/partials/samples.html +++ /dev/null @@ -1,25 +0,0 @@ -{{#section 'samples'}} -
-
-

 {{{sectionTitle "Samples"}}}

-
- {{#each r.samples}} - {{#if url}} -

{{role}}, {{title}}

- {{else}} -

{{role}}, {{title}}

- {{/if}} - {{formatDate safe.start 'YYYY-MM'}}—{{#if current}}Present{{else}}{{formatDate safe.end 'YYYY-MM'}}{{/if}} - {{{summary}}} - {{#if highlights}} -
    - {{#each highlights}} -
  • {{{this}}}
  • - {{/each}} -
- {{/if}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/service.html b/src/partials/service.html deleted file mode 100644 index 8fb24b9..0000000 --- a/src/partials/service.html +++ /dev/null @@ -1,25 +0,0 @@ -{{#section 'service'}} -
-
-

 {{{sectionTitle "Service"}}}

-
- {{#each r.service.history}} - {{#if url}} -

{{position}}, {{organization}}

- {{else}} -

{{position}}, {{organization}}

- {{/if}} - {{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}} - {{{summary}}} - {{#if highlights}} -
    - {{#each highlights}} -
  • {{{this}}}
  • - {{/each}} -
- {{/if}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/partials/skills.html b/src/partials/skills.html deleted file mode 100644 index 1e5d5b5..0000000 --- a/src/partials/skills.html +++ /dev/null @@ -1,20 +0,0 @@ -{{#section 'skills'}} -
-
-

 {{{sectionTitle "Skills"}}}

-
- {{#each r.skills.sets}} -

-
{{name}}
-
- {{#if skills}} - {{#each skills}} - {{this}} - {{/each}} - {{/if}} -
-

- {{/each}} -
-
-{{/section}} diff --git a/src/partials/writing.html b/src/partials/writing.html deleted file mode 100644 index bc597d6..0000000 --- a/src/partials/writing.html +++ /dev/null @@ -1,17 +0,0 @@ -{{#section 'writing'}} -
-
-

 {{{sectionTitle "writing" "Publications"}}}

-
- {{#each r.writing}} - {{#if url}} -

{{title}}, {{publisher.name}}

- {{else}} -

{{title}}, {{publisher.name}}

- {{/if}} - Published on: {{formatDate safe.date 'YYYY-MM'}} - {{#unless @last}}
 
{{/unless}} - {{/each}} -
-
-{{/section}} diff --git a/src/template-html.html b/src/template-html.html deleted file mode 100644 index a4e4ad9..0000000 --- a/src/template-html.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - {{> head}} - - - {{> body headerClass='col-md-3' contentClass='col-md-9'}} - - diff --git a/src/template-pdf.html b/src/template-pdf.html deleted file mode 100644 index fb33a3b..0000000 --- a/src/template-pdf.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - {{> head}} - {{> pdf-font-hack}} - - - {{> body headerClass='col-xs-3' contentClass='col-xs-9'}} - - diff --git a/theme.json b/theme.json deleted file mode 100644 index 02d53e1..0000000 --- a/theme.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "fresh-theme-bootstrap", - "engine": "handlebars" -}