Dejvino's Curriculum Vitae
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Dejvino e249e01ce5 Move Tag cloud to the right of a Job details. Update printing styling. 9 ay önce
public Move Tag cloud to the right of a Job details. Update printing styling. 9 ay önce
src Move Tag cloud to the right of a Job details. Update printing styling. 9 ay önce
.eslintrc.json Add Next.js + React + Bootstrap 11 ay önce
.gitignore Add skills cloud 11 ay önce
README.md Improve readme 11 ay önce
next-env.d.ts Add Next.js + React + Bootstrap 11 ay önce
next.config.js Add Next.js + React + Bootstrap 11 ay önce
package-lock.json Exported PDF via chromehtml2pdf 10 ay önce
package.json Exported PDF via chromehtml2pdf 10 ay önce
tsconfig.json Add Next.js + React + Bootstrap 11 ay önce

README.md

cv

Dejvino’s Curriculum Vitae in a web app.

Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.

Build

npm install

# Development - served on http://localhost:3000/ with auto-reload
npm run dev

# Production - output in ./out/
npm run build

All that is needed to deploy is to copy the contents of the ./out/ folder onto a web hosting.

Configuration

CV content

  • src/PersonalData.ts :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal

Images