All Projects → mazipan → bulma-resume-template

mazipan / bulma-resume-template

Licence: MIT License
💼 Free resume page template with bulma css

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to bulma-resume-template

Awesome Resume
Resume,Resume Templates,程序员简历例句,简历模版,
Stars: ✭ 4,300 (+4243.43%)
Mutual labels:  resume-template, resume-website
resumeX
📄📱💬 A special resume/CV or personal homepage made with React and LESS.
Stars: ✭ 34 (-65.66%)
Mutual labels:  resume-template, resume-website
Fake Terminal Resume Website
A fake terminal website for coders
Stars: ✭ 57 (-42.42%)
Mutual labels:  resume-template, resume-website
osresume
Resume Builder => Built with Material UI, Drag & Drop (rearrange info), Form Handling (Formik & Yup), Supports All Google Fonts (change font of resume)
Stars: ✭ 45 (-54.55%)
Mutual labels:  resume-template, resume-website
dev-resume-template
A template for a Developer's Resume made with TailwindCSS, Vite and Ionicons
Stars: ✭ 30 (-69.7%)
Mutual labels:  resume-template, resume-website
Devfolio
A simple, responsive, single-page portfolio and resume for developers built with Bulma, Sass, Font Awesome and Flickity.
Stars: ✭ 320 (+223.23%)
Mutual labels:  resume-template, bulma
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: ✭ 27 (-72.73%)
Mutual labels:  resume-template, resume-website
Online Cv
A minimal Jekyll Theme to host your resume (CV)
Stars: ✭ 1,844 (+1762.63%)
Mutual labels:  resume-template, resume-website
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (-63.64%)
Mutual labels:  resume-template, resume-website
Resume
Fully Responsive HTML/SCSS Resume Template + Matching Sketch File
Stars: ✭ 62 (-37.37%)
Mutual labels:  resume-template, css-template
portfolio
My personal portfolio and resume page.
Stars: ✭ 18 (-81.82%)
Mutual labels:  resume-website
bulma-responsive-tables
Responsive tables component for Bulma CSS framework
Stars: ✭ 30 (-69.7%)
Mutual labels:  bulma
http-interceptors
The Web apps in this monorepo make HTTP requests and require uniform consistency in how they are executed and handled. This monorepo demonstrates the same app written with Angular and with Svelte. Each app uses HTTP interceptors. The Angular app uses HttpClient and its interceptors while the Svelte app uses Axios and its interceptors.
Stars: ✭ 46 (-53.54%)
Mutual labels:  bulma
stimulus-turbolinks
Stimulus + Vue.js + Turbolinks test Rails app
Stars: ✭ 33 (-66.67%)
Mutual labels:  bulma
personal-website
My personal website
Stars: ✭ 117 (+18.18%)
Mutual labels:  bulma
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-77.78%)
Mutual labels:  bulma
Resume-template-for-Coder
Resume template for Coder 适合程序员的简历模板 🎉
Stars: ✭ 476 (+380.81%)
Mutual labels:  resume-template
bulmawp
A free WordPress starter theme based on the Bulma CSS framework.
Stars: ✭ 53 (-46.46%)
Mutual labels:  bulma
online-resume
项目部署流程先从初始化Git库开始,编辑简历文件,将文件部署在Github Pages上,最后可以将其保存为pdf格式并打印出来。
Stars: ✭ 36 (-63.64%)
Mutual labels:  resume-website
ybc
A Yew component library based on the Bulma CSS framework.
Stars: ✭ 131 (+32.32%)
Mutual labels:  bulma

bulma-resume-template

💼 Free resume page template with bulma css

Travis Dependencies

Live Demo

Feature

  • Hot Module Replacement (HMR) in local development
  • Optimized assets (HTML minified, CSS purge and minified, JS minified)
  • Easy to update content
  • Available in light and dark theme version
  • Mobile friendly interface
  • Lightning speed load time performance

Screenshoot

Dracula Theme Light Theme
Dracula Light

Lighthouse Audit

Audit

Update with your own!

Just go update file _data/content.js with your own data.

Below is sample of structure data that you can found in the file:

module.exports = {
  profile: {
    name: 'Irfan Maulana',
    title: 'Principal Engineer for Frontend at Tokopedia',
    photo: 'https://avatars2.githubusercontent.com/u/7221389?s=300&v=4', // 300x300px
    city: 'Jakarta, Indonesia',
    phone: '(+62) 876-123-0000',
    mail: '[email protected]',
  },
  social: {
    facebook: {
      name: 'mazipanneh',
      link: 'https://web.facebook.com/mazipanneh',
    },
    twitter: {
      name: '@maz_ipan',
      link: 'https://twitter.com/Maz_Ipan',
    },
    linkedin: {
      name: 'in/mazipan',
      link: 'https://www.linkedin.com/in/mazipan',
    },
    github: {
      name: 'mazipan',
      link: 'https://github.com/mazipan',
    },
  },
  summary: 'summary',
  experiences: [
    {
      company: 'Tokopedia',
      location: 'Jakarta',
      title: 'Principal Engineer for Frontend',
      period: 'JUN 2019 - PRESENT',
      jobdesc: [],
    },
  ],
  educations: [
    {
      name: 'Muhammadiyah University',
      city: 'Jakarta',
      degree: 'Bachelor Degree',
      period: '2009 - 2013',
      faculty: 'Bachelor of Informatics Engineering',
    },
  ],
  projects: [
    {
      title: 'AAAAA',
      company: 'AAAAA',
      period: 'JUL 2018 - JUN 2019',
    },
  ],
  skills: [
    {
      name: 'AAAAA',
      progress: 70,
    },
  ],
  languages: [],
};

Development

# Install pnpm
$ npm i -g pnpm

# Install dependencies
$ pnpm install

# Run in your locals
$ pnpm run dev

Support me


Copyright © 2018-2019 by Irfan Maulana

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].