Steavo171 / technex-hackathon

Home Page:https://saharsh-wadekar.github.io/technex-hackathon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/* ------------------------------------------------------ Template Name: Confer - Conference Event HTML Template Template Author: Colorlib Template Author URI: https://colorlib.com Version: 1.1.1 Last Update: Januray 22, 2023 ----------------------------------------------------- */

/* -------------------------------- To start 'Gulp' => npm run start -------------------------------- */

File Structure: confer/ └── src/ ├── css/ │ ├── default-assets/ │ ├── fonts/ │ ├── animate.css │ ├── bootstrap.min.css │ ├── font-awesome.min.css │ ├── magnific-popup.css │ ├── material-design-iconic-font.min.css │ ├── owl.carousel.min.css │ ├── style.css ├── fonts/ ├── img/ │ ├── bg-img/ │ ├── core-img/ ├── js/ │ ├── default-assets/ │ ├── bootstrap.min.js │ ├── confer.bundle.js [All Javascript Files] │ ├── imagesloaded.pkgd.min.js │ ├── isotope.pkgd.min.js │ ├── jarallax-video.min.js │ ├── jarallax.min.js │ ├── jquery.countdown.min.js │ ├── jquery.counterup.min.js │ ├── jquery.easing.min.js │ ├── jquery.magnific-popup.min.js │ ├── jquery.min.js │ ├── owl.carousel.min.js │ ├── popper.min.js │ ├── waypoints.min.js │ ├── wow.min.js ├── scss/ │ ├── mixins/ │ ├── utilities/ │ ├── about.scss │ ├── backtotop.scss │ ├── blog.scss │ ├── breadcrumb.scss │ ├── buttons.scss │ ├── client.scss │ ├── contact.scss │ ├── counter.scss │ ├── cta.scss │ ├── footer.scss │ ├── header.scss │ ├── heading.scss │ ├── hero.scss │ ├── preloader.scss │ ├── reboot.scss │ ├── schedule.scss │ ├── spacing.scss │ ├── speaker.scss │ ├── sponsor.scss │ ├── ticket.scss │ ├── widget.scss │ ├── style.scss ├── about.html ├── blog.html ├── contact.html ├── index.html [Home Page] ├── schedule.html ├── single-blog.html ├── speakers.html ├── style.css [Core Stylesheet] ├── style.css.map ├── tickets.map

About

https://saharsh-wadekar.github.io/technex-hackathon/

License:Other


Languages

Language:JavaScript 54.1%Language:CSS 20.9%Language:SCSS 14.8%Language:HTML 10.3%