/WebNotes

Primary LanguageHTML

Drag & Drop - File Upload

├── index.html
├── script.js
└── style.css

[JS] Bottomless Lorem Ipsum Generator

├── index.html
├── script.js
└── style.css

[JS+json] Hentai Dynamic Gallery

├── static.html with css/js
└── dynamic.html with css/js 

[CSS] Horror Project 1Page

├── index.html
└── style.css

[HTML] Renton Tribute 1Page

├── index.html
└── style.css

[CSS] Dynamic Header - 1

├── index.html with js
└── style.css

[CSS] root element Parallax technique

├── image
│   ├── pexels-photo-1.webp ...
│   └── ... pexels-photo-5.webp
├── index.html 
├── script.js 
└── style.css

[CSS] Cloud Banner Parallax Effects

├── \image with 5 images
├── index.html with js
└── style.css

[CSS] Parallax scene with CSS variables

├── index.html  with img
├── script.js 
└── style.css

[CSS] Parallax Background Images + scroll buttons

├── index.html  with img
├── script.js 
└── style.css

[CSS] Parallax scrolling background

├── index.html with js
└── style.css

[CSS] Simple Fade Effect on Scroll

├── index.html with js
└── style.css

[CSS] Easy Button - 1

├── index.html
└── style.css

[CSS] Easy Icons - 1

├── index.html
└── style.css

[CSS] Drop Capital ::first-letter

└── index.html

[CSS] Item Check List

├── index.html
└── style.css

[CSS] Simple Table

├── index.html
└── style.css

[Skeleton+JS] Meal Recipe Generator

├── index.html
├── script.js
└── style.css

[JS] Mood Calendar

├── index.html
├── script.js
└── style.css

[CSS+js] dark mode - 1

├── images
│   └── anime.jpg
├── script.js
├── style.css
└── index.html

[CSS+js] dark mode - 2

├── images
│   └── anime.jpg
├── script.js
├── style.css
└── index.html

WatsApp style ScareApp

├── 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

Personal Website

├── 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

DownGit

├── 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

Stock Market Analysis

├── 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

Twitter-Trending

├── 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

[REACT] JavaScript Array & Object Methods

├── index.html
├── script.js
└── style.css