GithubHelp home page GithubHelp logo

instructions-cv-github's Introduction

Hosta ditt CV med hjälp av github

Förkrav: Ett github-konto och ett CV i PDF-format.

1. Skapa ett public repositoy

Följ länken https://github.com/new. Döp ditt repository till något passande exempelvis "MyCV"

2. Ladda upp din PDF-fil

Efter att du har skapat ditt repo. Tryck på 'Upload Files' knappen och välj din PDF-fil.

Tryck sedan på 'Commit Changes'

3. Skaffa länken till din PDF

Högerklicka på PDF-filen och välj 'Copy link address'.

4. Skapa en HTML-fil för att se din PDF

Skapa en fil med namn index.html som innehåller följande:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en" style="width:100%; height:100%;">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>My Resume</title>
</head>
  <body style="width:100%; height:100%; margin:0;">
    <iframe src="https://docs.google.com/gview?url=[DIN LÄNK HÄR]&embedded=true" style="width:100%; height:100%;" frameborder="0"></iframe>
  </body>
</html>

OBSERVERA: Byta ut [DIN LÄNK HÄR] mot din länk adress.

5. Github pages

Gå nu till repons inställningar och hitta Github Pages inställningen. Aktivera det för Master branchen. Om allt har gått bra så ska du nu kunna se din hemsida på ANVÄNDARNMAN.github.io/REPONAMN

Källa: https://medium.com/@kekayan/display-your-resume-cv-pdf-in-website-using-github-73a088ac961d

instructions-cv-github's People

Contributors

frozenbanana avatar

Watchers

 avatar  avatar

Forkers

hakkad2

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.