/portfolio

Portfolio site built in HTML/CSS and Javascript

Primary LanguageHTML

<<<<<<< HEAD

Table of Contents

Note: This section was generated with markdown-toc.

# installs markdown-toc globally
$ npm i -g markdown-toc
# prints out the table of contents
$ markdown-toc --bullets '*' readme.md

Background / Overview

Portfolio showcasing Design and Development projects.

Features

Prerequisites

No prerequisites. Viewable on all browsers.

Installation

Structure / Scaffolding

src
├── images
├── js
│   └── main.js
└── scss
    ├── assets
    ├── theme
    └── theme.scss

Note: The scaffolding was generated with tree-node-cli.

# installs tree-node-cli globally
$ npm i -g tree-node-cli
# prints out the folders content
$ tree --dirs-first -a -I 'node_modules|.git'

Documentation

Browser Support

Chrome IE Edge Safari Firefox
Latest 2 9+ Latest 2 Latest 2 Latest 2

Dependencies

List of dependencies used in the project

  • GSAP - HTML5 javascript animationm plugins like ScrollTrigger
  • Scroll Magic - The javascript library for magical scroll interactions
    • Lottie Files - Lottie library uses JSON files to render AE animations

Todo

List of things to fix or add

  • Improve README.md

Release History

  • 0.0.1 - Initial release
  • 0.0.2
    • Added readme

Changelog

Detailed changes for each release are documented in the release notes.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Bugs

If you have questions, feature requests or a bug you want to report, please click here to file an issue.

Deployment

Simply visit url toomanydanielkims.com or open repository with VSCode.

Contributing

Please read Contributing Guide for details on the process for making pull requests.

Authors

Acknowledgments

This project would now have been possible without the help and advice from many contributors. I would like to specially thank the following.

Support

License

Boilerplate for README from Yilber Mejia Copyright (c) 2019 Yilber Mejia.

Usage is provided under the MIT License. See LICENSE for the full details.