├── README.md └── way of learn ├── contact.html ├── css ├── bootstrap.css ├── font-awesome.min.css ├── responsive.css ├── style.css ├── style.css.map └── style.scss ├── fonts ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 └── octin_sports_rg.ttf ├── images ├── agency-img.jpg ├── favicon.png ├── free.svg ├── gifts.png ├── high-quality.svg ├── line.png ├── logo.png ├── p1.png ├── p2.png ├── p3.png ├── p4.png ├── p5.png ├── p6.png ├── p7.png ├── p8.png ├── purse.png ├── saving-img.png ├── slider-bg.jpg ├── slider-img.png └── truck.svg ├── index.html ├── js ├── bootstrap.js ├── custom.js └── jquery-3.4.1.min.js ├── shop.html ├── testimonial.html └── why.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/README.md -------------------------------------------------------------------------------- /way of learn/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/contact.html -------------------------------------------------------------------------------- /way of learn/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/bootstrap.css -------------------------------------------------------------------------------- /way of learn/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/font-awesome.min.css -------------------------------------------------------------------------------- /way of learn/css/responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/responsive.css -------------------------------------------------------------------------------- /way of learn/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/style.css -------------------------------------------------------------------------------- /way of learn/css/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/style.css.map -------------------------------------------------------------------------------- /way of learn/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/css/style.scss -------------------------------------------------------------------------------- /way of learn/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /way of learn/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /way of learn/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /way of learn/fonts/octin_sports_rg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/fonts/octin_sports_rg.ttf -------------------------------------------------------------------------------- /way of learn/images/agency-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/agency-img.jpg -------------------------------------------------------------------------------- /way of learn/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/favicon.png -------------------------------------------------------------------------------- /way of learn/images/free.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/free.svg -------------------------------------------------------------------------------- /way of learn/images/gifts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/gifts.png -------------------------------------------------------------------------------- /way of learn/images/high-quality.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/high-quality.svg -------------------------------------------------------------------------------- /way of learn/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/line.png -------------------------------------------------------------------------------- /way of learn/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/logo.png -------------------------------------------------------------------------------- /way of learn/images/p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p1.png -------------------------------------------------------------------------------- /way of learn/images/p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p2.png -------------------------------------------------------------------------------- /way of learn/images/p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p3.png -------------------------------------------------------------------------------- /way of learn/images/p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p4.png -------------------------------------------------------------------------------- /way of learn/images/p5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p5.png -------------------------------------------------------------------------------- /way of learn/images/p6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p6.png -------------------------------------------------------------------------------- /way of learn/images/p7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p7.png -------------------------------------------------------------------------------- /way of learn/images/p8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/p8.png -------------------------------------------------------------------------------- /way of learn/images/purse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/purse.png -------------------------------------------------------------------------------- /way of learn/images/saving-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/saving-img.png -------------------------------------------------------------------------------- /way of learn/images/slider-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/slider-bg.jpg -------------------------------------------------------------------------------- /way of learn/images/slider-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/slider-img.png -------------------------------------------------------------------------------- /way of learn/images/truck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/images/truck.svg -------------------------------------------------------------------------------- /way of learn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/index.html -------------------------------------------------------------------------------- /way of learn/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/js/bootstrap.js -------------------------------------------------------------------------------- /way of learn/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/js/custom.js -------------------------------------------------------------------------------- /way of learn/js/jquery-3.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/js/jquery-3.4.1.min.js -------------------------------------------------------------------------------- /way of learn/shop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/shop.html -------------------------------------------------------------------------------- /way of learn/testimonial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/testimonial.html -------------------------------------------------------------------------------- /way of learn/why.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tamilselvan056/SIMPLE-Website/HEAD/way of learn/why.html --------------------------------------------------------------------------------