mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
commit
23844d94ca
@ -1,5 +1,5 @@
|
|||||||
fluent-themes
|
fresh-themes
|
||||||
=============
|
============
|
||||||
|
|
||||||
Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and
|
Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and
|
||||||
[JSON Resume][jrs] formats.
|
[JSON Resume][jrs] formats.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fluent-themes",
|
"name": "fresh-themes",
|
||||||
"version": "0.8.0-beta",
|
"version": "0.9.0-beta",
|
||||||
"description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.",
|
"description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fluentdesk/fluent-themes.git"
|
"url": "https://github.com/fluentdesk/fluent-themes.git"
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"JSON",
|
"JSON",
|
||||||
"YAML"
|
"YAML"
|
||||||
],
|
],
|
||||||
"author": "James M. Devlin",
|
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/fluentdesk/fluent-themes/issues"
|
"url": "https://github.com/fluentdesk/fluent-themes/issues"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/themes/
|
/themes/
|
||||||
========
|
========
|
||||||
FluentCV themes live here, one per folder.
|
FRESH resume themes live here, one per folder.
|
||||||
|
|
||||||
- [`minimist`](minimist): A no-frills theme.
|
- [`minimist`](minimist): A no-frills theme.
|
||||||
- [`modern`](modern): A middle of the road theme with a modern look 'n feel.
|
- [`modern`](modern): A middle of the road theme with a modern look 'n feel.
|
||||||
|
@ -30,7 +30,6 @@ and `mklink /J` for the last.
|
|||||||
|
|
||||||
MIT. See [LICENSE.md][lic].
|
MIT. See [LICENSE.md][lic].
|
||||||
|
|
||||||
|
|
||||||
[acv]: https://github.com/posquit0/Awesome-CV
|
[acv]: https://github.com/posquit0/Awesome-CV
|
||||||
[m]: http://miktex.org/download
|
[m]: http://miktex.org/download
|
||||||
[desk]: http://fluentcv.com
|
[desk]: http://fluentcv.com
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
Theme: Compact
|
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.
|
||||||
|
|
||||||
![](compact.png)
|
![](compact.png)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ RAW.name }}</title>
|
<title>{{ RAW.name }}</title>
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{ r.name }}</title>
|
<title>{{ r.name }}</title>
|
||||||
<link type="text/css" rel="stylesheet" href="css/style.css">
|
{{{styleSheet "css/style.css"}}}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello, world! My name is {{ r.name }}</h1>
|
<h1>Hello, world! My name is {{ r.name }}</h1>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Theme: Minimist
|
Theme: Minimist
|
||||||
===============
|
===============
|
||||||
An unstyled résumé theme for FluentCV.
|
An unstyled résumé theme.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@ -13,12 +13,7 @@ engine: Underscore
|
|||||||
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
|
<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">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||||
{{ headFragment }}
|
{{ headFragment }}
|
||||||
{% if( cssInfo.file ) { %}
|
{{{styleSheet "html.css"}}}
|
||||||
<link href="{{ cssInfo.file }}" rel="stylesheet" type="text/css">
|
|
||||||
{% } else { %}
|
|
||||||
<style>
|
|
||||||
{{ cssInfo.data }}
|
|
||||||
</style>
|
|
||||||
{% } %}
|
{% } %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Theme: Modern
|
Theme: Modern
|
||||||
===============
|
===============
|
||||||
A contemporary technical résumé theme for FluentCV with colored progress bars
|
A contemporary technical résumé theme. Features colored progress bars
|
||||||
representing skill levels and Font Awesome icons for section headers.
|
representing skill levels and Font Awesome icons for section headers.
|
||||||
|
|
||||||
![](modern.png)
|
![](modern.png)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title>{{ r.name }}</title>
|
<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 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 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main id="main">
|
<main id="main">
|
||||||
|
@ -1 +0,0 @@
|
|||||||
modern-pdf.html
|
|
@ -1,6 +1,6 @@
|
|||||||
Theme: Positive
|
Theme: Positive
|
||||||
===============
|
===============
|
||||||
A dynamic technical résumé theme for FluentCV.
|
A dynamic technical résumé theme.
|
||||||
|
|
||||||
![](positive.png)
|
![](positive.png)
|
||||||
|
|
||||||
@ -8,4 +8,4 @@ A dynamic technical résumé theme for FluentCV.
|
|||||||
|
|
||||||
MIT. See [LICENSE.md][lic] for details.
|
MIT. See [LICENSE.md][lic] for details.
|
||||||
|
|
||||||
[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md
|
[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title>{{ r.name }}</title>
|
<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 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 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
Reference in New Issue
Block a user