├── Dec-26-2021 ├── style.css └── fileErNam.html ├── feb-24-2022 ├── css │ ├── style.scss │ ├── style.css │ └── style.css.map └── index.html ├── Folio ├── assets │ ├── vendor │ │ ├── swiper │ │ │ └── swiper-bundle.min.js.map │ │ ├── boxicons │ │ │ ├── fonts │ │ │ │ ├── boxicons.eot │ │ │ │ ├── boxicons.ttf │ │ │ │ ├── boxicons.woff │ │ │ │ └── boxicons.woff2 │ │ │ └── css │ │ │ │ └── transformations.css │ │ ├── bootstrap-icons │ │ │ └── fonts │ │ │ │ ├── bootstrap-icons.woff │ │ │ │ └── bootstrap-icons.woff2 │ │ ├── php-email-form │ │ │ └── validate.js │ │ └── bootstrap │ │ │ └── css │ │ │ ├── bootstrap-reboot.min.css │ │ │ └── bootstrap-reboot.rtl.min.css │ └── img │ │ ├── me.jpg │ │ ├── logo.png │ │ ├── avatar.jpg │ │ ├── favicon.png │ │ ├── home-bg.jpg │ │ ├── blog-post-1.jpg │ │ ├── blog-post-2.jpg │ │ ├── blog-post-3.jpg │ │ ├── blog-post-big.jpg │ │ └── portfolio │ │ ├── portfolio-1.jpg │ │ ├── portfolio-2.jpg │ │ ├── portfolio-3.jpg │ │ ├── portfolio-4.jpg │ │ ├── portfolio-5.jpg │ │ ├── portfolio-6.jpg │ │ ├── portfolio-details-1.jpg │ │ ├── portfolio-details-2.jpg │ │ └── portfolio-details-3.jpg └── forms │ ├── Readme.txt │ └── contact.php ├── Jan-11-2022 ├── style.css └── index.html ├── Jan-02-2022 ├── alom.jpg ├── anata.jpg ├── badam.jpg ├── mahfuz.jpg ├── murad.png ├── about.html └── index.html ├── Jan-18-2022 ├── images │ ├── bg.jpg │ ├── rkib.jpg │ └── maxresdefault.jpg ├── index.html └── css │ └── style.css ├── feb-8-2022 ├── images │ ├── md.jpg │ ├── priyanka.png │ └── resmika.png ├── audio │ └── sumon.mp3 ├── index.html └── css │ └── style.css ├── Jan-16-2022 ├── images │ └── sun.jpg ├── index.html └── css │ └── style.css ├── Jan-20-2022 ├── images │ ├── pic.jpg │ ├── rkib.jpg │ └── srk.jpg ├── index.html └── css │ └── style.css ├── Jan-23-2022 ├── images │ ├── rkib.jpg │ └── flower.jpg ├── css │ └── style.css └── index.html ├── jan-27-2022 ├── images │ ├── jalil.jpg │ └── mahfuz.png ├── flip-box.html ├── index.html └── css │ └── style.css ├── feb-15-2022 ├── images │ └── nahida.jpg ├── index.html └── css │ ├── style.scss │ ├── style.css.map │ └── style.css ├── MyResume ├── assets │ ├── img │ │ ├── favicon.png │ │ ├── hero-bg.jpg │ │ ├── profile-img.jpg │ │ ├── apple-touch-icon.png │ │ ├── portfolio │ │ │ ├── portfolio-1.jpg │ │ │ ├── portfolio-2.jpg │ │ │ ├── portfolio-3.jpg │ │ │ ├── portfolio-4.jpg │ │ │ ├── portfolio-5.jpg │ │ │ ├── portfolio-6.jpg │ │ │ ├── portfolio-7.jpg │ │ │ ├── portfolio-8.jpg │ │ │ ├── portfolio-9.jpg │ │ │ ├── portfolio-details-1.jpg │ │ │ ├── portfolio-details-2.jpg │ │ │ └── portfolio-details-3.jpg │ │ └── testimonials │ │ │ ├── testimonials-1.jpg │ │ │ ├── testimonials-2.jpg │ │ │ ├── testimonials-3.jpg │ │ │ ├── testimonials-4.jpg │ │ │ └── testimonials-5.jpg │ └── vendor │ │ ├── boxicons │ │ ├── fonts │ │ │ ├── boxicons.eot │ │ │ ├── boxicons.ttf │ │ │ ├── boxicons.woff │ │ │ └── boxicons.woff2 │ │ └── css │ │ │ └── transformations.css │ │ ├── bootstrap-icons │ │ └── fonts │ │ │ ├── bootstrap-icons.woff │ │ │ └── bootstrap-icons.woff2 │ │ ├── php-email-form │ │ └── validate.js │ │ ├── purecounter │ │ └── purecounter.js │ │ └── bootstrap │ │ └── css │ │ ├── bootstrap-reboot.min.css │ │ └── bootstrap-reboot.rtl.min.css ├── forms │ ├── Readme.txt │ └── contact.php ├── Readme.txt ├── changelog.txt └── portfolio-details.html ├── feb-13-2022 ├── webfonts │ ├── fa-brands-400.ttf │ ├── fa-solid-900.ttf │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.ttf │ ├── fa-solid-900.woff2 │ ├── fa-regular-400.woff2 │ ├── fa-v4compatibility.ttf │ └── fa-v4compatibility.woff2 ├── index.html └── css │ └── style.css ├── feb-17-2022 & feb-20-2022 ├── images │ ├── p1.png │ ├── p2.png │ ├── p3.png │ ├── p4.png │ ├── p5.png │ ├── p6.png │ ├── p7.png │ ├── p8.png │ ├── p9.png │ ├── Group.png │ ├── camera.png │ ├── post.png │ └── cameerabg.png ├── webfonts │ ├── fa-brands-400.ttf │ ├── fa-regular-400.ttf │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff2 │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.woff2 │ ├── fa-v4compatibility.ttf │ └── fa-v4compatibility.woff2 ├── fonts │ ├── Roboto │ │ ├── Roboto-Black.ttf │ │ ├── Roboto-Bold.ttf │ │ ├── Roboto-Light.ttf │ │ ├── Roboto-Thin.ttf │ │ ├── Roboto-Italic.ttf │ │ ├── Roboto-Medium.ttf │ │ ├── Roboto-Regular.ttf │ │ ├── Roboto-BoldItalic.ttf │ │ ├── Roboto-ThinItalic.ttf │ │ ├── Roboto-BlackItalic.ttf │ │ ├── Roboto-LightItalic.ttf │ │ └── Roboto-MediumItalic.ttf │ ├── Poppins │ │ ├── Poppins-Black.ttf │ │ ├── Poppins-Bold.ttf │ │ ├── Poppins-Italic.ttf │ │ ├── Poppins-Light.ttf │ │ ├── Poppins-Medium.ttf │ │ ├── Poppins-Thin.ttf │ │ ├── Poppins-Regular.ttf │ │ ├── Poppins-SemiBold.ttf │ │ ├── Poppins-BlackItalic.ttf │ │ ├── Poppins-BoldItalic.ttf │ │ ├── Poppins-ExtraBold.ttf │ │ ├── Poppins-ExtraLight.ttf │ │ ├── Poppins-LightItalic.ttf │ │ ├── Poppins-ThinItalic.ttf │ │ ├── Poppins-MediumItalic.ttf │ │ ├── Poppins-ExtraBoldItalic.ttf │ │ ├── Poppins-ExtraLightItalic.ttf │ │ ├── Poppins-SemiBoldItalic.ttf │ │ └── OFL.txt │ ├── Inter │ │ ├── static │ │ │ ├── Inter-Black.ttf │ │ │ ├── Inter-Bold.ttf │ │ │ ├── Inter-Light.ttf │ │ │ ├── Inter-Thin.ttf │ │ │ ├── Inter-Medium.ttf │ │ │ ├── Inter-Regular.ttf │ │ │ ├── Inter-SemiBold.ttf │ │ │ ├── Inter-ExtraBold.ttf │ │ │ └── Inter-ExtraLight.ttf │ │ ├── Inter-VariableFont_slntwght.ttf │ │ ├── README.txt │ │ └── OFL.txt │ └── Manrope │ │ ├── static │ │ ├── Manrope-Bold.ttf │ │ ├── Manrope-Light.ttf │ │ ├── Manrope-Medium.ttf │ │ ├── Manrope-ExtraBold.ttf │ │ ├── Manrope-Regular.ttf │ │ ├── Manrope-SemiBold.ttf │ │ └── Manrope-ExtraLight.ttf │ │ ├── Manrope-VariableFont_wght.ttf │ │ ├── README.txt │ │ └── OFL.txt └── css │ ├── style.css.map │ ├── style.scss │ └── style.css ├── jan-25-2022 ├── fonts │ ├── Oswald │ │ ├── static │ │ │ ├── Oswald-Bold.ttf │ │ │ ├── Oswald-Light.ttf │ │ │ ├── Oswald-Medium.ttf │ │ │ ├── Oswald-Regular.ttf │ │ │ ├── Oswald-ExtraLight.ttf │ │ │ └── Oswald-SemiBold.ttf │ │ ├── Oswald-VariableFont_wght.ttf │ │ ├── README.txt │ │ └── OFL.txt │ └── Sedgwick_Ave │ │ ├── SedgwickAve-Regular.ttf │ │ └── OFL.txt ├── css │ └── style.css └── index.html ├── initial-letter-ia-logotype-company-260nw-683605075.jpg ├── extensions.txt ├── mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022 ├── images │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── putin.png │ ├── favicon.png │ ├── obaidul.jpg │ ├── search.png │ ├── slide1.jpg │ ├── slide2.jpg │ ├── slide3.jpg │ └── slide4.jpg ├── css │ ├── style.css │ ├── style.css.map │ └── style.scss └── js │ └── myjs.js ├── GitInfo.txt ├── Jan-04-2022 ├── contact.html └── index.html ├── course ouline.txt ├── Jan-13-2022 ├── index.html └── css │ └── style.css ├── feb-1-2022 ├── css │ └── style.css └── index.html ├── Jan-06-2022 └── index.html ├── mar-20-2022 └── my.js ├── jan-30-2022 ├── index.html └── css │ └── style.css ├── Dec-28-2021 └── index.html ├── feb-6-2022 ├── cw │ ├── css │ │ └── style.css │ └── index.html └── Assignment │ ├── assignment │ └── assignment │ │ ├── style.css │ │ └── index.html │ └── Menu bar │ └── Menu bar │ └── CSS │ └── style.css ├── feb-3-2022 ├── css │ └── style.css └── index.html ├── feb-10-2022 ├── index.html └── css │ └── style.css └── Jan-9-2022 └── index.html /Dec-26-2021/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /feb-24-2022/css/style.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Folio/assets/vendor/swiper/swiper-bundle.min.js.map: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Jan-11-2022/style.css: -------------------------------------------------------------------------------- 1 | #mahin { 2 | color: green; 3 | } -------------------------------------------------------------------------------- /feb-24-2022/css/style.css: -------------------------------------------------------------------------------- 1 | /* No CSS *//*# sourceMappingURL=style.css.map */ -------------------------------------------------------------------------------- /Jan-02-2022/alom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-02-2022/alom.jpg -------------------------------------------------------------------------------- /Folio/assets/img/me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/me.jpg -------------------------------------------------------------------------------- /Jan-02-2022/anata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-02-2022/anata.jpg -------------------------------------------------------------------------------- /Jan-02-2022/badam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-02-2022/badam.jpg -------------------------------------------------------------------------------- /Jan-02-2022/mahfuz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-02-2022/mahfuz.jpg -------------------------------------------------------------------------------- /Jan-02-2022/murad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-02-2022/murad.png -------------------------------------------------------------------------------- /Folio/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/logo.png -------------------------------------------------------------------------------- /Jan-18-2022/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-18-2022/images/bg.jpg -------------------------------------------------------------------------------- /feb-8-2022/images/md.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-8-2022/images/md.jpg -------------------------------------------------------------------------------- /Folio/assets/img/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/avatar.jpg -------------------------------------------------------------------------------- /Folio/assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/favicon.png -------------------------------------------------------------------------------- /Folio/assets/img/home-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/home-bg.jpg -------------------------------------------------------------------------------- /Jan-16-2022/images/sun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-16-2022/images/sun.jpg -------------------------------------------------------------------------------- /Jan-18-2022/images/rkib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-18-2022/images/rkib.jpg -------------------------------------------------------------------------------- /Jan-20-2022/images/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-20-2022/images/pic.jpg -------------------------------------------------------------------------------- /Jan-20-2022/images/rkib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-20-2022/images/rkib.jpg -------------------------------------------------------------------------------- /Jan-20-2022/images/srk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-20-2022/images/srk.jpg -------------------------------------------------------------------------------- /Jan-23-2022/images/rkib.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-23-2022/images/rkib.jpg -------------------------------------------------------------------------------- /feb-8-2022/audio/sumon.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-8-2022/audio/sumon.mp3 -------------------------------------------------------------------------------- /jan-27-2022/images/jalil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-27-2022/images/jalil.jpg -------------------------------------------------------------------------------- /Jan-23-2022/images/flower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-23-2022/images/flower.jpg -------------------------------------------------------------------------------- /feb-15-2022/images/nahida.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-15-2022/images/nahida.jpg -------------------------------------------------------------------------------- /feb-8-2022/images/priyanka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-8-2022/images/priyanka.png -------------------------------------------------------------------------------- /feb-8-2022/images/resmika.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-8-2022/images/resmika.png -------------------------------------------------------------------------------- /jan-27-2022/images/mahfuz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-27-2022/images/mahfuz.png -------------------------------------------------------------------------------- /Folio/assets/img/blog-post-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/blog-post-1.jpg -------------------------------------------------------------------------------- /Folio/assets/img/blog-post-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/blog-post-2.jpg -------------------------------------------------------------------------------- /Folio/assets/img/blog-post-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/blog-post-3.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/favicon.png -------------------------------------------------------------------------------- /MyResume/assets/img/hero-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/hero-bg.jpg -------------------------------------------------------------------------------- /Folio/assets/img/blog-post-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/blog-post-big.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/profile-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/profile-img.jpg -------------------------------------------------------------------------------- /Jan-18-2022/images/maxresdefault.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Jan-18-2022/images/maxresdefault.jpg -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /MyResume/assets/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/apple-touch-icon.png -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p1.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p2.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p3.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p4.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p5.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p6.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p7.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p8.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/p9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/p9.png -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-1.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-2.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-3.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-4.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-5.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-6.jpg -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/Group.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/camera.png -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/post.png -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-1.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-2.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-3.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-4.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-5.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-6.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-7.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-8.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-9.jpg -------------------------------------------------------------------------------- /feb-13-2022/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-13-2022/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /Folio/assets/vendor/boxicons/fonts/boxicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/boxicons/fonts/boxicons.eot -------------------------------------------------------------------------------- /Folio/assets/vendor/boxicons/fonts/boxicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/boxicons/fonts/boxicons.ttf -------------------------------------------------------------------------------- /Folio/assets/vendor/boxicons/fonts/boxicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/boxicons/fonts/boxicons.woff -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/images/cameerabg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/images/cameerabg.png -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-Bold.ttf -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-Light.ttf -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-details-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-details-1.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-details-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-details-2.jpg -------------------------------------------------------------------------------- /Folio/assets/img/portfolio/portfolio-details-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/img/portfolio/portfolio-details-3.jpg -------------------------------------------------------------------------------- /Folio/assets/vendor/boxicons/fonts/boxicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/boxicons/fonts/boxicons.woff2 -------------------------------------------------------------------------------- /MyResume/assets/vendor/boxicons/fonts/boxicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/boxicons/fonts/boxicons.eot -------------------------------------------------------------------------------- /MyResume/assets/vendor/boxicons/fonts/boxicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/boxicons/fonts/boxicons.ttf -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-Medium.ttf -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-Regular.ttf -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-details-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-details-1.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-details-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-details-2.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/portfolio/portfolio-details-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/portfolio/portfolio-details-3.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/testimonials/testimonials-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/testimonials/testimonials-1.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/testimonials/testimonials-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/testimonials/testimonials-2.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/testimonials/testimonials-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/testimonials/testimonials-3.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/testimonials/testimonials-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/testimonials/testimonials-4.jpg -------------------------------------------------------------------------------- /MyResume/assets/img/testimonials/testimonials-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/img/testimonials/testimonials-5.jpg -------------------------------------------------------------------------------- /MyResume/assets/vendor/boxicons/fonts/boxicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/boxicons/fonts/boxicons.woff -------------------------------------------------------------------------------- /MyResume/assets/vendor/boxicons/fonts/boxicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/boxicons/fonts/boxicons.woff2 -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/Oswald-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/Oswald-VariableFont_wght.ttf -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-ExtraLight.ttf -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/static/Oswald-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Oswald/static/Oswald-SemiBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Black.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /initial-letter-ia-logotype-company-260nw-683605075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/initial-letter-ia-logotype-company-260nw-683605075.jpg -------------------------------------------------------------------------------- /jan-25-2022/fonts/Sedgwick_Ave/SedgwickAve-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/jan-25-2022/fonts/Sedgwick_Ave/SedgwickAve-Regular.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Black.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Bold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Italic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Light.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Medium.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Thin.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Italic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Black.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Bold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Light.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Thin.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-Regular.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-SemiBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /Folio/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /Folio/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/Folio/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /extensions.txt: -------------------------------------------------------------------------------- 1 | Auto Rename Tag 2 | HTML End Tag Labels 3 | IntelliSense for CSS class names in HTML 4 | Live Sass Compiler 5 | Live Server 6 | Prettier - Code formatter 7 | vscode-icons -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Medium.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-Regular.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-SemiBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Bold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-BlackItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-BoldItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraLight.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-LightItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ThinItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Roboto/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /feb-24-2022/css/style.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "", 4 | "sources": [ 5 | "style.scss" 6 | ], 7 | "names": [], 8 | "file": "style.css" 9 | } -------------------------------------------------------------------------------- /MyResume/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-ExtraBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/static/Inter-ExtraLight.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Light.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Medium.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-MediumItalic.ttf -------------------------------------------------------------------------------- /MyResume/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/MyResume/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-ExtraBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-Regular.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-SemiBold.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Poppins/Poppins-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Folio/forms/Readme.txt: -------------------------------------------------------------------------------- 1 | Fully working PHP/AJAX contact form script is available in the pro version of the template. 2 | You can buy it from: https://bootstrapmade.com/folio-bootstrap-portfolio-template/ -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/Inter-VariableFont_slntwght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Inter/Inter-VariableFont_slntwght.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/Manrope-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/Manrope-VariableFont_wght.ttf -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/feb-17-2022 & feb-20-2022/fonts/Manrope/static/Manrope-ExtraLight.ttf -------------------------------------------------------------------------------- /MyResume/forms/Readme.txt: -------------------------------------------------------------------------------- 1 | Fully working PHP/AJAX contact form script is available in the pro version of the template. 2 | You can buy it from: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p1.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p2.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/p3.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/putin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/putin.png -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/favicon.png -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/obaidul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/obaidul.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/search.png -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide1.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide2.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide3.jpg -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asif-daffodil/ia18wdesb2/master/mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/images/slide4.jpg -------------------------------------------------------------------------------- /GitInfo.txt: -------------------------------------------------------------------------------- 1 | echo "# ia18wdes" >> README.md 2 | git init 3 | git add README.md 4 | git commit -m "first commit" 5 | git branch -M main 6 | git remote add origin https://github.com/asifdaffodil/ia18wdes.git 7 | git push -u origin main -------------------------------------------------------------------------------- /MyResume/Readme.txt: -------------------------------------------------------------------------------- 1 | Thanks for downloading this template! 2 | 3 | Template Name: MyResume 4 | Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ 5 | Author: BootstrapMade.com 6 | License: https://bootstrapmade.com/license/ 7 | -------------------------------------------------------------------------------- /Jan-04-2022/contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Dec-26-2021/fileErNam.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Jan-02-2022/about.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Aout Us

