├── 01.Company-Portfolio └── IT Company -Software Company Business Website │ └── IT Company -Software Company Business Website │ ├── about.html │ ├── contact.html │ ├── css │ └── style.css │ ├── img │ ├── about-mission.jpg │ ├── about-objective.jpg │ ├── about-vision.jpg │ ├── about.jpg │ ├── banner.jpg │ ├── client-1.jpg │ ├── client-2.jpg │ ├── client-3.jpg │ ├── client-4.jpg │ ├── client-5.jpg │ ├── client-6.jpg │ ├── client-7.jpg │ ├── client-8.jpg │ ├── favicon.ico │ ├── portfolio-1.jpg │ ├── portfolio-2.jpg │ ├── portfolio-3.jpg │ ├── portfolio-4.jpg │ ├── portfolio-5.jpg │ ├── portfolio-6.jpg │ ├── slider-1.jpg │ ├── slider-2.jpg │ ├── slider-3.jpg │ ├── team-1.jpg │ ├── team-2.jpg │ ├── team-3.jpg │ ├── team-4.jpg │ ├── testimonial-1.jpg │ ├── testimonial-2.jpg │ └── testimonial-3.jpg │ ├── index.html │ ├── js │ └── main.js │ ├── portfolio.html │ ├── price.html │ ├── service.html │ └── vendor │ ├── bootstrap │ ├── css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ └── js │ │ ├── bootstrap.bundle.min.js │ │ └── bootstrap.min.js │ ├── counterup │ └── counterup.min.js │ ├── easing │ ├── easing.js │ └── easing.min.js │ ├── ionicons │ ├── css │ │ └── ionicons.min.css │ └── fonts │ │ ├── ionicons.eot │ │ ├── ionicons.svg │ │ ├── ionicons.ttf │ │ ├── ionicons.woff │ │ └── ionicons.woff2 │ ├── isotope │ ├── isotope.pkgd.js │ └── isotope.pkgd.min.js │ ├── jquery │ ├── jquery-migrate.min.js │ └── jquery.min.js │ ├── lightbox │ ├── css │ │ ├── lightbox.css │ │ └── lightbox.min.css │ ├── images │ │ ├── close.png │ │ ├── loading.gif │ │ ├── next.png │ │ └── prev.png │ ├── js │ │ ├── lightbox.js │ │ └── lightbox.min.js │ └── links.php │ ├── owlcarousel │ ├── LICENSE │ ├── assets │ │ ├── ajax-loader.gif │ │ ├── owl.carousel.css │ │ ├── owl.carousel.min.css │ │ ├── owl.theme.default.css │ │ ├── owl.theme.default.min.css │ │ ├── owl.theme.green.css │ │ ├── owl.theme.green.min.css │ │ └── owl.video.play.png │ ├── owl.carousel.js │ └── owl.carousel.min.js │ ├── superfish │ ├── hoverIntent.js │ ├── superfish.js │ └── superfish.min.js │ ├── touchSwipe │ ├── jquery.touchSwipe.js │ └── jquery.touchSwipe.min.js │ └── waypoints │ ├── links.php │ └── waypoints.min.js ├── 02.Blog-Website(With Admin Panel) ├── css.css ├── defualt.js └── index.html ├── 03.E-Book Site ├── About.html ├── Register.html ├── css │ ├── login.css │ ├── product_style.css │ └── style.css ├── images │ ├── Adv1.jfif │ ├── Adv2.jfif │ ├── Adv3.jfif │ ├── Adv4.jfif │ ├── Adv5.jfif │ ├── adv6.jfif │ ├── adv7.jfif │ ├── adv8.jfif │ ├── book_logo1.png │ ├── book_logo2.jpg │ ├── book_logo3.png │ ├── book_logo_4.png │ ├── book_logo_5.png │ ├── book_logo_6.png │ ├── c1.jfif │ ├── c2.jfif │ ├── c3.jfif │ ├── c4.jfif │ ├── c5.jfif │ ├── c6.jfif │ ├── c7.jfif │ ├── c8.jfif │ ├── img_0.jpeg │ ├── img_1.jpeg │ ├── img_10.jpg │ ├── img_11.jpg │ ├── img_2.jpg │ ├── img_3.jpeg │ ├── img_4.jpg │ ├── img_5.jpg │ ├── img_6.jpg │ ├── img_7.jpg │ ├── img_8.jpg │ ├── img_9.jpg │ ├── p1.jfif │ ├── p2.jfif │ ├── p3.jfif │ ├── r1.jfif │ ├── r2.jfif │ ├── r3.jfif │ ├── r4.jfif │ ├── r5.jfif │ ├── r6.jfif │ ├── r7.jfif │ ├── r8.jfif │ ├── th1.jfif │ ├── th2.jfif │ ├── th3.jfif │ ├── th4.jfif │ ├── th5.jfif │ ├── th6.jfif │ ├── th7.jfif │ └── th8.jfif ├── index.html ├── login.html └── products.html ├── 04.Ecommerce-site └── e-com-page │ ├── e-com-page │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ ├── 9.jpg │ ├── README.md │ └── index.html │ └── index.html ├── 05.Restaurant Website └── Resturant-web │ ├── categories.html │ ├── category-foods.html │ ├── css │ └── style.css │ ├── images │ ├── bg.jpg │ ├── burger.jpg │ ├── logo.png │ ├── menu-burger.jpg │ ├── menu-momo.jpg │ ├── menu-pizza.jpg │ ├── momo.jpg │ └── pizza.jpg │ ├── index.html │ └── order.html ├── 06.Hotel Website └── luxe │ ├── README.txt │ ├── blog.html │ ├── contact.html │ ├── css │ ├── bootstrap-datepicker.min.css │ ├── cs-select.css │ ├── cs-skin-border.css │ ├── flaticon.css │ ├── flexslider.css │ ├── icomoon.css │ ├── owl.carousel.css │ ├── owl.theme.default.min.css │ ├── style.css │ ├── superfish.css │ └── themify-icons.css │ ├── fonts │ ├── bootstrap │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── flaticon │ │ ├── flaticon.css │ │ ├── flaticon.eot │ │ ├── flaticon.html │ │ ├── flaticon.svg │ │ ├── flaticon.ttf │ │ ├── flaticon.woff │ │ └── license.pdf │ ├── icomoon │ │ ├── icomoon.eot │ │ ├── icomoon.svg │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ └── themify │ │ ├── themify.eot │ │ ├── themify.svg │ │ ├── themify.ttf │ │ └── themify.woff │ ├── hotel.html │ ├── images │ ├── arrow_down_input.png │ ├── hotel_feture_1.jpg │ ├── hotel_feture_2.jpg │ ├── hotel_feture_3.jpg │ ├── image-1.jpg │ ├── image-2.jpg │ ├── image-3.jpg │ ├── image-4.jpg │ ├── image-5.jpg │ ├── image-6.jpg │ ├── loader.gif │ ├── loc.png │ ├── slider1.jpg │ ├── slider2.jpg │ ├── slider3.jpg │ ├── svg │ │ ├── bicycle14.svg │ │ ├── car72.svg │ │ ├── cup74.svg │ │ ├── massage2.svg │ │ ├── restaurant23.svg │ │ └── swimming21.svg │ ├── tab_img_1.jpg │ ├── tab_img_2.jpg │ ├── tab_img_3.jpg │ ├── tab_img_4.jpg │ ├── tab_img_5.jpg │ └── tab_img_6.jpg │ ├── index.html │ ├── js │ ├── bootstrap-datepicker.min.js │ ├── bootstrap.min.js │ ├── classie.js │ ├── custom.js │ ├── google_map.js │ ├── hoverIntent.js │ ├── jquery-2.1.4.min.js │ ├── jquery.countTo.js │ ├── jquery.flexslider-min.js │ ├── jquery.stellar.min.js │ ├── jquery.waypoints.min.js │ ├── modernizr-2.6.2.min.js │ ├── owl.carousel.min.js │ ├── selectFx.js │ └── superfish.js │ ├── sass │ ├── _bootstrap-compass.scss │ ├── _bootstrap-mincer.scss │ ├── _bootstrap-sprockets.scss │ ├── _bootstrap.scss │ ├── bootstrap │ │ ├── _alerts.scss │ │ ├── _badges.scss │ │ ├── _breadcrumbs.scss │ │ ├── _button-groups.scss │ │ ├── _buttons.scss │ │ ├── _carousel.scss │ │ ├── _close.scss │ │ ├── _code.scss │ │ ├── _component-animations.scss │ │ ├── _dropdowns.scss │ │ ├── _forms.scss │ │ ├── _glyphicons.scss │ │ ├── _grid.scss │ │ ├── _input-groups.scss │ │ ├── _jumbotron.scss │ │ ├── _labels.scss │ │ ├── _list-group.scss │ │ ├── _media.scss │ │ ├── _mixins.scss │ │ ├── _modals.scss │ │ ├── _navbar.scss │ │ ├── _navs.scss │ │ ├── _normalize.scss │ │ ├── _pager.scss │ │ ├── _pagination.scss │ │ ├── _panels.scss │ │ ├── _popovers.scss │ │ ├── _print.scss │ │ ├── _progress-bars.scss │ │ ├── _responsive-embed.scss │ │ ├── _responsive-utilities.scss │ │ ├── _scaffolding.scss │ │ ├── _tables.scss │ │ ├── _theme.scss │ │ ├── _thumbnails.scss │ │ ├── _tooltip.scss │ │ ├── _type.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── _wells.scss │ │ └── mixins │ │ │ ├── _alerts.scss │ │ │ ├── _background-variant.scss │ │ │ ├── _border-radius.scss │ │ │ ├── _buttons.scss │ │ │ ├── _center-block.scss │ │ │ ├── _clearfix.scss │ │ │ ├── _forms.scss │ │ │ ├── _gradients.scss │ │ │ ├── _grid-framework.scss │ │ │ ├── _grid.scss │ │ │ ├── _hide-text.scss │ │ │ ├── _image.scss │ │ │ ├── _labels.scss │ │ │ ├── _list-group.scss │ │ │ ├── _nav-divider.scss │ │ │ ├── _nav-vertical-align.scss │ │ │ ├── _opacity.scss │ │ │ ├── _pagination.scss │ │ │ ├── _panels.scss │ │ │ ├── _progress-bar.scss │ │ │ ├── _reset-filter.scss │ │ │ ├── _reset-text.scss │ │ │ ├── _resize.scss │ │ │ ├── _responsive-visibility.scss │ │ │ ├── _size.scss │ │ │ ├── _tab-focus.scss │ │ │ ├── _table-row.scss │ │ │ ├── _text-emphasis.scss │ │ │ ├── _text-overflow.scss │ │ │ └── _vendor-prefixes.scss │ └── style.scss │ └── services.html ├── 07.Photography Portfolio Website └── public │ ├── about.html │ ├── assets │ ├── css │ │ ├── theme-rtl.css │ │ ├── theme-rtl.css.map │ │ ├── theme-rtl.min.css │ │ ├── theme-rtl.min.css.map │ │ ├── theme.css │ │ ├── theme.css.map │ │ ├── theme.min.css │ │ ├── theme.min.css.map │ │ ├── user-rtl.css │ │ ├── user-rtl.css.map │ │ ├── user-rtl.min.css │ │ ├── user-rtl.min.css.map │ │ ├── user.css │ │ ├── user.css.map │ │ ├── user.min.css │ │ └── user.min.css.map │ ├── img │ │ ├── blogs │ │ │ ├── img1.png │ │ │ ├── img2.png │ │ │ └── img3.png │ │ ├── exhibitions │ │ │ ├── img01.png │ │ │ ├── img02.png │ │ │ ├── img03.png │ │ │ └── img04.png │ │ ├── favicons │ │ │ ├── android-chrome-192x192.png │ │ │ ├── android-chrome-512x512.png │ │ │ ├── apple-touch-icon.png │ │ │ ├── browserconfig.xml │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ ├── favicon.ico │ │ │ ├── manifest.json │ │ │ └── site.webmanifest │ │ ├── gallery │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ ├── home │ │ │ ├── img1.png │ │ │ ├── img2.png │ │ │ └── img3.png │ │ ├── icons │ │ │ ├── dark-logo-icon.png │ │ │ ├── logo-icon.png │ │ │ └── long-arrow.png │ │ ├── portfolio │ │ │ ├── img01.png │ │ │ ├── img02.png │ │ │ └── img03.png │ │ └── team │ │ │ ├── img1.png │ │ │ ├── img2.png │ │ │ ├── img3.png │ │ │ ├── img4.png │ │ │ └── img5.png │ └── js │ │ ├── theme.js │ │ ├── theme.js.map │ │ ├── theme.min.js │ │ └── theme.min.js.map │ ├── blog.html │ ├── exhibitions.html │ ├── gallery.html │ ├── index.html │ ├── portfolio.html │ ├── src │ ├── js │ │ ├── cursor.js │ │ ├── detector.js │ │ ├── glightbox.js │ │ ├── isotope.js │ │ ├── node.js │ │ ├── swiper.js │ │ ├── theme.js │ │ └── utils.js │ ├── pug │ │ ├── about.pug │ │ ├── blog.pug │ │ ├── exhibitions.pug │ │ ├── gallery.pug │ │ ├── index.pug │ │ ├── layouts │ │ │ ├── Layout.pug │ │ │ └── LayoutTheme.pug │ │ ├── mixins │ │ │ ├── Variables.pug │ │ │ ├── about │ │ │ │ └── OurTeam.pug │ │ │ ├── blog │ │ │ │ ├── Blogs.pug │ │ │ │ └── Contact.pug │ │ │ ├── core │ │ │ │ ├── Functions.pug │ │ │ │ ├── Section.pug │ │ │ │ └── ThemeStyle.pug │ │ │ ├── exhibition │ │ │ │ └── ExhibitionSlides.pug │ │ │ ├── footers │ │ │ │ └── Footer.pug │ │ │ ├── gallery │ │ │ │ └── Gallery.pug │ │ │ ├── home │ │ │ │ └── Hero.pug │ │ │ ├── navbars │ │ │ │ └── Navbar.pug │ │ │ └── portfolio │ │ │ │ └── PortfolioSlides.pug │ │ └── portfolio.pug │ └── scss │ │ ├── _bootstrap.scss │ │ ├── _user-variables.scss │ │ ├── theme.scss │ │ ├── theme │ │ ├── _alert.scss │ │ ├── _badge.scss │ │ ├── _browser-support.scss │ │ ├── _buttons.scss │ │ ├── _card.scss │ │ ├── _colors.scss │ │ ├── _contact.scss │ │ ├── _cursor.scss │ │ ├── _documentation.scss │ │ ├── _dropdown.scss │ │ ├── _footer.scss │ │ ├── _forms.scss │ │ ├── _functions.scss │ │ ├── _header.scss │ │ ├── _helpers.scss │ │ ├── _hoverbox.scss │ │ ├── _icon.scss │ │ ├── _mixed.scss │ │ ├── _mixins.scss │ │ ├── _navbar.scss │ │ ├── _overflow.scss │ │ ├── _plugins.scss │ │ ├── _popover.scss │ │ ├── _reboot.scss │ │ ├── _root.scss │ │ ├── _theme.scss │ │ ├── _type.scss │ │ ├── _utilities.scss │ │ ├── _variables.scss │ │ ├── helpers │ │ │ ├── _background.scss │ │ │ ├── _borders.scss │ │ │ ├── _colored-links.scss │ │ │ ├── _flex.scss │ │ │ ├── _position.scss │ │ │ ├── _shadow.scss │ │ │ └── _text.scss │ │ ├── mixins │ │ │ ├── _alert.scss │ │ │ ├── _breakpoints.scss │ │ │ ├── _button.scss │ │ │ ├── _hover-focus.scss │ │ │ └── _utilities.scss │ │ ├── plugins │ │ │ ├── _anchorjs.scss │ │ │ ├── _glightbox.scss │ │ │ └── _swiper.scss │ │ └── root │ │ │ └── _light.scss │ │ └── user.scss │ └── vendors │ ├── anchorjs │ └── anchor.min.js │ ├── bigpicture │ └── BigPicture.js │ ├── bootstrap │ ├── bootstrap.min.js │ └── bootstrap.min.js.map │ ├── countup │ └── countUp.umd.js │ ├── fontawesome │ └── all.min.js │ ├── glightbox │ ├── glightbox.min.css │ └── glightbox.min.js │ ├── gsap │ ├── customEase.js │ ├── drawSVGPlugin.js │ ├── imagesloaded.pkgd.js │ └── scrollToPlugin.js │ ├── imagesloaded │ └── imagesloaded.pkgd.js │ ├── is │ └── is.min.js │ ├── isotope-layout │ └── isotope.pkgd.min.js │ ├── isotope-packery │ └── packery-mode.pkgd.min.js │ ├── lodash │ └── lodash.min.js │ ├── plyr │ ├── plyr.css │ ├── plyr.polyfilled.min.js │ └── plyr.polyfilled.min.js.map │ ├── popper │ ├── popper.min.js │ └── popper.min.js.map │ ├── prism │ ├── prism.css │ └── prism.js │ ├── rellax │ └── rellax.min.js │ ├── swiper │ ├── swiper-bundle.min.css │ ├── swiper-bundle.min.js │ └── swiper-bundle.min.js.map │ └── typed.js │ └── typed.js ├── 08.Fitness Website └── zacson-master │ ├── Doc │ ├── css │ │ ├── font-awesome.min.css │ │ ├── main.css │ │ └── normalize.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── img │ │ └── logo.png │ ├── index.html │ ├── js │ │ ├── custom.js │ │ ├── jquery-1.11.0.min.js │ │ └── jquery.nav.js │ └── syntax-highlighter │ │ ├── scripts │ │ ├── shAutoloader.js │ │ ├── shBrushAS3.js │ │ ├── shBrushAppleScript.js │ │ ├── shBrushBash.js │ │ ├── shBrushCSharp.js │ │ ├── shBrushColdFusion.js │ │ ├── shBrushCpp.js │ │ ├── shBrushCss.js │ │ ├── shBrushDelphi.js │ │ ├── shBrushDiff.js │ │ ├── shBrushErlang.js │ │ ├── shBrushGroovy.js │ │ ├── shBrushJScript.js │ │ ├── shBrushJava.js │ │ ├── shBrushJavaFX.js │ │ ├── shBrushPerl.js │ │ ├── shBrushPhp.js │ │ ├── shBrushPlain.js │ │ ├── shBrushPowerShell.js │ │ ├── shBrushPython.js │ │ ├── shBrushRuby.js │ │ ├── shBrushSass.js │ │ ├── shBrushScala.js │ │ ├── shBrushSql.js │ │ ├── shBrushVb.js │ │ ├── shBrushXml.js │ │ └── shLegacy.js │ │ └── styles │ │ ├── shCore.css │ │ ├── shCoreDefault.css │ │ ├── shCoreDjango.css │ │ ├── shCoreEclipse.css │ │ ├── shCoreEmacs.css │ │ ├── shCoreFadeToGrey.css │ │ ├── shCoreMDUltra.css │ │ ├── shCoreMidnight.css │ │ ├── shCoreRDark.css │ │ ├── shThemeDefault.css │ │ ├── shThemeDjango.css │ │ ├── shThemeEclipse.css │ │ ├── shThemeEmacs.css │ │ ├── shThemeFadeToGrey.css │ │ ├── shThemeMDUltra.css │ │ ├── shThemeMidnight.css │ │ └── shThemeRDark.css │ ├── about.html │ ├── assets │ ├── css │ │ ├── animate.min.css │ │ ├── animated-headline │ │ ├── animated-headline.css │ │ ├── bootstrap.min.css │ │ ├── flaticon.css │ │ ├── fontawesome-all.min.css │ │ ├── gijgo.css │ │ ├── magnific-popup.css │ │ ├── main.css │ │ ├── nice-select.css │ │ ├── owl.carousel.min.css │ │ ├── price_rangs.css │ │ ├── responsive.css │ │ ├── slick.css │ │ ├── slicknav.css │ │ ├── style.css │ │ ├── style.map │ │ └── themify-icons.css │ ├── fonts │ │ ├── Flaticon.eot │ │ ├── Flaticon.svg │ │ ├── Flaticon.ttf │ │ ├── Flaticon.woff │ │ ├── Flaticon.woff2 │ │ ├── _flaticon.scss │ │ ├── fa-brands-400.eot │ │ ├── fa-brands-400.svg │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.eot │ │ ├── fa-regular-400.svg │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.eot │ │ ├── fa-solid-900.svg │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff │ │ ├── fa-solid-900.woff2 │ │ ├── flaticon.css │ │ ├── flaticon.html │ │ ├── gijgo-material.eot │ │ ├── gijgo-material.svg │ │ ├── gijgo-material.ttf │ │ ├── gijgo-material.woff │ │ ├── themify.eot │ │ ├── themify.svg │ │ ├── themify.ttf │ │ └── themify.woff │ ├── img │ │ ├── blog │ │ │ ├── author.png │ │ │ ├── learn_about_bg.png │ │ │ ├── single_blog_1.png │ │ │ ├── single_blog_2.png │ │ │ ├── single_blog_3.png │ │ │ ├── single_blog_4.png │ │ │ ├── single_blog_5.png │ │ │ └── slide_thumb_1.png │ │ ├── comment │ │ │ ├── comment_1.png │ │ │ ├── comment_2.png │ │ │ └── comment_3.png │ │ ├── elements │ │ │ ├── a.jpg │ │ │ ├── a2.jpg │ │ │ ├── d.jpg │ │ │ ├── disabled-check.png │ │ │ ├── disabled-radio.png │ │ │ ├── f1.jpg │ │ │ ├── f2.jpg │ │ │ ├── f3.jpg │ │ │ ├── f4.jpg │ │ │ ├── f5.jpg │ │ │ ├── f6.jpg │ │ │ ├── f7.jpg │ │ │ ├── f8.jpg │ │ │ ├── g1.jpg │ │ │ ├── g2.jpg │ │ │ ├── g3.jpg │ │ │ ├── g4.jpg │ │ │ ├── g5.jpg │ │ │ ├── g6.jpg │ │ │ ├── g7.jpg │ │ │ ├── g8.jpg │ │ │ ├── primary-check.png │ │ │ ├── primary-radio.png │ │ │ ├── success-check.png │ │ │ └── success-radio.png │ │ ├── favicon.ico │ │ ├── gallery │ │ │ ├── about.png │ │ │ ├── about2.png │ │ │ ├── blog1.png │ │ │ ├── blog2.png │ │ │ ├── cat1.png │ │ │ ├── cat2.png │ │ │ ├── contact_form.png │ │ │ ├── form.png │ │ │ ├── gallery1.png │ │ │ ├── gallery2.png │ │ │ ├── gallery3.png │ │ │ ├── gallery4.png │ │ │ ├── gallery5.png │ │ │ ├── gallery6.png │ │ │ ├── h1_hero.png │ │ │ ├── qutaion.png │ │ │ ├── section_bg01.png │ │ │ ├── section_bg02.png │ │ │ ├── section_bg03.png │ │ │ ├── team1.png │ │ │ ├── team2.png │ │ │ ├── team3.png │ │ │ └── video-bg.png │ │ ├── hero │ │ │ ├── h1_hero.png │ │ │ └── hero2.png │ │ ├── icon │ │ │ ├── check.png │ │ │ ├── check.svg │ │ │ ├── icon1.png │ │ │ ├── icon1.svg │ │ │ ├── icon2.svg │ │ │ ├── icon3.svg │ │ │ ├── price.png │ │ │ └── price.svg │ │ ├── logo │ │ │ ├── loder.png │ │ │ ├── logo.png │ │ │ └── logo2_footer.png │ │ └── post │ │ │ ├── next.png │ │ │ ├── post_1.png │ │ │ ├── post_10.png │ │ │ ├── post_2.png │ │ │ ├── post_3.png │ │ │ ├── post_4.png │ │ │ ├── post_5.png │ │ │ ├── post_6.png │ │ │ ├── post_7.png │ │ │ ├── post_8.png │ │ │ ├── post_9.png │ │ │ └── preview.png │ ├── js │ │ ├── animated.headline.js │ │ ├── bootstrap.min.js │ │ ├── contact.js │ │ ├── gijgo.min.js │ │ ├── hover-direction-snake.min.js │ │ ├── jquery.ajaxchimp.min.js │ │ ├── jquery.countdown.min.js │ │ ├── jquery.counterup.min.js │ │ ├── jquery.form.js │ │ ├── jquery.magnific-popup.js │ │ ├── jquery.nice-select.min.js │ │ ├── jquery.paroller.min.js │ │ ├── jquery.slicknav.min.js │ │ ├── jquery.sticky.js │ │ ├── jquery.validate.min.js │ │ ├── mail-script.js │ │ ├── main.js │ │ ├── one-page-nav-min.js │ │ ├── owl.carousel.min.js │ │ ├── plugins.js │ │ ├── popper.min.js │ │ ├── price-range.js │ │ ├── slick.min.js │ │ ├── vendor │ │ │ ├── jquery-1.12.4.min.js │ │ │ └── modernizr-3.5.0.min.js │ │ ├── waypoints.min.js │ │ └── wow.min.js │ └── scss │ │ ├── _about.scss │ │ ├── _blog_page.scss │ │ ├── _bradcam.scss │ │ ├── _color.scss │ │ ├── _common.scss │ │ ├── _contact.scss │ │ ├── _contact_form.scss │ │ ├── _date_tabs.scss │ │ ├── _elements.scss │ │ ├── _extend.scss │ │ ├── _footer.scss │ │ ├── _gallery.scss │ │ ├── _h1-hero.scss │ │ ├── _headerMenu.scss │ │ ├── _mixins.scss │ │ ├── _overlay.scss │ │ ├── _pagination.scss │ │ ├── _pricing.scss │ │ ├── _services.scss │ │ ├── _services_section.scss │ │ ├── _team.scss │ │ ├── _testimonial.scss │ │ ├── _traning-cat.scss │ │ ├── _variables.scss │ │ ├── _video-area.scss │ │ ├── _wantTowork.scss │ │ └── style.scss │ ├── blog.html │ ├── blog_details.html │ ├── contact.html │ ├── contact_process.php │ ├── courses.html │ ├── elements.html │ ├── gallery.html │ ├── index.html │ ├── main.html │ └── pricing.html ├── 09.Password Generator └── password-generator │ └── Password-Generator │ ├── Icon.svg │ ├── Icon2.png │ ├── Iconlight.png │ ├── index.html │ ├── my.js │ └── styles.css ├── 10.QR code Reader ├── index.html ├── script.js └── style.css ├── 11.Weather App ├── assets │ ├── 404.png │ ├── clear.png │ ├── cloud.png │ ├── mist.png │ ├── rain.png │ └── snow.png ├── index.html ├── script.js └── style.css ├── 12.Tic-tac-toe Game └── Tic-TAc-Toe │ ├── index.html │ ├── script.js │ └── style.css ├── 13.Link-Shorten-Website ├── .DS_Store ├── index.html ├── main.js └── style.css ├── 14.Drawing App ├── index.html ├── script.js └── style.css ├── 15.Alarm Clock ├── files │ ├── clock.svg │ └── ringtone.mp3 ├── index.html ├── script.js └── style.css ├── 16.Meme-Generator ├── index.html ├── script.js └── styles.css ├── 18.Online-Form ├── index.html └── style.css ├── 19.Translator ├── countries.js ├── index.html ├── script.js └── style.css ├── 20.Playable-Piano ├── index.html ├── script.js ├── style.css └── tunes │ ├── ;.wav │ ├── a.wav │ ├── d.wav │ ├── e.wav │ ├── f.wav │ ├── g.wav │ ├── h.wav │ ├── j.wav │ ├── k.wav │ ├── l.wav │ ├── o.wav │ ├── p.wav │ ├── s.wav │ ├── t.wav │ ├── u.wav │ ├── w.wav │ └── y.wav ├── 21.Image Resizer └── Image Resizer JavaScript │ ├── img.jpg │ ├── index.html │ ├── script.js │ ├── style.css │ └── upload-icon.svg ├── 22.Dynamic Calander └── Dynamic Calendar JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 23.File Downloader └── File Downloader with JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 24.Chess Game └── CHESS │ ├── Bbishop.png │ ├── Bking.png │ ├── Bknight.png │ ├── Bpawn.png │ ├── Bqueen.png │ ├── Brook.png │ ├── Chess.css │ ├── Chess.js │ ├── Wbishop.png │ ├── Wking.png │ ├── Wknight.png │ ├── Wpawn.png │ ├── Wqueen.png │ ├── Wrook.png │ └── index.html ├── 25.Car-Racing └── CarGame │ ├── 27471.jpg │ ├── car1.png │ ├── car2.png │ ├── car3.png │ ├── index.html │ └── road.png ├── 26.Connect-Game └── Connect4 │ ├── connect4.css │ ├── connect4.js │ └── index.html ├── 27.Snake and Ladder └── SnakesAndLadder │ ├── game.css │ ├── game.js │ ├── index.html │ ├── ll.txt │ ├── rpg-dice-rolling-95182.mp3 │ ├── snake ladder.png │ └── winharpsichord-39642.mp3 ├── 28.Spelling game └── SpellingBee │ ├── bee.png │ ├── index.html │ └── p.txt ├── 29.Analog Watch └── Analog Clock │ ├── index.html │ ├── script.js │ └── style.css ├── 30.Photo Editor └── Image Editor JavaScript │ ├── image-placeholder.svg │ ├── index.html │ ├── script.js │ └── style.css ├── 31.Music Player └── Music Player in JavaScript │ ├── images │ ├── music-1.jpg │ ├── music-2.jpg │ ├── music-3.jpg │ ├── music-4.jpg │ ├── music-5.jpg │ └── music-6.jpg │ ├── index.html │ ├── js │ ├── music-list.js │ └── script.js │ ├── songs │ ├── music-1.mp3 │ ├── music-2.mp3 │ ├── music-3.mp3 │ ├── music-4.mp3 │ ├── music-5.mp3 │ └── music-6.mp3 │ └── style.css ├── 32.Calculator └── Calculator │ ├── index.html │ ├── script.js │ └── style.css ├── 33.Rock-Paper-Scissors Game └── Rock Paper Scissors │ ├── images │ ├── paper.png │ ├── rock.png │ └── scissors.png │ ├── index.html │ ├── script.js │ └── style.css ├── 34.Note-App └── Notes App in JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 35.Text-File saver(all extention) └── Save Text As File JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 36.Dictionary App └── Dictionary App in JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 37.Snake Game └── Snake Game in JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 38.Stock Trading App ├── css │ ├── bootstrap.min.css │ ├── custom.css │ └── font-awesome.min.css ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── index.html └── js │ ├── canvasjs.min.js │ ├── custom.js │ ├── data-chart.js │ └── jquery.min.js ├── 39.Stop watch └── Stopwatch Application │ ├── index.html │ ├── script.js │ └── style.css ├── 40.Text To Word Convertor └── Text to Speech Converter │ ├── index.html │ ├── script.js │ └── style.css ├── 41.Todo list app └── Todo List App │ ├── css │ └── style.css │ ├── index.html │ └── js │ └── script.js ├── 42.Twitter Clone └── twitter │ ├── .gitignore │ ├── css │ ├── blocks │ │ ├── brand.css │ │ ├── layout.css │ │ ├── sidebar-menu.css │ │ ├── trends-for-you.css │ │ ├── tweet.css │ │ └── who-to-follow.css │ └── global.css │ ├── images │ ├── post-image-1.jpeg │ ├── profile-image-1.jpg │ ├── profile-image-2.png │ └── profile-image-3.jpg │ ├── index.html │ └── svg │ ├── explore.svg │ ├── home.svg │ ├── messages.svg │ ├── more.svg │ ├── notifications.svg │ ├── profile.svg │ └── twitter.svg ├── 43.Typing-Speed-test app └── typing_speed-test-webapp │ ├── README.md │ ├── index.html │ ├── style.css │ └── test.js ├── 44.Admin panel Dashboard └── Admin Dashboard Panel │ ├── Images │ ├── logo.png │ └── profile.jpg │ ├── index.html │ ├── script.js │ └── style.css ├── 45.Whatsapp Clone ├── index.html └── index_files │ ├── font-awesome.min.css │ ├── images.png │ ├── maxresdefault-2.jpg │ ├── style.css │ └── whatsappclon.js ├── 46.Video 2 Audio Converter └── index.html ├── 47.Random Qoute Generator └── Random Quote Generator in JavaScript │ ├── index.html │ ├── script.js │ └── style.css ├── 48.Online Quiz Website └── Quiz Application with Timer │ ├── index.html │ ├── js │ ├── questions.js │ └── script.js │ └── style.css ├── 49.Dragon Game ├── assets │ ├── block.png │ ├── cloud.jpg │ ├── dino.png │ └── road.png ├── css │ └── style.css ├── index.html └── js │ └── file.js ├── 50.Drag&Drop Image file └── Drag & Drop or Browse File │ ├── index.html │ ├── script.js │ └── style.css ├── LICENSE └── README.md /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-mission.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-mission.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-objective.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-objective.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-vision.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about-vision.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/about.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/banner.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-1.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-2.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-3.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-4.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-5.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-6.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-7.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/client-8.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/favicon.ico -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-1.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-2.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-3.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-4.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-5.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/portfolio-6.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-1.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-2.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/slider-3.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-1.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-2.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-3.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/team-4.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-1.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-2.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/img/testimonial-3.jpg -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.eot -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.ttf -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.woff -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/ionicons/fonts/ionicons.woff2 -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/close.png -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/loading.gif -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/next.png -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/images/prev.png -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/lightbox/links.php: -------------------------------------------------------------------------------- 1 | 'lib/lightbox/css/lightbox.min.css', 4 | 'js' => 'lib/lightbox/js/lightbox.min.js' 5 | ); 6 | ?> 7 | -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/ajax-loader.gif -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/owl.theme.green.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0} -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/owl.video.play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/owlcarousel/assets/owl.video.play.png -------------------------------------------------------------------------------- /01.Company-Portfolio/IT Company -Software Company Business Website/IT Company -Software Company Business Website/vendor/waypoints/links.php: -------------------------------------------------------------------------------- 1 | 'lib/waypoints/waypoints.min.js' 4 | ); 5 | ?> 6 | -------------------------------------------------------------------------------- /03.E-Book Site/images/Adv1.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/Adv1.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/Adv2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/Adv2.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/Adv3.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/Adv3.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/Adv4.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/Adv4.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/Adv5.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/Adv5.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/adv6.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/adv6.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/adv7.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/adv7.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/adv8.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/adv8.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo1.png -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo2.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo3.png -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo_4.png -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo_5.png -------------------------------------------------------------------------------- /03.E-Book Site/images/book_logo_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/book_logo_6.png -------------------------------------------------------------------------------- /03.E-Book Site/images/c1.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c1.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c2.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c3.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c3.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c4.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c4.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c5.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c5.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c6.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c6.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c7.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c7.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/c8.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/c8.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/img_0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_0.jpeg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_1.jpeg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_10.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_11.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_2.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_3.jpeg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_4.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_5.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_6.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_7.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_8.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/img_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/img_9.jpg -------------------------------------------------------------------------------- /03.E-Book Site/images/p1.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/p1.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/p2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/p2.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/p3.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/p3.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r1.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r1.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r2.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r3.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r3.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r4.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r4.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r5.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r5.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r6.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r6.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r7.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r7.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/r8.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/r8.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th1.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th1.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th2.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th2.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th3.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th3.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th4.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th4.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th5.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th5.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th6.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th6.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th7.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th7.jfif -------------------------------------------------------------------------------- /03.E-Book Site/images/th8.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/03.E-Book Site/images/th8.jfif -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/1.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/2.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/3.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/4.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/5.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/6.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/7.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/8.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/04.Ecommerce-site/e-com-page/e-com-page/9.jpg -------------------------------------------------------------------------------- /04.Ecommerce-site/e-com-page/e-com-page/README.md: -------------------------------------------------------------------------------- 1 | # e-com-page 2 | # This is commercial web-page 3 | # The name is Thrift-Flip_Store 4 | # It has only the front-end soon i will try to add the back-end to make it work.. 5 | ![Screenshot_2022-11-14_20-35-26](https://user-images.githubusercontent.com/112026180/201694117-e096dfbc-7869-45b0-b549-0e481c144a3e.png) 6 | 7 | 8 | -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/bg.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/burger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/burger.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/logo.png -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/menu-burger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/menu-burger.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/menu-momo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/menu-momo.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/menu-pizza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/menu-pizza.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/momo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/momo.jpg -------------------------------------------------------------------------------- /05.Restaurant Website/Resturant-web/images/pizza.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/05.Restaurant Website/Resturant-web/images/pizza.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/css/flaticon.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "Flaticon"; 3 | src: url("../fonts/flaticon/flaticon.eot"); 4 | src: url("../fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), 5 | url("../fonts/flaticon/flaticon.woff") format("woff"), 6 | url("../fonts/flaticon/flaticon.ttf") format("truetype"), 7 | url("../fonts/flaticon/flaticon.svg") format("svg"); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 12 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 13 | font-family: Flaticon; 14 | font-size: 20px; 15 | font-style: normal; 16 | margin-left: 0px; 17 | }.flaticon-bicycle:before { 18 | content: "\e000"; 19 | } 20 | .flaticon-car:before { 21 | content: "\e001"; 22 | } 23 | .flaticon-cup:before { 24 | content: "\e002"; 25 | } 26 | .flaticon-massage:before { 27 | content: "\e003"; 28 | } 29 | .flaticon-restaurant:before { 30 | content: "\e004"; 31 | } 32 | .flaticon-swimming:before { 33 | content: "\e005"; 34 | } 35 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/bootstrap/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/flaticon/flaticon.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: "Flaticon"; 3 | src: url("flaticon.eot"); 4 | src: url("flaticon.eot#iefix") format("embedded-opentype"), 5 | url("flaticon.woff") format("woff"), 6 | url("flaticon.ttf") format("truetype"), 7 | url("flaticon.svg") format("svg"); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | [class^="flaticon-"]:before, [class*=" flaticon-"]:before, 12 | [class^="flaticon-"]:after, [class*=" flaticon-"]:after { 13 | font-family: Flaticon; 14 | font-size: 20px; 15 | font-style: normal; 16 | margin-left: 20px; 17 | }.flaticon-bicycle14:before { 18 | content: "\e000"; 19 | } 20 | .flaticon-car72:before { 21 | content: "\e001"; 22 | } 23 | .flaticon-cup74:before { 24 | content: "\e002"; 25 | } 26 | .flaticon-massage2:before { 27 | content: "\e003"; 28 | } 29 | .flaticon-restaurant23:before { 30 | content: "\e004"; 31 | } 32 | .flaticon-swimming21:before { 33 | content: "\e005"; 34 | } 35 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/flaticon/flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/flaticon/flaticon.eot -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/flaticon/flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/flaticon/flaticon.ttf -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/flaticon/flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/flaticon/flaticon.woff -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/flaticon/license.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/flaticon/license.pdf -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/icomoon/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/icomoon/icomoon.eot -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/icomoon/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/icomoon/icomoon.ttf -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/icomoon/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/icomoon/icomoon.woff -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/themify/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/themify/themify.eot -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/themify/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/themify/themify.ttf -------------------------------------------------------------------------------- /06.Hotel Website/luxe/fonts/themify/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/fonts/themify/themify.woff -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/arrow_down_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/arrow_down_input.png -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/hotel_feture_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/hotel_feture_1.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/hotel_feture_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/hotel_feture_2.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/hotel_feture_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/hotel_feture_3.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-1.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-2.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-3.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-4.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-5.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/image-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/image-6.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/loader.gif -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/loc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/loc.png -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/slider1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/slider1.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/slider2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/slider2.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/slider3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/slider3.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_1.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_2.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_3.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_4.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_5.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/images/tab_img_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/06.Hotel Website/luxe/images/tab_img_6.jpg -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/_bootstrap-compass.scss: -------------------------------------------------------------------------------- 1 | @function twbs-font-path($path) { 2 | @return font-url($path, true); 3 | } 4 | 5 | @function twbs-image-path($path) { 6 | @return image-url($path, true); 7 | } 8 | 9 | $bootstrap-sass-asset-helper: true; 10 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/_bootstrap-mincer.scss: -------------------------------------------------------------------------------- 1 | // Mincer asset helper functions 2 | // 3 | // This must be imported into a .css.ejs.scss file. 4 | // Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation. 5 | 6 | 7 | @function twbs-font-path($path) { 8 | // do something like following 9 | // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>" 10 | // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>" 11 | // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>" 12 | @return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>"; 13 | } 14 | 15 | @function twbs-image-path($file) { 16 | @return "<%- asset_path("#{$file}") %>"; 17 | } 18 | 19 | $bootstrap-sass-asset-helper: true; 20 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/_bootstrap-sprockets.scss: -------------------------------------------------------------------------------- 1 | @function twbs-font-path($path) { 2 | @return font-path($path); 3 | } 4 | 5 | @function twbs-image-path($path) { 6 | @return image-path($path); 7 | } 8 | 9 | $bootstrap-sass-asset-helper: true; 10 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_breadcrumbs.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Breadcrumbs 3 | // -------------------------------------------------- 4 | 5 | 6 | .breadcrumb { 7 | padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal; 8 | margin-bottom: $line-height-computed; 9 | list-style: none; 10 | background-color: $breadcrumb-bg; 11 | border-radius: $border-radius-base; 12 | 13 | > li { 14 | display: inline-block; 15 | 16 | + li:before { 17 | // [converter] Workaround for https://github.com/sass/libsass/issues/1115 18 | $nbsp: "\00a0"; 19 | content: "#{$breadcrumb-separator}#{$nbsp}"; // Unicode space added since inline-block means non-collapsing white-space 20 | padding: 0 5px; 21 | color: $breadcrumb-color; 22 | } 23 | } 24 | 25 | > .active { 26 | color: $breadcrumb-active-color; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_close.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Close icons 3 | // -------------------------------------------------- 4 | 5 | 6 | .close { 7 | float: right; 8 | font-size: ($font-size-base * 1.5); 9 | font-weight: $close-font-weight; 10 | line-height: 1; 11 | color: $close-color; 12 | text-shadow: $close-text-shadow; 13 | @include opacity(.2); 14 | 15 | &:hover, 16 | &:focus { 17 | color: $close-color; 18 | text-decoration: none; 19 | cursor: pointer; 20 | @include opacity(.5); 21 | } 22 | 23 | // [converter] extracted button& to button.close 24 | } 25 | 26 | // Additional properties for button version 27 | // iOS requires the button element instead of an anchor tag. 28 | // If you want the anchor version, it requires `href="#"`. 29 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile 30 | button.close { 31 | padding: 0; 32 | cursor: pointer; 33 | background: transparent; 34 | border: 0; 35 | -webkit-appearance: none; 36 | } 37 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_component-animations.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Component animations 3 | // -------------------------------------------------- 4 | 5 | // Heads up! 6 | // 7 | // We don't use the `.opacity()` mixin here since it causes a bug with text 8 | // fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552. 9 | 10 | .fade { 11 | opacity: 0; 12 | @include transition(opacity .15s linear); 13 | &.in { 14 | opacity: 1; 15 | } 16 | } 17 | 18 | .collapse { 19 | display: none; 20 | 21 | &.in { display: block; } 22 | // [converter] extracted tr&.in to tr.collapse.in 23 | // [converter] extracted tbody&.in to tbody.collapse.in 24 | } 25 | 26 | tr.collapse.in { display: table-row; } 27 | 28 | tbody.collapse.in { display: table-row-group; } 29 | 30 | .collapsing { 31 | position: relative; 32 | height: 0; 33 | overflow: hidden; 34 | @include transition-property(height, visibility); 35 | @include transition-duration(.35s); 36 | @include transition-timing-function(ease); 37 | } 38 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_responsive-embed.scss: -------------------------------------------------------------------------------- 1 | // Embeds responsive 2 | // 3 | // Credit: Nicolas Gallagher and SUIT CSS. 4 | 5 | .embed-responsive { 6 | position: relative; 7 | display: block; 8 | height: 0; 9 | padding: 0; 10 | overflow: hidden; 11 | 12 | .embed-responsive-item, 13 | iframe, 14 | embed, 15 | object, 16 | video { 17 | position: absolute; 18 | top: 0; 19 | left: 0; 20 | bottom: 0; 21 | height: 100%; 22 | width: 100%; 23 | border: 0; 24 | } 25 | } 26 | 27 | // Modifier class for 16:9 aspect ratio 28 | .embed-responsive-16by9 { 29 | padding-bottom: 56.25%; 30 | } 31 | 32 | // Modifier class for 4:3 aspect ratio 33 | .embed-responsive-4by3 { 34 | padding-bottom: 75%; 35 | } 36 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_utilities.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Utility classes 3 | // -------------------------------------------------- 4 | 5 | 6 | // Floats 7 | // ------------------------- 8 | 9 | .clearfix { 10 | @include clearfix; 11 | } 12 | .center-block { 13 | @include center-block; 14 | } 15 | .pull-right { 16 | float: right !important; 17 | } 18 | .pull-left { 19 | float: left !important; 20 | } 21 | 22 | 23 | // Toggling content 24 | // ------------------------- 25 | 26 | // Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 27 | .hide { 28 | display: none !important; 29 | } 30 | .show { 31 | display: block !important; 32 | } 33 | .invisible { 34 | visibility: hidden; 35 | } 36 | .text-hide { 37 | @include text-hide; 38 | } 39 | 40 | 41 | // Hide from screenreaders and browsers 42 | // 43 | // Credit: HTML5 Boilerplate 44 | 45 | .hidden { 46 | display: none !important; 47 | } 48 | 49 | 50 | // For Affix plugin 51 | // ------------------------- 52 | 53 | .affix { 54 | position: fixed; 55 | } 56 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/_wells.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Wells 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base class 7 | .well { 8 | min-height: 20px; 9 | padding: 19px; 10 | margin-bottom: 20px; 11 | background-color: $well-bg; 12 | border: 1px solid $well-border; 13 | border-radius: $border-radius-base; 14 | @include box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); 15 | blockquote { 16 | border-color: #ddd; 17 | border-color: rgba(0,0,0,.15); 18 | } 19 | } 20 | 21 | // Sizes 22 | .well-lg { 23 | padding: 24px; 24 | border-radius: $border-radius-large; 25 | } 26 | .well-sm { 27 | padding: 9px; 28 | border-radius: $border-radius-small; 29 | } 30 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_alerts.scss: -------------------------------------------------------------------------------- 1 | // Alerts 2 | 3 | @mixin alert-variant($background, $border, $text-color) { 4 | background-color: $background; 5 | border-color: $border; 6 | color: $text-color; 7 | 8 | hr { 9 | border-top-color: darken($border, 5%); 10 | } 11 | .alert-link { 12 | color: darken($text-color, 10%); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_background-variant.scss: -------------------------------------------------------------------------------- 1 | // Contextual backgrounds 2 | 3 | // [converter] $parent hack 4 | @mixin bg-variant($parent, $color) { 5 | #{$parent} { 6 | background-color: $color; 7 | } 8 | a#{$parent}:hover, 9 | a#{$parent}:focus { 10 | background-color: darken($color, 10%); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_border-radius.scss: -------------------------------------------------------------------------------- 1 | // Single side border-radius 2 | 3 | @mixin border-top-radius($radius) { 4 | border-top-right-radius: $radius; 5 | border-top-left-radius: $radius; 6 | } 7 | @mixin border-right-radius($radius) { 8 | border-bottom-right-radius: $radius; 9 | border-top-right-radius: $radius; 10 | } 11 | @mixin border-bottom-radius($radius) { 12 | border-bottom-right-radius: $radius; 13 | border-bottom-left-radius: $radius; 14 | } 15 | @mixin border-left-radius($radius) { 16 | border-bottom-left-radius: $radius; 17 | border-top-left-radius: $radius; 18 | } 19 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_center-block.scss: -------------------------------------------------------------------------------- 1 | // Center-align a block level element 2 | 3 | @mixin center-block() { 4 | display: block; 5 | margin-left: auto; 6 | margin-right: auto; 7 | } 8 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | // Clearfix 2 | // 3 | // For modern browsers 4 | // 1. The space content is one way to avoid an Opera bug when the 5 | // contenteditable attribute is included anywhere else in the document. 6 | // Otherwise it causes space to appear at the top and bottom of elements 7 | // that are clearfixed. 8 | // 2. The use of `table` rather than `block` is only necessary if using 9 | // `:before` to contain the top-margins of child elements. 10 | // 11 | // Source: http://nicolasgallagher.com/micro-clearfix-hack/ 12 | 13 | @mixin clearfix() { 14 | &:before, 15 | &:after { 16 | content: " "; // 1 17 | display: table; // 2 18 | } 19 | &:after { 20 | clear: both; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_hide-text.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | // 3 | // Heads up! v3 launched with only `.hide-text()`, but per our pattern for 4 | // mixins being reused as classes with the same name, this doesn't hold up. As 5 | // of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. 6 | // 7 | // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 8 | 9 | // Deprecated as of v3.0.1 (will be removed in v4) 10 | @mixin hide-text() { 11 | font: 0/0 a; 12 | color: transparent; 13 | text-shadow: none; 14 | background-color: transparent; 15 | border: 0; 16 | } 17 | 18 | // New mixin to use as of v3.0.1 19 | @mixin text-hide() { 20 | @include hide-text; 21 | } 22 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_labels.scss: -------------------------------------------------------------------------------- 1 | // Labels 2 | 3 | @mixin label-variant($color) { 4 | background-color: $color; 5 | 6 | &[href] { 7 | &:hover, 8 | &:focus { 9 | background-color: darken($color, 10%); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | // [converter] extracted a&, button& to a.list-group-item-#{$state}, button.list-group-item-#{$state} 9 | } 10 | 11 | a.list-group-item-#{$state}, 12 | button.list-group-item-#{$state} { 13 | color: $color; 14 | 15 | .list-group-item-heading { 16 | color: inherit; 17 | } 18 | 19 | &:hover, 20 | &:focus { 21 | color: $color; 22 | background-color: darken($background, 5%); 23 | } 24 | &.active, 25 | &.active:hover, 26 | &.active:focus { 27 | color: #fff; 28 | background-color: $color; 29 | border-color: $color; 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: #e5e5e5) { 6 | height: 1px; 7 | margin: (($line-height-computed / 2) - 1) 0; 8 | overflow: hidden; 9 | background-color: $color; 10 | } 11 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_nav-vertical-align.scss: -------------------------------------------------------------------------------- 1 | // Navbar vertical align 2 | // 3 | // Vertically center elements in the navbar. 4 | // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. 5 | 6 | @mixin navbar-vertical-align($element-height) { 7 | margin-top: (($navbar-height - $element-height) / 2); 8 | margin-bottom: (($navbar-height - $element-height) / 2); 9 | } 10 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_opacity.scss: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | @mixin opacity($opacity) { 4 | opacity: $opacity; 5 | // IE8 filter 6 | $opacity-ie: ($opacity * 100); 7 | filter: alpha(opacity=$opacity-ie); 8 | } 9 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | @mixin pagination-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) { 4 | > li { 5 | > a, 6 | > span { 7 | padding: $padding-vertical $padding-horizontal; 8 | font-size: $font-size; 9 | line-height: $line-height; 10 | } 11 | &:first-child { 12 | > a, 13 | > span { 14 | @include border-left-radius($border-radius); 15 | } 16 | } 17 | &:last-child { 18 | > a, 19 | > span { 20 | @include border-right-radius($border-radius); 21 | } 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_panels.scss: -------------------------------------------------------------------------------- 1 | // Panels 2 | 3 | @mixin panel-variant($border, $heading-text-color, $heading-bg-color, $heading-border) { 4 | border-color: $border; 5 | 6 | & > .panel-heading { 7 | color: $heading-text-color; 8 | background-color: $heading-bg-color; 9 | border-color: $heading-border; 10 | 11 | + .panel-collapse > .panel-body { 12 | border-top-color: $border; 13 | } 14 | .badge { 15 | color: $heading-bg-color; 16 | background-color: $heading-text-color; 17 | } 18 | } 19 | & > .panel-footer { 20 | + .panel-collapse > .panel-body { 21 | border-bottom-color: $border; 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_progress-bar.scss: -------------------------------------------------------------------------------- 1 | // Progress bars 2 | 3 | @mixin progress-bar-variant($color) { 4 | background-color: $color; 5 | 6 | // Deprecated parent class requirement as of v3.2.0 7 | .progress-striped & { 8 | @include gradient-striped; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_reset-filter.scss: -------------------------------------------------------------------------------- 1 | // Reset filters for IE 2 | // 3 | // When you need to remove a gradient background, do not forget to use this to reset 4 | // the IE filter for IE9 and below. 5 | 6 | @mixin reset-filter() { 7 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 8 | } 9 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_reset-text.scss: -------------------------------------------------------------------------------- 1 | @mixin reset-text() { 2 | font-family: $font-family-base; 3 | // We deliberately do NOT reset font-size. 4 | font-style: normal; 5 | font-weight: normal; 6 | letter-spacing: normal; 7 | line-break: auto; 8 | line-height: $line-height-base; 9 | text-align: left; // Fallback for where `start` is not supported 10 | text-align: start; 11 | text-decoration: none; 12 | text-shadow: none; 13 | text-transform: none; 14 | white-space: normal; 15 | word-break: normal; 16 | word-spacing: normal; 17 | word-wrap: normal; 18 | } 19 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | resize: $direction; // Options: horizontal, vertical, both 5 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 6 | } 7 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_responsive-visibility.scss: -------------------------------------------------------------------------------- 1 | // Responsive utilities 2 | 3 | // 4 | // More easily include all the states for responsive-utilities.less. 5 | // [converter] $parent hack 6 | @mixin responsive-visibility($parent) { 7 | #{$parent} { 8 | display: block !important; 9 | } 10 | table#{$parent} { display: table !important; } 11 | tr#{$parent} { display: table-row !important; } 12 | th#{$parent}, 13 | td#{$parent} { display: table-cell !important; } 14 | } 15 | 16 | // [converter] $parent hack 17 | @mixin responsive-invisibility($parent) { 18 | #{$parent} { 19 | display: none !important; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height) { 4 | width: $width; 5 | height: $height; 6 | } 7 | 8 | @mixin square($size) { 9 | @include size($size, $size); 10 | } 11 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_tab-focus.scss: -------------------------------------------------------------------------------- 1 | // WebKit-style focus 2 | 3 | @mixin tab-focus() { 4 | // Default 5 | outline: thin dotted; 6 | // WebKit 7 | outline: 5px auto -webkit-focus-ring-color; 8 | outline-offset: -2px; 9 | } 10 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_table-row.scss: -------------------------------------------------------------------------------- 1 | // Tables 2 | 3 | @mixin table-row-variant($state, $background) { 4 | // Exact selectors below required to override `.table-striped` and prevent 5 | // inheritance to nested tables. 6 | .table > thead > tr, 7 | .table > tbody > tr, 8 | .table > tfoot > tr { 9 | > td.#{$state}, 10 | > th.#{$state}, 11 | &.#{$state} > td, 12 | &.#{$state} > th { 13 | background-color: $background; 14 | } 15 | } 16 | 17 | // Hover states for `.table-hover` 18 | // Note: this is not available for cells or rows within `thead` or `tfoot`. 19 | .table-hover > tbody > tr { 20 | > td.#{$state}:hover, 21 | > th.#{$state}:hover, 22 | &.#{$state}:hover > td, 23 | &:hover > .#{$state}, 24 | &.#{$state}:hover > th { 25 | background-color: darken($background, 5%); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_text-emphasis.scss: -------------------------------------------------------------------------------- 1 | // Typography 2 | 3 | // [converter] $parent hack 4 | @mixin text-emphasis-variant($parent, $color) { 5 | #{$parent} { 6 | color: $color; 7 | } 8 | a#{$parent}:hover, 9 | a#{$parent}:focus { 10 | color: darken($color, 10%); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /06.Hotel Website/luxe/sass/bootstrap/mixins/_text-overflow.scss: -------------------------------------------------------------------------------- 1 | // Text overflow 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-overflow() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user-rtl.css: -------------------------------------------------------------------------------- 1 | /* prettier-ignore */ 2 | /*# sourceMappingURL=user-rtl.css.map */ 3 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user-rtl.min.css: -------------------------------------------------------------------------------- 1 | 2 | /*# sourceMappingURL=user-rtl.min.css.map */ 3 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user-rtl.min.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":[],"names":[],"mappings":"","file":"user-rtl.min.css","sourcesContent":[]} -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user.css: -------------------------------------------------------------------------------- 1 | /* prettier-ignore */ 2 | /*# sourceMappingURL=user.css.map */ 3 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user.min.css: -------------------------------------------------------------------------------- 1 | 2 | /*# sourceMappingURL=user.min.css.map */ 3 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/css/user.min.css.map: -------------------------------------------------------------------------------- 1 | {"version":3,"sources":[],"names":[],"mappings":"","file":"user.min.css","sourcesContent":[]} -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/blogs/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/blogs/img1.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/blogs/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/blogs/img2.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/blogs/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/blogs/img3.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/exhibitions/img01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/exhibitions/img01.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/exhibitions/img02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/exhibitions/img02.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/exhibitions/img03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/exhibitions/img03.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/exhibitions/img04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/exhibitions/img04.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/android-chrome-192x192.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/android-chrome-512x512.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/apple-touch-icon.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | #ffffff -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/favicon-16x16.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/favicon-32x32.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/favicons/favicon.ico -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "icons": [ 4 | { 5 | "src": "/android-chrome-192x192.png", 6 | "sizes": "192x192", 7 | "type": "image/png" 8 | }, 9 | { 10 | "src": "/android-chrome-512x512.png", 11 | "sizes": "512x512", 12 | "type": "image/png" 13 | } 14 | ], 15 | "theme_color": "#ffffff", 16 | "background_color": "#ffffff", 17 | "display": "standalone" 18 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/favicons/site.webmanifest: -------------------------------------------------------------------------------- 1 | {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/1.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/2.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/3.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/4.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/5.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/6.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/7.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/8.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/gallery/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/gallery/9.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/home/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/home/img1.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/home/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/home/img2.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/home/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/home/img3.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/icons/dark-logo-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/icons/dark-logo-icon.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/icons/logo-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/icons/logo-icon.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/icons/long-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/icons/long-arrow.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/portfolio/img01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/portfolio/img01.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/portfolio/img02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/portfolio/img02.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/portfolio/img03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/portfolio/img03.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/team/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/team/img1.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/team/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/team/img2.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/team/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/team/img3.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/team/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/team/img4.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/assets/img/team/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/07.Photography Portfolio Website/public/assets/img/team/img5.png -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/js/cursor.js: -------------------------------------------------------------------------------- 1 | const cursorInit = () => { 2 | const cursor = document.querySelector('.cursor-outer'); 3 | const targets = document.querySelectorAll([ 4 | 'a', 5 | '.btn', 6 | "[type='button']", 7 | 'input', 8 | 'textarea', 9 | ]); 10 | 11 | document.addEventListener('mousemove', (e) => { 12 | cursor.style.transform = `translate3d(calc(${e.clientX}px - 50%), calc(${e.clientY}px - 50%), 0)`; 13 | }); 14 | 15 | targets.forEach((item) => { 16 | item.addEventListener('mouseover', () => { 17 | cursor.classList.add('link-hover'); 18 | }); 19 | item.addEventListener('mouseleave', () => { 20 | cursor.classList.remove('link-hover'); 21 | }); 22 | }); 23 | }; 24 | 25 | export default cursorInit; 26 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/js/glightbox.js: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Glightbox */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | const glightboxInit = () => { 6 | if (window.GLightbox) { 7 | window.GLightbox({ 8 | selector: '[data-glightbox]', 9 | }); 10 | } 11 | }; 12 | export default glightboxInit; 13 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/js/theme.js: -------------------------------------------------------------------------------- 1 | import { docReady } from './utils'; 2 | import detectorInit from './detector'; 3 | import swiperInit from './swiper'; 4 | import isotopeInit from './isotope'; 5 | import glightboxInit from './glightbox'; 6 | import cursorInit from './cursor'; 7 | 8 | /* -------------------------------------------------------------------------- */ 9 | /* Theme Initialization */ 10 | /* -------------------------------------------------------------------------- */ 11 | docReady(detectorInit); 12 | docReady(swiperInit); 13 | docReady(glightboxInit); 14 | docReady(isotopeInit); 15 | docReady(cursorInit); 16 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/about.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/about/OurTeam 3 | 4 | 5 | append variables 6 | - 7 | var pageInfo = { 8 | pageTitle: 'About', 9 | pageSubtitle: 'Our Team', 10 | } 11 | 12 | 13 | append styles 14 | 15 | prepend scripts 16 | 17 | 18 | block content 19 | +OurTeam -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/blog.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/blog/Blogs 3 | include mixins/blog/Contact 4 | 5 | 6 | append variables 7 | - 8 | var pageInfo = { 9 | pageTitle: 'Blog', 10 | pageSubtitle: 'Recent update', 11 | } 12 | 13 | 14 | append styles 15 | 16 | prepend scripts 17 | 18 | 19 | block content 20 | +Blogs 21 | +Contact -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/exhibitions.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/exhibition/ExhibitionSlides 3 | 4 | 5 | append variables 6 | - 7 | var pageInfo = { 8 | pageTitle: 'Exhibitions', 9 | pageSubtitle: 'Online & Offline', 10 | } 11 | 12 | 13 | append styles 14 | 15 | prepend scripts 16 | 17 | 18 | block content 19 | +ExhibitionSlides 20 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/gallery.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/gallery/Gallery 3 | 4 | 5 | append variables 6 | - 7 | var pageInfo = { 8 | pageTitle: 'Gallery', 9 | pageSubtitle: 'All Works', 10 | } 11 | 12 | 13 | append styles 14 | link(href=`${CWD}vendors/glightbox/glightbox.min.css`, rel='stylesheet') 15 | 16 | prepend scripts 17 | script(src=`${CWD}vendors/imagesloaded/imagesloaded.pkgd.js`) 18 | script(src=`${CWD}vendors/isotope-layout/isotope.pkgd.min.js`) 19 | script(src=`${CWD}vendors/isotope-packery/packery-mode.pkgd.min.js`) 20 | script(src=`${CWD}vendors/glightbox/glightbox.min.js`) 21 | 22 | 23 | block content 24 | +Gallery 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/index.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/home/Hero 3 | 4 | 5 | 6 | append variables 7 | - 8 | var pageInfo = { 9 | pageTitle: 'Home', 10 | } 11 | 12 | 13 | append styles 14 | 15 | prepend scripts 16 | 17 | 18 | block content 19 | +Hero 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/mixins/Variables.pug: -------------------------------------------------------------------------------- 1 | append variables 2 | - var title = 'Fotogency | Photography Agency Template'; 3 | - var theme = `${name}-${version}`; 4 | - var bootstrapVersion = '5.0'; 5 | - var attrsMain = { id: 'top', class: 'main' }; 6 | - var attrsLayout = { class: 'container', 'data-layout': ENV === 'PROD' ? 'container' : false } 7 | - var colors = ['primary', 'secondary', 'success', 'info', 'warning', 'danger', 'light', 'dark']; 8 | - var grays = ['black', 1100, 1000, 900, 800, 700, 600, 500, 400, 300, 200, 100, 'white']; 9 | - var colorsAll = colors.concat(grays); 10 | - var footer = true; 11 | - 12 | var sitemap = { 13 | 14 | }; -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/mixins/core/Functions.pug: -------------------------------------------------------------------------------- 1 | mixin escape 2 | - var oldBuf = pug_html; 3 | - pug_html = ''; 4 | block 5 | - pug_html = oldBuf + pug.escape(jsPretty(pug_html, {ocd: true})); 6 | 7 | mixin cleanText(str) 8 | | #{((str.charAt(0).toUpperCase() + str.slice(1)).replace(/-/g, ' ')).replace('_and_', '&')} 9 | 10 | mixin getFirstLetter(str) 11 | | #{str.match(/\b\w/g).join('')} 12 | 13 | mixin hash(title) 14 | a(href=`#${title}`) 15 | h2=title 16 | 17 | mixin NavLinkTitle(str) 18 | | #{(str.charAt(0).toUpperCase() + str.slice(1)).replace(/-/g, ' ')} 19 | 20 | mixin FlatArray() 21 | - var z = '' 22 | 23 | mixin componentCode 24 | pre.language-html&attributes(attributes) 25 | code 26 | +escape 27 | block 28 | 29 | 30 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/mixins/core/Section.pug: -------------------------------------------------------------------------------- 1 | //- =============================================== 2 | //- A wireframe for every section 3 | //- =============================================== 4 | 5 | mixin Section(container) 6 | = '\n\n' 7 | // ============================================ 8 | //
begin ============================ 9 | section&attributes(attributes) 10 | = '\n' 11 | //- Container for content 12 | - if (typeof(container) === 'undefined' || container === 'container') { container = 'container px-md-5' } 13 | div(class=container) 14 | 15 | block 16 | 17 | // end of .container 18 | = '\n' 19 | //
close ============================ 20 | // ============================================ 21 | = '\n\n' 22 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/mixins/core/ThemeStyle.pug: -------------------------------------------------------------------------------- 1 | mixin ThemeStyle 2 | if dir !== 'rtl' 3 | link(href=`${CWD}assets/css/theme${ENV === 'PROD'? '.min': ''}.css`, rel='stylesheet') 4 | link(href=`${CWD}assets/css/user${ENV === 'PROD'? '.min': ''}.css`, rel='stylesheet') 5 | else 6 | link(href=`${CWD}assets/css/theme-rtl${ENV === 'PROD'? '.min': ''}.css`, rel='stylesheet') 7 | link(href=`${CWD}assets/css/user-rtl${ENV === 'PROD'? '.min': ''}.css`, rel='stylesheet') 8 | = '\n' 9 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/pug/portfolio.pug: -------------------------------------------------------------------------------- 1 | extends layouts/LayoutTheme 2 | include mixins/portfolio/PortfolioSlides 3 | 4 | 5 | append variables 6 | - 7 | var pageInfo = { 8 | pageTitle: 'Portfolio', 9 | pageSubtitle: 'Selected Works', 10 | } 11 | 12 | 13 | append styles 14 | 15 | prepend scripts 16 | 17 | 18 | block content 19 | +PortfolioSlides 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/_user-variables.scss: -------------------------------------------------------------------------------- 1 | // 2 | // 3 | // user-variables.scss 4 | // 5 | // Place your own variable overrides here, these will override any Bootstrap and theme variables. 6 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_badge.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Badge */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | .badge-rotate{ 6 | z-index: 1; 7 | transform: rotate(-45deg) translate(-30%,-50%); 8 | position: absolute; 9 | padding: 0.25rem; 10 | padding-left: map_get($spacers, 5); 11 | padding-right: map_get($spacers, 5); 12 | left: -0.4rem; // prev: 0 13 | top: 2rem; //- prev: 1.8 14 | } 15 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_browser-support.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Browser Fixing */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | // Firefox fixed 6 | .firefox{ 7 | .dropcap:first-letter{ margin-top: 0.175em; } 8 | .card-notification .scrollbar-overlay { 9 | min-height:19rem; 10 | } 11 | } 12 | 13 | .chrome{ 14 | .btn-close{ 15 | background-clip: unset; 16 | } 17 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_buttons.scss: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------- 2 | | Button 3 | -----------------------------------------------*/ 4 | .btn-link{font-weight: $font-weight-bold;} 5 | 6 | .btn.btn-outline-light.border-2x { border-color: rgba($white, 0.5); } 7 | 8 | .btn-outline-light:hover, .btn-light, .btn-light:hover { color: $dark; } 9 | .btn-xs{ padding: .2rem .8rem; } 10 | 11 | .btn-success, .btn-info{ 12 | color: $white; 13 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_contact.scss: -------------------------------------------------------------------------------- 1 | .logo-footer{ 2 | &:hover, 3 | &:focus { 4 | text-decoration: none; 5 | } 6 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_cursor.scss: -------------------------------------------------------------------------------- 1 | 2 | .cursor-outer { 3 | width: 2.8rem; 4 | height: 2.8rem; 5 | border-radius: 100%; 6 | border: 1px solid $warning; 7 | transition: all .15s ease-out; 8 | background-color: rgba($warning, 0.0); 9 | position: fixed; 10 | pointer-events: none; 11 | left: 0; 12 | top: 0; 13 | z-index: 9999; 14 | transform: translate(calc(-50% + 15px), -50%); 15 | backdrop-filter: blur(1px); 16 | 17 | &.link-hover { 18 | background-color: transparent; 19 | width: 3.8rem; 20 | height: 3.8rem; 21 | backdrop-filter: none; 22 | background-blend-mode: color-burn; 23 | } 24 | } 25 | 26 | .safari { 27 | .cursor-outer { 28 | transition: width 0.15s ease-out, height 0.15s ease-out; 29 | } 30 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_footer.scss: -------------------------------------------------------------------------------- 1 | .widget-list { 2 | margin: 0; 3 | padding: 0; 4 | list-style: none; 5 | 6 | } 7 | 8 | .widget-list-link { 9 | display: block; 10 | transition: color .25s ease-in-out; 11 | color: $gray-400; 12 | font-size: .875rem; 13 | font-weight: normal; 14 | &:hover, &:focus{ 15 | text-decoration: none; 16 | color: $gray-200; 17 | } 18 | } 19 | 20 | .social-icons { 21 | color: $gray-300; 22 | &:hover{ 23 | text-decoration: none; 24 | color: $white; 25 | } 26 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_forms.scss: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------- 2 | | Form 3 | -----------------------------------------------*/ 4 | .form-floating { 5 | position: relative; 6 | 7 | > label{ 8 | font-size: map_get($font-sizes, '1'); 9 | color: $gray-400; 10 | padding: 1rem 0; 11 | } 12 | > .form-control{ 13 | &:focus{ 14 | + label{ 15 | color: $gray-400; 16 | } 17 | } 18 | } 19 | } 20 | 21 | // - form control 22 | // 23 | // General form controls (plus a few specific high-level interventions) 24 | // 25 | 26 | .form-fotogency-header-control { 27 | background-color: transparent; 28 | background-clip: padding-box; 29 | border: 0 solid $input-border-color; 30 | border-bottom: 1px solid $gray-300; 31 | border-radius: 0; 32 | color: $gray-400; 33 | &:hover, &:focus{ 34 | background-color: transparent; 35 | color: $gray-400; 36 | border-bottom: 1px solid $warning; 37 | } 38 | } 39 | 40 | 41 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_header.scss: -------------------------------------------------------------------------------- 1 | .hero-header-form{ 2 | margin-top: 3rem; 3 | border: 1px solid rgba(94, 220, 212, 0.39); 4 | @include media-breakpoint-up(sm) { 5 | margin-top: 10rem; 6 | } 7 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_helpers.scss: -------------------------------------------------------------------------------- 1 | @import 'helpers/text'; 2 | @import 'helpers/background'; 3 | @import 'helpers/borders'; 4 | @import 'helpers/position'; 5 | @import 'helpers/flex'; 6 | @import 'helpers/colored-links'; 7 | @import 'helpers/shadow'; 8 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_mixins.scss: -------------------------------------------------------------------------------- 1 | 2 | @import './mixins/hover-focus'; 3 | @import './mixins/alert'; 4 | @import './mixins/breakpoints'; 5 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_navbar.scss: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------- 2 | | Navigation bar 3 | -----------------------------------------------*/ 4 | .navbar-fotogency { 5 | font-weight: $font-weight-normal; 6 | font-size: $navbar-font-size; 7 | letter-spacing: 0.01em; 8 | transition: $transition-base; 9 | .nav-link { 10 | &.active { 11 | color: #000 !important; 12 | position: relative; 13 | font-weight: $font-weight-bold; 14 | &:before { 15 | position: absolute; 16 | content: ''; 17 | height: 1px; 18 | width: 10000%; 19 | top: 40%; 20 | right: -10010%; 21 | transform: translateY(-50%); 22 | background: $warning; 23 | } 24 | } 25 | } 26 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_overflow.scss: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------- 2 | | Font family, Position and Overflow [NTR] 3 | -----------------------------------------------*/ 4 | .overflow-hidden, .overflow-hidden-x { overflow-x: hidden; } 5 | .overflow-hidden, .overflow-hidden-y { overflow-y: hidden; } 6 | 7 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_plugins.scss: -------------------------------------------------------------------------------- 1 | @import 'plugins/anchorjs'; 2 | @import 'plugins/glightbox'; 3 | @import 'plugins/swiper'; 4 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_root.scss: -------------------------------------------------------------------------------- 1 | @import 'root/light'; -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/_theme.scss: -------------------------------------------------------------------------------- 1 | @import 'reboot'; 2 | @import 'navbar'; 3 | @import 'alert'; 4 | @import 'badge'; 5 | @import 'card'; 6 | @import 'browser-support'; 7 | @import 'buttons'; 8 | @import 'icon'; 9 | @import 'documentation'; 10 | @import 'hoverbox'; 11 | @import 'mixed'; 12 | @import 'plugins'; 13 | @import 'type'; 14 | @import 'helpers'; 15 | @import 'dropdown'; 16 | @import 'forms'; 17 | @import 'popover'; 18 | @import 'overflow'; 19 | @import 'header'; 20 | @import 'contact'; 21 | @import 'footer'; 22 | @import 'cursor'; 23 | 24 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/helpers/_borders.scss: -------------------------------------------------------------------------------- 1 | 2 | /* -------------------------------------------------------------------------- */ 3 | /* Borders */ 4 | /* -------------------------------------------------------------------------- */ 5 | 6 | // Safari clipping mask 7 | .overflow-hidden[class*='rounded']{ 8 | mask-image: radial-gradient($white, $black); 9 | } 10 | 11 | .border-top-2{ border-top-width: 2px !important; } 12 | .border-end-2{ border-right-width: 2px !important; } 13 | .border-bottom-2{ border-bottom-width: 2px !important; } 14 | .border-start-2{ border-left-width: 2px !important; } 15 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/helpers/_colored-links.scss: -------------------------------------------------------------------------------- 1 | @each $color, $value in $theme-colors { 2 | .link-#{$color}{ 3 | color: var(--#{$variable-prefix}#{$color}); 4 | &:hover, 5 | &:focus{ 6 | color: var(--#{$variable-prefix}colored-link-#{$color}-hover-color) 7 | } 8 | } 9 | } 10 | 11 | @each $color, $value in $grays { 12 | .link-#{$color} { 13 | color: var(--#{$variable-prefix}#{$color}) !important; 14 | &:hover, 15 | &:focus { 16 | color: var(--#{$variable-prefix}colored-link-#{$color}-hover-color) !important; 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/helpers/_flex.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Flex */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | .flex-center { 6 | align-items: center; 7 | justify-content: center; 8 | } 9 | .flex-between-center { 10 | justify-content: space-between; 11 | align-items: center; 12 | } 13 | .flex-center-start { 14 | justify-content: center; 15 | align-items: flex-start; 16 | } 17 | .flex-end-center { 18 | justify-content: flex-end; 19 | align-items: center; 20 | } 21 | .flex-between-end { 22 | align-items: flex-end; 23 | justify-content: space-between; 24 | } 25 | 26 | .flex-1{ 27 | flex: 1; 28 | } 29 | @include media-breakpoint-up(lg){ 30 | .flex-lg-basis-0{ 31 | flex-basis: 0; 32 | } 33 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/helpers/_position.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Position */ 3 | /* -------------------------------------------------------------------------- */ 4 | .container, 5 | .container-fluid { 6 | position: relative; 7 | } 8 | .all-0 { 9 | top: 0; 10 | right: 0; 11 | bottom: 0; 12 | left: 0; 13 | } 14 | .absolute-centered{ 15 | position: absolute; 16 | top: 50%; 17 | left: 50%; 18 | transform: translate3d(-50%, -50%, 0); 19 | } 20 | .absolute-horizontal-centered{ 21 | position: absolute; 22 | left: 50%; 23 | transform: translateX(-50%); 24 | } 25 | .absolute-vertical-centered{ 26 | position: absolute; 27 | top: 50%; 28 | transform: translateY(-50%); 29 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/helpers/_shadow.scss: -------------------------------------------------------------------------------- 1 | .img-shape { 2 | position: relative; 3 | display: inline-block; 4 | 5 | @include media-breakpoint-up(xl) { 6 | &::before { 7 | position: absolute; 8 | content: ''; 9 | top: -1.5rem; 10 | left: -1.5rem; 11 | height: 10.125rem; 12 | width: 11rem; 13 | border-radius: 3.125rem; 14 | z-index: -1 !important; 15 | opacity: .3; 16 | background-image: linear-gradient(200deg, rgba(24, 107, 232, 1),rgba(24, 107, 232, 1)); 17 | } 18 | &::after { 19 | position: absolute; 20 | content: ''; 21 | height: 10.125rem; 22 | width: 11rem; 23 | border-radius: 3.125rem; 24 | z-index: -1 !important; 25 | top: 15.3rem; 26 | left: 25rem; 27 | border: 1px solid #186BE8; 28 | opacity: .5; 29 | background: transparent; 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: var(--#{$variable-prefix}alert-#{$color}-color); 3 | @include gradient-bg(var(--#{$variable-prefix}alert-#{$color}-background)); 4 | border-color: var(--#{$variable-prefix}alert-#{$color}-border-color);; 5 | 6 | .alert-link { 7 | color: var(--#{$variable-prefix}alert-#{$color}-link-color); 8 | } 9 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/mixins/_hover-focus.scss: -------------------------------------------------------------------------------- 1 | @mixin hover-focus() { 2 | &:hover, 3 | &:focus { 4 | @content; 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/plugins/_anchorjs.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Anchor JS */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | .anchorjs-link{ 6 | text-decoration: none !important; 7 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/theme/plugins/_glightbox.scss: -------------------------------------------------------------------------------- 1 | /* -------------------------------------------------------------------------- */ 2 | /* Glightbox */ 3 | /* -------------------------------------------------------------------------- */ 4 | 5 | .glightbox-open{ 6 | overflow: auto !important; 7 | } 8 | .gscrollbar-fixer{ 9 | margin-right: 0 !important; 10 | } 11 | [data-glightbox] { 12 | cursor: -webkit-zoom-in; 13 | cursor: zoom-in; 14 | } 15 | .glightbox-clean { 16 | .gslide-description { 17 | background: transparent !important; 18 | .gdesc-inner { 19 | text-align: center; 20 | } 21 | .gslide-title { 22 | color: #fff !important; 23 | margin-bottom: 0 !important; 24 | text-align: center; 25 | font-weight: bold !important; 26 | font-size: 1.2rem !important; 27 | } 28 | .gslide-desc { 29 | color: var(--#{$variable-prefix}300); 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /07.Photography Portfolio Website/public/src/scss/user.scss: -------------------------------------------------------------------------------- 1 | @import "../../node_modules/bootstrap/scss/_functions"; 2 | @import "theme/functions"; 3 | 4 | @import "../../node_modules/bootstrap/scss/mixins"; 5 | @import "theme/mixins"; 6 | 7 | @import "user-variables"; 8 | @import "theme/variables"; 9 | @import "../../node_modules/bootstrap/scss/variables"; 10 | 11 | // 12 | // 13 | // user.scss 14 | // 15 | // Place your own theme CSS or SCSS rules below this line, these rules will override any Bootstrap and theme variables. -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/Doc/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/Doc/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/Doc/img/logo.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/js/custom.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | "use strict"; 3 | 4 | $('#nav').singlePageNav(); 5 | 6 | 7 | }); -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/Doc/syntax-highlighter/scripts/shBrushPlain.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/SyntaxHighlighter 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html 7 | * 8 | * @version 9 | * 3.0.83 (July 02 2010) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2010 Alex Gorbatchev. 13 | * 14 | * @license 15 | * Dual licensed under the MIT and GPL licenses. 16 | */ 17 | ;(function() 18 | { 19 | // CommonJS 20 | typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null; 21 | 22 | function Brush() 23 | { 24 | }; 25 | 26 | Brush.prototype = new SyntaxHighlighter.Highlighter(); 27 | Brush.aliases = ['text', 'plain']; 28 | 29 | SyntaxHighlighter.brushes.Plain = Brush; 30 | 31 | // CommonJS 32 | typeof(exports) != 'undefined' ? exports.Brush = Brush : null; 33 | })(); 34 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/css/animated-headline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/css/animated-headline -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/css/responsive.css: -------------------------------------------------------------------------------- 1 | /* Normal desktop :1200px. */ 2 | @media (min-width: 1200px) and (max-width: 1500px) { 3 | 4 | 5 | } 6 | 7 | 8 | /* Normal desktop :992px. */ 9 | @media (min-width: 992px) and (max-width: 1200px) { 10 | 11 | 12 | } 13 | 14 | 15 | /* Tablet desktop :768px. */ 16 | @media (min-width: 768px) and (max-width: 991px) { 17 | 18 | 19 | } 20 | 21 | 22 | /* small mobile :320px. */ 23 | @media (max-width: 767px) { 24 | 25 | 26 | } 27 | 28 | /* Large Mobile :480px. */ 29 | @media only screen and (min-width: 480px) and (max-width: 767px) { 30 | .container {width:450px} 31 | 32 | } 33 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/Flaticon.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/Flaticon.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/Flaticon.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/Flaticon.woff2 -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/gijgo-material.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/gijgo-material.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/gijgo-material.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/gijgo-material.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/gijgo-material.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/gijgo-material.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/themify.eot -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/themify.ttf -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/fonts/themify.woff -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/author.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/author.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/learn_about_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/learn_about_bg.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/single_blog_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/single_blog_1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/single_blog_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/single_blog_2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/single_blog_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/single_blog_3.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/single_blog_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/single_blog_4.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/single_blog_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/single_blog_5.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/blog/slide_thumb_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/blog/slide_thumb_1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/comment/comment_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/comment/comment_1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/comment/comment_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/comment/comment_2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/comment/comment_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/comment/comment_3.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/a.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/a2.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/d.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/disabled-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/disabled-check.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/disabled-radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/disabled-radio.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f1.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f2.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f3.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f4.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f5.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f6.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f7.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/f8.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g1.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g2.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g3.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g4.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g5.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g6.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g7.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/g8.jpg -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/primary-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/primary-check.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/primary-radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/primary-radio.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/success-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/success-check.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/elements/success-radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/elements/success-radio.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/favicon.ico -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/about.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/about2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/about2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/blog1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/blog1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/blog2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/blog2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/cat1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/cat1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/cat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/cat2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/contact_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/contact_form.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/form.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery3.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery4.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery5.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/gallery6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/gallery6.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/h1_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/h1_hero.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/qutaion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/qutaion.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/section_bg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/section_bg01.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/section_bg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/section_bg02.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/section_bg03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/section_bg03.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/team1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/team1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/team2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/team2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/team3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/team3.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/gallery/video-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/gallery/video-bg.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/hero/h1_hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/hero/h1_hero.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/hero/hero2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/hero/hero2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/icon/check.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/check.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/icon/icon1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/icon1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/icon2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/icon3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/price.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/icon/price.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/icon/price.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/logo/loder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/logo/loder.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/logo/logo.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/logo/logo2_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/logo/logo2_footer.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/next.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_1.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_10.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_2.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_3.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_4.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_5.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_6.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_7.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_8.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/post_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/post_9.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/img/post/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/08.Fitness Website/zacson-master/assets/img/post/preview.png -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/js/hover-direction-snake.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.snakeify=function(b){var c=a.extend({inaccuracy:30,speed:200},b);this.find(".overlay").css({top:-9999999}),this.mouseenter(function(b){const d=a(this),e=d.find(".overlay"),f=d.offset(),g=b.pageX-f.left,h=b.pageY-f.top;e.css({top:0,left:0,width:d.width(),height:d.height()}),g>d.width()-c.inaccuracy?e.css({top:0,left:d.width()}):gd.width()-c.inaccuracy?e.css({top:d.width(),left:0}):h=d.width()&&e.animate({top:0,left:d.width()},c.speed),h<=0&&e.animate({left:0,top:-d.height()},c.speed),h>=d.height()&&e.animate({left:0,top:d.height()},c.speed)})}}(jQuery); -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/js/plugins.js: -------------------------------------------------------------------------------- 1 | // Avoid `console` errors in browsers that lack a console. 2 | (function() { 3 | var method; 4 | var noop = function () {}; 5 | var methods = [ 6 | 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 7 | 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 8 | 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', 9 | 'timeline', 'timelineEnd', 'timeStamp', 'trace', 'warn' 10 | ]; 11 | var length = methods.length; 12 | var console = (window.console = window.console || {}); 13 | 14 | while (length--) { 15 | method = methods[length]; 16 | 17 | // Only stub undefined methods. 18 | if (!console[method]) { 19 | console[method] = noop; 20 | } 21 | } 22 | }()); 23 | 24 | // Place any jQuery/helper plugins in here. 25 | -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/assets/scss/_services.scss: -------------------------------------------------------------------------------- 1 | .hero-caption{ 2 | & span{ 3 | color: #fff; 4 | font-size: 16px; 5 | display: block; 6 | margin-bottom: 24px; 7 | font-weight: 600; 8 | padding-left: 95px; 9 | position: relative; 10 | &::before{ 11 | position: absolute; 12 | content: ""; 13 | width: 75px; 14 | height: 3px; 15 | background:$theme-color; 16 | left: 0; 17 | top: 52%; 18 | transform: translateY(-50%); 19 | } 20 | } 21 | & h2{ 22 | color: #fff; 23 | font-size: 50px; 24 | font-weight: 700; 25 | } 26 | } -------------------------------------------------------------------------------- /08.Fitness Website/zacson-master/main.html: -------------------------------------------------------------------------------- 1 | Colorlib logo 2 |

