├── index.html
├── script.js
└── style.css
├── index.html
├── script.js
└── style.css
├── static.html with css/js
└── dynamic.html with css/js
├── index.html
└── style.css
├── index.html
└── style.css
├── index.html with js
└── style.css
├── image
│ ├── pexels-photo-1.webp ...
│ └── ... pexels-photo-5.webp
├── index.html
├── script.js
└── style.css
├── \image with 5 images
├── index.html with js
└── style.css
├── index.html with img
├── script.js
└── style.css
├── index.html with img
├── script.js
└── style.css
├── index.html with js
└── style.css
├── index.html with js
└── style.css
├── index.html
└── style.css
├── index.html
└── style.css
└── index.html
├── index.html
└── style.css
├── index.html
└── style.css
├── index.html
├── script.js
└── style.css
├── index.html
├── script.js
└── style.css
├── images
│ └── anime.jpg
├── script.js
├── style.css
└── index.html
├── images
│ └── anime.jpg
├── script.js
├── style.css
└── index.html
├── about.html
├── favicon.ico
├── icon.ico
├── index.html
├── main.css
├── more.html
├── img
│ ├── annie96.jpg
│ ├── ...
│ └── the_thing.jpg
└── stories
├── annie96
│ └── index.html
├── bg.png
├── identical
│ ├── index.html
│ ├── selfie1.png
│ └── selfie2.png
├── joralemon
│ ├── corridor1.jpg
│ ├── index.html
│ └── vault.jpg
├── lost
│ └── index.html
├── mystery_letter
│ └── index.html
├── style.css
├── the_picture
│ └── index.html
├── the_sickness
│ └── index.html
└── the_thing
└── index.html
├── css
│ └── style.css
├── img
│ ├── 0.svg
│ ├── 1.svg
│ ├── 2.svg
│ ├── about.jpg
│ ├── clients
│ │ └── TODO.png
│ ├── favicon.png
│ ├── intro-carousel
│ │ ├── banner-bg.jpg
│ │ └── banner-bg.png
│ ├── portfolio
│ │ └── TODO.png
│ └── preloader.gif
├── js
│ └── main.js
├── lib
│ ├── animate
│ │ ├── animate.css
│ │ └── animate.min.css
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.min.css
│ │ └── js
│ │ ├── bootstrap.bundle.min.js
│ │ └── bootstrap.min.js
│ ├── css
│ │ └── flexslider.css
│ ├── easing
│ │ ├── easing.js
│ │ └── easing.min.js
│ ├── font-awesome
│ │ ├── css
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ └── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ ├── ionicons
│ │ ├── css
│ │ │ ├── ionicons.css
│ │ │ └── ionicons.min.css
│ │ └── fonts
│ │ ├── ionicons.eot
│ │ ├── ionicons.svg
│ │ ├── ionicons.ttf
│ │ └── ionicons.woff
│ ├── jquery
│ │ ├── jquery-migrate.min.js
│ │ └── jquery.min.js
│ ├── magnific-popup
│ │ ├── magnific-popup2.css
│ │ ├── magnific-popup.js
│ │ └── magnific-popup.min.js
│ ├── owlcarousel
│ │ ├── assets
│ │ │ ├── ajax-loader.gif
│ │ │ ├── owl.carousel.css
│ │ │ ├── owl.carousel.min.css
│ │ │ ├── owl.theme.default.css
│ │ │ ├── owl.theme.default.min.css
│ │ │ ├── owl.theme.green.css
│ │ │ ├── owl.theme.green.min.css
│ │ │ └── owl.video.play.png
│ │ ├── LICENSE
│ │ ├── owl.carousel.js
│ │ ├── owl.carousel.min.js
│ │ └── README.md
│ ├── sticky
│ │ └── sticky.js
│ ├── superfish
│ │ ├── hoverIntent.js
│ │ ├── superfish.js
│ │ └── superfish.min.js
│ └── wow
│ ├── wow.js
│ └── wow.min.js
├── oops.html
├── portfolio.html
├── about.html
├── contact.html
├── services.html
├── index.html
└── solutions.html
├── app
│ ├── app.js
│ ├── home
│ │ ├── down-git.js
│ │ ├── home.html
│ │ └── home.js
│ └── site.css
├── lib
│ ├── angular-toastr(2.0.0).min.css
│ ├── angular-toastr(2.0.0).tpls.min.js
│ └── filesaver.min.js
└── res
└── images
├── downgit.png
├── processing.gif
└── warning.png
├── index.html
├── README.md
├── comparison.html
├── Components
│ ├── AAPL.csv
│ ├── AXP.csv
│ ├── ... all ...
│ ├── WMT.csv
│ └── XOM.csv
├── Create APIs for Data
│ ├── app.py
│ └── data.json
├── Images
│ ├── favicon-16x16.png
│ ├── icon_big.png
│ ├── icon_small.png
│ └── README_plots
│ ├── Dj_line.png
│ └── Dj_ohlc.png
├── Load into DB
│ ├── app.py
│ └── load.ipynb
├── Resources
│ └── Components.csv
├── static
│ ├── css
│ │ ├── reset.css
│ │ └── styles.css
│ └── js
│ ├── chart.js
│ ├── comparison.js
│ └── table.js
└── StockVisualizations
├── index.html
└── static
└── js
├── app1.js
├── app.js
├── index.js
├── oldversions
│ ├── app2.js
│ ├── app.js
│ └── app.js.js
└── Untitled-1.js
├── components.html
├── contact.html
├── navbar.html
├── README.md
├── reference.html
├── index.html
├── all-trends.html
├── assets
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.css.map
│ │ ├── bootstrap-theme.min.css
│ │ └── chart.css
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── img
│ │ └── Twitter-180x180.png
│ ├── js-lib
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ └── chart.js
│ ├── jumbotron-narrow.css
│ └── navbar.css
├── contact.html
├── getjsonchart.js
├── getjson.js
├── graphic-trends.html
├── index.html
└── twitter.json
├── index.html
├── script.js
└── style.css