11 | Home 12 | 13 | -------------------------------------------------------------------------------- /course ouline.txt: -------------------------------------------------------------------------------- 1 | Daffodil12dipti 2 | 3 | HTML 4 | CSS 5 | sass/scss 6 | Bootstrap 7 | JS 8 | jQuery 9 | 10 | PSD 2 Bootstrap 11 | 12 | PHP 13 | MySQLi 14 | OOP 15 | Blog 16 | Laravel 17 | 18 | 19 | Google Calender 20 | Google Classroom 21 | messenger 22 | 23 | vscode 24 | 25 | notepad++ 26 | brackets 27 | sublimetext 3 28 | dreamweaver 29 | vscode 30 | 31 | phpstrome 32 | atom 33 | 34 | -------------------------------------------------------------------------------- /Jan-18-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 |
13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /feb-8-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /jan-27-2022/flip-box.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Flip Box 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /jan-27-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
This is a header
12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/css/style.css: -------------------------------------------------------------------------------- 1 | .nila-btn { 2 | color: #fff; 3 | } 4 | 5 | .carousel-caption { 6 | background: rgba(0, 0, 0, 0.6); 7 | } 8 | 9 | .carousel-indicators [data-bs-target] { 10 | width: 24px; 11 | height: 24px; 12 | border-radius: 50%; 13 | } 14 | 15 | .carousel-control-next:focus, 16 | .carousel-control-next:hover, 17 | .carousel-control-prev:focus, 18 | .carousel-control-prev:hover { 19 | background: rgba(0, 0, 0, 0.6); 20 | } 21 | 22 | .btbc { 23 | background: rgba(0, 0, 0, 0.6); 24 | } 25 | /*# sourceMappingURL=style.css.map */ -------------------------------------------------------------------------------- /feb-15-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |
16 |
17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/css/style.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "AAAA,AAAA,SAAS,CAAC;EACR,KAAK,EAAE,IAAI;CACZ;;AAID,AAAA,iBAAiB,CAAC;EAChB,UAAU,EAHc,kBAAkB;CAI3C;;AAED,AAAA,oBAAoB,EAAC,AAAA,cAAC,AAAA,EAAgB;EACpC,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,GAAG;CACnB;;AAED,AAAA,sBAAsB,AAAA,MAAM;AAC5B,sBAAsB,AAAA,MAAM;AAC5B,sBAAsB,AAAA,MAAM;AAC5B,sBAAsB,AAAA,MAAM,CAAC;EAC3B,UAAU,EAhBc,kBAAkB;CAiB3C;;AAED,AAAA,KAAK,CAAC;EACJ,UAAU,EApBc,kBAAkB;CAqB3C", 4 | "sources": [ 5 | "style.scss" 6 | ], 7 | "names": [], 8 | "file": "style.css" 9 | } -------------------------------------------------------------------------------- /feb-15-2022/css/style.scss: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | $headerBG: hotpink; 8 | @mixin mne($w, $h) { 9 | width: $w; 10 | height: $h; 11 | background: $headerBG; 12 | margin: auto; 13 | display: inline-block; 14 | border: 1px solid #000; 15 | display: flex; 16 | } 17 | 18 | .mishu { 19 | @include mne(600px, 600px); 20 | > .nahida { 21 | @include mne(400px, 400px); 22 | > .eva { 23 | @include mne(200px, 200px); 24 | } 25 | } 26 | } 27 | 28 | .dhaka { 29 | @extend .mishu; 30 | background: cornflowerblue; 31 | margin-top: 20px; 32 | } 33 | -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/css/style.scss: -------------------------------------------------------------------------------- 1 | .nila-btn { 2 | color: #fff; 3 | } 4 | 5 | $bgTransparentBlackColor: rgba(0, 0, 0, 0.6); 6 | 7 | .carousel-caption { 8 | background: $bgTransparentBlackColor; 9 | } 10 | 11 | .carousel-indicators [data-bs-target] { 12 | width: 24px; 13 | height: 24px; 14 | border-radius: 50%; 15 | } 16 | 17 | .carousel-control-next:focus, 18 | .carousel-control-next:hover, 19 | .carousel-control-prev:focus, 20 | .carousel-control-prev:hover { 21 | background: $bgTransparentBlackColor; 22 | } 23 | 24 | .btbc { 25 | background: $bgTransparentBlackColor; 26 | } 27 | -------------------------------------------------------------------------------- /Jan-20-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 |
13 | 14 | 15 | 16 |
17 |
18 | 19 | -------------------------------------------------------------------------------- /jan-25-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | @font-face { 8 | font-family: rakib; 9 | src: url("../fonts/Oswald/Oswald-VariableFont_wght.ttf"); 10 | } 11 | 12 | @font-face { 13 | font-family: nila; 14 | src: url("../fonts/Sedgwick_Ave/SedgwickAve-Regular.ttf"); 15 | } 16 | 17 | .pera1 { 18 | width: 350px; 19 | padding: 20px; 20 | font-family: rakib; 21 | display: inline-block; 22 | line-height: 24px; 23 | } 24 | 25 | .pera2 { 26 | width: 350px; 27 | padding: 20px; 28 | font-family: nila; 29 | display: inline-block; 30 | font-weight: 300; 31 | font-style: italic; 32 | } 33 | -------------------------------------------------------------------------------- /mar-1-2022 & mar-3-2022 & mar-6-2022 & mar-8-2022 & mar-10-2022/js/myjs.js: -------------------------------------------------------------------------------- 1 | const navRow = document.getElementById("navRow"); 2 | 3 | window.addEventListener("scroll", () => { 4 | if ( 5 | document.body.scrollTop > 200 || 6 | document.documentElement.scrollTop > 200 7 | ) { 8 | navRow.childNodes[1].classList.remove("btbc"); 9 | navRow.childNodes[1].classList.add("bg-dark"); 10 | } else { 11 | navRow.childNodes[1].classList.remove("bg-dark"); 12 | navRow.childNodes[1].classList.add("btbc"); 13 | } 14 | if ( 15 | document.body.scrollTop > 1000 || 16 | document.documentElement.scrollTop > 1000 17 | ) { 18 | navRow.classList.add("d-none"); 19 | } else { 20 | navRow.classList.remove("d-none"); 21 | } 22 | }); 23 | -------------------------------------------------------------------------------- /Folio/assets/vendor/boxicons/css/transformations.css: -------------------------------------------------------------------------------- 1 | .bx-rotate-90 2 | { 3 | transform: rotate(90deg); 4 | 5 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; 6 | } 7 | .bx-rotate-180 8 | { 9 | transform: rotate(180deg); 10 | 11 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; 12 | } 13 | .bx-rotate-270 14 | { 15 | transform: rotate(270deg); 16 | 17 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; 18 | } 19 | .bx-flip-horizontal 20 | { 21 | transform: scaleX(-1); 22 | 23 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; 24 | } 25 | .bx-flip-vertical 26 | { 27 | transform: scaleY(-1); 28 | 29 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; 30 | } 31 | -------------------------------------------------------------------------------- /Jan-20-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | img { 8 | width: 300px; 9 | height: 300px; 10 | object-fit: cover; 11 | display: block; 12 | position: absolute; 13 | } 14 | 15 | .img1{ 16 | top: 0px; 17 | left: -150px; 18 | transition: 0.5s; 19 | } 20 | 21 | .img2 { 22 | z-index: -10; 23 | } 24 | 25 | .img3{ 26 | bottom: 0px; 27 | right: -150px; 28 | transition: 0.5s; 29 | } 30 | 31 | .corona { 32 | width: 100%; 33 | height: 100vh; 34 | display: flex; 35 | } 36 | 37 | .omicrone { 38 | margin: auto; 39 | width: 300px; 40 | height: 300px; 41 | position: relative; 42 | } 43 | 44 | .omicrone:hover .img1 { 45 | left: -300px; 46 | } 47 | 48 | .omicrone:hover .img3 { 49 | right: -300px; 50 | } -------------------------------------------------------------------------------- /MyResume/assets/vendor/boxicons/css/transformations.css: -------------------------------------------------------------------------------- 1 | .bx-rotate-90 2 | { 3 | transform: rotate(90deg); 4 | 5 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; 6 | } 7 | .bx-rotate-180 8 | { 9 | transform: rotate(180deg); 10 | 11 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; 12 | } 13 | .bx-rotate-270 14 | { 15 | transform: rotate(270deg); 16 | 17 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; 18 | } 19 | .bx-flip-horizontal 20 | { 21 | transform: scaleX(-1); 22 | 23 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; 24 | } 25 | .bx-flip-vertical 26 | { 27 | transform: scaleY(-1); 28 | 29 | -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; 30 | } 31 | -------------------------------------------------------------------------------- /Jan-13-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex dolor laborum veniam dolorum, accusantium eaque esse nesciunt rem modi nihil incidunt id blanditiis commodi! Deserunt blanditiis asperiores harum odit unde hic eum sunt quia sequi repudiandae! Neque velit iusto fuga et assumenda maiores esse iste placeat, laboriosam accusantium! Temporibus incidunt quibusdam et aspernatur maiores aliquam quis sint non veniam pariatur. 13 |
14 | 15 | -------------------------------------------------------------------------------- /Jan-23-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | body { 8 | background: url("../images/flower.jpg"); 9 | } 10 | 11 | .dhaka { 12 | background: linear-gradient(to top right, #80b3ff, #fff, #ffb3ff); 13 | color: #0d569f; 14 | width: 250px; 15 | padding: 20px; 16 | margin: 20px; 17 | border-radius: 6px; 18 | border: 1px solid #000; 19 | box-shadow: 0px 0px 10px #000, 0px 0px 10px #000 inset; 20 | display: inline-block; 21 | } 22 | 23 | .dhaka:nth-child(2) { 24 | background: radial-gradient(#fff 20%, #80b3ff 50%, #ffb3ff 30%); 25 | } 26 | 27 | .dhaka:nth-child(3) { 28 | background: url("../images/rkib.jpg"); 29 | background-size: cover; 30 | color: #fff; 31 | opacity: 0.5; 32 | } 33 | 34 | .dhaka:nth-child(4) { 35 | background: rgba(0, 0, 0, 0.5); 36 | color: #fff; 37 | } 38 | -------------------------------------------------------------------------------- /feb-15-2022/css/style.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "AAAA,AAAA,CAAC,CAAC;EACA,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,UAAU,EAAE,UAAU;CACvB;;AAaD,AAAA,MAAM,EAUN,MAAM,CAVC;EATL,KAAK,EAUQ,KAAK;EATlB,MAAM,EASc,KAAK;EARzB,UAAU,EAJD,OAAO;EAKhB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,cAAc;EACtB,OAAO,EAAE,IAAI;CAWd;;AARD,AAEE,MAFI,GAEF,OAAO,EAQX,MAAM,GARF,OAAO,CAAC;EAXV,KAAK,EAYU,KAAK;EAXpB,MAAM,EAWgB,KAAK;EAV3B,UAAU,EAJD,OAAO;EAKhB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,cAAc;EACtB,OAAO,EAAE,IAAI;CAUZ;;AAPH,AAII,MAJE,GAEF,OAAO,GAEL,IAAI,EAMV,MAAM,GARF,OAAO,GAEL,IAAI,CAAC;EAbT,KAAK,EAcY,KAAK;EAbtB,MAAM,EAakB,KAAK;EAZ7B,UAAU,EAJD,OAAO;EAKhB,MAAM,EAAE,IAAI;EACZ,OAAO,EAAE,YAAY;EACrB,MAAM,EAAE,cAAc;EACtB,OAAO,EAAE,IAAI;CASV;;AAIL,AAAA,MAAM,CAAC;EAEL,UAAU,EAAE,cAAc;EAC1B,UAAU,EAAE,IAAI;CACjB", 4 | "sources": [ 5 | "style.scss" 6 | ], 7 | "names": [], 8 | "file": "style.css" 9 | } -------------------------------------------------------------------------------- /Jan-18-2022/css/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | .main { 8 | width: 100%; 9 | height: 100vh; 10 | background: url("../images/maxresdefault.jpg"); 11 | background-repeat: no-repeat; 12 | background-position: center; 13 | background-size: cover; 14 | position: relative; 15 | } 16 | 17 | .pain { 18 | width: 200px; 19 | height: 200px; 20 | /* background-image: url("../images/bg.jpg"); 21 | background-repeat: no-repeat; 22 | background-size: cover; 23 | background-position: top left; */ 24 | 25 | background: url("../images/bg.jpg")no-repeat center /cover; 26 | 27 | position: absolute; 28 | top: 0px; 29 | left: 200px; 30 | } 31 | 32 | .rain { 33 | width: 200px; 34 | height: 200px; 35 | background: url("../images/rkib.jpg"); 36 | background-size: cover; 37 | background-position: center; 38 | position: absolute; 39 | top: 200px; 40 | left: 300px; 41 | } -------------------------------------------------------------------------------- /feb-13-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /Jan-16-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 |
13 |
14 |
15 |
16 | 17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 | 27 |
28 |
29 |
30 |
31 | 32 |
33 |
34 |
35 |
36 | 37 | -------------------------------------------------------------------------------- /feb-1-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | .bd { 8 | width: 750px; 9 | margin: 20px auto; 10 | list-style: none; 11 | display: flex; 12 | background: blue; 13 | } 14 | 15 | .bd li { 16 | width: 100%; 17 | position: relative; 18 | } 19 | 20 | .bd li::before { 21 | content: ""; 22 | width: 0; 23 | height: 5px; 24 | position: absolute; 25 | background: chocolate; 26 | bottom: 0; 27 | left: 50%; 28 | transform: translateX(-50%); 29 | transition: 0.5s; 30 | } 31 | 32 | .bd li:hover::before { 33 | width: 100%; 34 | } 35 | 36 | .bd li a { 37 | text-decoration: none; 38 | color: white; 39 | font-size: 14px; 40 | display: block; 41 | text-align: center; 42 | line-height: 50px; 43 | text-transform: uppercase; 44 | letter-spacing: 1px; 45 | } 46 | 47 | .dd { 48 | position: absolute; 49 | top: 100%; 50 | left: 0; 51 | background: blue; 52 | list-style: none; 53 | width: 100%; 54 | display: none; 55 | } 56 | 57 | .bd li:hover .dd { 58 | display: block; 59 | } 60 | -------------------------------------------------------------------------------- /feb-15-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | -webkit-box-sizing: border-box; 5 | box-sizing: border-box; 6 | } 7 | 8 | .mishu, .dhaka { 9 | width: 600px; 10 | height: 600px; 11 | background: hotpink; 12 | margin: auto; 13 | display: inline-block; 14 | border: 1px solid #000; 15 | display: -webkit-box; 16 | display: -ms-flexbox; 17 | display: flex; 18 | } 19 | 20 | .mishu > .nahida, .dhaka > .nahida { 21 | width: 400px; 22 | height: 400px; 23 | background: hotpink; 24 | margin: auto; 25 | display: inline-block; 26 | border: 1px solid #000; 27 | display: -webkit-box; 28 | display: -ms-flexbox; 29 | display: flex; 30 | } 31 | 32 | .mishu > .nahida > .eva, .dhaka > .nahida > .eva { 33 | width: 200px; 34 | height: 200px; 35 | background: hotpink; 36 | margin: auto; 37 | display: inline-block; 38 | border: 1px solid #000; 39 | display: -webkit-box; 40 | display: -ms-flexbox; 41 | display: flex; 42 | } 43 | 44 | .dhaka { 45 | background: cornflowerblue; 46 | margin-top: 20px; 47 | } 48 | /*# sourceMappingURL=style.css.map */ -------------------------------------------------------------------------------- /feb-1-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Jan-02-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | 13 |

14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |

26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Jan-06-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |
11 | 12 |

13 |

14 |

15 |

16 |

17 | Gender : 18 | Male 19 | Female 20 |

21 | Skill : 22 | HTML 23 | CSS 24 | JavaScript 25 | Bootstrap 26 |

27 | Upload Image 28 | 29 |

30 | 31 |
32 | 33 | -------------------------------------------------------------------------------- /mar-20-2022/my.js: -------------------------------------------------------------------------------- 1 | // console.log("This is a demo text"); 2 | // console.log("This is another text"); 3 | 4 | /* 5 | this is 6 | a 7 | multiline 8 | comment 9 | */ 10 | 11 | var kamal = 123; 12 | // console.log(kamal); 13 | 14 | //data types 15 | var mishu = "Mishu lives in Norail"; 16 | var eva = 12.3; 17 | var nila = null; 18 | var harun = true; 19 | // console.log(typeof mishu, typeof eva, typeof nila, typeof harun); 20 | 21 | //operator 22 | 23 | /* 24 | Arethmetic operator 25 | +, -, *, /, % 26 | 27 | Assignment Operator 28 | = 29 | += 30 | -= 31 | *= 32 | /= 33 | %= 34 | 35 | increament/decrement operator 36 | ++, 37 | -- 38 | 39 | conditional operaotr 40 | == 41 | === 42 | < 43 | > 44 | <= 45 | >= 46 | != 47 | !== 48 | 49 | logical operator 50 | && 51 | || 52 | 53 | concatination 54 | + 55 | 56 | */ 57 | 58 | var boyos = 20; 59 | boyos += 1; 60 | boyos -= 1; 61 | boyos *= 2; 62 | boyos /= 4; 63 | boyos %= 7; 64 | ++boyos; 65 | boyos--; 66 | 67 | // console.log(boyos); 68 | 69 | mishu = 20; 70 | harun = "20"; 71 | nila = 19; 72 | 73 | if (mishu <= harun || mishu < nila) { 74 | console.log("Joy Bangla"); 75 | } 76 | 77 | var php = "PHP is a server-side language"; 78 | var JavaScript = "JS is a client-side language"; 79 | console.log(php + JavaScript); 80 | -------------------------------------------------------------------------------- /jan-30-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
1
30 |
2
31 |
3
32 |
4
33 |
5
34 |
6
35 |
7
36 |
8
37 |
9
38 |
10
39 |
11
40 |
12
41 |
42 |
43 | 44 | 45 | -------------------------------------------------------------------------------- /Dec-28-2021/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bangladesh 8 | 9 | 10 | This is my first coding 11 |

This is heading 1

12 |

This is heading 2

13 |

This is heading 3

14 |

This is heading 4

15 |
This is heading 5
16 |
This is heading 6
17 |

Lorem ipsum dolor sit amet consectetur adipisicing elit. Incidunt iure voluptatum eaque officiis sequi quisquam maiores tenetur ratione, fugit cum dignissimos obcaecati! Ab accusamus magni culpa incidunt reiciendis, repellat perferendis consectetur, cumque debitis necessitatibus officiis ea cum at pariatur esse optio alias quo, ad vitae obcaecati perspiciatis? Commodi aliquid facere eos ipsa soluta a eligendi magnam ipsum. Ipsam explicabo atque veniam! Ipsam ratione voluptatibus nisi assumenda rerum quas.

18 | Sakib-Al-Hasan
19 | Shahrukh Khan
20 | Pori moni
21 | Takla Murad
22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /jan-30-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | .container { 8 | width: 100%; 9 | height: 100vh; 10 | display: flex; 11 | } 12 | 13 | .main { 14 | width: 900px; 15 | height: 450px; 16 | background: #ccc; 17 | margin: auto; 18 | display: grid; 19 | grid-template-columns: 2fr repeat(2, 1fr) 2fr; 20 | grid-gap: 5px; 21 | } 22 | 23 | .main > div { 24 | background: red; 25 | } 26 | 27 | .pain { 28 | background: #ccc; 29 | margin: auto; 30 | width: 900px; 31 | height: 450px; 32 | color: #fff; 33 | font-size: 24px; 34 | display: grid; 35 | grid-gap: 5px; 36 | grid-template-areas: "d1 d1 d3 d4" "d5 d6 d7 d7" "d9 d9 d11 d12" "d2 d8 d10 d10"; 37 | } 38 | 39 | .pain > div { 40 | background: red; 41 | display: flex; 42 | justify-content: center; 43 | align-items: center; 44 | } 45 | 46 | .d1 { 47 | grid-area: d1; 48 | } 49 | .d2 { 50 | grid-area: d2; 51 | } 52 | .d3 { 53 | grid-area: d3; 54 | } 55 | .d4 { 56 | grid-area: d4; 57 | } 58 | .d5 { 59 | grid-area: d5; 60 | } 61 | .d6 { 62 | grid-area: d6; 63 | } 64 | .d7 { 65 | grid-area: d7; 66 | } 67 | .d8 { 68 | grid-area: d8; 69 | } 70 | .d9 { 71 | grid-area: d9; 72 | } 73 | .d10 { 74 | grid-area: d10; 75 | } 76 | .d11 { 77 | grid-area: d11; 78 | } 79 | .d12 { 80 | grid-area: d12; 81 | } 82 | -------------------------------------------------------------------------------- /feb-6-2022/cw/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | scroll-behavior: smooth; 6 | } 7 | 8 | main { 9 | width: 100%; 10 | display: flex; 11 | flex-wrap: wrap; 12 | } 13 | 14 | aside { 15 | width: 200px; 16 | height: 100vh; 17 | position: fixed; 18 | top: 0; 19 | left: 0; 20 | background: #ccc; 21 | } 22 | 23 | section { 24 | background: lightblue; 25 | min-height: 100vh; 26 | width: calc(100% - 200px); 27 | margin-left: auto; 28 | padding: 30px; 29 | } 30 | 31 | nav { 32 | width: 100%; 33 | padding: 20px; 34 | } 35 | 36 | nav > ul { 37 | width: 100%; 38 | display: flex; 39 | flex-wrap: wrap; 40 | } 41 | 42 | nav > ul > li { 43 | list-style: none; 44 | list-style-position: inside; 45 | width: 100%; 46 | position: relative; 47 | } 48 | 49 | nav > ul > li > a { 50 | text-decoration: none; 51 | line-height: 40px; 52 | color: #fff; 53 | text-shadow: 1px 1px 1px #000; 54 | font-size: 14px; 55 | letter-spacing: 2px; 56 | font-family: Verdana, Geneva, Tahoma, sans-serif; 57 | font-weight: bolder; 58 | display: block; 59 | } 60 | 61 | nav > ul > li::before { 62 | content: ""; 63 | width: 2px; 64 | height: 0; 65 | background: #1111ff; 66 | position: absolute; 67 | top: 50%; 68 | left: -10px; 69 | transform: translateY(-50%); 70 | transition: 0.5s; 71 | } 72 | 73 | nav > ul > li:hover::before { 74 | height: 100%; 75 | } 76 | -------------------------------------------------------------------------------- /feb-8-2022/css/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | .container { 8 | width: 100%; 9 | height: 100vh; 10 | display: flex; 11 | } 12 | 13 | .main { 14 | width: 526px; 15 | height: 526px; 16 | background: url("../images/md.jpg"); 17 | margin: auto; 18 | position: relative; 19 | overflow: hidden; 20 | } 21 | 22 | .main::before { 23 | content: ""; 24 | width: 50%; 25 | height: 100%; 26 | background: url("../images/priyanka.png"); 27 | background-position: bottom center; 28 | background-repeat: no-repeat; 29 | background-size: cover; 30 | position: absolute; 31 | top: 0; 32 | /* animation-name: priyanka; 33 | animation-duration: 4s; 34 | animation-iteration-count: infinite; 35 | animation-timing-function: linear; */ 36 | animation: priyanka 4s infinite linear; 37 | } 38 | 39 | @keyframes priyanka { 40 | 0% {left: -50%;} 41 | 100% {left: 100%;} 42 | } 43 | 44 | .main::after { 45 | content: ""; 46 | width: 50%; 47 | height: 100%; 48 | background: url("../images/resmika.png"); 49 | background-position: bottom center; 50 | background-repeat: no-repeat; 51 | background-size: cover; 52 | position: absolute; 53 | top: 0; 54 | animation: resmika 4s infinite linear; 55 | } 56 | 57 | @keyframes resmika { 58 | 0% {right: -50%;} 59 | 100% {right: 100%;} 60 | } -------------------------------------------------------------------------------- /Folio/forms/contact.php: -------------------------------------------------------------------------------- 1 | ajax = true; 20 | 21 | $contact->to = $receiving_email_address; 22 | $contact->from_name = $_POST['name']; 23 | $contact->from_email = $_POST['email']; 24 | $contact->subject = $_POST['subject']; 25 | 26 | // Uncomment below code if you want to use SMTP to send emails. You need to enter your correct SMTP credentials 27 | /* 28 | $contact->smtp = array( 29 | 'host' => 'example.com', 30 | 'username' => 'example', 31 | 'password' => 'pass', 32 | 'port' => '587' 33 | ); 34 | */ 35 | 36 | $contact->add_message( $_POST['name'], 'From'); 37 | $contact->add_message( $_POST['email'], 'Email'); 38 | $contact->add_message( $_POST['message'], 'Message', 10); 39 | 40 | echo $contact->send(); 41 | ?> 42 | -------------------------------------------------------------------------------- /MyResume/forms/contact.php: -------------------------------------------------------------------------------- 1 | ajax = true; 20 | 21 | $contact->to = $receiving_email_address; 22 | $contact->from_name = $_POST['name']; 23 | $contact->from_email = $_POST['email']; 24 | $contact->subject = $_POST['subject']; 25 | 26 | // Uncomment below code if you want to use SMTP to send emails. You need to enter your correct SMTP credentials 27 | /* 28 | $contact->smtp = array( 29 | 'host' => 'example.com', 30 | 'username' => 'example', 31 | 'password' => 'pass', 32 | 'port' => '587' 33 | ); 34 | */ 35 | 36 | $contact->add_message( $_POST['name'], 'From'); 37 | $contact->add_message( $_POST['email'], 'Email'); 38 | $contact->add_message( $_POST['message'], 'Message', 10); 39 | 40 | echo $contact->send(); 41 | ?> 42 | -------------------------------------------------------------------------------- /jan-25-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | 13 |

14 | Lorem ipsum dolor sit amet consectetur, adipisicing elit. Expedita, illum 15 | ab adipisci, doloribus unde magni magnam voluptas vero dicta laudantium 16 | quasi quis non aut corporis optio debitis, id placeat. Ratione quisquam 17 | quam eum nam error ea accusamus tempore eos veritatis atque cupiditate 18 | fugit ab illum iure, velit assumenda! Voluptatibus soluta nam excepturi 19 | fugiat sequi, commodi asperiores dolore eligendi fugit ex. 20 |

21 | 22 |

23 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum ut iusto 24 | culpa reprehenderit. Quisquam, quaerat, non alias neque impedit autem enim 25 | vitae amet accusantium accusamus explicabo commodi. Voluptatum mollitia 26 | cum eaque sapiente, soluta alias error saepe laboriosam ipsam dolorum 27 | fugiat cumque id reprehenderit facere ullam assumenda consequatur corporis 28 | nobis doloribus similique, odio ad. Autem neque rem, dolor corporis 29 | recusandae laborum? 30 |

31 | 32 | 33 | -------------------------------------------------------------------------------- /feb-13-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | nav { 8 | width: 100%; 9 | height: 100vh; 10 | display: flex; 11 | } 12 | 13 | nav > ul { 14 | width: 300px; 15 | list-style: none; 16 | margin: auto; 17 | display: flex; 18 | justify-content: space-evenly; 19 | flex-wrap: wrap; 20 | text-align: center; 21 | } 22 | 23 | nav > ul > li { 24 | width: 50px; 25 | border: 1px solid #000; 26 | border-radius: 50%; 27 | background: #ccc; 28 | box-shadow: 0 0 5px #000, 0 0 10px #030303 inset; 29 | position: relative; 30 | overflow: hidden; 31 | z-index: 5; 32 | } 33 | 34 | nav > ul > li > a { 35 | display: block; 36 | text-decoration: none; 37 | line-height: 50px; 38 | color: #fff; 39 | font-size: 22px; 40 | text-shadow: 2px 2px #000; 41 | z-index: 10; 42 | } 43 | 44 | nav > ul > li::before { 45 | content: ""; 46 | width: 100%; 47 | height: 100%; 48 | position: absolute; 49 | top: 100%; 50 | left: 0; 51 | transition: 0.5s; 52 | z-index: -5; 53 | } 54 | 55 | nav > ul > li:hover::before { 56 | top: 0; 57 | } 58 | 59 | nav > ul > li:first-child::before { 60 | background: #4867aa; 61 | } 62 | nav > ul > li:nth-child(2)::before { 63 | background: #5da9dd; 64 | } 65 | 66 | nav > ul > li:nth-child(3)::before { 67 | background: #0077b5; 68 | } 69 | 70 | nav > ul > li:nth-child(4)::before { 71 | background: #ff0000; 72 | } 73 | 74 | nav > ul > li:nth-child(5)::before { 75 | background: #2ad65f; 76 | } 77 | -------------------------------------------------------------------------------- /Jan-11-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 14 | 15 | 16 | 17 |

CSS

18 |

Cascading Style Sheet

19 |
20 |

Syntext of csss

21 |

property : value;

22 |

color : orange;

23 |

width : 200px;

24 |
25 |

Verient of CSS

26 |

Inline CSS

27 |

Internal CSS

28 |

External CSS

29 |
30 |

Selector

31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Jan-13-2022/css/style.css: -------------------------------------------------------------------------------- 1 | .rakibKhan { 2 | color: red; 3 | font-size: 14px; 4 | text-transform: uppercase; 5 | font-style: italic; 6 | letter-spacing: 5px; 7 | font-weight: bolder; 8 | text-decoration: underline; 9 | text-align: center; 10 | line-height: 30px; 11 | text-shadow: 1px 1px 2px black; 12 | font-family: Verdana; 13 | } 14 | 15 | .mrRakib { 16 | width: 500px; 17 | border: 5px solid black; 18 | /* border-width: 5px; 19 | border-style: solid; 20 | border-color: black; */ 21 | /* border-left-width: 5px; 22 | border-left-style: solid; 23 | border-left-color: black; */ 24 | /* border-left: 5px solid black; */ 25 | /* border-right-width: 5px; 26 | border-right-style: solid; 27 | border-right-color: black; */ 28 | /* border-right: 5px solid black; */ 29 | /* border-bottom-width: 5px; 30 | border-bottom-style: solid; 31 | border-bottom-color: black; */ 32 | /* border-bottom: 5px solid black; */ 33 | /* border-top-width: 5px; 34 | border-top-style: solid; 35 | border-top-color: black; */ 36 | /* border-top: 5px solid black; */ 37 | /* padding: 20px; */ 38 | /* padding-left: 20px; 39 | padding-right: 20px; 40 | padding-top: 30px; 41 | padding-bottom: 30px; */ 42 | /* padding: 30px 20px 30px 20px; */ 43 | /* padding: 30px 20px; */ 44 | /* padding: 20px 30px 30px; */ 45 | padding: 30px; 46 | box-sizing: border-box; 47 | /* margin: 20px 30px 40px 50px; 48 | margin: 20px 30px 40px; 49 | margin: 20px 30px; */ 50 | /* margin-top: 20px; 51 | margin-right: 30px; 52 | margin-bottom: 40px; 53 | margin-left: 50px; */ 54 | margin: 0 auto; 55 | } -------------------------------------------------------------------------------- /Jan-16-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | .rakib { 8 | width: 100%; 9 | height: 100vh; 10 | background: gray; 11 | display: flex; 12 | } 13 | 14 | .sakib { 15 | width: 300px; 16 | height: 200px; 17 | background: green; 18 | margin: auto; 19 | display: flex; 20 | justify-content: center; 21 | align-items: center; 22 | } 23 | 24 | .akib { 25 | width: 150px; 26 | height: 150px; 27 | background: red; 28 | border-radius: 50%; 29 | } 30 | 31 | .sakib:hover { 32 | background: white; 33 | } 34 | 35 | .p1 { 36 | width: 300px; 37 | height: 200px; 38 | margin: auto; 39 | display: flex; 40 | background: green; 41 | } 42 | 43 | .p2 { 44 | width: 220px; 45 | height: 160px; 46 | background: orange; 47 | margin: auto; 48 | clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%); 49 | display: flex; 50 | } 51 | 52 | .nila { 53 | margin: auto; 54 | width: 100px; 55 | height: 100px; 56 | border-radius: 50%; 57 | background: blue; 58 | overflow: hidden; 59 | } 60 | 61 | .mishu { 62 | width: 200px; 63 | height: 200px; 64 | border: 10px solid white; 65 | border-radius: 50%; 66 | margin-top: 40px; 67 | margin-left: -60px; 68 | } 69 | 70 | .hello { 71 | width: 300px; 72 | height: 200px; 73 | margin: auto; 74 | } 75 | 76 | .haha { 77 | width: 100%; 78 | background: lightblue; 79 | height: 33%; 80 | } 81 | 82 | .hoho { 83 | width: 100%; 84 | background: white; 85 | height: 34%; 86 | display: flex; 87 | } 88 | 89 | .hoho > img { 90 | height: 90%; 91 | margin: auto; 92 | } 93 | -------------------------------------------------------------------------------- /feb-3-2022/css/style.css: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); 2 | * { 3 | margin: 0; 4 | padding: 0; 5 | box-sizing: border-box; 6 | } 7 | 8 | nav { 9 | width: 100%; 10 | background: #000; 11 | } 12 | 13 | .menubar { 14 | width: 800px; 15 | margin: auto; 16 | display: flex; 17 | } 18 | 19 | .menubar > li { 20 | width: 100%; 21 | list-style: none; 22 | position: relative; 23 | } 24 | 25 | .menubar > li::before { 26 | content: ""; 27 | width: 100%; 28 | height: 3px; 29 | background: #ccc; 30 | position: absolute; 31 | top: 1px; 32 | left: 0; 33 | display: none; 34 | } 35 | 36 | .menubar > li:hover::before { 37 | display: block; 38 | } 39 | 40 | .menubar > li > a { 41 | display: block; 42 | text-decoration: none; 43 | text-align: center; 44 | line-height: 60px; 45 | color: #fff; 46 | font-family: "Poppins"; 47 | font-size: 18px; 48 | } 49 | 50 | .ddp { 51 | width: 100vw; 52 | height: 0; 53 | background: #ccc; 54 | position: fixed; 55 | top: 60px; 56 | left: 0; 57 | overflow: hidden; 58 | display: flex; 59 | justify-content: space-evenly; 60 | align-items: center; 61 | } 62 | 63 | .ddp > ul { 64 | list-style: none; 65 | } 66 | 67 | .ddp > ul > li { 68 | cursor: pointer; 69 | text-transform: capitalize; 70 | } 71 | 72 | .ddp > ul > li:first-child { 73 | font-weight: bolder; 74 | border-bottom: 1px solid #000; 75 | margin-bottom: 8px; 76 | font-size: 18px; 77 | text-transform: uppercase; 78 | } 79 | 80 | .menubar > li:hover > .ddp { 81 | height: auto; 82 | padding: 20px; 83 | } 84 | -------------------------------------------------------------------------------- /feb-3-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Mega Menu 8 | 9 | 10 | 11 | 12 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /Jan-04-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
S.N.NameCity
01MahidDhaka
02MishuNetrokona
03MahimBhammonbaria
33 |

34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 62 | 63 |
64 | 65 | -------------------------------------------------------------------------------- /jan-27-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | header { 8 | color: blue; 9 | font-size: 32px; 10 | margin-left: 20px; 11 | } 12 | 13 | header::before { 14 | content: "Hi, "; 15 | } 16 | 17 | header::after { 18 | content: "..."; 19 | } 20 | 21 | nav { 22 | color: red; 23 | font-size: 24px; 24 | margin-left: 20px; 25 | } 26 | 27 | nav::before { 28 | content: open-quote; 29 | } 30 | 31 | nav::after { 32 | content: close-quote; 33 | } 34 | 35 | aside { 36 | color: green; 37 | margin-left: 20px; 38 | font-size: 18px; 39 | } 40 | 41 | aside::before { 42 | content: attr(bf); 43 | } 44 | 45 | aside::after { 46 | content: attr(gf); 47 | } 48 | 49 | main { 50 | width: 200px; 51 | height: 200px; 52 | background: hotpink; 53 | margin: auto; 54 | transition: 1s; 55 | } 56 | 57 | main:hover { 58 | /* transform: scale(2, 1.5); */ 59 | /* transform: translateY(-50px); */ 60 | transform: rotate(180deg); 61 | } 62 | 63 | .main { 64 | width: 100%; 65 | height: 100vh; 66 | display: flex; 67 | } 68 | 69 | .pain { 70 | width: 250px; 71 | height: 350px; 72 | margin: auto; 73 | position: relative; 74 | } 75 | 76 | .pain::before, 77 | .pain::after { 78 | width: 100%; 79 | height: 100%; 80 | position: absolute; 81 | top: 0; 82 | left: 0; 83 | transition: 0.5s; 84 | backface-visibility: hidden; 85 | font-size: 32px; 86 | color: #fff; 87 | display: flex; 88 | justify-content: center; 89 | align-items: end; 90 | text-shadow: 1px 1px #000; 91 | } 92 | 93 | .pain::before { 94 | content: "Ananta Jalil"; 95 | background: url("../images/jalil.jpg") no-repeat center / cover; 96 | transform: rotateY(180deg); 97 | } 98 | 99 | .pain::after { 100 | content: "Mahfuzur Rahman"; 101 | background: url("../images/mahfuz.png") no-repeat center / cover; 102 | transform: rotateY(0deg); 103 | } 104 | 105 | .pain:hover::before { 106 | transform: rotateY(0deg); 107 | } 108 | 109 | .pain:hover::after { 110 | transform: rotateY(180deg); 111 | } 112 | -------------------------------------------------------------------------------- /feb-10-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Media Query 8 | 9 | 10 | 11 |
12 |
13 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis 14 | illum alias voluptatum dolor error veniam aspernatur soluta repellendus 15 | modi officia obcaecati, facilis iste, temporibus, placeat qui beatae 16 | minus commodi eligendi atque deleniti. Ratione vero necessitatibus 17 | possimus? Ipsa voluptates illum neque, minus placeat a consequuntur 18 | vitae maxime quod magnam corrupti sed! 19 |
20 |
21 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis 22 | illum alias voluptatum dolor error veniam aspernatur soluta repellendus 23 | modi officia obcaecati, facilis iste, temporibus, placeat qui beatae 24 | minus commodi eligendi atque deleniti. Ratione vero necessitatibus 25 | possimus? Ipsa voluptates illum neque, minus placeat a consequuntur 26 | vitae maxime quod magnam corrupti sed! 27 |
28 |
29 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis 30 | illum alias voluptatum dolor error veniam aspernatur soluta repellendus 31 | modi officia obcaecati, facilis iste, temporibus, placeat qui beatae 32 | minus commodi eligendi atque deleniti. Ratione vero necessitatibus 33 | possimus? Ipsa voluptates illum neque, minus placeat a consequuntur 34 | vitae maxime quod magnam corrupti sed! 35 |
36 |
37 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis 38 | illum alias voluptatum dolor error veniam aspernatur soluta repellendus 39 | modi officia obcaecati, facilis iste, temporibus, placeat qui beatae 40 | minus commodi eligendi atque deleniti. Ratione vero necessitatibus 41 | possimus? Ipsa voluptates illum neque, minus placeat a consequuntur 42 | vitae maxime quod magnam corrupti sed! 43 |
44 |
45 | 46 | 47 | -------------------------------------------------------------------------------- /feb-10-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | @media only screen and (min-width: 1020px) { 8 | .container { 9 | width: 100%; 10 | display: grid; 11 | grid-template-columns: repeat(4, 1fr); 12 | grid-gap: 20px; 13 | padding: 20px; 14 | background: #ccc; 15 | } 16 | 17 | .container > div:first-child { 18 | background: cornflowerblue; 19 | } 20 | 21 | .container > div:nth-child(2) { 22 | background: darkorange; 23 | } 24 | 25 | .container > div:nth-child(3) { 26 | background: limegreen; 27 | } 28 | 29 | .container > div:last-child { 30 | background: orangered; 31 | } 32 | 33 | .container > div { 34 | padding: 20px; 35 | border-radius: 6px; 36 | color: #fff; 37 | } 38 | } 39 | 40 | @media only screen and (min-width: 620px) and (max-width: 1020px) { 41 | .container { 42 | width: 100%; 43 | display: grid; 44 | grid-template-columns: repeat(2, 1fr); 45 | grid-gap: 20px; 46 | padding: 20px; 47 | background: #ccc; 48 | font-size: 18px; 49 | } 50 | 51 | .container > div:first-child { 52 | background: darkorange; 53 | } 54 | 55 | .container > div:nth-child(2) { 56 | background: cornflowerblue; 57 | } 58 | 59 | .container > div:nth-child(3) { 60 | background: orangered; 61 | } 62 | 63 | .container > div:last-child { 64 | background: limegreen; 65 | } 66 | 67 | .container > div { 68 | padding: 10px; 69 | border-radius: 6px; 70 | color: #fff; 71 | } 72 | } 73 | 74 | @media only screen and (max-width: 620px) { 75 | .container { 76 | width: 100%; 77 | display: grid; 78 | grid-template-columns: 1fr; 79 | grid-gap: 20px; 80 | padding: 20px; 81 | background: #ccc; 82 | font-size: 20px; 83 | } 84 | 85 | .container > div:first-child { 86 | background: orangered; 87 | } 88 | 89 | .container > div:nth-child(2) { 90 | background: limegreen; 91 | } 92 | 93 | .container > div:nth-child(3) { 94 | background: darkorange; 95 | } 96 | 97 | .container > div:last-child { 98 | background: cornflowerblue; 99 | } 100 | 101 | .container > div { 102 | padding: 10px; 103 | border-radius: 6px; 104 | color: #fff; 105 | } 106 | } 107 | -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/README.txt: -------------------------------------------------------------------------------- 1 | Oswald Variable Font 2 | ==================== 3 | 4 | This download contains Oswald as both a variable font and static fonts. 5 | 6 | Oswald is a variable font with this axis: 7 | wght 8 | 9 | This means all the styles are contained in a single file: 10 | Oswald/Oswald-VariableFont_wght.ttf 11 | 12 | If your app fully supports variable fonts, you can now pick intermediate styles 13 | that aren’t available as static fonts. Not all apps support variable fonts, and 14 | in those cases you can use the static font files for Oswald: 15 | Oswald/static/Oswald-ExtraLight.ttf 16 | Oswald/static/Oswald-Light.ttf 17 | Oswald/static/Oswald-Regular.ttf 18 | Oswald/static/Oswald-Medium.ttf 19 | Oswald/static/Oswald-SemiBold.ttf 20 | Oswald/static/Oswald-Bold.ttf 21 | 22 | Get started 23 | ----------- 24 | 25 | 1. Install the font files you want to use 26 | 27 | 2. Use your app's font picker to view the font family and all the 28 | available styles 29 | 30 | Learn more about variable fonts 31 | ------------------------------- 32 | 33 | https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts 34 | https://variablefonts.typenetwork.com 35 | https://medium.com/variable-fonts 36 | 37 | In desktop apps 38 | 39 | https://theblog.adobe.com/can-variable-fonts-illustrator-cc 40 | https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts 41 | 42 | Online 43 | 44 | https://developers.google.com/fonts/docs/getting_started 45 | https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide 46 | https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts 47 | 48 | Installing fonts 49 | 50 | MacOS: https://support.apple.com/en-us/HT201749 51 | Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux 52 | Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows 53 | 54 | Android Apps 55 | 56 | https://developers.google.com/fonts/docs/android 57 | https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts 58 | 59 | License 60 | ------- 61 | Please read the full license text (OFL.txt) to understand the permissions, 62 | restrictions and requirements for usage, redistribution, and modification. 63 | 64 | You can use them freely in your products & projects - print or digital, 65 | commercial or otherwise. 66 | 67 | This isn't legal advice, please consider consulting a lawyer and see the full 68 | license for all details. 69 | -------------------------------------------------------------------------------- /MyResume/changelog.txt: -------------------------------------------------------------------------------- 1 | Version: 4.7.0 2 | - Updated Bootstrap to version 5.1.3 3 | - Updated all outdated third party vendor libraries to their latest versions 4 | 5 | Version: 4.6.0 6 | - Updated Bootstrap to version 5.1.2 7 | - Updated all outdated third party vendor libraries to their latest versions 8 | 9 | Version: 4.5.0 10 | - Fixed slider issue in testimonials and portfolio details sections 11 | 12 | Version: 4.4.0 13 | - Updated Bootstrap to version 5.1.1 14 | - Updated all outdated third party vendor libraries to their latest versions 15 | - Improved and updated dev version gulp scripts 16 | 17 | Version: 4.3.0 18 | - Updated Bootstrap to version 5.0.1 19 | - Updated all outdated third party vendor libraries to their latest versions 20 | - Fixed navigation links focus color 21 | 22 | Version: 4.2.0 23 | - Updated Bootstrap to version 5.0.0 Final 24 | - Updated all outdated third party vendor libraries to their latest versions 25 | 26 | Version: 4.1.0 27 | - Updated Bootstrap to version 5.0.0-beta3 28 | - Updated all outdated third party vendor libraries to their latest versions 29 | - Updated the PHP Email Form to V3.1 30 | 31 | Version: 4.0.1 32 | - Updated Bootstrap to version 5.0.0-beta2 33 | - Updated all outdated third party vendor libraries to their latest versions 34 | 35 | Version: 4.0.0 36 | - The template does not require jQuery anymore 37 | - Removed jQuery and all the jQuery plugins 38 | - The assets/js/main.js was rewritten completely with vanilla Javascript. No more jQuery code 39 | - Restructured the dev version for better development experience 40 | - Updated the PHP Email Form to V3.0 - No jQuery dependency. Added attachment support 41 | 42 | Version: 3.0.0 43 | - Initial release with Bootstrap v5.0 Beta 1 44 | 45 | Version: 2.2.0 46 | - Updated Bootstrap to version 4.5.3 47 | - Updated all outdated third party vendor libraries to their latest versions 48 | - Updated the PHP Email Form to v2.3 49 | - Other small fixes and improvements 50 | 51 | Version: 2.1.0 52 | - Updated the PHP Email Form library to version 2.0 with reCaptcha support 53 | - Added smooth scroll on page load with hash links in the url 54 | - Updated all outdated third party vendor libraries to their latest versions 55 | 56 | Version: 2.0.0 57 | - The template was rebuilt from scratch with the latest Bootstrap version (4.5.0) 58 | - Added SMPTP support for the contact form script (Pro) 59 | - Added NodeJS NPM Development version (Pro unlimited & Membership members) 60 | 61 | Version: 1.0.0 62 | - Initial Release 63 | -------------------------------------------------------------------------------- /Jan-23-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 | 12 |
13 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consequatur 14 | molestiae vel at dolor enim quod saepe iste. Harum libero, dignissimos 15 | dicta cum sed culpa expedita. Repellat voluptatibus, maxime odio 16 | laudantium itaque magnam ipsa repudiandae architecto ex! Sequi voluptatum 17 | enim libero similique explicabo sapiente nulla, atque obcaecati 18 | perspiciatis vitae totam accusantium. 19 |
20 | 21 | 22 | 23 |
24 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consequatur 25 | molestiae vel at dolor enim quod saepe iste. Harum libero, dignissimos 26 | dicta cum sed culpa expedita. Repellat voluptatibus, maxime odio 27 | laudantium itaque magnam ipsa repudiandae architecto ex! Sequi voluptatum 28 | enim libero similique explicabo sapiente nulla, atque obcaecati 29 | perspiciatis vitae totam accusantium. 30 |
31 | 32 | 33 | 34 |
35 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consequatur 36 | molestiae vel at dolor enim quod saepe iste. Harum libero, dignissimos 37 | dicta cum sed culpa expedita. Repellat voluptatibus, maxime odio 38 | laudantium itaque magnam ipsa repudiandae architecto ex! Sequi voluptatum 39 | enim libero similique explicabo sapiente nulla, atque obcaecati 40 | perspiciatis vitae totam accusantium. 41 |
42 | 43 | 44 | 45 |
46 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consequatur 47 | molestiae vel at dolor enim quod saepe iste. Harum libero, dignissimos 48 | dicta cum sed culpa expedita. Repellat voluptatibus, maxime odio 49 | laudantium itaque magnam ipsa repudiandae architecto ex! Sequi voluptatum 50 | enim libero similique explicabo sapiente nulla, atque obcaecati 51 | perspiciatis vitae totam accusantium. 52 |
53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/README.txt: -------------------------------------------------------------------------------- 1 | Manrope Variable Font 2 | ===================== 3 | 4 | This download contains Manrope as both a variable font and static fonts. 5 | 6 | Manrope is a variable font with this axis: 7 | wght 8 | 9 | This means all the styles are contained in a single file: 10 | Manrope/Manrope-VariableFont_wght.ttf 11 | 12 | If your app fully supports variable fonts, you can now pick intermediate styles 13 | that aren’t available as static fonts. Not all apps support variable fonts, and 14 | in those cases you can use the static font files for Manrope: 15 | Manrope/static/Manrope-ExtraLight.ttf 16 | Manrope/static/Manrope-Light.ttf 17 | Manrope/static/Manrope-Regular.ttf 18 | Manrope/static/Manrope-Medium.ttf 19 | Manrope/static/Manrope-SemiBold.ttf 20 | Manrope/static/Manrope-Bold.ttf 21 | Manrope/static/Manrope-ExtraBold.ttf 22 | 23 | Get started 24 | ----------- 25 | 26 | 1. Install the font files you want to use 27 | 28 | 2. Use your app's font picker to view the font family and all the 29 | available styles 30 | 31 | Learn more about variable fonts 32 | ------------------------------- 33 | 34 | https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts 35 | https://variablefonts.typenetwork.com 36 | https://medium.com/variable-fonts 37 | 38 | In desktop apps 39 | 40 | https://theblog.adobe.com/can-variable-fonts-illustrator-cc 41 | https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts 42 | 43 | Online 44 | 45 | https://developers.google.com/fonts/docs/getting_started 46 | https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide 47 | https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts 48 | 49 | Installing fonts 50 | 51 | MacOS: https://support.apple.com/en-us/HT201749 52 | Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux 53 | Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows 54 | 55 | Android Apps 56 | 57 | https://developers.google.com/fonts/docs/android 58 | https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts 59 | 60 | License 61 | ------- 62 | Please read the full license text (OFL.txt) to understand the permissions, 63 | restrictions and requirements for usage, redistribution, and modification. 64 | 65 | You can use them freely in your products & projects - print or digital, 66 | commercial or otherwise. 67 | 68 | This isn't legal advice, please consider consulting a lawyer and see the full 69 | license for all details. 70 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/README.txt: -------------------------------------------------------------------------------- 1 | Inter Variable Font 2 | =================== 3 | 4 | This download contains Inter as both a variable font and static fonts. 5 | 6 | Inter is a variable font with these axes: 7 | slnt 8 | wght 9 | 10 | This means all the styles are contained in a single file: 11 | Inter/Inter-VariableFont_slnt,wght.ttf 12 | 13 | If your app fully supports variable fonts, you can now pick intermediate styles 14 | that aren’t available as static fonts. Not all apps support variable fonts, and 15 | in those cases you can use the static font files for Inter: 16 | Inter/static/Inter-Thin.ttf 17 | Inter/static/Inter-ExtraLight.ttf 18 | Inter/static/Inter-Light.ttf 19 | Inter/static/Inter-Regular.ttf 20 | Inter/static/Inter-Medium.ttf 21 | Inter/static/Inter-SemiBold.ttf 22 | Inter/static/Inter-Bold.ttf 23 | Inter/static/Inter-ExtraBold.ttf 24 | Inter/static/Inter-Black.ttf 25 | 26 | Get started 27 | ----------- 28 | 29 | 1. Install the font files you want to use 30 | 31 | 2. Use your app's font picker to view the font family and all the 32 | available styles 33 | 34 | Learn more about variable fonts 35 | ------------------------------- 36 | 37 | https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts 38 | https://variablefonts.typenetwork.com 39 | https://medium.com/variable-fonts 40 | 41 | In desktop apps 42 | 43 | https://theblog.adobe.com/can-variable-fonts-illustrator-cc 44 | https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts 45 | 46 | Online 47 | 48 | https://developers.google.com/fonts/docs/getting_started 49 | https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide 50 | https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts 51 | 52 | Installing fonts 53 | 54 | MacOS: https://support.apple.com/en-us/HT201749 55 | Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux 56 | Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows 57 | 58 | Android Apps 59 | 60 | https://developers.google.com/fonts/docs/android 61 | https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts 62 | 63 | License 64 | ------- 65 | Please read the full license text (OFL.txt) to understand the permissions, 66 | restrictions and requirements for usage, redistribution, and modification. 67 | 68 | You can use them freely in your products & projects - print or digital, 69 | commercial or otherwise. 70 | 71 | This isn't legal advice, please consider consulting a lawyer and see the full 72 | license for all details. 73 | -------------------------------------------------------------------------------- /Jan-9-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Signup Form

11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 54 | 55 | 56 | 57 | 58 | 64 | 65 | 66 | 67 | 68 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 |
:
:
:
:
:
:
:
: 51 | Male 52 | Female 53 |
: 59 | Disabled 60 | Tribe 61 | Women 62 | Freedom Fighter 63 |
: 69 | 70 |
:
83 | 84 | -------------------------------------------------------------------------------- /feb-24-2022/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bootstrap 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione 16 | dolore officiis cumque consectetur nihil quos, nesciunt quas? Labore 17 | aliquid molestiae nobis nihil nemo. Porro quo odio modi fugiat quia 18 | placeat consequatur animi dolor. Sit voluptas vel ratione totam culpa 19 | sapiente suscipit soluta saepe magnam exercitationem aspernatur 20 | molestiae corrupti, eum animi libero recusandae hic mollitia! Ab 21 | veritatis nisi sit ut mollitia! 22 |
23 |
24 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione 25 | dolore officiis cumque consectetur nihil quos, nesciunt quas? Labore 26 | aliquid molestiae nobis nihil nemo. Porro quo odio modi fugiat quia 27 | placeat consequatur animi dolor. Sit voluptas vel ratione totam culpa 28 | sapiente suscipit soluta saepe magnam exercitationem aspernatur 29 | molestiae corrupti, eum animi libero recusandae hic mollitia! Ab 30 | veritatis nisi sit ut mollitia! 31 |
32 |
33 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione 34 | dolore officiis cumque consectetur nihil quos, nesciunt quas? Labore 35 | aliquid molestiae nobis nihil nemo. Porro quo odio modi fugiat quia 36 | placeat consequatur animi dolor. Sit voluptas vel ratione totam culpa 37 | sapiente suscipit soluta saepe magnam exercitationem aspernatur 38 | molestiae corrupti, eum animi libero recusandae hic mollitia! Ab 39 | veritatis nisi sit ut mollitia! 40 |
41 |
42 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione 43 | dolore officiis cumque consectetur nihil quos, nesciunt quas? Labore 44 | aliquid molestiae nobis nihil nemo. Porro quo odio modi fugiat quia 45 | placeat consequatur animi dolor. Sit voluptas vel ratione totam culpa 46 | sapiente suscipit soluta saepe magnam exercitationem aspernatur 47 | molestiae corrupti, eum animi libero recusandae hic mollitia! Ab 48 | veritatis nisi sit ut mollitia! 49 |
50 |
51 |
52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /Folio/assets/vendor/php-email-form/validate.js: -------------------------------------------------------------------------------- 1 | /** 2 | * PHP Email Form Validation - v3.2 3 | * URL: https://bootstrapmade.com/php-email-form/ 4 | * Author: BootstrapMade.com 5 | */ 6 | (function () { 7 | "use strict"; 8 | 9 | let forms = document.querySelectorAll('.php-email-form'); 10 | 11 | forms.forEach( function(e) { 12 | e.addEventListener('submit', function(event) { 13 | event.preventDefault(); 14 | 15 | let thisForm = this; 16 | 17 | let action = thisForm.getAttribute('action'); 18 | let recaptcha = thisForm.getAttribute('data-recaptcha-site-key'); 19 | 20 | if( ! action ) { 21 | displayError(thisForm, 'The form action property is not set!') 22 | return; 23 | } 24 | thisForm.querySelector('.loading').classList.add('d-block'); 25 | thisForm.querySelector('.error-message').classList.remove('d-block'); 26 | thisForm.querySelector('.sent-message').classList.remove('d-block'); 27 | 28 | let formData = new FormData( thisForm ); 29 | 30 | if ( recaptcha ) { 31 | if(typeof grecaptcha !== "undefined" ) { 32 | grecaptcha.ready(function() { 33 | try { 34 | grecaptcha.execute(recaptcha, {action: 'php_email_form_submit'}) 35 | .then(token => { 36 | formData.set('recaptcha-response', token); 37 | php_email_form_submit(thisForm, action, formData); 38 | }) 39 | } catch(error) { 40 | displayError(thisForm, error) 41 | } 42 | }); 43 | } else { 44 | displayError(thisForm, 'The reCaptcha javascript API url is not loaded!') 45 | } 46 | } else { 47 | php_email_form_submit(thisForm, action, formData); 48 | } 49 | }); 50 | }); 51 | 52 | function php_email_form_submit(thisForm, action, formData) { 53 | fetch(action, { 54 | method: 'POST', 55 | body: formData, 56 | headers: {'X-Requested-With': 'XMLHttpRequest'} 57 | }) 58 | .then(response => { 59 | if( response.ok ) { 60 | return response.text() 61 | } else { 62 | throw new Error(`${response.status} ${response.statusText} ${response.url}`); 63 | } 64 | }) 65 | .then(data => { 66 | thisForm.querySelector('.loading').classList.remove('d-block'); 67 | if (data.trim() == 'OK') { 68 | thisForm.querySelector('.sent-message').classList.add('d-block'); 69 | thisForm.reset(); 70 | } else { 71 | throw new Error(data ? data : 'Form submission failed and no error message returned from: ' + action); 72 | } 73 | }) 74 | .catch((error) => { 75 | displayError(thisForm, error); 76 | }); 77 | } 78 | 79 | function displayError(thisForm, error) { 80 | thisForm.querySelector('.loading').classList.remove('d-block'); 81 | thisForm.querySelector('.error-message').innerHTML = error; 82 | thisForm.querySelector('.error-message').classList.add('d-block'); 83 | } 84 | 85 | })(); 86 | -------------------------------------------------------------------------------- /MyResume/assets/vendor/php-email-form/validate.js: -------------------------------------------------------------------------------- 1 | /** 2 | * PHP Email Form Validation - v3.2 3 | * URL: https://bootstrapmade.com/php-email-form/ 4 | * Author: BootstrapMade.com 5 | */ 6 | (function () { 7 | "use strict"; 8 | 9 | let forms = document.querySelectorAll('.php-email-form'); 10 | 11 | forms.forEach( function(e) { 12 | e.addEventListener('submit', function(event) { 13 | event.preventDefault(); 14 | 15 | let thisForm = this; 16 | 17 | let action = thisForm.getAttribute('action'); 18 | let recaptcha = thisForm.getAttribute('data-recaptcha-site-key'); 19 | 20 | if( ! action ) { 21 | displayError(thisForm, 'The form action property is not set!') 22 | return; 23 | } 24 | thisForm.querySelector('.loading').classList.add('d-block'); 25 | thisForm.querySelector('.error-message').classList.remove('d-block'); 26 | thisForm.querySelector('.sent-message').classList.remove('d-block'); 27 | 28 | let formData = new FormData( thisForm ); 29 | 30 | if ( recaptcha ) { 31 | if(typeof grecaptcha !== "undefined" ) { 32 | grecaptcha.ready(function() { 33 | try { 34 | grecaptcha.execute(recaptcha, {action: 'php_email_form_submit'}) 35 | .then(token => { 36 | formData.set('recaptcha-response', token); 37 | php_email_form_submit(thisForm, action, formData); 38 | }) 39 | } catch(error) { 40 | displayError(thisForm, error) 41 | } 42 | }); 43 | } else { 44 | displayError(thisForm, 'The reCaptcha javascript API url is not loaded!') 45 | } 46 | } else { 47 | php_email_form_submit(thisForm, action, formData); 48 | } 49 | }); 50 | }); 51 | 52 | function php_email_form_submit(thisForm, action, formData) { 53 | fetch(action, { 54 | method: 'POST', 55 | body: formData, 56 | headers: {'X-Requested-With': 'XMLHttpRequest'} 57 | }) 58 | .then(response => { 59 | if( response.ok ) { 60 | return response.text() 61 | } else { 62 | throw new Error(`${response.status} ${response.statusText} ${response.url}`); 63 | } 64 | }) 65 | .then(data => { 66 | thisForm.querySelector('.loading').classList.remove('d-block'); 67 | if (data.trim() == 'OK') { 68 | thisForm.querySelector('.sent-message').classList.add('d-block'); 69 | thisForm.reset(); 70 | } else { 71 | throw new Error(data ? data : 'Form submission failed and no error message returned from: ' + action); 72 | } 73 | }) 74 | .catch((error) => { 75 | displayError(thisForm, error); 76 | }); 77 | } 78 | 79 | function displayError(thisForm, error) { 80 | thisForm.querySelector('.loading').classList.remove('d-block'); 81 | thisForm.querySelector('.error-message').innerHTML = error; 82 | thisForm.querySelector('.error-message').classList.add('d-block'); 83 | } 84 | 85 | })(); 86 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/css/style.css.map: -------------------------------------------------------------------------------- 1 | { 2 | "version": 3, 3 | "mappings": "AAAA,AAAA,CAAC,CAAC;EACA,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,UAAU,EAAE,UAAU;CACvB;;AAaD,UAAU;EACR,WAAW,EAAE,cAAc;EAC3B,GAAG,EAAE,wCAAwC;;;AAG/C,AAAA,GAAG,CAAC;EACF,WAAW,EAAE,cAAc;CAC5B;;AAED,UAAU;EACR,WAAW,EAAE,kBAAkB;EAC/B,GAAG,EAAE,4CAA4C;;;AAGnD,AAAA,GAAG,CAAC;EACF,WAAW,EAAE,kBAAkB;CAChC;;AAED,UAAU;EACR,WAAW,EAAE,gBAAgB;EAC7B,GAAG,EAAE,0CAA0C;;;AAGjD,AAAA,GAAG,CAAC;EACF,WAAW,EAAE,gBAAgB;CAC9B;;AAED,UAAU;EACR,WAAW,EAAE,OAAO;EACpB,GAAG,EAAE,qDAAqD;;;AAG5D,AAAA,MAAM,CAAC;EACL,WAAW,EAAE,OAAO;CACrB;;AAED,UAAU;EACR,WAAW,EAAE,SAAS;EACtB,GAAG,EAAE,qDAAqD;;;AAG5D,AAAA,QAAQ,CAAC;EACP,WAAW,EAAE,SAAS;CACvB;;AAED,UAAU;EACR,WAAW,EAAE,aAAa;EAC1B,GAAG,EAAE,sCAAsC;;;AAG7C,AAAA,GAAG,CAAC;EACF,WAAW,EAAE,aAAa;CAC3B;;AAED,AAAA,UAAU,CAAC;EACT,KAAK,EAAE,MAAM;EACb,MAAM,EAAE,IAAI;CACb;;AAED,AAAA,MAAM,CAAC;EACL,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,WAAW;CAsBrB;;AAxBD,AAII,MAJE,CAGJ,KAAK,CACH,CAAC,CAAC;EAvEJ,eAAe,EAAE,IAAI;EACrB,KAAK,EAJW,OAAO;EAKvB,WAAW,EAAE,IAAI;CAuEd;;AANL,AAhEE,MAgEI,CAGJ,KAAK,CACH,CAAC,AApEF,MAAM,CAAC;EACN,KAAK,EAAE,IAAI;CACZ;;AA8DH,AAQE,MARI,CAQJ,GAAG,CAAC;EACF,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,OAAO;CAa/B;;AAvBH,AAWI,MAXE,CAQJ,GAAG,CAGD,EAAE,CAAC;EACD,UAAU,EAAE,IAAI;EAChB,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,eAAe,EAAE,GAAG;CAOrB;;AAtBL,AAgBM,MAhBA,CAQJ,GAAG,CAGD,EAAE,CAKA,EAAE,CAAC;EACD,WAAW,EAAE,IAAI;CAIlB;;AArBP,AAkBQ,MAlBF,CAQJ,GAAG,CAGD,EAAE,CAKA,EAAE,CAEA,CAAC,CAAC;EArFR,eAAe,EAAE,IAAI;EACrB,KAAK,EAJW,OAAO;EAKvB,WAAW,EAAE,IAAI;CAqFV;;AApBT,AAhEE,MAgEI,CAQJ,GAAG,CAGD,EAAE,CAKA,EAAE,CAEA,CAAC,AAlFN,MAAM,CAAC;EACN,KAAK,EAAE,IAAI;CACZ;;AAwFH,AAAA,KAAK,CAAC;EACJ,OAAO,EAAE,IAAI;EACb,qBAAqB,EAAE,cAAc;CA+BtC;;AAjCD,AAGE,KAHG,GAGD,GAAG,CAAC;EACJ,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,MAAM;EACvB,WAAW,EAAE,UAAU;EACvB,cAAc,EAAE,MAAM;CAyBvB;;AAhCH,AAQI,KARC,GAGD,GAAG,CAKH,EAAE,CAAC;EACD,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,IAAI;EACjB,KAAK,EA3GO,OAAO;CA4GpB;;AAZL,AAaI,KAbC,GAGD,GAAG,CAUH,OAAO,CAAC;EACN,KAAK,EA9GO,OAAO;EA+GnB,MAAM,EAAE,MAAM;CACf;;AAhBL,AAiBI,KAjBC,GAGD,GAAG,CAcH,MAAM,CAAC;EACL,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,IAAI;EACZ,KAAK,EAAE,IAAI;EACX,UAAU,EApHL,OAAO;EAqHZ,YAAY,EAAE,CAAC;EACf,aAAa,EAAE,IAAI;CACpB;;AAxBL,AAyBI,KAzBC,GAGD,GAAG,AAsBF,WAAW,CAAC;EACX,OAAO,EAAE,MAAM;EACf,WAAW,EAAE,QAAQ;EACrB,UAAU,EAAE,8BAA8B,CAAC,SAAS;EACpD,mBAAmB,EAAE,QAAQ;EAC7B,eAAe,EAAE,SAAS;CAC3B;;AAIL,AAAA,UAAU,CAAC;EACT,MAAM,EAAE,SAAS;CAClB;;AAED,AACE,SADO,CACP,EAAE,CAAC;EACD,KAAK,EAzIS,OAAO;EA0IrB,UAAU,EAAE,MAAM;EAClB,SAAS,EAAE,IAAI;CAChB;;AALH,AAME,SANO,CAMP,aAAa,CAAC;EACZ,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,IAAI;EAChB,qBAAqB,EAAE,cAAc;EACrC,QAAQ,EAAE,IAAI;CAyCf;;AAnDH,AAWI,SAXK,CAMP,aAAa,CAKX,eAAe,CAAC;EACd,aAAa,EAAE,GAAG;EAIlB,UAAU,EAAE,aAAa;EACzB,MAAM,EAAE,4CAA4C;EACpD,OAAO,EAAE,IAAI;CAgCd;;AAlDL,AAaM,SAbG,CAMP,aAAa,CAKX,eAAe,CAEb,GAAG,CAAC;EACF,KAAK,EAAE,IAAI;CACZ;;AAfP,AAmBM,SAnBG,CAMP,aAAa,CAKX,eAAe,GAQX,EAAE,CAAC;EACH,KAAK,EAAE,OAAO;EACd,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,IAAI;EACjB,OAAO,EAAE,MAAM;CAChB;;AAxBP,AAyBM,SAzBG,CAMP,aAAa,CAKX,eAAe,GAcX,EAAE,CAAC;EACH,SAAS,EAAE,IAAI;EACf,KAAK,EAAE,IAAI;CACZ;;AA5BP,AA6BM,SA7BG,CAMP,aAAa,CAKX,eAAe,GAkBX,OAAO,CAAC;EACR,UAAU,EAAE,IAAI;EAChB,OAAO,EAAE,IAAI;EACb,MAAM,EAAE,KAAK;CASd;;AAzCP,AAiCQ,SAjCC,CAMP,aAAa,CAKX,eAAe,GAkBX,OAAO,GAIL,EAAE,CAAC;EACH,KAAK,EAAE,MAAM;EACb,SAAS,EAAE,IAAI;CAKhB;;AAxCT,AAoCU,SApCD,CAMP,aAAa,CAKX,eAAe,GAkBX,OAAO,GAIL,EAAE,AAGD,WAAW,CAAC;EACX,KAAK,EAAE,OAAO;EACd,WAAW,EAAE,GAAG;CACjB;;AAvCX,AA0CM,SA1CG,CAMP,aAAa,CAKX,eAAe,GA+BX,aAAa,CAAC;EACd,UAAU,EAAE,IAAI;CAMjB;;AAjDP,AA4CQ,SA5CC,CAMP,aAAa,CAKX,eAAe,GA+BX,aAAa,CAEb,EAAE,CAAC;EACD,KAAK,EAAE,OAAO;EACd,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,KAAK;CACnB", 4 | "sources": [ 5 | "style.scss" 6 | ], 7 | "names": [], 8 | "file": "style.css" 9 | } -------------------------------------------------------------------------------- /feb-6-2022/Assignment/assignment/assignment/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | .main{ 7 | height: 65vh; 8 | width: 80%; 9 | margin:50px auto; 10 | } 11 | 12 | /* main navbar start */ 13 | 14 | .navbar{ 15 | width: 100%; 16 | display: flex; 17 | margin: auto; 18 | background: #F0A500; 19 | border-top-right-radius:8px ; 20 | list-style: none;border-top-left-radius:8px ; 21 | } 22 | .navbar > li{ 23 | width: 100%; 24 | position: relative; 25 | list-style: none;border-top-right-radius:8px ; 26 | list-style: none;border-top-left-radius:8px ; 27 | } 28 | .navbar > li > a{ 29 | font-size: 20px; 30 | font-family: sans-serif; 31 | color: rgb(255, 255, 255); 32 | text-decoration: none; 33 | text-align: center; 34 | line-height: 60px; 35 | display: block; 36 | letter-spacing: 2px; 37 | text-shadow: 2px 2px 5px rgb(27, 27, 27); 38 | font-weight: bolder; 39 | } 40 | .navbar > li:hover{ 41 | background: #082032; 42 | } 43 | 44 | /* navbar end */ 45 | 46 | /* dropdown start */ 47 | 48 | .dropdown{ 49 | height: 400px; 50 | width: 80%; 51 | top: 1; 52 | left: 10%; 53 | display: none; 54 | overflow: hidden; 55 | position: fixed; 56 | justify-content: space-evenly; 57 | align-items: center; 58 | background: #334756; 59 | /* width: 80vw; 60 | height: 0; 61 | background: #ccc; 62 | position: absolute; 63 | top:1; 64 | left: 0; 65 | margin: 0 auto; 66 | overflow: hidden; 67 | display: flex; 68 | justify-content: space-evenly; 69 | align-items: center; */ 70 | } 71 | 72 | /* dropdown head */ 73 | 74 | .mh2{ 75 | text-align: center; 76 | padding: 10px; 77 | color: white; 78 | font-family: sans-serif; 79 | letter-spacing: 2px; 80 | font-weight: bolder; 81 | text-shadow: 0px 0px 3px rgb(255, 255, 255); 82 | background: rgba(255, 255, 255, 0.267); 83 | } 84 | 85 | /* submenu picture */ 86 | 87 | .submenuPic{ 88 | width: 100%; 89 | height: 90%; 90 | /* justify-content: center; */ 91 | display: flex; 92 | 93 | } 94 | 95 | .sub{ 96 | margin: auto; 97 | } 98 | .subimg{ 99 | height: 300px; 100 | width: 250px; 101 | padding: 5px; 102 | object-fit: cover; 103 | margin: auto; 104 | border: 5px solid rgb(255, 255, 255); 105 | 106 | } 107 | 108 | /* Submenu services */ 109 | 110 | .submenu{ 111 | width: 80%; 112 | height: 300px; 113 | /* justify-content: center; */ 114 | margin: auto; 115 | display: flex; 116 | } 117 | 118 | .submenu li{ 119 | list-style: none; 120 | } 121 | h3{ 122 | color: rgb(255, 255, 255); 123 | text-decoration: underline; 124 | margin: 10px 0px; 125 | font-size: 25px; 126 | font-family: Arial, Helvetica, sans-serif; 127 | } 128 | 129 | .submenu a{ 130 | font-size: 14px; 131 | color: aliceblue; 132 | letter-spacing: 1px; 133 | text-decoration: none; 134 | line-height: 22px; 135 | display: block; 136 | } 137 | 138 | .submenu a:hover{ 139 | text-shadow: 0px 0px 4px rgb(255, 255, 255); 140 | } 141 | 142 | .navbar > li:hover > .dropdown{ 143 | display: block; 144 | } 145 | /* dropdown end */ 146 | 147 | footer{ 148 | text-transform:capitalize; 149 | height: 100px; 150 | width: 80%; 151 | background-color: #082032; 152 | color: rgb(255, 220, 188); 153 | text-align: center; 154 | font-size: 30px; 155 | font-family: Verdana, Geneva, Tahoma, sans-serif; 156 | margin: 20px auto; 157 | padding: 25px; 158 | 159 | } -------------------------------------------------------------------------------- /feb-6-2022/Assignment/assignment/assignment/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Assingnment 8 | 9 | 10 | 11 | 12 |
13 | 78 |
79 | 80 | 81 | -------------------------------------------------------------------------------- /feb-6-2022/cw/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | 11 |
12 | 24 |
25 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 26 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 27 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 28 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 29 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 30 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 31 | itaque nobis minima. Dolore. 32 |
33 |
34 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 35 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 36 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 37 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 38 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 39 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 40 | itaque nobis minima. Dolore. 41 |
42 |
43 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 44 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 45 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 46 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 47 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 48 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 49 | itaque nobis minima. Dolore. 50 |
51 |
52 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 53 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 54 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 55 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 56 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 57 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 58 | itaque nobis minima. Dolore. 59 |
60 |
61 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 62 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 63 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 64 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 65 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 66 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 67 | itaque nobis minima. Dolore. 68 |
69 |
70 | Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo 71 | accusantium placeat hic veritatis facilis commodi fugiat, repellat 72 | exercitationem id nisi libero fuga laboriosam molestias doloremque, 73 | expedita cum harum assumenda? Ipsum magni odio fugiat eius architecto 74 | rerum. Quo dolorum eaque, qui possimus molestiae culpa architecto sunt 75 | dolor similique aut ab nesciunt unde dolore mollitia commodi amet ipsum 76 | itaque nobis minima. Dolore. 77 |
78 |
79 | 80 | 81 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/css/style.scss: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | } 6 | 7 | $commonTextColor: #3a3a3a; 8 | $btnColor: #e02c6d; 9 | @mixin headerAnchor { 10 | text-decoration: none; 11 | color: $commonTextColor; 12 | line-height: 36px; 13 | &:hover { 14 | color: #000; 15 | } 16 | } 17 | 18 | @font-face { 19 | font-family: "Poppins-Bold"; 20 | src: url("../fonts/Poppins/Poppins-Bold.ttf"); 21 | } 22 | 23 | .pb { 24 | font-family: "Poppins-Bold"; 25 | } 26 | 27 | @font-face { 28 | font-family: "Poppins-SemiBold"; 29 | src: url("../fonts/Poppins/Poppins-SemiBold.ttf"); 30 | } 31 | 32 | .ps { 33 | font-family: "Poppins-SemiBold"; 34 | } 35 | 36 | @font-face { 37 | font-family: "Poppins-Medium"; 38 | src: url("../fonts/Poppins/Poppins-Medium.ttf"); 39 | } 40 | 41 | .pm { 42 | font-family: "Poppins-Medium"; 43 | } 44 | 45 | @font-face { 46 | font-family: "Inter"; 47 | src: url("../fonts/Inter/Inter-VariableFont_slntwght.ttf"); 48 | } 49 | 50 | .inter { 51 | font-family: "Inter"; 52 | } 53 | 54 | @font-face { 55 | font-family: "Manrope"; 56 | src: url("../fonts/Manrope/Manrope-VariableFont_wght.ttf"); 57 | } 58 | 59 | .manrope { 60 | font-family: "Manrope"; 61 | } 62 | 63 | @font-face { 64 | font-family: "Roboto-Bold"; 65 | src: url("../fonts/Roboto/Roboto-Bold.ttf"); 66 | } 67 | 68 | .rb { 69 | font-family: "Roboto-Bold"; 70 | } 71 | 72 | .container { 73 | width: 1120px; 74 | margin: auto; 75 | } 76 | 77 | header { 78 | width: 100%; 79 | padding: 84px 0 42px; 80 | .logo { 81 | a { 82 | @include headerAnchor(); 83 | } 84 | } 85 | nav { 86 | display: grid; 87 | grid-template-columns: 1fr 1fr; 88 | ul { 89 | list-style: none; 90 | display: flex; 91 | flex-wrap: wrap; 92 | justify-content: end; 93 | li { 94 | margin-left: 34px; 95 | a { 96 | @include headerAnchor(); 97 | } 98 | } 99 | } 100 | } 101 | } 102 | 103 | aside { 104 | display: grid; 105 | grid-template-columns: repeat(2, 1fr); 106 | > div { 107 | display: flex; 108 | justify-content: center; 109 | align-items: flex-start; 110 | flex-direction: column; 111 | h1 { 112 | font-size: 52px; 113 | line-height: 70px; 114 | color: $commonTextColor; 115 | } 116 | article { 117 | color: $commonTextColor; 118 | margin: 16px 0; 119 | } 120 | button { 121 | width: 196px; 122 | height: 44px; 123 | color: #fff; 124 | background: $btnColor; 125 | border-width: 0; 126 | border-radius: 41px; 127 | } 128 | &:last-child { 129 | padding: 21px 0; 130 | align-items: flex-end; 131 | background: url("../images/cameerabg.png") no-repeat; 132 | background-position: 100% 50%; 133 | background-size: auto 100%; 134 | } 135 | } 136 | } 137 | 138 | .logoGroup { 139 | margin: 70px auto; 140 | } 141 | 142 | .products { 143 | h2 { 144 | color: $commonTextColor; 145 | text-align: center; 146 | font-size: 28px; 147 | } 148 | .product-grid { 149 | display: grid; 150 | margin-top: 20px; 151 | grid-template-columns: repeat(3, 1fr); 152 | grid-gap: 30px; 153 | .single-product { 154 | border-radius: 6px; 155 | img { 156 | width: 100%; 157 | } 158 | box-shadow: 0 0 10px #ccc; 159 | filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); 160 | padding: 14px; 161 | > h3 { 162 | color: #18191f; 163 | font-size: 28px; 164 | line-height: 40px; 165 | padding: 16px 0; 166 | } 167 | > h4 { 168 | font-size: 24px; 169 | color: #000; 170 | } 171 | > .review { 172 | list-style: none; 173 | display: flex; 174 | margin: 6px 0; 175 | > li { 176 | color: orange; 177 | font-size: 14px; 178 | &:last-child { 179 | color: #5e6366; 180 | margin-left: 8px; 181 | } 182 | } 183 | } 184 | > .product-info { 185 | list-style: none; 186 | li { 187 | color: #787885; 188 | font-size: 14px; 189 | font-family: inter; 190 | } 191 | } 192 | } 193 | } 194 | } 195 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Inter/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /jan-25-2022/fonts/Oswald/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2016 The Oswald Project Authors (https://github.com/googlefonts/OswaldFont) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Manrope/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2018 The Manrope Project Authors (https://github.com/sharanda/manrope) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/fonts/Poppins/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /jan-25-2022/fonts/Sedgwick_Ave/OFL.txt: -------------------------------------------------------------------------------- 1 | Copyright 2017 The Sedgwick Ave Project Authors (https://github.com/googlefonts/sedgwickave) 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: 5 | http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /MyResume/assets/vendor/purecounter/purecounter.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * purecounter.js - A simple yet configurable native javascript counter which you can count on. 3 | * Author: Stig Rex 4 | * Version: 1.1.4 5 | * Url: https://github.com/srexi/purecounterjs 6 | * License: MIT 7 | */!function(){"use strict";function e(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function t(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function r(e,t){for(var r=0;ra.end?a.end:a.start;return n.innerHTML=r.formatNumber(i,a)}setTimeout((function(){return r.startCounter(n,a)}),a.delay)}))}},{key:"startCounter",value:function(e,t){var r=this,n=(t.end-t.start)/(t.duration/t.delay),a="inc";t.start>t.end&&(a="dec",n*=-1);var i=this.parseValue(t.start);e.innerHTML=this.formatNumber(i,t),!0===t.once&&e.setAttribute("data-purecounter-duration",0);var o=setInterval((function(){var s=r.nextNumber(i,n,a);e.innerHTML=r.formatNumber(s,t),((i=s)>=t.end&&"inc"==a||i<=t.end&&"dec"==a)&&(e.innerHTML=r.formatNumber(t.end,t),clearInterval(o))}),t.delay)}},{key:"parseConfig",value:function(r){var n=this,a=function(r){for(var n=1;n2&&void 0!==arguments[2]?arguments[2]:"inc";return e=this.parseValue(e),t=this.parseValue(t),parseFloat("inc"===r?e+t:e-t)}},{key:"convertToCurrencySystem",value:function(e,t){var r=t.currencysymbol||"",n=t.decimals||1;return r+((e=Math.abs(Number(e)))>=1e12?"".concat((e/1e12).toFixed(n)," T"):e>=1e9?"".concat((e/1e9).toFixed(n)," B"):e>=1e6?"".concat((e/1e6).toFixed(n)," M"):e>=1e3?"".concat((e/1e12).toFixed(n)," K"):e.toFixed(n))}},{key:"applySeparator",value:function(e,t){return t.separator?e.replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1,").replace(new RegExp(/,/gi,"gi"),t.separatorsymbol):e.replace(new RegExp(/,/gi,"gi"),"")}},{key:"formatNumber",value:function(e,t){var r={minimumFractionDigits:t.decimals,maximumFractionDigits:t.decimals};return e=t.currency?this.convertToCurrencySystem(e,t):parseFloat(e),this.applySeparator(e.toLocaleString(void 0,r),t)}},{key:"parseValue",value:function(e){return/^[0-9]+\.[0-9]+$/.test(e)?parseFloat(e):/^[0-9]+$/.test(e)?parseInt(e):/^true|false/i.test(e)?/^true/i.test(e):e}},{key:"elementIsInView",value:function(e){for(var t=e.offsetTop,r=e.offsetLeft,n=e.offsetWidth,a=e.offsetHeight;e.offsetParent;)t+=(e=e.offsetParent).offsetTop,r+=e.offsetLeft;return t>=window.pageYOffset&&r>=window.pageXOffset&&t+a<=window.pageYOffset+window.innerHeight&&r+n<=window.pageXOffset+window.innerWidth}},{key:"intersectionListenerSupported",value:function(){return"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype}}])&&r(a.prototype,i),o&&r(a,o),n}())}(); 8 | //# sourceMappingURL=purecounter.js.map -------------------------------------------------------------------------------- /MyResume/portfolio-details.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Portfolio Details - Personal Bootstrap Template 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 20 | 21 | 22 | 23 | 27 | 31 | 32 | 36 | 37 | 38 | 39 | 40 | 41 | 47 | 48 | 49 | 50 |
51 | 52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 | 63 |
64 | 65 |
66 | 70 |
71 | 72 |
73 | 77 |
78 |
79 |
80 |
81 |
82 | 83 |
84 |
85 |

Project information

86 |
    87 |
  • Category: Web design
  • 88 |
  • Client: ASU Company
  • 89 |
  • Project date: 01 March, 2020
  • 90 |
  • 91 | Project URL: 92 | www.example.com 93 |
  • 94 |
95 |
96 |
97 |

This is an example of portfolio detail

98 |

The best IT expert in the universe!

99 |
100 |
101 |
102 |
103 |
104 | 105 |
106 | 107 | 108 |
109 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /feb-17-2022 & feb-20-2022/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | margin: 0; 3 | padding: 0; 4 | -webkit-box-sizing: border-box; 5 | box-sizing: border-box; 6 | } 7 | 8 | @font-face { 9 | font-family: "Poppins-Bold"; 10 | src: url("../fonts/Poppins/Poppins-Bold.ttf"); 11 | } 12 | 13 | .pb { 14 | font-family: "Poppins-Bold"; 15 | } 16 | 17 | @font-face { 18 | font-family: "Poppins-SemiBold"; 19 | src: url("../fonts/Poppins/Poppins-SemiBold.ttf"); 20 | } 21 | 22 | .ps { 23 | font-family: "Poppins-SemiBold"; 24 | } 25 | 26 | @font-face { 27 | font-family: "Poppins-Medium"; 28 | src: url("../fonts/Poppins/Poppins-Medium.ttf"); 29 | } 30 | 31 | .pm { 32 | font-family: "Poppins-Medium"; 33 | } 34 | 35 | @font-face { 36 | font-family: "Inter"; 37 | src: url("../fonts/Inter/Inter-VariableFont_slntwght.ttf"); 38 | } 39 | 40 | .inter { 41 | font-family: "Inter"; 42 | } 43 | 44 | @font-face { 45 | font-family: "Manrope"; 46 | src: url("../fonts/Manrope/Manrope-VariableFont_wght.ttf"); 47 | } 48 | 49 | .manrope { 50 | font-family: "Manrope"; 51 | } 52 | 53 | @font-face { 54 | font-family: "Roboto-Bold"; 55 | src: url("../fonts/Roboto/Roboto-Bold.ttf"); 56 | } 57 | 58 | .rb { 59 | font-family: "Roboto-Bold"; 60 | } 61 | 62 | .container { 63 | width: 1120px; 64 | margin: auto; 65 | } 66 | 67 | header { 68 | width: 100%; 69 | padding: 84px 0 42px; 70 | } 71 | 72 | header .logo a { 73 | text-decoration: none; 74 | color: #3a3a3a; 75 | line-height: 36px; 76 | } 77 | 78 | header .logo a:hover { 79 | color: #000; 80 | } 81 | 82 | header nav { 83 | display: -ms-grid; 84 | display: grid; 85 | -ms-grid-columns: 1fr 1fr; 86 | grid-template-columns: 1fr 1fr; 87 | } 88 | 89 | header nav ul { 90 | list-style: none; 91 | display: -webkit-box; 92 | display: -ms-flexbox; 93 | display: flex; 94 | -ms-flex-wrap: wrap; 95 | flex-wrap: wrap; 96 | -webkit-box-pack: end; 97 | -ms-flex-pack: end; 98 | justify-content: end; 99 | } 100 | 101 | header nav ul li { 102 | margin-left: 34px; 103 | } 104 | 105 | header nav ul li a { 106 | text-decoration: none; 107 | color: #3a3a3a; 108 | line-height: 36px; 109 | } 110 | 111 | header nav ul li a:hover { 112 | color: #000; 113 | } 114 | 115 | aside { 116 | display: -ms-grid; 117 | display: grid; 118 | -ms-grid-columns: (1fr)[2]; 119 | grid-template-columns: repeat(2, 1fr); 120 | } 121 | 122 | aside > div { 123 | display: -webkit-box; 124 | display: -ms-flexbox; 125 | display: flex; 126 | -webkit-box-pack: center; 127 | -ms-flex-pack: center; 128 | justify-content: center; 129 | -webkit-box-align: start; 130 | -ms-flex-align: start; 131 | align-items: flex-start; 132 | -webkit-box-orient: vertical; 133 | -webkit-box-direction: normal; 134 | -ms-flex-direction: column; 135 | flex-direction: column; 136 | } 137 | 138 | aside > div h1 { 139 | font-size: 52px; 140 | line-height: 70px; 141 | color: #3a3a3a; 142 | } 143 | 144 | aside > div article { 145 | color: #3a3a3a; 146 | margin: 16px 0; 147 | } 148 | 149 | aside > div button { 150 | width: 196px; 151 | height: 44px; 152 | color: #fff; 153 | background: #e02c6d; 154 | border-width: 0; 155 | border-radius: 41px; 156 | } 157 | 158 | aside > div:last-child { 159 | padding: 21px 0; 160 | -webkit-box-align: end; 161 | -ms-flex-align: end; 162 | align-items: flex-end; 163 | background: url("../images/cameerabg.png") no-repeat; 164 | background-position: 100% 50%; 165 | background-size: auto 100%; 166 | } 167 | 168 | .logoGroup { 169 | margin: 70px auto; 170 | } 171 | 172 | .products h2 { 173 | color: #3a3a3a; 174 | text-align: center; 175 | font-size: 28px; 176 | } 177 | 178 | .products .product-grid { 179 | display: -ms-grid; 180 | display: grid; 181 | margin-top: 20px; 182 | -ms-grid-columns: (1fr)[3]; 183 | grid-template-columns: repeat(3, 1fr); 184 | grid-gap: 30px; 185 | } 186 | 187 | .products .product-grid .single-product { 188 | border-radius: 6px; 189 | -webkit-box-shadow: 0 0 10px #ccc; 190 | box-shadow: 0 0 10px #ccc; 191 | -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); 192 | filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); 193 | padding: 14px; 194 | } 195 | 196 | .products .product-grid .single-product img { 197 | width: 100%; 198 | } 199 | 200 | .products .product-grid .single-product > h3 { 201 | color: #18191f; 202 | font-size: 28px; 203 | line-height: 40px; 204 | padding: 16px 0; 205 | } 206 | 207 | .products .product-grid .single-product > h4 { 208 | font-size: 24px; 209 | color: #000; 210 | } 211 | 212 | .products .product-grid .single-product > .review { 213 | list-style: none; 214 | display: -webkit-box; 215 | display: -ms-flexbox; 216 | display: flex; 217 | margin: 6px 0; 218 | } 219 | 220 | .products .product-grid .single-product > .review > li { 221 | color: orange; 222 | font-size: 14px; 223 | } 224 | 225 | .products .product-grid .single-product > .review > li:last-child { 226 | color: #5e6366; 227 | margin-left: 8px; 228 | } 229 | 230 | .products .product-grid .single-product > .product-info { 231 | list-style: none; 232 | } 233 | 234 | .products .product-grid .single-product > .product-info li { 235 | color: #787885; 236 | font-size: 14px; 237 | font-family: inter; 238 | } 239 | /*# sourceMappingURL=style.css.map */ -------------------------------------------------------------------------------- /feb-6-2022/Assignment/Menu bar/Menu bar/CSS/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 0; 4 | box-sizing: border-box; 5 | 6 | } 7 | 8 | nav{ 9 | width: 100%; 10 | background: #157ED2; 11 | 12 | 13 | 14 | } 15 | 16 | .menubar { 17 | width: 800px; 18 | margin: auto; 19 | display: flex; 20 | } 21 | 22 | .menubar > li { 23 | width: 100%; 24 | list-style: none; 25 | position: relative; 26 | text-transform: uppercase; 27 | border-left: 1px solid #fff; 28 | border-right: 1px solid #fff; 29 | } 30 | 31 | 32 | .menubar > li::before { 33 | content: ""; 34 | width: 100%; 35 | height: 40px; 36 | background: rgba(255, 255, 255, 0.3); 37 | position: absolute; 38 | top: 1px; 39 | left: 0; 40 | display: none; 41 | } 42 | 43 | .menubar > li:hover::before { 44 | display: block; 45 | } 46 | 47 | .menubar > li > a { 48 | display: block; 49 | text-decoration: none; 50 | text-align: center; 51 | line-height: 40px; 52 | color: rgb(255, 255, 255); 53 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 54 | font-size: 18px; 55 | } 56 | 57 | .ddp { 58 | width: 100vw; 59 | height: 0; 60 | background: rgba(161, 201, 253, 0.384); 61 | position: fixed; 62 | top: 40px; 63 | left: 0; 64 | overflow: hidden; 65 | display: flex; 66 | justify-content: space-evenly; 67 | align-items: center; 68 | } 69 | 70 | .ddp > ul { 71 | list-style: none; 72 | } 73 | 74 | .ddp > ul > li{ 75 | cursor: pointer; 76 | text-transform: capitalize; 77 | } 78 | 79 | .ddp > ul > li:first-child { 80 | font-weight: bolder; 81 | border-bottom: 2px solid rgb(27, 124, 235); 82 | margin-bottom: 8px; 83 | font-size: 18px; 84 | text-transform: uppercase; 85 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 86 | } 87 | 88 | .menubar > li:hover > .ddp { 89 | height: auto; 90 | padding: 20px; 91 | } 92 | 93 | .cb1 { 94 | width: 100vw; 95 | height: 0; 96 | background: rgba(161, 201, 253, 0.384); 97 | position: fixed; 98 | top: 40px; 99 | left: 0; 100 | overflow: hidden; 101 | display: flex; 102 | justify-content: space-evenly; 103 | align-items: center; 104 | } 105 | 106 | .cb1 > ul { 107 | list-style: none; 108 | } 109 | 110 | .cb1 > ul > li{ 111 | cursor: pointer; 112 | text-transform: capitalize; 113 | } 114 | 115 | .cb1 > ul > li:first-child { 116 | font-weight: bolder; 117 | border-bottom: 2px solid rgb(27, 124, 235); 118 | margin-bottom: 8px; 119 | font-size: 18px; 120 | text-transform: uppercase; 121 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 122 | } 123 | 124 | .menubar > li:hover > .cb1 { 125 | height: auto; 126 | padding: 20px; 127 | } 128 | 129 | .fb1 { 130 | width: 100vw; 131 | height: 0; 132 | background: rgba(161, 201, 253, 0.384); 133 | position: fixed; 134 | top: 40px; 135 | left: 0; 136 | overflow: hidden; 137 | display: flex; 138 | justify-content: space-evenly; 139 | align-items: center; 140 | } 141 | 142 | .fb1 > ul { 143 | list-style: none; 144 | } 145 | 146 | .fb1 > ul > li{ 147 | cursor: pointer; 148 | text-transform: capitalize; 149 | } 150 | 151 | .fb1 > ul > li:first-child { 152 | font-weight: bolder; 153 | border-bottom: 2px solid rgb(27, 124, 235); 154 | margin-bottom: 8px; 155 | font-size: 18px; 156 | text-transform: uppercase; 157 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 158 | } 159 | 160 | .menubar > li:hover > .fb1 { 161 | height: auto; 162 | padding: 20px; 163 | } 164 | 165 | .sb1 { 166 | width: 100vw; 167 | height: 0; 168 | background: rgba(161, 201, 253, 0.384); 169 | position: fixed; 170 | top: 40px; 171 | left: 0; 172 | overflow: hidden; 173 | display: flex; 174 | justify-content: space-evenly; 175 | align-items: center; 176 | } 177 | 178 | .sb1 > ul { 179 | list-style: none; 180 | } 181 | 182 | .sb1 > ul > li{ 183 | cursor: pointer; 184 | text-transform: capitalize; 185 | } 186 | 187 | .sb1 > ul > li:first-child { 188 | font-weight: bolder; 189 | border-bottom: 2px solid rgb(27, 124, 235); 190 | margin-bottom: 8px; 191 | font-size: 18px; 192 | text-transform: uppercase; 193 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 194 | } 195 | 196 | .menubar > li:hover > .sb1 { 197 | height: auto; 198 | padding: 20px; 199 | } 200 | 201 | .fb1 { 202 | width: 100vw; 203 | height: 0; 204 | background: rgba(161, 201, 253, 0.384); 205 | position: fixed; 206 | top: 40px; 207 | left: 0; 208 | overflow: hidden; 209 | display: flex; 210 | justify-content: space-evenly; 211 | align-items: center; 212 | } 213 | 214 | .fb1 > ul { 215 | list-style: none; 216 | } 217 | 218 | .fb1 > ul > li{ 219 | cursor: pointer; 220 | text-transform: capitalize; 221 | } 222 | 223 | .fb1 > ul > li:first-child { 224 | font-weight: bolder; 225 | border-bottom: 2px solid rgb(27, 124, 235); 226 | margin-bottom: 8px; 227 | font-size: 18px; 228 | text-transform: uppercase; 229 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 230 | } 231 | 232 | .menubar > li:hover > .fb1 { 233 | height: auto; 234 | padding: 20px; 235 | } 236 | 237 | 238 | 239 | 240 | 241 | -------------------------------------------------------------------------------- /Folio/assets/vendor/bootstrap/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2021 The Bootstrap Authors 4 | * Copyright 2011-2021 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} 8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */ -------------------------------------------------------------------------------- /MyResume/assets/vendor/bootstrap/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2021 The Bootstrap Authors 4 | * Copyright 2011-2021 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} 8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */ -------------------------------------------------------------------------------- /Folio/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2021 The Bootstrap Authors 4 | * Copyright 2011-2021 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} 8 | /*# sourceMappingURL=bootstrap-reboot.rtl.min.css.map */ -------------------------------------------------------------------------------- /MyResume/assets/vendor/bootstrap/css/bootstrap-reboot.rtl.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) 3 | * Copyright 2011-2021 The Bootstrap Authors 4 | * Copyright 2011-2021 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important} 8 | /*# sourceMappingURL=bootstrap-reboot.rtl.min.css.map */ --------------------------------------------------------------------------------