46 lines
2.1 KiB
HTML
46 lines
2.1 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="public/style.min.css" rel=" stylesheet">
|
|
<title> Best resume ever </title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="forkme">View on Github <i class="fa fa-github"></i></div>
|
|
<div class="suitcase">
|
|
<img src="public/suitcase.png" width="150" />
|
|
</div>
|
|
<div id="readme">
|
|
<h1 id="bestresumeever">best-resume-ever</h1>
|
|
<p>Build your best resume ever!</p>
|
|
<p>A collection of beautiful resumes build with LESS and Mustache Templates. Choose your favorite Curriculum Vitae and easily export it as pdf.</p>
|
|
<h2 id="resumes">Resumes</h2>
|
|
<p><a href="resumes/resume-1/resume-1.png"><img src="resumes/resume-1/resume-1.png" width="150"/></a>
|
|
<a href="resumes/resume-2/resume-2.png"><img src="resumes/resume-2/resume-2.png" width="150"/></a></p>
|
|
<h2 id="install">Install</h2>
|
|
<p>Follow these instructions to create your own CV:</p>
|
|
<ul>
|
|
<li>Clone this repository.</li>
|
|
<li>Switch to project directory and run <code>npm install</code>.</li>
|
|
<li>Adjust your personal information in <code>person.js</code>.</li>
|
|
<li>Replace placeholder image <code>/public/person.jpg</code> with your portrait.</li>
|
|
<li>To preview your CV run <code>npm start</code>. Check out <a href="http://localhost:3000">http://localhost:3000</a>.</li>
|
|
<li>Feel free to adjust styles in <code>/less</code> according to your needs.</li>
|
|
<li>When finished, run <code>npm run pdf</code> to generate all CVs as pdf. You will find the generated pdfs in <code>/pdf</code>.</li>
|
|
</ul>
|
|
<h2 id="addingatemplate">Adding a template</h2>
|
|
<p>TODO</p>
|
|
<h2 id="howtoaddafont">How to add a font</h2>
|
|
<p>TODO</p>
|
|
<h2 id="contribute">Contribute</h2>
|
|
<p>Feel free to create your own templates!</p>
|
|
<hr />
|
|
<p>Icons made by <a href="http://www.flaticon.com/authors/vectors-market" title="Vectors Market">Vectors Market</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC 3.0 BY</a></p>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|