CHanged Home and About Text

This commit is contained in:
chris2fr 2020-10-24 20:35:30 +02:00
parent 61992ca974
commit c1eee5c09d
2 changed files with 17 additions and 17 deletions

View File

@ -129,14 +129,12 @@
<!-- Component Templates --> <!-- Component Templates -->
<template type="text/x-template" id="home-template" lang="html"> <template type="text/x-template" id="home-template" lang="html">
<div id="home-root"> <div id="home-root">
<p class="margin-bottom-64"> <p class="margin-bottom-32">
<b style="color: maroon">Status: Working & Under Development (26 Nov 2019)</b> <b style="color: maroon">Status: Works Fine (October 2020)</b>
</p> </p>
<p> <p>
Welcome to Profile Studio - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files. Welcome to <strong>JSON Resume Studio</strong> - a generator and editor for <a href="https://jsonresume.org/">JSON Resume</a> files.<BR/>
</p> <I>All the magic happens in your local browser.</I> No registration possible, even if you wanted to. No data stored.
<p>
No registration required. No data stored.
</p> </p>
<p> <p>
To create a JSON resume file: To create a JSON resume file:
@ -144,6 +142,10 @@
<li>Fill in the details under each section.</li> <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>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> <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> <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> 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>.) (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> 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>.) (see an <a href="https://registry.jsonresume.org/jsnelders">example here</a>.)
</li> </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> </ol>
</p> </p>
<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> 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. "url" attributes are current identified as "website" per the published shema at jsonresume.org.
</p> </p>
<p>Enjoy!</p> <p><i>Enjoy!</i></p>
<p><a href="https://jsnelders.com">Jason Snelders</a></p> <p><a href="https://jsnelders.com">Jason Snelders</a> and <a href="https://www.mann.fr">Chris Mann</a></p>
</div> </div>
</template> </template>
@ -1334,8 +1340,8 @@
<li><a href="https://router.vuejs.org/">Vue Router (v3.1.3)</a></li> <li><a href="https://router.vuejs.org/">Vue Router (v3.1.3)</a></li>
</ul> </ul>
<p class="margin-top-64"> <p class="margin-top-64">
Developed by <a href="https://jsnelders.com" target="_blank">Jason Snelders</a>.<br> 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/jsnelders/profile-studio" target="_blank">https://github.com/jsnelders/profile-studio</a>. Source code at <a href="https://github.com/chris2fr/profile-studio" target="_blank">https://github.com/chris2fr/profile-studio</a>.
</p> </p>
</p> </p>
</div> </div>

View File

@ -1,14 +1,8 @@
html, body, h1, h2, h3, h4, h5 html, body, h1, h2, h3, h4, h5
{ {
font-family: "Raleway", sans-serif font-family: "Railway",Verdana,sans-serif;
} }
/******************************************************************************** /********************************************************************************
* Full page overlay * Full page overlay
********************************************************************************/ ********************************************************************************/