Dejvino's Curriculum Vitae
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Dejvino d4b09eefd6 Replace hidden job card p with div to avoid markdown nesting p elements 1 год назад
public Personal data update + photo + minor style tweaks 1 год назад
src Replace hidden job card p with div to avoid markdown nesting p elements 1 год назад
.eslintrc.json Add Next.js + React + Bootstrap 1 год назад
.gitignore Add skills cloud 1 год назад
README.md Improve readme 1 год назад
next-env.d.ts Add Next.js + React + Bootstrap 1 год назад
next.config.js Add Next.js + React + Bootstrap 1 год назад
package-lock.json Add markdown support into descriptions for adding links 1 год назад
package.json Add markdown support into descriptions for adding links 1 год назад
tsconfig.json Add Next.js + React + Bootstrap 1 год назад

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