Skip to content

loneyb11/minimalist-profile

 
 

Repository files navigation

Minimalist Profile

A simple and minimalist profile template

Support

IE / Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
14+ 38+ 49+ 10.2+ 36+

Preview

Desktop

Mobile

Live preview

How to use

  • Fork the repository to your GitHub
  • Edit profile.json and insert your infos

profile.json

{
  "pageTitle": "<Your page title, e.g Eric Bachmann | Investor>",
  "name": "",
  "themeColor": "<Main color for the theme, e.g #fffff>",
  "location": "",
  "biography": "",
  "socialLinks": [
    {
      "name": "",
      "icon": "",
      "link": ""
    },
  ]
}
  • This project uses Font-Awesome, to see more social icons click here

Requirements

  • Node v8+

Development

yarn dev 
# or
npm run dev

Build

yarn build
# or
npm run build

Design

This template is based in Aerea UI kit, created by Juan Luis Valle

License

WTFPL (Do What the Fuck You Want to Public License)

About

👤 A simple and minimalist profile template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • HTML 5.6%