├── Code Snippets ├── Designs │ ├── Effects │ │ ├── Parallax │ │ │ └── Parallax_On-Scroll Mountains │ │ │ │ ├── Assets │ │ │ │ ├── bg.jpg │ │ │ │ ├── mountain1.png │ │ │ │ ├── mountain2.png │ │ │ │ └── text.png │ │ │ │ ├── CSS │ │ │ │ └── style.css │ │ │ │ ├── Javascript │ │ │ │ └── effect.js │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ └── index.html │ │ └── README.md │ ├── Image Animations │ │ ├── 2-Layer-Reveal │ │ │ ├── README.md │ │ │ ├── effect.css │ │ │ └── effect.html │ │ └── README.md │ ├── Loading Animation │ │ └── README.md │ ├── Navigation lists │ │ └── README.md │ ├── README.md │ ├── Scroll Bar │ │ ├── README.md │ │ ├── code-snippet.png │ │ └── cool_scrolleffect.html │ ├── Text Animations │ │ └── README.md │ └── UI Cards │ │ └── README.md └── Templates │ ├── Bottom-Nav │ ├── README.md │ ├── code.css │ ├── code.html │ └── code.js │ ├── Dark Mode CSS Snippet │ ├── README.md │ ├── demo.gif │ ├── index.html │ ├── script.js │ └── style.css │ ├── Portfolio template │ ├── css │ │ ├── import.css │ │ └── index.css │ ├── images │ │ ├── bt.png │ │ ├── ci.png │ │ ├── cloud.png │ │ ├── cpp.png │ │ ├── db.png │ │ ├── docker.png │ │ ├── flask.png │ │ ├── git3.png │ │ ├── go.png │ │ ├── gql.png │ │ ├── headshot3.jpg │ │ ├── java.png │ │ ├── js.png │ │ ├── k8s.png │ │ ├── keras.png │ │ ├── monitoring.png │ │ ├── node.png │ │ ├── python.png │ │ ├── react.png │ │ ├── test.png │ │ ├── tf.png │ │ └── vacuum.png │ ├── index.html │ └── js │ │ ├── gradient.js │ │ └── typewriter.js │ └── README.md ├── Contributing.md ├── LICENSE ├── README.md └── Resources ├── External-Resources └── README.md └── README.md /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/bg.jpg -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/mountain1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/mountain1.png -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/mountain2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/mountain2.png -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Assets/text.png -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/CSS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/CSS/style.css -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Javascript/effect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/Javascript/effect.js -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/LICENSE -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/Parallax/Parallax_On-Scroll Mountains/index.html -------------------------------------------------------------------------------- /Code Snippets/Designs/Effects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Effects/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Image Animations/2-Layer-Reveal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Image Animations/2-Layer-Reveal/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Image Animations/2-Layer-Reveal/effect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Image Animations/2-Layer-Reveal/effect.css -------------------------------------------------------------------------------- /Code Snippets/Designs/Image Animations/2-Layer-Reveal/effect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Image Animations/2-Layer-Reveal/effect.html -------------------------------------------------------------------------------- /Code Snippets/Designs/Image Animations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Image Animations/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Loading Animation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Loading Animation/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Navigation lists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Navigation lists/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Scroll Bar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Scroll Bar/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/Scroll Bar/code-snippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Scroll Bar/code-snippet.png -------------------------------------------------------------------------------- /Code Snippets/Designs/Scroll Bar/cool_scrolleffect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Scroll Bar/cool_scrolleffect.html -------------------------------------------------------------------------------- /Code Snippets/Designs/Text Animations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/Text Animations/README.md -------------------------------------------------------------------------------- /Code Snippets/Designs/UI Cards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Designs/UI Cards/README.md -------------------------------------------------------------------------------- /Code Snippets/Templates/Bottom-Nav/README.md: -------------------------------------------------------------------------------- 1 | #README 2 | -------------------------------------------------------------------------------- /Code Snippets/Templates/Bottom-Nav/code.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Bottom-Nav/code.css -------------------------------------------------------------------------------- /Code Snippets/Templates/Bottom-Nav/code.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Bottom-Nav/code.html -------------------------------------------------------------------------------- /Code Snippets/Templates/Bottom-Nav/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Bottom-Nav/code.js -------------------------------------------------------------------------------- /Code Snippets/Templates/Dark Mode CSS Snippet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Dark Mode CSS Snippet/README.md -------------------------------------------------------------------------------- /Code Snippets/Templates/Dark Mode CSS Snippet/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Dark Mode CSS Snippet/demo.gif -------------------------------------------------------------------------------- /Code Snippets/Templates/Dark Mode CSS Snippet/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Dark Mode CSS Snippet/index.html -------------------------------------------------------------------------------- /Code Snippets/Templates/Dark Mode CSS Snippet/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Dark Mode CSS Snippet/script.js -------------------------------------------------------------------------------- /Code Snippets/Templates/Dark Mode CSS Snippet/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Dark Mode CSS Snippet/style.css -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/css/import.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/css/import.css -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/css/index.css -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/bt.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/ci.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/cloud.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/cpp.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/db.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/docker.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/flask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/flask.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/git3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/git3.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/go.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/gql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/gql.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/headshot3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/headshot3.jpg -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/java.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/js.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/k8s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/k8s.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/keras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/keras.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/monitoring.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/node.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/python.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/react.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/test.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/tf.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/images/vacuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/images/vacuum.png -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/index.html -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/js/gradient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/js/gradient.js -------------------------------------------------------------------------------- /Code Snippets/Templates/Portfolio template/js/typewriter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/Portfolio template/js/typewriter.js -------------------------------------------------------------------------------- /Code Snippets/Templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Code Snippets/Templates/README.md -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/README.md -------------------------------------------------------------------------------- /Resources/External-Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Resources/External-Resources/README.md -------------------------------------------------------------------------------- /Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krutarththakkar/WebsiteLib/HEAD/Resources/README.md --------------------------------------------------------------------------------