Coder Social home page Coder Social logo

minimis's Introduction

Minimis

Minimis is a minimal, efficiency focused portfolio template. It is intended to be used as a portal to four of your most important profiles on the internet that you would like a potential employer to see.

Features

  • Color customization with SASS
  • Fully responsive design
  • No extra prerequisites needed
  • Localized API with JSON

Getting Started

  • Download and unzip the folder.
  • Open the api.js file in the js/ directory and add in your personal details,
{
    "name" : "John Doe", //Name
    "title" : [ //Job titles
        "Designer", //Current
        "Front End", //Aspiration
        "ML Enthusiast" //Hobby
    ],
    "links" : [ //links
        "https://behance.net/",
        "https://codepen.io/",
        "https://linkedin.com/",
        "https://github.com/"
    ],
    "icons" : [ //Font awesome classes
        "fab fa-behance-square",
        "fab fa-codepen",
        "fab fa-linkedin",
        "fab fa-github-square"
    ],
    "email" : "https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]" //edit "[email protected]"
}

Prerequisites

  • Code Editor (VSCode, Sublime Text, Atom, etc.)
  • Font Awesome icons (Available in the template, can also be added as a cdn link)

Versioning

Used SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

minimis's People

Contributors

blazephoenix avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fmontenegro0510

minimis's Issues

Node server support

Currently requires live server to be run for changes to show up in the rendered webpage. Needs to be rebuilt with node as backend to handle re-render.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.