Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vmarcosp/minimalist-profile

:bust_in_silhouette: A simple and minimalist profile template
https://github.com/vmarcosp/minimalist-profile

personal-website profile profile-website react reactjs template website

Last synced: 4 months ago
JSON representation

:bust_in_silhouette: A simple and minimalist profile template

Lists

README

        

# Minimalist Profile

A simple and minimalist profile template

## Support

| [IE / Edge](http://godban.github.io/browsers-support-badges/)Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)Safari | [Opera](http://godban.github.io/browsers-support-badges/)Opera |
| --------- | --------- | --------- | --------- | --------- |
| 14+ | 38+ | 49+ | 10.2+ | 36+

## Preview

![Desktop](./screenshots/desktop.png)

![Mobile](./screenshots/mobile.png)

[Live preview](https://minimalist-profile.netlify.com/)

### How to use

- Fork the repository to your GitHub
- Edit [**profile.json**](https://github.com/vmarcosp/minimalist-profile/blob/master/src/profile.json) and insert your infos

`profile.json`
```json
{
"pageTitle": "",
"name": "",
"themeColor": "",
"location": "",
"biography": "",
"socialLinks": [
{
"name": "",
"icon": "",
"link": ""
},
]
}
```
- This project uses `Font-Awesome`, to see more social icons [click here](https://fontawesome.com/v4.7.0/)

### Requirements

- Node v8+

### Development

```sh
yarn dev
# or
npm run dev
```

### Build

```sh
yarn build
# or
npm run build
```

## Design
This template is based in [Aerea UI kit](https://www.behance.net/gallery/36601943/AEREA-FREE-UI-KIT), created by [Juan Luis Valle](http://juanluisvalle.com/)

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