Thank you for using our template!

3 |

For more awesome templates please visit Colorlib.

4 |
5 |

Copyright information for the template can't be altered/removed unless you purchase a license. 6 | 7 |

Removing copyright information without the license will result in suspension of your hosting and/or domain name(s). 8 | 9 |

More information about the license is available here.

10 | 11 | 18 | -------------------------------------------------------------------------------- /09.Password Generator/password-generator/Password-Generator/Icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /09.Password Generator/password-generator/Password-Generator/Icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/09.Password Generator/password-generator/Password-Generator/Icon2.png -------------------------------------------------------------------------------- /09.Password Generator/password-generator/Password-Generator/Iconlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/09.Password Generator/password-generator/Password-Generator/Iconlight.png -------------------------------------------------------------------------------- /11.Weather App/assets/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/404.png -------------------------------------------------------------------------------- /11.Weather App/assets/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/clear.png -------------------------------------------------------------------------------- /11.Weather App/assets/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/cloud.png -------------------------------------------------------------------------------- /11.Weather App/assets/mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/mist.png -------------------------------------------------------------------------------- /11.Weather App/assets/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/rain.png -------------------------------------------------------------------------------- /11.Weather App/assets/snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/11.Weather App/assets/snow.png -------------------------------------------------------------------------------- /12.Tic-tac-toe Game/Tic-TAc-Toe/script.js: -------------------------------------------------------------------------------- 1 | var board = document.getElementById("board"); 2 | var cells = board.getElementsByTagName("td"); 3 | var player = "X"; 4 | 5 | for (var i = 0; i < cells.length; i++) { 6 | cells[i].addEventListener("click", function() { 7 | if (this.innerHTML === "") { 8 | this.innerHTML = player; 9 | 10 | if (player === "X") { 11 | player = "O"; 12 | } else { 13 | player = "X"; 14 | } 15 | } 16 | }); 17 | } 18 | var resetButton = document.getElementById("reset-button"); 19 | resetButton.addEventListener("click", function() { 20 | for (var i = 0; i < cells.length; i++) { 21 | cells[i].innerHTML = ""; 22 | } 23 | player = "X"; 24 | }); 25 | function share() { 26 | // code for sharing the game 27 | } 28 | 29 | function like() { 30 | // code for liking the game 31 | } 32 | -------------------------------------------------------------------------------- /13.Link-Shorten-Website/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/13.Link-Shorten-Website/.DS_Store -------------------------------------------------------------------------------- /15.Alarm Clock/files/ringtone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/15.Alarm Clock/files/ringtone.mp3 -------------------------------------------------------------------------------- /16.Meme-Generator/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Meme Generator 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | -------------------------------------------------------------------------------- /16.Meme-Generator/styles.css: -------------------------------------------------------------------------------- 1 | .meme-generator { 2 | margin: 20px auto; 3 | width: 400px; 4 | font-family: sans-serif; 5 | } 6 | 7 | .meme-generator label { 8 | display: block; 9 | font-weight: bold; 10 | margin-bottom: 10px; 11 | } 12 | 13 | .meme-generator input { 14 | width: 100%; 15 | box-sizing: border-box; 16 | margin-bottom: 20px; 17 | } 18 | 19 | #meme { 20 | width: 100%; 21 | } 22 | body{ 23 | background-color: aquamarine; 24 | } -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/;.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/;.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/a.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/d.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/e.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/f.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/f.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/g.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/g.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/h.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/h.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/j.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/j.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/k.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/l.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/o.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/p.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/p.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/s.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/s.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/t.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/t.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/u.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/w.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/w.wav -------------------------------------------------------------------------------- /20.Playable-Piano/tunes/y.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/20.Playable-Piano/tunes/y.wav -------------------------------------------------------------------------------- /21.Image Resizer/Image Resizer JavaScript/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/21.Image Resizer/Image Resizer JavaScript/img.jpg -------------------------------------------------------------------------------- /21.Image Resizer/Image Resizer JavaScript/upload-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /23.File Downloader/File Downloader with JavaScript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | File Downloader in JavaScript| CodingNepal 7 | 8 | 9 | 10 | 11 |
12 |
13 |

File Downloader

14 |

Paste url of image, video, or pdf to download. This tool is made with vanilla javascript.

15 |
16 |
17 | 18 | 19 |
20 |
21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /23.File Downloader/File Downloader with JavaScript/script.js: -------------------------------------------------------------------------------- 1 | const fileInput = document.querySelector("input"), 2 | downloadBtn = document.querySelector("button"); 3 | 4 | downloadBtn.addEventListener("click", e => { 5 | e.preventDefault(); 6 | downloadBtn.innerText = "Downloading file..."; 7 | fetchFile(fileInput.value); 8 | }); 9 | 10 | function fetchFile(url) { 11 | fetch(url).then(res => res.blob()).then(file => { 12 | let tempUrl = URL.createObjectURL(file); 13 | const aTag = document.createElement("a"); 14 | aTag.href = tempUrl; 15 | aTag.download = url.replace(/^.*[\\\/]/, ''); 16 | document.body.appendChild(aTag); 17 | aTag.click(); 18 | downloadBtn.innerText = "Download File"; 19 | URL.revokeObjectURL(tempUrl); 20 | aTag.remove(); 21 | }).catch(() => { 22 | alert("Failed to download file!"); 23 | downloadBtn.innerText = "Download File"; 24 | }); 25 | } -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Bbishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Bbishop.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Bking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Bking.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Bknight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Bknight.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Bpawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Bpawn.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Bqueen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Bqueen.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Brook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Brook.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wbishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wbishop.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wking.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wknight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wknight.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wpawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wpawn.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wqueen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wqueen.png -------------------------------------------------------------------------------- /24.Chess Game/CHESS/Wrook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/24.Chess Game/CHESS/Wrook.png -------------------------------------------------------------------------------- /25.Car-Racing/CarGame/27471.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/25.Car-Racing/CarGame/27471.jpg -------------------------------------------------------------------------------- /25.Car-Racing/CarGame/car1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/25.Car-Racing/CarGame/car1.png -------------------------------------------------------------------------------- /25.Car-Racing/CarGame/car2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/25.Car-Racing/CarGame/car2.png -------------------------------------------------------------------------------- /25.Car-Racing/CarGame/car3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/25.Car-Racing/CarGame/car3.png -------------------------------------------------------------------------------- /25.Car-Racing/CarGame/road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/25.Car-Racing/CarGame/road.png -------------------------------------------------------------------------------- /27.Snake and Ladder/SnakesAndLadder/rpg-dice-rolling-95182.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/27.Snake and Ladder/SnakesAndLadder/rpg-dice-rolling-95182.mp3 -------------------------------------------------------------------------------- /27.Snake and Ladder/SnakesAndLadder/snake ladder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/27.Snake and Ladder/SnakesAndLadder/snake ladder.png -------------------------------------------------------------------------------- /27.Snake and Ladder/SnakesAndLadder/winharpsichord-39642.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/27.Snake and Ladder/SnakesAndLadder/winharpsichord-39642.mp3 -------------------------------------------------------------------------------- /28.Spelling game/SpellingBee/bee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/28.Spelling game/SpellingBee/bee.png -------------------------------------------------------------------------------- /29.Analog Watch/Analog Clock/script.js: -------------------------------------------------------------------------------- 1 | let hr = document.getElementById('hour'); 2 | let min = document.getElementById('min'); 3 | let sec = document.getElementById('sec'); 4 | 5 | function displayTime(){ 6 | let date = new Date(); 7 | 8 | // Getting hour, mins, secs from date 9 | let hh = date.getHours(); 10 | let mm = date.getMinutes(); 11 | let ss = date.getSeconds(); 12 | 13 | let hRotation = 30*hh + mm/2; 14 | let mRotation = 6*mm; 15 | let sRotation = 6*ss; 16 | 17 | hr.style.transform = `rotate(${hRotation}deg)`; 18 | min.style.transform = `rotate(${mRotation}deg)`; 19 | sec.style.transform = `rotate(${sRotation}deg)`; 20 | 21 | } 22 | 23 | setInterval(displayTime, 1000); -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-1.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-2.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-3.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-4.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-5.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/images/music-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/images/music-6.jpg -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-1.mp3 -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-2.mp3 -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-3.mp3 -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-4.mp3 -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-5.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-5.mp3 -------------------------------------------------------------------------------- /31.Music Player/Music Player in JavaScript/songs/music-6.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/31.Music Player/Music Player in JavaScript/songs/music-6.mp3 -------------------------------------------------------------------------------- /33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/paper.png -------------------------------------------------------------------------------- /33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/rock.png -------------------------------------------------------------------------------- /33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/33.Rock-Paper-Scissors Game/Rock Paper Scissors/images/scissors.png -------------------------------------------------------------------------------- /35.Text-File saver(all extention)/Save Text As File JavaScript/script.js: -------------------------------------------------------------------------------- 1 | const textarea = document.querySelector("textarea"), 2 | fileNameInput = document.querySelector(".file-name input"), 3 | selectMenu = document.querySelector(".save-as select"), 4 | saveBtn = document.querySelector(".save-btn"); 5 | 6 | selectMenu.addEventListener("change", () => { 7 | const selectedFormat = selectMenu.options[selectMenu.selectedIndex].text; 8 | saveBtn.innerText = `Save As ${selectedFormat.split(" ")[0]} File`; 9 | }); 10 | 11 | saveBtn.addEventListener("click", () => { 12 | const blob = new Blob([textarea.value], {type: selectMenu.value}); 13 | const fileUrl = URL.createObjectURL(blob); 14 | const link = document.createElement("a"); 15 | link.download = fileNameInput.value; 16 | link.href = fileUrl; 17 | link.click(); 18 | }); -------------------------------------------------------------------------------- /38.Stock Trading App/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/38.Stock Trading App/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /38.Stock Trading App/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/38.Stock Trading App/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /38.Stock Trading App/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/38.Stock Trading App/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /38.Stock Trading App/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/38.Stock Trading App/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /38.Stock Trading App/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/38.Stock Trading App/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /38.Stock Trading App/js/custom.js: -------------------------------------------------------------------------------- 1 | $(function(){ 2 | 3 | setInterval(function() { 4 | //location.reload(); 5 | }, 2000); 6 | 7 | }); -------------------------------------------------------------------------------- /39.Stop watch/Stopwatch Application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Stopwatch application | CodingLab 7 | 8 | 9 | 10 |
11 |
12 | 00 13 | : 14 | 00 15 | : 16 | 00 17 | : 18 | 00 19 |
20 |
21 | 22 | 23 | 24 |
25 |
26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /40.Text To Word Convertor/Text to Speech Converter/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Text to Speech Converter 9 | 10 | 11 | 12 |
13 |
Text to Speech Converter
14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/blocks/brand.css: -------------------------------------------------------------------------------- 1 | .brand { 2 | height: 28px; 3 | filter: invert(46%) sepia(99%) saturate(1449%) hue-rotate(176deg) brightness(100%) contrast(91%); 4 | padding: 10px; 5 | } 6 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/blocks/layout.css: -------------------------------------------------------------------------------- 1 | .layout { 2 | display: grid; 3 | grid-template-columns: 275px auto 350px; 4 | margin: 0 auto; 5 | max-width: 1200px; 6 | } 7 | 8 | .layout__right-sidebar { 9 | position: fixed; 10 | width: 350px; 11 | } 12 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/blocks/sidebar-menu.css: -------------------------------------------------------------------------------- 1 | .sidebar-menu { 2 | position: fixed; 3 | } 4 | 5 | .sidebar-menu__item { 6 | font-size: 19px; 7 | color: #0F141A; 8 | display: flex; 9 | align-items: center; 10 | font-weight: 700; 11 | padding: 10px; 12 | } 13 | 14 | .sidebar-menu__item:hover { 15 | background: rgba(29, 161, 242, 0.1); 16 | color: #1da0f2; 17 | border-radius: 20px; 18 | cursor: pointer; 19 | } 20 | 21 | .sidebar-menu__item--active { 22 | color: #1da0f2; 23 | } 24 | 25 | .sidebar-menu__item-icon { 26 | height: 26px; 27 | margin-right: 20px; 28 | } 29 | 30 | .sidebar-menu__item--active .sidebar-menu__item-icon { 31 | filter: invert(67%) sepia(60%) saturate(4956%) hue-rotate(176deg) brightness(95%) contrast(99%); 32 | } 33 | 34 | 35 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/blocks/trends-for-you.css: -------------------------------------------------------------------------------- 1 | .trends-for-you { 2 | border-radius: 15px; 3 | background: #f5f8fa; 4 | margin-bottom: 15px; 5 | } 6 | 7 | .trends-for-you__block { 8 | border-bottom: 1px solid #e6ecf0; 9 | padding: 10px 15px; 10 | } 11 | 12 | .trends-for-you__block:last-child { 13 | border-bottom: none; 14 | } 15 | 16 | .trends-for-you__heading { 17 | font-size: 19px; 18 | font-weight: bold; 19 | color: #14171a; 20 | } 21 | 22 | .trends-for-you__meta-information { 23 | font-size: 13px; 24 | font-weight: 300; 25 | color: #657786; 26 | } 27 | 28 | .trends-for-you__trend-name { 29 | font-size: 15px; 30 | color: #14171a; 31 | font-weight: bold; 32 | margin-bottom: 5px; 33 | margin-top: 2px; 34 | } 35 | 36 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/blocks/tweet.css: -------------------------------------------------------------------------------- 1 | .tweet { 2 | display: flex; 3 | border-bottom: 1px solid #e6ecf0; 4 | margin-bottom: 2px; 5 | padding: 10px 15px; 6 | } 7 | 8 | .tweet:hover { 9 | background: rgba(0, 0, 0, 0.03); 10 | cursor: pointer; 11 | } 12 | 13 | .tweet a { 14 | color: #1b94e0; 15 | text-decoration: none; 16 | } 17 | 18 | .tweet a:hover { 19 | text-decoration: underline; 20 | } 21 | 22 | .tweet__author-logo { 23 | width: 49px; 24 | height: 49px; 25 | border-radius: 50%; 26 | margin-right: 10px; 27 | } 28 | 29 | .tweet__header { 30 | display: flex; 31 | } 32 | 33 | .tweet__author-name { 34 | font-size: 15px; 35 | font-weight: 700; 36 | color: #14171a; 37 | margin-right: 5px; 38 | } 39 | 40 | .tweet__author-slug { 41 | color: #5b7083; 42 | font-size: 15px; 43 | } 44 | 45 | .tweet__publish-time { 46 | margin-left: 5px; 47 | color: #657786; 48 | } 49 | 50 | .tweet__image { 51 | width: 100%; 52 | border-radius: 15px; 53 | margin-top: 10px; 54 | } 55 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/css/global.css: -------------------------------------------------------------------------------- 1 | html { 2 | font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; 3 | } 4 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/images/post-image-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/42.Twitter Clone/twitter/images/post-image-1.jpeg -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/images/profile-image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/42.Twitter Clone/twitter/images/profile-image-1.jpg -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/images/profile-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/42.Twitter Clone/twitter/images/profile-image-2.png -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/images/profile-image-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/42.Twitter Clone/twitter/images/profile-image-3.jpg -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/explore.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/home.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/messages.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/more.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/notifications.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/profile.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /42.Twitter Clone/twitter/svg/twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /43.Typing-Speed-test app/typing_speed-test-webapp/README.md: -------------------------------------------------------------------------------- 1 | # typing_speed-test-webapp 2 | https://typing-speed-testbysudeep.netlify.app/ 3 | Go Check this web-app and test ur typing speed. 4 | ![image](https://user-images.githubusercontent.com/112026180/213909212-a385c10e-290f-40c5-a0c4-3f404ee1aa22.png) 5 | -------------------------------------------------------------------------------- /44.Admin panel Dashboard/Admin Dashboard Panel/Images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/44.Admin panel Dashboard/Admin Dashboard Panel/Images/logo.png -------------------------------------------------------------------------------- /44.Admin panel Dashboard/Admin Dashboard Panel/Images/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/44.Admin panel Dashboard/Admin Dashboard Panel/Images/profile.jpg -------------------------------------------------------------------------------- /45.Whatsapp Clone/index_files/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/45.Whatsapp Clone/index_files/images.png -------------------------------------------------------------------------------- /45.Whatsapp Clone/index_files/maxresdefault-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/45.Whatsapp Clone/index_files/maxresdefault-2.jpg -------------------------------------------------------------------------------- /46.Video 2 Audio Converter/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 | Will be Added 11 | 12 | -------------------------------------------------------------------------------- /49.Dragon Game/assets/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/49.Dragon Game/assets/block.png -------------------------------------------------------------------------------- /49.Dragon Game/assets/cloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/49.Dragon Game/assets/cloud.jpg -------------------------------------------------------------------------------- /49.Dragon Game/assets/dino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/49.Dragon Game/assets/dino.png -------------------------------------------------------------------------------- /49.Dragon Game/assets/road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SudeepAcharjee/The-50-Front-end-Project/487b570e620fbe2b5f969eb0ead5929fbdc0d5aa/49.Dragon Game/assets/road.png -------------------------------------------------------------------------------- /49.Dragon Game/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dino Game 6 | 7 | 8 | 9 |
10 |
11 | dino 12 |
13 |
14 | blocks 15 |
16 |
17 | road 18 |
19 |
20 | cloud 21 |
22 |
Score 00
23 |
Game Over
24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /50.Drag&Drop Image file/Drag & Drop or Browse File/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Drag & Drop or Browse: File Upload | CodingNepal 8 | 9 | 10 | 11 | 12 |
13 |
14 |
Drag & Drop to Upload File
15 | OR 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | --------------------------------------------------------------------------------