CHanged Home and About Text
This commit is contained in:
parent
61992ca974
commit
c1eee5c09d
26
index.html
26
index.html
|
|
@ -129,14 +129,12 @@
|
|||
<!-- Component Templates -->
|
||||
<template type="text/x-template" id="home-template" lang="html">
|
||||
<div id="home-root">
|
||||
<p class="margin-bottom-64">
|
||||
<b style="color: maroon">Status: Working & Under Development (26 Nov 2019)</b>
|
||||
<p class="margin-bottom-32">
|
||||
<b style="color: maroon">Status: Works Fine (October 2020)</b>
|
||||
</p>
|
||||
<p>
|
||||
Welcome to Profile Studio - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.
|
||||
</p>
|
||||
<p>
|
||||
No registration required. No data stored.
|
||||
Welcome to <strong>JSON Resume Studio</strong> - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.<BR/>
|
||||
<I>All the magic happens in your local browser.</I> No registration possible, even if you wanted to. No data stored.
|
||||
</p>
|
||||
<p>
|
||||
To create a JSON resume file:
|
||||
|
|
@ -144,6 +142,10 @@
|
|||
<li>Fill in the details under each section.</li>
|
||||
<li>At any time <a href="#/preview">Preview</a> how your resume could look.</li>
|
||||
<li>When you're finished <a href="">export</a> your resume by copying the JSON output into a text file.</li>
|
||||
</ol>
|
||||
|
||||
Once you've got that JSON-resume file,you can then make use of it as fellows:
|
||||
<ol>
|
||||
<li>
|
||||
Create a public Gist in your <a href="https://github.com/">GitHub</a> account (create a new account for free) with a filename "resume.json".<br>
|
||||
(See an <a href="https://gist.github.com/jsnelders/cab89beb9bc0e677ef3f5ec30ef4260b">example here</a>.)
|
||||
|
|
@ -155,6 +157,10 @@
|
|||
View your live resume on jsonresume.org by browsing to https://registry.jsonresume.org/{your_github_username}.<br>
|
||||
(see an <a href="https://registry.jsonresume.org/jsnelders">example here</a>.)
|
||||
</li>
|
||||
<li><a href="https://www.velocv.com">https://www.velocv.com</a></li>
|
||||
<li><a href="https://resumefodder.com/">https://resumefodder.com/</a></li>
|
||||
<li><a href="https://github.com/hacksalot/HackMyResume">https://github.com/hacksalot/HackMyResume</a></li>
|
||||
<li><a href="https://medium.com/@fullsour/creating-online-resume-with-netlify-8d468a5ef11b">https://medium.com/@fullsour/creating-online-resume-with-netlify-8d468a5ef11b</a></li>
|
||||
</ol>
|
||||
</p>
|
||||
<p>
|
||||
|
|
@ -165,8 +171,8 @@
|
|||
with additional attributes found at <a href="https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json">https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json</a>.<br>
|
||||
"url" attributes are current identified as "website" per the published shema at jsonresume.org.
|
||||
</p>
|
||||
<p>Enjoy!</p>
|
||||
<p><a href="https://jsnelders.com">Jason Snelders</a></p>
|
||||
<p><i>Enjoy!</i></p>
|
||||
<p><a href="https://jsnelders.com">Jason Snelders</a> and <a href="https://www.mann.fr">Chris Mann</a></p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -1334,8 +1340,8 @@
|
|||
<li><a href="https://router.vuejs.org/">Vue Router (v3.1.3)</a></li>
|
||||
</ul>
|
||||
<p class="margin-top-64">
|
||||
Developed by <a href="https://jsnelders.com" target="_blank">Jason Snelders</a>.<br>
|
||||
Source code at <a href="https://github.com/jsnelders/profile-studio" target="_blank">https://github.com/jsnelders/profile-studio</a>.
|
||||
Developed by <a href="https://jsnelders.com" target="_blank">Jason Snelders</a> and <a href="https://www.mann.fr">Chris Mann</a>.<br>
|
||||
Source code at <a href="https://github.com/chris2fr/profile-studio" target="_blank">https://github.com/chris2fr/profile-studio</a>.
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,14 +1,8 @@
|
|||
html, body, h1, h2, h3, h4, h5
|
||||
{
|
||||
font-family: "Raleway", sans-serif
|
||||
font-family: "Railway",Verdana,sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/********************************************************************************
|
||||
* Full page overlay
|
||||
********************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue