raineydavid / website-template-cv

Fully responsive cv powered with w3.css with no javascript

Home Page:https://raineydavid.github.io/website-template-cv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ƒ website_template_cv πŸ“ƒ

Table of Contents

  1. Introduction

    • The CV - What are we building?
    • Format - What does a CV look like?
  2. Instructions

  3. Working with the Data

    • Data structure
    • Loading data from your existing CV (to do)
  4. Contributions

  5. Credits

  6. Author

1️⃣ Introduction

What does a CV look like?

Components

What are we building?

Mobile View Desktop View
Image of site Image of site

2️⃣ Instructions

There options for you to generate your cv here..

Option 1 - Manually update your CV

Edit the index.html file

Option 2 - Generate the content with your CV

For a detailed explanation of the data structure, how to load the data from the file etc., pelase see the section Working with the Data.

In order to start making queries, you need a bit of preparation to get your local environment up and running.

πŸ’Ύ Preparing your local environment

  1. Clone the repository

    $ git clone git@github.com:raineydavid/website-template-cv.git
  2. Move into the website-template-cv directory: $ cd website-template-cv

  3. The file structure should look something like the diagram below.

    website-template-cv/
        README.md
        ...

    ❗IMPORTANT❗ The .env file is ignored in .gitignore file in the root of the project. This means that it will not get tracked by git, and hence will not be checked into your commits. This is important for security purposes, as you never want to expose your credentials to publically available spaces πŸ™…

  4. Now you're ready to make a customised template using website-template-cv πŸ’₯

In the next section I explain how to use it in detail.

πŸ”§ Customising the page

3️⃣ Working with the Data

4️⃣ Contributions

Please feel free to raise issues or pull requests as you see room for improvement πŸ™

5️⃣ Credits

W3 Schools was the source of the original templates.

6️⃣ Author

Rainey David

✨ Co-founder @ Women In Tech Dot Me

πŸ‘ Github | Twitter

About

Fully responsive cv powered with w3.css with no javascript

https://raineydavid.github.io/website-template-cv


Languages

Language:CSS 73.6%Language:HTML 26.4%