mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-07-06 18:21:06 +01:00
Compare commits
28 Commits
v0.7.1-bet
...
v0.9.3-bet
Author | SHA1 | Date | |
---|---|---|---|
c0783a4bd2 | |||
0d115f15ba | |||
ad939ae0fc | |||
08dadb6f79 | |||
8361cfa12d | |||
0bdecd83f2 | |||
4458059c6f | |||
c74388171d | |||
e77ed4d25c | |||
ce0fe06686 | |||
4433f5daca | |||
90152b4520 | |||
d8a17bec2c | |||
23844d94ca | |||
5c027ce357 | |||
87421e1988 | |||
3fe6419626 | |||
637affccb7 | |||
85976ec9c6 | |||
2df7422e90 | |||
d56f8b0e60 | |||
a08df5792b | |||
a526cb5703 | |||
d2b0a852d8 | |||
cb61881411 | |||
122172fdd7 | |||
962c61baba | |||
fc2c2fa732 |
20
README.md
20
README.md
@ -1,5 +1,5 @@
|
||||
fluent-themes
|
||||
=============
|
||||
fresh-themes
|
||||
============
|
||||
|
||||
Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and
|
||||
[JSON Resume][jrs] formats.
|
||||
@ -18,7 +18,7 @@ You don't need to install this repository to use the themes; just install
|
||||
[FluentCV Desktop][1] or [Command Line][2]. Otherwise you can install the latest
|
||||
official standalone version of the theme repository over NPM...
|
||||
|
||||
`[sudo] npm install fluent-themes --save`
|
||||
`[sudo] npm install fresh-themes --save`
|
||||
|
||||
...or fork and clone it as usual.
|
||||
|
||||
@ -51,13 +51,13 @@ MIT. See [LICENSE.md][1] for details.
|
||||
|
||||
[1]: http://fluentcv.com
|
||||
[2]: https://github.com/fluentdesk/fluentcv
|
||||
[3]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md
|
||||
[3]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
[f]: https://github.com/fluentdesk/FRESCA
|
||||
[jrs]: http://jsonresume.org
|
||||
[awe]: https://github.com/posquit0/Awesome-CV
|
||||
[t-awesome]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/awesome
|
||||
[t-minimist]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/minimist
|
||||
[t-modern]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/modern
|
||||
[t-hello]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/hello-world
|
||||
[t-compact]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/compact
|
||||
[t-positive]: https://github.com/fluentdesk/fluent-themes/tree/master/themes/positive
|
||||
[t-awesome]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/awesome
|
||||
[t-minimist]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/minimist
|
||||
[t-modern]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/modern
|
||||
[t-hello]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/hello-world
|
||||
[t-compact]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/compact
|
||||
[t-positive]: https://github.com/fluentdesk/fresh-themes/tree/master/themes/positive
|
||||
|
14
package.json
14
package.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "fluent-themes",
|
||||
"version": "0.7.1-beta",
|
||||
"description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.",
|
||||
"name": "fresh-themes",
|
||||
"version": "0.9.3-beta",
|
||||
"description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fluentdesk/fluent-themes.git"
|
||||
"url": "https://github.com/fluentdesk/fresh-themes.git"
|
||||
},
|
||||
"main": "themes/README.md",
|
||||
"keywords": [
|
||||
@ -23,11 +23,11 @@
|
||||
"JSON",
|
||||
"YAML"
|
||||
],
|
||||
"author": "James M. Devlin",
|
||||
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/fluentdesk/fluent-themes/issues"
|
||||
"url": "https://github.com/fluentdesk/fresh-themes/issues"
|
||||
},
|
||||
"homepage": "https://github.com/fluentdesk/fluent-themes",
|
||||
"homepage": "https://github.com/fluentdesk/fresh-themes",
|
||||
"dependencies": { }
|
||||
}
|
||||
|
@ -1,13 +1,9 @@
|
||||
/themes/
|
||||
========
|
||||
FluentCV themes live here, one per folder.
|
||||
FRESH resume themes live here, one per folder.
|
||||
|
||||
- [`minimist`][min]: A no-frills theme.
|
||||
- [`modern`][mod]: A middle of the road theme with a modern look 'n feel.
|
||||
- [`hello-world`][hw]: A simple-as-possible example theme.
|
||||
- [`compact`][com]: A compact theme.
|
||||
|
||||
[min]: minimist
|
||||
[mod]: modern
|
||||
[hw]: hello-world
|
||||
[com]: compact
|
||||
- [`minimist`](minimist): A no-frills theme.
|
||||
- [`modern`](modern): A middle of the road theme with a modern look 'n feel.
|
||||
- [`hello-world`](hello-world): A simple-as-possible example theme.
|
||||
- [`compact`](compact): A compact theme.
|
||||
- [`positive`](positive): A theme that partakes of that which is positive.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Theme: Awesome
|
||||
==============
|
||||
An experimental FluentCV theme based on [Byungjin Park's][author]
|
||||
An experimental resume theme based on [Byungjin Park's][author] awesome
|
||||
[Awesome-CV][acv] résumé template for LaTeX.
|
||||
|
||||
## Use
|
||||
@ -28,12 +28,11 @@ and `mklink /J` for the last.
|
||||
|
||||
## License
|
||||
|
||||
Themes are licensed under MIT. See [LICENSE.md][lic].
|
||||
|
||||
MIT. See [LICENSE.md][lic].
|
||||
|
||||
[acv]: https://github.com/posquit0/Awesome-CV
|
||||
[m]: http://miktex.org/download
|
||||
[desk]: http://fluentcv.com
|
||||
[cli]: https://github.com/fluentdesk/fluentcv
|
||||
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
[author]: https://github.com/posquit0
|
||||
|
@ -37,5 +37,6 @@
|
||||
"src/latex/examples/fonts": "../fonts"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"message": "Don't forget to run 'xelatex <myresume.tex>' in the generated latex/examples folder to complete your resume build! For more info, see the theme README at https://github.com/fluentdesk/fresh-themes/blob/master/themes/awesome/README.md."
|
||||
}
|
||||
|
@ -1,5 +1,18 @@
|
||||
Theme: Compact
|
||||
==============
|
||||
A compact, no-frills résumé theme for FluentCV.
|
||||
A compact, no-frills résumé theme for candidates with lengthy work histories.
|
||||
Collapses older work history into a single summary entry.
|
||||
|
||||

|
||||
|
||||
## Use
|
||||
|
||||
The Compact theme folds the candidates last several jobs into a single entry
|
||||
in order to conserve vertical space. Your resume should have at least 7 or 8
|
||||
job entries in order for this theme to make sense.
|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE.md][lic] for details.
|
||||
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ RAW.name }}</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link href="compact-html.css" rel="stylesheet" type="text/css">
|
||||
{{{styleSheet "compact-html.css"}}}
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -1,3 +1,9 @@
|
||||
Theme: Hello-World
|
||||
==================
|
||||
The simplest possible résumé theme for FluentCV. For example purposes.
|
||||
A simple résumé theme for example purposes.
|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE.md][lic] for details.
|
||||
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ r.name }}</title>
|
||||
<link type="text/css" rel="stylesheet" href="css/style.css">
|
||||
{{{styleSheet "css/style.css"}}}
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, world! My name is {{ r.name }}</h1>
|
||||
|
@ -1,3 +1,9 @@
|
||||
Theme: Minimist
|
||||
===============
|
||||
An unstyled résumé theme for FluentCV.
|
||||
An unstyled résumé theme.
|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE.md][lic] for details.
|
||||
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
|
@ -13,13 +13,7 @@ engine: Underscore
|
||||
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
{{ headFragment }}
|
||||
{% if( cssInfo.file ) { %}
|
||||
<link href="{{ cssInfo.file }}" rel="stylesheet" type="text/css">
|
||||
{% } else { %}
|
||||
<style>
|
||||
{{ cssInfo.data }}
|
||||
</style>
|
||||
{% } %}
|
||||
{% print( h.styleSheet('html.css') ) %}
|
||||
</head>
|
||||
<body>
|
||||
<main id="main">
|
||||
@ -162,7 +156,7 @@ engine: Underscore
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
{% if ( r.service.history && r.service.history.length ) { %}
|
||||
{% if ( r.service && r.service.history && r.service.history.length ) { %}
|
||||
<hr>
|
||||
<section id="volunteer">
|
||||
<header>
|
||||
|
@ -1,5 +1,36 @@
|
||||
Theme: Modern
|
||||
===============
|
||||
A contemporary technical résumé theme for FluentCV.
|
||||
A contemporary technical résumé theme. Features colored progress bars
|
||||
representing skill levels and Font Awesome icons for section headers.
|
||||
|
||||

|
||||
|
||||
## Use
|
||||
|
||||
Note: In order to display colored progress bars as in the below image, your resume should include a `level` annotation for each skill:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "JavaScript",
|
||||
"level": "master",
|
||||
"skills": [
|
||||
"Node.js", "Angular.js", "jQuery", "Bootstrap", "React.js", "Backbone.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Database",
|
||||
"level": "intermediate",
|
||||
"skills": [
|
||||
"MySQL", "PostgreSQL", "NoSQL", "ORM", "Hibernate"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Valid values for `level` are `master`, `advanced`, `intermediate`, `beginner`,
|
||||
or a number between 1 and 10.
|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE.md][lic] for details.
|
||||
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
|
@ -5,5 +5,6 @@
|
||||
"engine": "handlebars",
|
||||
"palette": {
|
||||
"skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ]
|
||||
}
|
||||
},
|
||||
"message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill!"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<title>{{ r.name }}</title>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link href="modern-html.css" rel="stylesheet" type="text/css">
|
||||
{{{styleSheet "modern-html.css"}}}
|
||||
</head>
|
||||
<body>
|
||||
<main id="main">
|
||||
@ -18,7 +18,6 @@
|
||||
{{#if r.contact.website}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/if}}
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
|
||||
{{#if r.info.brief}}
|
||||
|
@ -1,5 +1,11 @@
|
||||
Theme: Positive
|
||||
===============
|
||||
A dynamic technical résumé theme for FluentCV.
|
||||
A dynamic technical résumé theme.
|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
||||
MIT. See [LICENSE.md][lic] for details.
|
||||
|
||||
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||
|
@ -5,7 +5,7 @@
|
||||
<title>{{ r.name }}</title>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link href="positive-html.css" rel="stylesheet" type="text/css">
|
||||
{{{styleSheet "positive-html.css"}}}
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
Reference in New Issue
Block a user