Giter Site home page Giter Site logo

aitahtman / cv Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 5.0 7.85 MB

Personal site / online resume with Angular

License: GNU General Public License v3.0

JavaScript 6.90% TypeScript 53.50% HTML 28.06% CSS 3.22% SCSS 8.32%
resume-website online-cv online-resume

cv's Introduction

Personal resume by Angular

Codacy Badge License: GPL v3 Maintenance HitCount

simple personal resume application created by Angular and Github pages.

Live Demo

PREVIEW

preview animation

USAGE

1 - clone the repository

git clone https://github.com/aitahtman/cv.git

you can also make a fork on your github account.

2 - installing the dependencies

cd cv 
npm install 
npm install -g angular-cli-ghpages

3 - setting your personal data

for that, you have juste to edited the file src/assets/data/perso.json

{
   "profile": {
       "firstname": "SALAH EDDINE",
       "lastname": " AIT AHTMAN ",
       "title": "Geomatics engineer",
       "photo": "./assets/img/avataaars.png",
       "city": "Avignon, France",
       "phone": "",
       "mail": "[email protected]",
       "summary": "Geomatics developer with more than 2 years of experience in the field of geomatics and geographic information systems. Now, i'm under a short-term contract at the French Institute of Agronomic Research (INRA or INRAE) working on UrbaSIMUL project which is a tool dedicated to land prospecting."
   },
   "experiences": [
       {
           "company": "INRA",
           "picture": "https://pbs.twimg.com/media/EG2Q85EXYAY3OhC.png",
           "location": "Avignon, France",
           "title": "Internship",
           "period": "MAR 2017 - AUG 2017",
           "description": [
               "Development of an automated method for the identification of artificial surfaces from the VHRS satellite images."
           ]
       }
   ],
   "educations": [{
           "title": "Master's degree of geomatics in environment and planning (SIGMA) ",
           "city": "Toulouse, France",
           "degree": "Master",
           "period": "2016 - 2017",
           "university": "Toulouse II university (Jean Jaurès)",
           "picture": "https://videos.univ-tlse2.fr/videos/images/videopreview.jpg"
       }
   ],
   "skills": [
       {
           "name": "Python",
           "icon":["fab","python"]
       }, 
       {
           "name": "Javascript",
           "icon":["fab","js"]
       }, 
       {
           "name": "Angular",
           "icon":["fab","angular"]
       } ,
       {
           "name": "nodejs",
           "icon":["fab","node"]
       } ,
       {
           "name": "R",
           "icon":["fas","registered"]
       }


]
}

NB : for the skills part, you need to choose an icon from Fontawesome's gallery.

4 - deploying the app on Github pages

Github offers the possibility to host an angular application for free through the Github pages feature, and it's really simple by using the node package angular-cli-ghpages.

NB: you need to make a fork or a copy of the repository on your github account to be able to share the app on your github pages.

ng build --prod --base-href https://[username].github.io/[repo]/

ngh --no-silent

after that you can visit your personal page on https://[username].github.io/[repo]

5 - Advanced use

ng serve

Contributing

All bug reports and pull requests are welcome.

cv's People

Contributors

aitahtman avatar dependabot[bot] avatar seaitahtman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cv's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.