diff --git a/css/style.css b/assets/css/style.css similarity index 93% rename from css/style.css rename to assets/css/style.css index e3d5916..89d494e 100644 --- a/css/style.css +++ b/assets/css/style.css @@ -326,7 +326,7 @@ h6 { #hero { width: 100%; height: 100vh; - background: url("/assets/img/hero-bg.gif") top center no-repeat; + background: url("../img/hero-bg.gif") top center no-repeat; background-size: cover; position: relative; padding-top: 82px; @@ -388,6 +388,25 @@ h6 { /* border: 2px solid #738adb; */ } +@media (min-width: 1200px) and (max-width: 1600px) { + .fix { + display: flex; + margin-left: 15%; + margin-top: 4rem; + } + .fixx { + margin-left: 4rem; + } +} +@media (min-width: 1000px) and (max-width: 1200px) { + .fix { + margin-left: 2vw; + } + .fixx { + margin-left: 2rem; + } +} + #hero .discord { text-align: left; color: white; @@ -410,7 +429,7 @@ h6 { #hero { text-align: center; padding-top: 95%; - background: url("/assets/img/picmob.png") top center no-repeat; + background: url("../img/picmob.png") top center no-repeat; } #hero:before { content: ""; @@ -451,7 +470,7 @@ h6 { } #hero { height: 120vh; - background: url("/assets/img/picmob.png") top center no-repeat; + background: url("../img/picmob.png") top center no-repeat; } #hero:before { content: ""; @@ -464,25 +483,6 @@ h6 { } } -@media (min-width: 1200px) and (max-width: 1600px) { - .fix { - display: flex; - margin-left: 15%; - margin-top: 4rem; - } - .fixx { - margin-left: 4rem; - } -} -@media (min-width: 1000px) and (max-width: 1200px) { - .fix { - margin-left: 2vw; - } - .fixx { - margin-left: 2rem; - } -} - /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ @@ -599,13 +599,6 @@ section { opacity: 1; filter: none; } -.text-center { - margin-bottom: 10px; -} -.row { - justify-content: center; - align-items: center; -} /*-------------------------------------------------------------- # About @@ -796,59 +789,59 @@ section { } /*-------------------------------------------------------------- -# themes +# Services --------------------------------------------------------------*/ -.themes .icon-box { +.services .icon-box { margin-bottom: 20px; padding: 30px; border-radius: 6px; background: #252525; transition: 0.3s; } -.themes .icon-box:hover { +.services .icon-box:hover { background: #2b2b2b; } -.themes .icon-box i { +.services .icon-box i { float: left; color: #e03a3c; font-size: 40px; line-height: 0; } -.themes .icon-box h4 { +.services .icon-box h4 { margin-left: 70px; font-weight: 700; margin-bottom: 15px; font-size: 18px; } -.themes .icon-box h4 a { +.services .icon-box h4 a { color: #fff; transition: 0.3s; } -.themes .icon-box h4 a:hover { +.services .icon-box h4 a:hover { text-decoration: underline; } -.themes .icon-box .icon-box:hover h4 a { +.services .icon-box .icon-box:hover h4 a { color: #e03a3c; } -.themes .icon-box p { +.services .icon-box p { margin-left: 70px; line-height: 24px; font-size: 14px; } /*-------------------------------------------------------------- -# sponsors +# Portfolio --------------------------------------------------------------*/ -.sponsors .sponsors-item { +.portfolio .portfolio-item { margin-bottom: 30px; } -.sponsors #sponsors-flters { +.portfolio #portfolio-flters { padding: 0; margin: 0 auto 20px auto; list-style: none; text-align: center; } -.sponsors #sponsors-flters li { +.portfolio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 15px 10px 15px; @@ -861,22 +854,22 @@ section { transition: all 0.3s ease-in-out; border-radius: 3px; } -.sponsors #sponsors-flters li:hover, -.sponsors #sponsors-flters li.filter-active { +.portfolio #portfolio-flters li:hover, +.portfolio #portfolio-flters li.filter-active { color: #fff; background: #e03a3c; } -.sponsors #sponsors-flters li:last-child { +.portfolio #portfolio-flters li:last-child { margin-right: 0; } -.sponsors .sponsors-wrap { +.portfolio .portfolio-wrap { transition: 0.3s; position: relative; overflow: hidden; z-index: 1; background: rgba(17, 17, 17, 0.6); } -.sponsors .sponsors-wrap::before { +.portfolio .portfolio-wrap::before { content: ""; background: rgba(17, 17, 17, 0.6); position: absolute; @@ -888,10 +881,10 @@ section { z-index: 2; opacity: 0; } -.sponsors .sponsors-wrap img { +.portfolio .portfolio-wrap img { transition: all ease-in-out 0.3s; } -.sponsors .sponsors-wrap .sponsors-info { +.portfolio .portfolio-wrap .portfolio-info { opacity: 0; position: absolute; top: 0; @@ -906,12 +899,12 @@ section { align-items: flex-start; padding: 20px; } -.sponsors .sponsors-wrap .sponsors-info h4 { +.portfolio .portfolio-wrap .portfolio-info h4 { font-size: 20px; color: #fff; font-weight: 600; } -.sponsors .sponsors-wrap .sponsors-info p { +.portfolio .portfolio-wrap .portfolio-info p { color: rgba(255, 255, 255, 0.7); font-size: 14px; text-transform: uppercase; @@ -919,45 +912,45 @@ section { margin: 0; font-style: italic; } -.sponsors .sponsors-wrap .sponsors-links { +.portfolio .portfolio-wrap .portfolio-links { text-align: center; z-index: 4; } -.sponsors .sponsors-wrap .sponsors-links a { +.portfolio .portfolio-wrap .portfolio-links a { color: rgba(255, 255, 255, 0.4); margin: 0 5px 0 0; font-size: 28px; display: inline-block; transition: 0.3s; } -.sponsors .sponsors-wrap .sponsors-links a:hover { +.portfolio .portfolio-wrap .portfolio-links a:hover { color: #fff; } -.sponsors .sponsors-wrap:hover::before { +.portfolio .portfolio-wrap:hover::before { opacity: 1; } -.sponsors .sponsors-wrap:hover img { +.portfolio .portfolio-wrap:hover img { transform: scale(1.2); } -.sponsors .sponsors-wrap:hover .sponsors-info { +.portfolio .portfolio-wrap:hover .portfolio-info { opacity: 1; } /*-------------------------------------------------------------- -# sponsors Details +# Portfolio Details --------------------------------------------------------------*/ -.sponsors-details { +.portfolio-details { padding-top: 40px; } -.sponsors-details .sponsors-details-slider img { +.portfolio-details .portfolio-details-slider img { width: 100%; } -.sponsors-details .sponsors-details-slider .swiper-pagination { +.portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; } -.sponsors-details - .sponsors-details-slider +.portfolio-details + .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; @@ -966,68 +959,46 @@ section { opacity: 1; border: 1px solid #e03a3c; } -.sponsors-details - .sponsors-details-slider +.portfolio-details + .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #e03a3c; } -.sponsors-details .sponsors-info { +.portfolio-details .portfolio-info { padding: 30px; box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08); } -.sponsors-details .sponsors-info h3 { +.portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } -.sponsors-details .sponsors-info ul { +.portfolio-details .portfolio-info ul { list-style: none; padding: 0; font-size: 15px; } -.sponsors-details .sponsors-info ul li + li { +.portfolio-details .portfolio-info ul li + li { margin-top: 10px; } -.sponsors-details .sponsors-description { +.portfolio-details .portfolio-description { padding-top: 30px; } -.sponsors-details .sponsors-description h2 { +.portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; } -.sponsors-details .sponsors-description p { +.portfolio-details .portfolio-description p { padding: 0; } /*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/ -#counterTimer { - font-size: 120px; - font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", - "Lucida Sans Unicode", Geneva, Verdana, sans-serif; -} - -@media (max-width: 768px) { - #counterTimer { - font-size: 30px; - font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", - "Lucida Sans Unicode", Geneva, Verdana, sans-serif; - } -} - -@media (max-height: 500px) { - #counterTimer { - font-size: 30px; - font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", - "Lucida Sans Unicode", Geneva, Verdana, sans-serif; - } -} - .testimonials .testimonials-carousel, .testimonials .testimonials-slider { overflow: hidden; @@ -1042,11 +1013,6 @@ section { background: #fff; border-radius: 15px; } -@media (max-width: 480px) { - .testimonials .testimonial-item { - margin: 30px 30px; - } -} .testimonials .testimonial-item .testimonial-img { width: 90px; border-radius: 10px; @@ -1090,21 +1056,11 @@ section { margin: 10px; left: -4%; } -@media (max-width: 480px) { - .testimonials .swiper-button-prev { - margin: 20px; - } -} .testimonials .swiper-button-next { color: #e03a3c; margin: 10px; right: -4%; } -@media (max-width: 480px) { - .testimonials .swiper-button-next { - margin: 20px; - } -} .testimonials .swiper-pagination { margin-top: 20px; position: relative; @@ -1123,15 +1079,6 @@ section { /*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/ -.sponsor-us { - border: #000; - border-radius: 30px; - padding: 10px 20px 10px 20px; - font-size: 20px; - font-weight: bold; - color: red; -} - .pricing { color: black !important; } @@ -1215,22 +1162,6 @@ section { .pricing .box-third { background: #cd7f32; } - -#mlh-trust-badge { - display: block; - max-width: 100px; - min-width: 60px; - position: fixed; - right: 5px; - top: 0; - width: 10%; - z-index: 10000; -} - -#mlh-trust-badge img { - width: 100%; -} - /*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/ diff --git a/css/style1.css b/assets/css/style1.css similarity index 95% rename from css/style1.css rename to assets/css/style1.css index d12ad89..827e003 100644 --- a/css/style1.css +++ b/assets/css/style1.css @@ -326,7 +326,7 @@ h6 { #hero { width: 100%; height: 100vh; - background: url("/assets/img/hero-bg.png") top center no-repeat; + background: url("../img/hero-bg.png") top center no-repeat; background-size: cover; position: relative; padding-top: 82px; @@ -406,7 +406,7 @@ h6 { #hero { text-align: center; padding-top: 58px; - background: url("/assets/img/picmob.png") top center no-repeat; + background: url("../img/picmob.png") top center no-repeat; } #hero:before { content: ""; @@ -435,7 +435,7 @@ h6 { } #hero { height: 120vh; - background: url("/assets/img/picmob.png") top center no-repeat; + background: url("../img/picmob.png") top center no-repeat; } #hero:before { content: ""; @@ -748,59 +748,59 @@ section { } /*-------------------------------------------------------------- - # themes + # Services --------------------------------------------------------------*/ -.themes .icon-box { +.services .icon-box { margin-bottom: 20px; padding: 30px; border-radius: 6px; background: #252525; transition: 0.3s; } -.themes .icon-box:hover { +.services .icon-box:hover { background: #2b2b2b; } -.themes .icon-box i { +.services .icon-box i { float: left; color: #e03a3c; font-size: 40px; line-height: 0; } -.themes .icon-box h4 { +.services .icon-box h4 { margin-left: 70px; font-weight: 700; margin-bottom: 15px; font-size: 18px; } -.themes .icon-box h4 a { +.services .icon-box h4 a { color: #fff; transition: 0.3s; } -.themes .icon-box h4 a:hover { +.services .icon-box h4 a:hover { text-decoration: underline; } -.themes .icon-box .icon-box:hover h4 a { +.services .icon-box .icon-box:hover h4 a { color: #e03a3c; } -.themes .icon-box p { +.services .icon-box p { margin-left: 70px; line-height: 24px; font-size: 14px; } /*-------------------------------------------------------------- - # sponsors + # Portfolio --------------------------------------------------------------*/ -.sponsors .sponsors-item { +.portfolio .portfolio-item { margin-bottom: 30px; } -.sponsors #sponsors-flters { +.portfolio #portfolio-flters { padding: 0; margin: 0 auto 20px auto; list-style: none; text-align: center; } -.sponsors #sponsors-flters li { +.portfolio #portfolio-flters li { cursor: pointer; display: inline-block; padding: 8px 15px 10px 15px; @@ -813,22 +813,22 @@ section { transition: all 0.3s ease-in-out; border-radius: 3px; } -.sponsors #sponsors-flters li:hover, -.sponsors #sponsors-flters li.filter-active { +.portfolio #portfolio-flters li:hover, +.portfolio #portfolio-flters li.filter-active { color: #fff; background: #e03a3c; } -.sponsors #sponsors-flters li:last-child { +.portfolio #portfolio-flters li:last-child { margin-right: 0; } -.sponsors .sponsors-wrap { +.portfolio .portfolio-wrap { transition: 0.3s; position: relative; overflow: hidden; z-index: 1; background: rgba(17, 17, 17, 0.6); } -.sponsors .sponsors-wrap::before { +.portfolio .portfolio-wrap::before { content: ""; background: rgba(17, 17, 17, 0.6); position: absolute; @@ -840,10 +840,10 @@ section { z-index: 2; opacity: 0; } -.sponsors .sponsors-wrap img { +.portfolio .portfolio-wrap img { transition: all ease-in-out 0.3s; } -.sponsors .sponsors-wrap .sponsors-info { +.portfolio .portfolio-wrap .portfolio-info { opacity: 0; position: absolute; top: 0; @@ -858,12 +858,12 @@ section { align-items: flex-start; padding: 20px; } -.sponsors .sponsors-wrap .sponsors-info h4 { +.portfolio .portfolio-wrap .portfolio-info h4 { font-size: 20px; color: #fff; font-weight: 600; } -.sponsors .sponsors-wrap .sponsors-info p { +.portfolio .portfolio-wrap .portfolio-info p { color: rgba(255, 255, 255, 0.7); font-size: 14px; text-transform: uppercase; @@ -871,45 +871,45 @@ section { margin: 0; font-style: italic; } -.sponsors .sponsors-wrap .sponsors-links { +.portfolio .portfolio-wrap .portfolio-links { text-align: center; z-index: 4; } -.sponsors .sponsors-wrap .sponsors-links a { +.portfolio .portfolio-wrap .portfolio-links a { color: rgba(255, 255, 255, 0.4); margin: 0 5px 0 0; font-size: 28px; display: inline-block; transition: 0.3s; } -.sponsors .sponsors-wrap .sponsors-links a:hover { +.portfolio .portfolio-wrap .portfolio-links a:hover { color: #fff; } -.sponsors .sponsors-wrap:hover::before { +.portfolio .portfolio-wrap:hover::before { opacity: 1; } -.sponsors .sponsors-wrap:hover img { +.portfolio .portfolio-wrap:hover img { transform: scale(1.2); } -.sponsors .sponsors-wrap:hover .sponsors-info { +.portfolio .portfolio-wrap:hover .portfolio-info { opacity: 1; } /*-------------------------------------------------------------- - # sponsors Details + # Portfolio Details --------------------------------------------------------------*/ -.sponsors-details { +.portfolio-details { padding-top: 40px; } -.sponsors-details .sponsors-details-slider img { +.portfolio-details .portfolio-details-slider img { width: 100%; } -.sponsors-details .sponsors-details-slider .swiper-pagination { +.portfolio-details .portfolio-details-slider .swiper-pagination { margin-top: 20px; position: relative; } -.sponsors-details - .sponsors-details-slider +.portfolio-details + .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { width: 12px; @@ -918,40 +918,40 @@ section { opacity: 1; border: 1px solid #e03a3c; } -.sponsors-details - .sponsors-details-slider +.portfolio-details + .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #e03a3c; } -.sponsors-details .sponsors-info { +.portfolio-details .portfolio-info { padding: 30px; box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08); } -.sponsors-details .sponsors-info h3 { +.portfolio-details .portfolio-info h3 { font-size: 22px; font-weight: 700; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } -.sponsors-details .sponsors-info ul { +.portfolio-details .portfolio-info ul { list-style: none; padding: 0; font-size: 15px; } -.sponsors-details .sponsors-info ul li + li { +.portfolio-details .portfolio-info ul li + li { margin-top: 10px; } -.sponsors-details .sponsors-description { +.portfolio-details .portfolio-description { padding-top: 30px; } -.sponsors-details .sponsors-description h2 { +.portfolio-details .portfolio-description h2 { font-size: 26px; font-weight: 700; margin-bottom: 20px; } -.sponsors-details .sponsors-description p { +.portfolio-details .portfolio-description p { padding: 0; } diff --git a/assets/img/sponsors/1p.jpg b/assets/img/portfolio/1p.jpg similarity index 100% rename from assets/img/sponsors/1p.jpg rename to assets/img/portfolio/1p.jpg diff --git a/assets/img/sponsors/AuthO.png b/assets/img/portfolio/AuthO.png similarity index 100% rename from assets/img/sponsors/AuthO.png rename to assets/img/portfolio/AuthO.png diff --git a/assets/img/sponsors/CapitalOne.png b/assets/img/portfolio/CapitalOne.png similarity index 100% rename from assets/img/sponsors/CapitalOne.png rename to assets/img/portfolio/CapitalOne.png diff --git a/assets/img/sponsors/Deso.png b/assets/img/portfolio/Deso.png similarity index 100% rename from assets/img/sponsors/Deso.png rename to assets/img/portfolio/Deso.png diff --git a/assets/img/sponsors/Github.png b/assets/img/portfolio/Github.png similarity index 100% rename from assets/img/sponsors/Github.png rename to assets/img/portfolio/Github.png diff --git a/assets/img/sponsors/GoDaddy.png b/assets/img/portfolio/GoDaddy.png similarity index 100% rename from assets/img/sponsors/GoDaddy.png rename to assets/img/portfolio/GoDaddy.png diff --git a/assets/img/sponsors/Hedera.png b/assets/img/portfolio/Hedera.png similarity index 100% rename from assets/img/sponsors/Hedera.png rename to assets/img/portfolio/Hedera.png diff --git a/assets/img/sponsors/Linode.png b/assets/img/portfolio/Linode.png similarity index 100% rename from assets/img/sponsors/Linode.png rename to assets/img/portfolio/Linode.png diff --git a/assets/img/sponsors/Postman.png b/assets/img/portfolio/Postman.png similarity index 100% rename from assets/img/sponsors/Postman.png rename to assets/img/portfolio/Postman.png diff --git a/assets/img/sponsors/Twilio.png b/assets/img/portfolio/Twilio.png similarity index 100% rename from assets/img/sponsors/Twilio.png rename to assets/img/portfolio/Twilio.png diff --git a/assets/img/sponsors/at.png b/assets/img/portfolio/at.png similarity index 100% rename from assets/img/sponsors/at.png rename to assets/img/portfolio/at.png diff --git a/assets/img/sponsors/celo.jpg b/assets/img/portfolio/celo.jpg similarity index 100% rename from assets/img/sponsors/celo.jpg rename to assets/img/portfolio/celo.jpg diff --git a/assets/img/sponsors/devfolio.jpg b/assets/img/portfolio/devfolio.jpg similarity index 100% rename from assets/img/sponsors/devfolio.jpg rename to assets/img/portfolio/devfolio.jpg diff --git a/assets/img/sponsors/digitalocean.jpg b/assets/img/portfolio/digitalocean.jpg similarity index 100% rename from assets/img/sponsors/digitalocean.jpg rename to assets/img/portfolio/digitalocean.jpg diff --git a/assets/img/sponsors/e3.png b/assets/img/portfolio/e3.png similarity index 100% rename from assets/img/sponsors/e3.png rename to assets/img/portfolio/e3.png diff --git a/assets/img/sponsors/filecoin.jpg b/assets/img/portfolio/filecoin.jpg similarity index 100% rename from assets/img/sponsors/filecoin.jpg rename to assets/img/portfolio/filecoin.jpg diff --git a/assets/img/sponsors/gfg.jpg b/assets/img/portfolio/gfg.jpg similarity index 100% rename from assets/img/sponsors/gfg.jpg rename to assets/img/portfolio/gfg.jpg diff --git a/assets/img/sponsors/github-logo.svg b/assets/img/portfolio/github-logo.svg similarity index 100% rename from assets/img/sponsors/github-logo.svg rename to assets/img/portfolio/github-logo.svg diff --git a/assets/img/sponsors/gitlab.jpg b/assets/img/portfolio/gitlab.jpg similarity index 100% rename from assets/img/sponsors/gitlab.jpg rename to assets/img/portfolio/gitlab.jpg diff --git a/assets/img/sponsors/gmc.jpg b/assets/img/portfolio/gmc.jpg similarity index 100% rename from assets/img/sponsors/gmc.jpg rename to assets/img/portfolio/gmc.jpg diff --git a/assets/img/sponsors/interview-cake.png b/assets/img/portfolio/interview-cake.png similarity index 100% rename from assets/img/sponsors/interview-cake.png rename to assets/img/portfolio/interview-cake.png diff --git a/assets/img/sponsors/interview-cake1.jpg b/assets/img/portfolio/interview-cake1.jpg similarity index 100% rename from assets/img/sponsors/interview-cake1.jpg rename to assets/img/portfolio/interview-cake1.jpg diff --git a/assets/img/sponsors/leading-learners.png b/assets/img/portfolio/leading-learners.png similarity index 100% rename from assets/img/sponsors/leading-learners.png rename to assets/img/portfolio/leading-learners.png diff --git a/assets/img/sponsors/leading-learners1.png b/assets/img/portfolio/leading-learners1.png similarity index 100% rename from assets/img/sponsors/leading-learners1.png rename to assets/img/portfolio/leading-learners1.png diff --git a/assets/img/sponsors/polygon.jpg b/assets/img/portfolio/polygon.jpg similarity index 100% rename from assets/img/sponsors/polygon.jpg rename to assets/img/portfolio/polygon.jpg diff --git a/assets/img/sponsors/portfolio-1.jpg b/assets/img/portfolio/portfolio-1.jpg similarity index 100% rename from assets/img/sponsors/portfolio-1.jpg rename to assets/img/portfolio/portfolio-1.jpg diff --git a/assets/img/sponsors/portfolio-2.jpg b/assets/img/portfolio/portfolio-2.jpg similarity index 100% rename from assets/img/sponsors/portfolio-2.jpg rename to assets/img/portfolio/portfolio-2.jpg diff --git a/assets/img/sponsors/portfolio-3.jpg b/assets/img/portfolio/portfolio-3.jpg similarity index 100% rename from assets/img/sponsors/portfolio-3.jpg rename to assets/img/portfolio/portfolio-3.jpg diff --git a/assets/img/sponsors/portfolio-4.jpg b/assets/img/portfolio/portfolio-4.jpg similarity index 100% rename from assets/img/sponsors/portfolio-4.jpg rename to assets/img/portfolio/portfolio-4.jpg diff --git a/assets/img/sponsors/portfolio-5.jpg b/assets/img/portfolio/portfolio-5.jpg similarity index 100% rename from assets/img/sponsors/portfolio-5.jpg rename to assets/img/portfolio/portfolio-5.jpg diff --git a/assets/img/sponsors/portfolio-6.jpg b/assets/img/portfolio/portfolio-6.jpg similarity index 100% rename from assets/img/sponsors/portfolio-6.jpg rename to assets/img/portfolio/portfolio-6.jpg diff --git a/assets/img/sponsors/portfolio-7.jpg b/assets/img/portfolio/portfolio-7.jpg similarity index 100% rename from assets/img/sponsors/portfolio-7.jpg rename to assets/img/portfolio/portfolio-7.jpg diff --git a/assets/img/sponsors/portfolio-8.jpg b/assets/img/portfolio/portfolio-8.jpg similarity index 100% rename from assets/img/sponsors/portfolio-8.jpg rename to assets/img/portfolio/portfolio-8.jpg diff --git a/assets/img/sponsors/portfolio-9.jpg b/assets/img/portfolio/portfolio-9.jpg similarity index 100% rename from assets/img/sponsors/portfolio-9.jpg rename to assets/img/portfolio/portfolio-9.jpg diff --git a/assets/img/sponsors/portfolio-details-1.jpg b/assets/img/portfolio/portfolio-details-1.jpg similarity index 100% rename from assets/img/sponsors/portfolio-details-1.jpg rename to assets/img/portfolio/portfolio-details-1.jpg diff --git a/assets/img/sponsors/portfolio-details-2.jpg b/assets/img/portfolio/portfolio-details-2.jpg similarity index 100% rename from assets/img/sponsors/portfolio-details-2.jpg rename to assets/img/portfolio/portfolio-details-2.jpg diff --git a/assets/img/sponsors/portfolio-details-3.jpg b/assets/img/portfolio/portfolio-details-3.jpg similarity index 100% rename from assets/img/sponsors/portfolio-details-3.jpg rename to assets/img/portfolio/portfolio-details-3.jpg diff --git a/assets/img/sponsors/snu.png b/assets/img/portfolio/snu.png similarity index 100% rename from assets/img/sponsors/snu.png rename to assets/img/portfolio/snu.png diff --git a/assets/img/sponsors/stickermule.png b/assets/img/portfolio/stickermule.png similarity index 100% rename from assets/img/sponsors/stickermule.png rename to assets/img/portfolio/stickermule.png diff --git a/assets/img/sponsors/taskade.jpg b/assets/img/portfolio/taskade.jpg similarity index 100% rename from assets/img/sponsors/taskade.jpg rename to assets/img/portfolio/taskade.jpg diff --git a/assets/img/sponsors/tezos.jpg b/assets/img/portfolio/tezos.jpg similarity index 100% rename from assets/img/sponsors/tezos.jpg rename to assets/img/portfolio/tezos.jpg diff --git a/assets/img/winners/1.png b/assets/img/winners/1.png index 08594eb..2101b82 100644 Binary files a/assets/img/winners/1.png and b/assets/img/winners/1.png differ diff --git a/assets/img/winners/2.png b/assets/img/winners/2.png index 6a67107..665e72b 100644 Binary files a/assets/img/winners/2.png and b/assets/img/winners/2.png differ diff --git a/assets/img/winners/3.png b/assets/img/winners/3.png index ad3a620..7bbac36 100644 Binary files a/assets/img/winners/3.png and b/assets/img/winners/3.png differ diff --git a/assets/img/winners/6to20.png b/assets/img/winners/6to20.png index e003677..c68b740 100644 Binary files a/assets/img/winners/6to20.png and b/assets/img/winners/6to20.png differ diff --git a/assets/img/winners/bb.png b/assets/img/winners/bb.png index 8d8bcfc..c7a350d 100644 Binary files a/assets/img/winners/bb.png and b/assets/img/winners/bb.png differ diff --git a/assets/img/winners/bg.png b/assets/img/winners/bg.png index 66c6db7..5dec13f 100644 Binary files a/assets/img/winners/bg.png and b/assets/img/winners/bg.png differ diff --git a/js/main.js b/assets/js/main.js similarity index 95% rename from js/main.js rename to assets/js/main.js index 3dee046..fed5f59 100644 --- a/js/main.js +++ b/assets/js/main.js @@ -249,7 +249,7 @@ }); /** - * sponsors details slider + * Portfolio details slider */ new Swiper(".portfolio-details-slider", { speed: 400, @@ -313,3 +313,18 @@ }); }); })(); + + +// selecting elements +let list = document.querySelectorAll('.nav-link'); + +for (let i=0; i + - - - bootstrap-icons + + + bootstrap-icons - + - - - - -

bootstrap-icons

+ + + + -
-
- -
123
-
-
- -
activity
-
-
- -
alarm-fill
-
-
- -
alarm
-
-
- -
align-bottom
-
-
- -
align-center
-
-
- -
align-end
-
-
- -
align-middle
-
-
- -
align-start
-
-
- -
align-top
-
-
- -
alt
-
-
- -
app-indicator
-
-
- -
app
-
-
- -
apple
-
-
- -
archive-fill
-
-
- -
archive
-
-
- -
arrow-90deg-down
-
-
- -
arrow-90deg-left
-
-
- -
arrow-90deg-right
-
-
- -
arrow-90deg-up
-
-
- -
arrow-bar-down
-
-
- -
arrow-bar-left
-
-
- -
arrow-bar-right
-
-
- -
arrow-bar-up
-
-
- -
arrow-clockwise
-
-
- -
arrow-counterclockwise
-
-
- -
arrow-down-circle-fill
-
-
- -
arrow-down-circle
-
-
- -
arrow-down-left-circle-fill
-
-
- -
arrow-down-left-circle
-
-
- -
arrow-down-left-square-fill
-
-
- -
arrow-down-left-square
-
-
- -
arrow-down-left
-
-
- -
arrow-down-right-circle-fill
-
-
- -
arrow-down-right-circle
-
-
- -
arrow-down-right-square-fill
-
-
- -
arrow-down-right-square
-
-
- -
arrow-down-right
-
-
- -
arrow-down-short
-
-
- -
arrow-down-square-fill
-
-
- -
arrow-down-square
-
-
- -
arrow-down-up
-
-
- -
arrow-down
-
-
- -
arrow-left-circle-fill
-
-
- -
arrow-left-circle
-
-
- -
arrow-left-right
-
-
- -
arrow-left-short
-
-
- -
arrow-left-square-fill
-
-
- -
arrow-left-square
-
-
- -
arrow-left
-
-
- -
arrow-repeat
-
-
- -
arrow-return-left
-
-
- -
arrow-return-right
-
-
- -
arrow-right-circle-fill
-
-
- -
arrow-right-circle
-
-
- -
arrow-right-short
-
-
- -
arrow-right-square-fill
-
-
- -
arrow-right-square
-
-
- -
arrow-right
-
-
- -
arrow-up-circle-fill
-
-
- -
arrow-up-circle
-
-
- -
arrow-up-left-circle-fill
-
-
- -
arrow-up-left-circle
-
-
- -
arrow-up-left-square-fill
-
-
- -
arrow-up-left-square
-
-
- -
arrow-up-left
-
-
- -
arrow-up-right-circle-fill
-
-
- -
arrow-up-right-circle
-
-
- -
arrow-up-right-square-fill
-
-
- -
arrow-up-right-square
-
-
- -
arrow-up-right
-
-
- -
arrow-up-short
-
-
- -
arrow-up-square-fill
-
-
- -
arrow-up-square
-
-
- -
arrow-up
-
-
- -
arrows-angle-contract
-
-
- -
arrows-angle-expand
-
-
- -
arrows-collapse
-
-
- -
arrows-expand
-
-
- -
arrows-fullscreen
-
-
- -
arrows-move
-
-
- -
aspect-ratio-fill
-
-
- -
aspect-ratio
-
-
- -
asterisk
-
-
- -
at
-
-
- -
award-fill
-
-
- -
award
-
-
- -
back
-
-
- -
backspace-fill
-
-
- -
backspace-reverse-fill
-
-
- -
backspace-reverse
-
-
- -
backspace
-
-
- -
badge-3d-fill
-
-
- -
badge-3d
-
-
- -
badge-4k-fill
-
-
- -
badge-4k
-
-
- -
badge-8k-fill
-
-
- -
badge-8k
-
-
- -
badge-ad-fill
-
-
- -
badge-ad
-
-
- -
badge-ar-fill
-
-
- -
badge-ar
-
-
- -
badge-cc-fill
-
-
- -
badge-cc
-
-
- -
badge-hd-fill
-
-
- -
badge-hd
-
-
- -
badge-tm-fill
-
-
- -
badge-tm
-
-
- -
badge-vo-fill
-
-
- -
badge-vo
-
-
- -
badge-vr-fill
-
-
- -
badge-vr
-
-
- -
badge-wc-fill
-
-
- -
badge-wc
-
-
- -
bag-check-fill
-
-
- -
bag-check
-
-
- -
bag-dash-fill
-
-
- -
bag-dash
-
-
- -
bag-fill
-
-
- -
bag-plus-fill
-
-
- -
bag-plus
-
-
- -
bag-x-fill
-
-
- -
bag-x
-
-
- -
bag
-
-
- -
bandaid-fill
-
-
- -
bandaid
-
-
- -
bank
-
-
- -
bank2
-
-
- -
bar-chart-fill
-
-
- -
bar-chart-line-fill
-
-
- -
bar-chart-line
-
-
- -
bar-chart-steps
-
-
- -
bar-chart
-
-
- -
basket-fill
-
-
- -
basket
-
-
- -
basket2-fill
-
-
- -
basket2
-
-
- -
basket3-fill
-
-
- -
basket3
-
-
- -
battery-charging
-
-
- -
battery-full
-
-
- -
battery-half
-
-
- -
battery
-
-
- -
behance
-
-
- -
bell-fill
-
-
- -
bell-slash-fill
-
-
- -
bell-slash
-
-
- -
bell
-
-
- -
bezier
-
-
- -
bezier2
-
-
- -
bicycle
-
-
- -
binoculars-fill
-
-
- -
binoculars
-
-
- -
blockquote-left
-
-
- -
blockquote-right
-
-
- -
bluetooth
-
-
- -
body-text
-
-
- -
book-fill
-
-
- -
book-half
-
-
- -
book
-
-
- -
bookmark-check-fill
-
-
- -
bookmark-check
-
-
- -
bookmark-dash-fill
-
-
- -
bookmark-dash
-
-
- -
bookmark-fill
-
-
- -
bookmark-heart-fill
-
-
- -
bookmark-heart
-
-
- -
bookmark-plus-fill
-
-
- -
bookmark-plus
-
-
- -
bookmark-star-fill
-
-
- -
bookmark-star
-
-
- -
bookmark-x-fill
-
-
- -
bookmark-x
-
-
- -
bookmark
-
-
- -
bookmarks-fill
-
-
- -
bookmarks
-
-
- -
bookshelf
-
-
- -
boombox-fill
-
-
- -
boombox
-
-
- -
bootstrap-fill
-
-
- -
bootstrap-reboot
-
-
- -
bootstrap
-
-
- -
border-all
-
-
- -
border-bottom
-
-
- -
border-center
-
-
- -
border-inner
-
-
- -
border-left
-
-
- -
border-middle
-
-
- -
border-outer
-
-
- -
border-right
-
-
- -
border-style
-
-
- -
border-top
-
-
- -
border-width
-
-
- -
border
-
-
- -
bounding-box-circles
-
-
- -
bounding-box
-
-
- -
box-arrow-down-left
-
-
- -
box-arrow-down-right
-
-
- -
box-arrow-down
-
-
- -
box-arrow-in-down-left
-
-
- -
box-arrow-in-down-right
-
-
- -
box-arrow-in-down
-
-
- -
box-arrow-in-left
-
-
- -
box-arrow-in-right
-
-
- -
box-arrow-in-up-left
-
-
- -
box-arrow-in-up-right
-
-
- -
box-arrow-in-up
-
-
- -
box-arrow-left
-
-
- -
box-arrow-right
-
-
- -
box-arrow-up-left
-
-
- -
box-arrow-up-right
-
-
- -
box-arrow-up
-
-
- -
box-seam
-
-
- -
box
-
-
- -
boxes
-
-
- -
braces
-
-
- -
bricks
-
-
- -
briefcase-fill
-
-
- -
briefcase
-
-
- -
brightness-alt-high-fill
-
-
- -
brightness-alt-high
-
-
- -
brightness-alt-low-fill
-
-
- -
brightness-alt-low
-
-
- -
brightness-high-fill
-
-
- -
brightness-high
-
-
- -
brightness-low-fill
-
-
- -
brightness-low
-
-
- -
broadcast-pin
-
-
- -
broadcast
-
-
- -
brush-fill
-
-
- -
brush
-
-
- -
bucket-fill
-
-
- -
bucket
-
-
- -
bug-fill
-
-
- -
bug
-
-
- -
building
-
-
- -
bullseye
-
-
- -
calculator-fill
-
-
- -
calculator
-
-
- -
calendar-check-fill
-
-
- -
calendar-check
-
-
- -
calendar-date-fill
-
-
- -
calendar-date
-
-
- -
calendar-day-fill
-
-
- -
calendar-day
-
-
- -
calendar-event-fill
-
-
- -
calendar-event
-
-
- -
calendar-fill
-
-
- -
calendar-minus-fill
-
-
- -
calendar-minus
-
-
- -
calendar-month-fill
-
-
- -
calendar-month
-
-
- -
calendar-plus-fill
-
-
- -
calendar-plus
-
-
- -
calendar-range-fill
-
-
- -
calendar-range
-
-
- -
calendar-week-fill
-
-
- -
calendar-week
-
-
- -
calendar-x-fill
-
-
- -
calendar-x
-
-
- -
calendar
-
-
- -
calendar2-check-fill
-
-
- -
calendar2-check
-
-
- -
calendar2-date-fill
-
-
- -
calendar2-date
-
-
- -
calendar2-day-fill
-
-
- -
calendar2-day
-
-
- -
calendar2-event-fill
-
-
- -
calendar2-event
-
-
- -
calendar2-fill
-
-
- -
calendar2-minus-fill
-
-
- -
calendar2-minus
-
-
- -
calendar2-month-fill
-
-
- -
calendar2-month
-
-
- -
calendar2-plus-fill
-
-
- -
calendar2-plus
-
-
- -
calendar2-range-fill
-
-
- -
calendar2-range
-
-
- -
calendar2-week-fill
-
-
- -
calendar2-week
-
-
- -
calendar2-x-fill
-
-
- -
calendar2-x
-
-
- -
calendar2
-
-
- -
calendar3-event-fill
-
-
- -
calendar3-event
-
-
- -
calendar3-fill
-
-
- -
calendar3-range-fill
-
-
- -
calendar3-range
-
-
- -
calendar3-week-fill
-
-
- -
calendar3-week
-
-
- -
calendar3
-
-
- -
calendar4-event
-
-
- -
calendar4-range
-
-
- -
calendar4-week
-
-
- -
calendar4
-
-
- -
camera-fill
-
-
- -
camera-reels-fill
-
-
- -
camera-reels
-
-
- -
camera-video-fill
-
-
- -
camera-video-off-fill
-
-
- -
camera-video-off
-
-
- -
camera-video
-
-
- -
camera
-
-
- -
camera2
-
-
- -
capslock-fill
-
-
- -
capslock
-
-
- -
card-checklist
-
-
- -
card-heading
-
-
- -
card-image
-
-
- -
card-list
-
-
- -
card-text
-
-
- -
caret-down-fill
-
-
- -
caret-down-square-fill
-
-
- -
caret-down-square
-
-
- -
caret-down
-
-
- -
caret-left-fill
-
-
- -
caret-left-square-fill
-
-
- -
caret-left-square
-
-
- -
caret-left
-
-
- -
caret-right-fill
-
-
- -
caret-right-square-fill
-
-
- -
caret-right-square
-
-
- -
caret-right
-
-
- -
caret-up-fill
-
-
- -
caret-up-square-fill
-
-
- -
caret-up-square
-
-
- -
caret-up
-
-
- -
cart-check-fill
-
-
- -
cart-check
-
-
- -
cart-dash-fill
-
-
- -
cart-dash
-
-
- -
cart-fill
-
-
- -
cart-plus-fill
-
-
- -
cart-plus
-
-
- -
cart-x-fill
-
-
- -
cart-x
-
-
- -
cart
-
-
- -
cart2
-
-
- -
cart3
-
-
- -
cart4
-
-
- -
cash-coin
-
-
- -
cash-stack
-
-
- -
cash
-
-
- -
cast
-
-
- -
chat-dots-fill
-
-
- -
chat-dots
-
-
- -
chat-fill
-
-
- -
chat-left-dots-fill
-
-
- -
chat-left-dots
-
-
- -
chat-left-fill
-
-
- -
chat-left-quote-fill
-
-
- -
chat-left-quote
-
-
- -
chat-left-text-fill
-
-
- -
chat-left-text
-
-
- -
chat-left
-
-
- -
chat-quote-fill
-
-
- -
chat-quote
-
-
- -
chat-right-dots-fill
-
-
- -
chat-right-dots
-
-
- -
chat-right-fill
-
-
- -
chat-right-quote-fill
-
-
- -
chat-right-quote
-
-
- -
chat-right-text-fill
-
-
- -
chat-right-text
-
-
- -
chat-right
-
-
- -
chat-square-dots-fill
-
-
- -
chat-square-dots
-
-
- -
chat-square-fill
-
-
- -
chat-square-quote-fill
-
-
- -
chat-square-quote
-
-
- -
chat-square-text-fill
-
-
- -
chat-square-text
-
-
- -
chat-square
-
-
- -
chat-text-fill
-
-
- -
chat-text
-
-
- -
chat
-
-
- -
check-all
-
-
- -
check-circle-fill
-
-
- -
check-circle
-
-
- -
check-lg
-
-
- -
check-square-fill
-
-
- -
check-square
-
-
- -
check
-
-
- -
check2-all
-
-
- -
check2-circle
-
-
- -
check2-square
-
-
- -
check2
-
-
- -
chevron-bar-contract
-
-
- -
chevron-bar-down
-
-
- -
chevron-bar-expand
-
-
- -
chevron-bar-left
-
-
- -
chevron-bar-right
-
-
- -
chevron-bar-up
-
-
- -
chevron-compact-down
-
-
- -
chevron-compact-left
-
-
- -
chevron-compact-right
-
-
- -
chevron-compact-up
-
-
- -
chevron-contract
-
-
- -
chevron-double-down
-
-
- -
chevron-double-left
-
-
- -
chevron-double-right
-
-
- -
chevron-double-up
-
-
- -
chevron-down
-
-
- -
chevron-expand
-
-
- -
chevron-left
-
-
- -
chevron-right
-
-
- -
chevron-up
-
-
- -
circle-fill
-
-
- -
circle-half
-
-
- -
circle-square
-
-
- -
circle
-
-
- -
clipboard-check
-
-
- -
clipboard-data
-
-
- -
clipboard-minus
-
-
- -
clipboard-plus
-
-
- -
clipboard-x
-
-
- -
clipboard
-
-
- -
clock-fill
-
-
- -
clock-history
-
-
- -
clock
-
-
- -
cloud-arrow-down-fill
-
-
- -
cloud-arrow-down
-
-
- -
cloud-arrow-up-fill
-
-
- -
cloud-arrow-up
-
-
- -
cloud-check-fill
-
-
- -
cloud-check
-
-
- -
cloud-download-fill
-
-
- -
cloud-download
-
-
- -
cloud-drizzle-fill
-
-
- -
cloud-drizzle
-
-
- -
cloud-fill
-
-
- -
cloud-fog-fill
-
-
- -
cloud-fog
-
-
- -
cloud-fog2-fill
-
-
- -
cloud-fog2
-
-
- -
cloud-hail-fill
-
-
- -
cloud-hail
-
-
- -
cloud-haze-fill
-
-
- -
cloud-haze
-
-
- -
cloud-haze2-fill
-
-
- -
cloud-haze2
-
-
- -
cloud-lightning-fill
-
-
- -
cloud-lightning-rain-fill
-
-
- -
cloud-lightning-rain
-
-
- -
cloud-lightning
-
-
- -
cloud-minus-fill
-
-
- -
cloud-minus
-
-
- -
cloud-moon-fill
-
-
- -
cloud-moon
-
-
- -
cloud-plus-fill
-
-
- -
cloud-plus
-
-
- -
cloud-rain-fill
-
-
- -
cloud-rain-heavy-fill
-
-
- -
cloud-rain-heavy
-
-
- -
cloud-rain
-
-
- -
cloud-slash-fill
-
-
- -
cloud-slash
-
-
- -
cloud-sleet-fill
-
-
- -
cloud-sleet
-
-
- -
cloud-snow-fill
-
-
- -
cloud-snow
-
-
- -
cloud-sun-fill
-
-
- -
cloud-sun
-
-
- -
cloud-upload-fill
-
-
- -
cloud-upload
-
-
- -
cloud
-
-
- -
clouds-fill
-
-
- -
clouds
-
-
- -
cloudy-fill
-
-
- -
cloudy
-
-
- -
code-slash
-
-
- -
code-square
-
-
- -
code
-
-
- -
coin
-
-
- -
collection-fill
-
-
- -
collection-play-fill
-
-
- -
collection-play
-
-
- -
collection
-
-
- -
columns-gap
-
-
- -
columns
-
-
- -
command
-
-
- -
compass-fill
-
-
- -
compass
-
-
- -
cone-striped
-
-
- -
cone
-
-
- -
controller
-
-
- -
cpu-fill
-
-
- -
cpu
-
-
- -
credit-card-2-back-fill
-
-
- -
credit-card-2-back
-
-
- -
credit-card-2-front-fill
-
-
- -
credit-card-2-front
-
-
- -
credit-card-fill
-
-
- -
credit-card
-
-
- -
crop
-
-
- -
cup-fill
-
-
- -
cup-straw
-
-
- -
cup
-
-
- -
currency-bitcoin
-
-
- -
currency-dollar
-
-
- -
currency-euro
-
-
- -
currency-exchange
-
-
- -
currency-pound
-
-
- -
currency-yen
-
-
- -
cursor-fill
-
-
- -
cursor-text
-
-
- -
cursor
-
-
- -
dash-circle-dotted
-
-
- -
dash-circle-fill
-
-
- -
dash-circle
-
-
- -
dash-lg
-
-
- -
dash-square-dotted
-
-
- -
dash-square-fill
-
-
- -
dash-square
-
-
- -
dash
-
-
- -
device-hdd-fill
-
-
- -
device-hdd
-
-
- -
device-ssd-fill
-
-
- -
device-ssd
-
-
- -
diagram-2-fill
-
-
- -
diagram-2
-
-
- -
diagram-3-fill
-
-
- -
diagram-3
-
-
- -
diamond-fill
-
-
- -
diamond-half
-
-
- -
diamond
-
-
- -
dice-1-fill
-
-
- -
dice-1
-
-
- -
dice-2-fill
-
-
- -
dice-2
-
-
- -
dice-3-fill
-
-
- -
dice-3
-
-
- -
dice-4-fill
-
-
- -
dice-4
-
-
- -
dice-5-fill
-
-
- -
dice-5
-
-
- -
dice-6-fill
-
-
- -
dice-6
-
-
- -
disc-fill
-
-
- -
disc
-
-
- -
discord
-
-
- -
display-fill
-
-
- -
display
-
-
- -
displayport-fill
-
-
- -
displayport
-
-
- -
distribute-horizontal
-
-
- -
distribute-vertical
-
-
- -
door-closed-fill
-
-
- -
door-closed
-
-
- -
door-open-fill
-
-
- -
door-open
-
-
- -
dot
-
-
- -
download
-
-
- -
dpad-fill
-
-
- -
dpad
-
-
- -
dribbble
-
-
- -
droplet-fill
-
-
- -
droplet-half
-
-
- -
droplet
-
-
- -
ear-fill
-
-
- -
ear
-
-
- -
earbuds
-
-
- -
easel-fill
-
-
- -
easel
-
-
- -
easel2-fill
-
-
- -
easel2
-
-
- -
easel3-fill
-
-
- -
easel3
-
-
- -
egg-fill
-
-
- -
egg-fried
-
-
- -
egg
-
-
- -
eject-fill
-
-
- -
eject
-
-
- -
emoji-angry-fill
-
-
- -
emoji-angry
-
-
- -
emoji-dizzy-fill
-
-
- -
emoji-dizzy
-
-
- -
emoji-expressionless-fill
-
-
- -
emoji-expressionless
-
-
- -
emoji-frown-fill
-
-
- -
emoji-frown
-
-
- -
emoji-heart-eyes-fill
-
-
- -
emoji-heart-eyes
-
-
- -
emoji-laughing-fill
-
-
- -
emoji-laughing
-
-
- -
emoji-neutral-fill
-
-
- -
emoji-neutral
-
-
- -
emoji-smile-fill
-
-
- -
emoji-smile-upside-down-fill
-
-
- -
emoji-smile-upside-down
-
-
- -
emoji-smile
-
-
- -
emoji-sunglasses-fill
-
-
- -
emoji-sunglasses
-
-
- -
emoji-wink-fill
-
-
- -
emoji-wink
-
-
- -
envelope-check-fill
-
-
- -
envelope-check
-
-
- -
envelope-dash-fill
-
-
- -
envelope-dash
-
-
- -
envelope-exclamation-fill
-
-
- -
envelope-exclamation
-
-
- -
envelope-fill
-
-
- -
envelope-open-fill
-
-
- -
envelope-open
-
-
- -
envelope-plus-fill
-
-
- -
envelope-plus
-
-
- -
envelope-slash-fill
-
-
- -
envelope-slash
-
-
- -
envelope-x-fill
-
-
- -
envelope-x
-
-
- -
envelope
-
-
- -
eraser-fill
-
-
- -
eraser
-
-
- -
ethernet
-
-
- -
exclamation-circle-fill
-
-
- -
exclamation-circle
-
-
- -
exclamation-diamond-fill
-
-
- -
exclamation-diamond
-
-
- -
exclamation-lg
-
-
- -
exclamation-octagon-fill
-
-
- -
exclamation-octagon
-
-
- -
exclamation-square-fill
-
-
- -
exclamation-square
-
-
- -
exclamation-triangle-fill
-
-
- -
exclamation-triangle
-
-
- -
exclamation
-
-
- -
exclude
-
-
- -
explicit-fill
-
-
- -
explicit
-
-
- -
eye-fill
-
-
- -
eye-slash-fill
-
-
- -
eye-slash
-
-
- -
eye
-
-
- -
eyedropper
-
-
- -
eyeglasses
-
-
- -
facebook
-
-
- -
fan
-
-
- -
file-arrow-down-fill
-
-
- -
file-arrow-down
-
-
- -
file-arrow-up-fill
-
-
- -
file-arrow-up
-
-
- -
file-bar-graph-fill
-
-
- -
file-bar-graph
-
-
- -
file-binary-fill
-
-
- -
file-binary
-
-
- -
file-break-fill
-
-
- -
file-break
-
-
- -
file-check-fill
-
-
- -
file-check
-
-
- -
file-code-fill
-
-
- -
file-code
-
-
- -
file-diff-fill
-
-
- -
file-diff
-
-
- -
file-earmark-arrow-down-fill
-
-
- -
file-earmark-arrow-down
-
-
- -
file-earmark-arrow-up-fill
-
-
- -
file-earmark-arrow-up
-
-
- -
file-earmark-bar-graph-fill
-
-
- -
file-earmark-bar-graph
-
-
- -
file-earmark-binary-fill
-
-
- -
file-earmark-binary
-
-
- -
file-earmark-break-fill
-
-
- -
file-earmark-break
-
-
- -
file-earmark-check-fill
-
-
- -
file-earmark-check
-
-
- -
file-earmark-code-fill
-
-
- -
file-earmark-code
-
-
- -
file-earmark-diff-fill
-
-
- -
file-earmark-diff
-
-
- -
file-earmark-easel-fill
-
-
- -
file-earmark-easel
-
-
- -
file-earmark-excel-fill
-
-
- -
file-earmark-excel
-
-
- -
file-earmark-fill
-
-
- -
file-earmark-font-fill
-
-
- -
file-earmark-font
-
-
- -
file-earmark-image-fill
-
-
- -
file-earmark-image
-
-
- -
file-earmark-lock-fill
-
-
- -
file-earmark-lock
-
-
- -
file-earmark-lock2-fill
-
-
- -
file-earmark-lock2
-
-
- -
file-earmark-medical-fill
-
-
- -
file-earmark-medical
-
-
- -
file-earmark-minus-fill
-
-
- -
file-earmark-minus
-
-
- -
file-earmark-music-fill
-
-
- -
file-earmark-music
-
-
- -
file-earmark-pdf-fill
-
-
- -
file-earmark-pdf
-
-
- -
file-earmark-person-fill
-
-
- -
file-earmark-person
-
-
- -
file-earmark-play-fill
-
-
- -
file-earmark-play
-
-
- -
file-earmark-plus-fill
-
-
- -
file-earmark-plus
-
-
- -
file-earmark-post-fill
-
-
- -
file-earmark-post
-
-
- -
file-earmark-ppt-fill
-
-
- -
file-earmark-ppt
-
-
- -
file-earmark-richtext-fill
-
-
- -
file-earmark-richtext
-
-
- -
file-earmark-ruled-fill
-
-
- -
file-earmark-ruled
-
-
- -
file-earmark-slides-fill
-
-
- -
file-earmark-slides
-
-
- -
file-earmark-spreadsheet-fill
-
-
- -
file-earmark-spreadsheet
-
-
- -
file-earmark-text-fill
-
-
- -
file-earmark-text
-
-
- -
file-earmark-word-fill
-
-
- -
file-earmark-word
-
-
- -
file-earmark-x-fill
-
-
- -
file-earmark-x
-
-
- -
file-earmark-zip-fill
-
-
- -
file-earmark-zip
-
-
- -
file-earmark
-
-
- -
file-easel-fill
-
-
- -
file-easel
-
-
- -
file-excel-fill
-
-
- -
file-excel
-
-
- -
file-fill
-
-
- -
file-font-fill
-
-
- -
file-font
-
-
- -
file-image-fill
-
-
- -
file-image
-
-
- -
file-lock-fill
-
-
- -
file-lock
-
-
- -
file-lock2-fill
-
-
- -
file-lock2
-
-
- -
file-medical-fill
-
-
- -
file-medical
-
-
- -
file-minus-fill
-
-
- -
file-minus
-
-
- -
file-music-fill
-
-
- -
file-music
-
-
- -
file-pdf-fill
-
-
- -
file-pdf
-
-
- -
file-person-fill
-
-
- -
file-person
-
-
- -
file-play-fill
-
-
- -
file-play
-
-
- -
file-plus-fill
-
-
- -
file-plus
-
-
- -
file-post-fill
-
-
- -
file-post
-
-
- -
file-ppt-fill
-
-
- -
file-ppt
-
-
- -
file-richtext-fill
-
-
- -
file-richtext
-
-
- -
file-ruled-fill
-
-
- -
file-ruled
-
-
- -
file-slides-fill
-
-
- -
file-slides
-
-
- -
file-spreadsheet-fill
-
-
- -
file-spreadsheet
-
-
- -
file-text-fill
-
-
- -
file-text
-
-
- -
file-word-fill
-
-
- -
file-word
-
-
- -
file-x-fill
-
-
- -
file-x
-
-
- -
file-zip-fill
-
-
- -
file-zip
-
-
- -
file
-
-
- -
files-alt
-
-
- -
files
-
-
- -
film
-
-
- -
filter-circle-fill
-
-
- -
filter-circle
-
-
- -
filter-left
-
-
- -
filter-right
-
-
- -
filter-square-fill
-
-
- -
filter-square
-
-
- -
filter
-
-
- -
fingerprint
-
-
- -
flag-fill
-
-
- -
flag
-
-
- -
flower1
-
-
- -
flower2
-
-
- -
flower3
-
-
- -
folder-check
-
-
- -
folder-fill
-
-
- -
folder-minus
-
-
- -
folder-plus
-
-
- -
folder-symlink-fill
-
-
- -
folder-symlink
-
-
- -
folder-x
-
-
- -
folder
-
-
- -
folder2-open
-
-
- -
folder2
-
-
- -
fonts
-
-
- -
forward-fill
-
-
- -
forward
-
-
- -
front
-
-
- -
fullscreen-exit
-
-
- -
fullscreen
-
-
- -
funnel-fill
-
-
- -
funnel
-
-
- -
gear-fill
-
-
- -
gear-wide-connected
-
-
- -
gear-wide
-
-
- -
gear
-
-
- -
gem
-
-
- -
gender-ambiguous
-
-
- -
gender-female
-
-
- -
gender-male
-
-
- -
gender-trans
-
-
- -
geo-alt-fill
-
-
- -
geo-alt
-
-
- -
geo-fill
-
-
- -
geo
-
-
- -
gift-fill
-
-
- -
gift
-
-
- -
git
-
-
- -
github
-
-
- -
globe
-
-
- -
globe2
-
-
- -
google
-
-
- -
gpu-card
-
-
- -
graph-down-arrow
-
-
- -
graph-down
-
-
- -
graph-up-arrow
-
-
- -
graph-up
-
-
- -
grid-1x2-fill
-
-
- -
grid-1x2
-
-
- -
grid-3x2-gap-fill
-
-
- -
grid-3x2-gap
-
-
- -
grid-3x2
-
-
- -
grid-3x3-gap-fill
-
-
- -
grid-3x3-gap
-
-
- -
grid-3x3
-
-
- -
grid-fill
-
-
- -
grid
-
-
- -
grip-horizontal
-
-
- -
grip-vertical
-
-
- -
hammer
-
-
- -
hand-index-fill
-
-
- -
hand-index-thumb-fill
-
-
- -
hand-index-thumb
-
-
- -
hand-index
-
-
- -
hand-thumbs-down-fill
-
-
- -
hand-thumbs-down
-
-
- -
hand-thumbs-up-fill
-
-
- -
hand-thumbs-up
-
-
- -
handbag-fill
-
-
- -
handbag
-
-
- -
hash
-
-
- -
hdd-fill
-
-
- -
hdd-network-fill
-
-
- -
hdd-network
-
-
- -
hdd-rack-fill
-
-
- -
hdd-rack
-
-
- -
hdd-stack-fill
-
-
- -
hdd-stack
-
-
- -
hdd
-
-
- -
hdmi-fill
-
-
- -
hdmi
-
-
- -
headphones
-
-
- -
headset-vr
-
-
- -
headset
-
-
- -
heart-fill
-
-
- -
heart-half
-
-
- -
heart
-
-
- -
heptagon-fill
-
-
- -
heptagon-half
-
-
- -
heptagon
-
-
- -
hexagon-fill
-
-
- -
hexagon-half
-
-
- -
hexagon
-
-
- -
hourglass-bottom
-
-
- -
hourglass-split
-
-
- -
hourglass-top
-
-
- -
hourglass
-
-
- -
house-door-fill
-
-
- -
house-door
-
-
- -
house-fill
-
-
- -
house
-
-
- -
hr
-
-
- -
hurricane
-
-
- -
hypnotize
-
-
- -
image-alt
-
-
- -
image-fill
-
-
- -
image
-
-
- -
images
-
-
- -
inbox-fill
-
-
- -
inbox
-
-
- -
inboxes-fill
-
-
- -
inboxes
-
-
- -
infinity
-
-
- -
info-circle-fill
-
-
- -
info-circle
-
-
- -
info-lg
-
-
- -
info-square-fill
-
-
- -
info-square
-
-
- -
info
-
-
- -
input-cursor-text
-
-
- -
input-cursor
-
-
- -
instagram
-
-
- -
intersect
-
-
- -
journal-album
-
-
- -
journal-arrow-down
-
-
- -
journal-arrow-up
-
-
- -
journal-bookmark-fill
-
-
- -
journal-bookmark
-
-
- -
journal-check
-
-
- -
journal-code
-
-
- -
journal-medical
-
-
- -
journal-minus
-
-
- -
journal-plus
-
-
- -
journal-richtext
-
-
- -
journal-text
-
-
- -
journal-x
-
-
- -
journal
-
-
- -
journals
-
-
- -
joystick
-
-
- -
justify-left
-
-
- -
justify-right
-
-
- -
justify
-
-
- -
kanban-fill
-
-
- -
kanban
-
-
- -
key-fill
-
-
- -
key
-
-
- -
keyboard-fill
-
-
- -
keyboard
-
-
- -
ladder
-
-
- -
lamp-fill
-
-
- -
lamp
-
-
- -
laptop-fill
-
-
- -
laptop
-
-
- -
layer-backward
-
-
- -
layer-forward
-
-
- -
layers-fill
-
-
- -
layers-half
-
-
- -
layers
-
-
- -
layout-sidebar-inset-reverse
-
-
- -
layout-sidebar-inset
-
-
- -
layout-sidebar-reverse
-
-
- -
layout-sidebar
-
-
- -
layout-split
-
-
- -
layout-text-sidebar-reverse
-
-
- -
layout-text-sidebar
-
-
- -
layout-text-window-reverse
-
-
- -
layout-text-window
-
-
- -
layout-three-columns
-
-
- -
layout-wtf
-
-
- -
life-preserver
-
-
- -
lightbulb-fill
-
-
- -
lightbulb-off-fill
-
-
- -
lightbulb-off
-
-
- -
lightbulb
-
-
- -
lightning-charge-fill
-
-
- -
lightning-charge
-
-
- -
lightning-fill
-
-
- -
lightning
-
-
- -
line
-
-
- -
link-45deg
-
-
- -
link
-
-
- -
linkedin
-
-
- -
list-check
-
-
- -
list-columns-reverse
-
-
- -
list-columns
-
-
- -
list-nested
-
-
- -
list-ol
-
-
- -
list-stars
-
-
- -
list-task
-
-
- -
list-ul
-
-
- -
list
-
-
- -
lock-fill
-
-
- -
lock
-
-
- -
magic
-
-
- -
mailbox
-
-
- -
mailbox2
-
-
- -
map-fill
-
-
- -
map
-
-
- -
markdown-fill
-
-
- -
markdown
-
-
- -
mask
-
-
- -
mastodon
-
-
- -
medium
-
-
- -
megaphone-fill
-
-
- -
megaphone
-
-
- -
memory
-
-
- -
menu-app-fill
-
-
- -
menu-app
-
-
- -
menu-button-fill
-
-
- -
menu-button-wide-fill
-
-
- -
menu-button-wide
-
-
- -
menu-button
-
-
- -
menu-down
-
-
- -
menu-up
-
-
- -
messenger
-
-
- -
meta
-
-
- -
mic-fill
-
-
- -
mic-mute-fill
-
-
- -
mic-mute
-
-
- -
mic
-
-
- -
microsoft
-
-
- -
minecart-loaded
-
-
- -
minecart
-
-
- -
modem-fill
-
-
- -
modem
-
-
- -
moisture
-
-
- -
moon-fill
-
-
- -
moon-stars-fill
-
-
- -
moon-stars
-
-
- -
moon
-
-
- -
mortarboard-fill
-
-
- -
mortarboard
-
-
- -
motherboard-fill
-
-
- -
motherboard
-
-
- -
mouse-fill
-
-
- -
mouse
-
-
- -
mouse2-fill
-
-
- -
mouse2
-
-
- -
mouse3-fill
-
-
- -
mouse3
-
-
- -
music-note-beamed
-
-
- -
music-note-list
-
-
- -
music-note
-
-
- -
music-player-fill
-
-
- -
music-player
-
-
- -
newspaper
-
-
- -
nintendo-switch
-
-
- -
node-minus-fill
-
-
- -
node-minus
-
-
- -
node-plus-fill
-
-
- -
node-plus
-
-
- -
nut-fill
-
-
- -
nut
-
-
- -
octagon-fill
-
-
- -
octagon-half
-
-
- -
octagon
-
-
- -
optical-audio-fill
-
-
- -
optical-audio
-
-
- -
option
-
-
- -
outlet
-
-
- -
paint-bucket
-
-
- -
palette-fill
-
-
- -
palette
-
-
- -
palette2
-
-
- -
paperclip
-
-
- -
paragraph
-
-
- -
patch-check-fill
-
-
- -
patch-check
-
-
- -
patch-exclamation-fill
-
-
- -
patch-exclamation
-
-
- -
patch-minus-fill
-
-
- -
patch-minus
-
-
- -
patch-plus-fill
-
-
- -
patch-plus
-
-
- -
patch-question-fill
-
-
- -
patch-question
-
-
- -
pause-btn-fill
-
-
- -
pause-btn
-
-
- -
pause-circle-fill
-
-
- -
pause-circle
-
-
- -
pause-fill
-
-
- -
pause
-
-
- -
paypal
-
-
- -
pc-display-horizontal
-
-
- -
pc-display
-
-
- -
pc-horizontal
-
-
- -
pc
-
-
- -
pci-card
-
-
- -
peace-fill
-
-
- -
peace
-
-
- -
pen-fill
-
-
- -
pen
-
-
- -
pencil-fill
-
-
- -
pencil-square
-
-
- -
pencil
-
-
- -
pentagon-fill
-
-
- -
pentagon-half
-
-
- -
pentagon
-
-
- -
people-fill
-
-
- -
people
-
-
- -
percent
-
-
- -
person-badge-fill
-
-
- -
person-badge
-
-
- -
person-bounding-box
-
-
- -
person-check-fill
-
-
- -
person-check
-
-
- -
person-circle
-
-
- -
person-dash-fill
-
-
- -
person-dash
-
-
- -
person-fill
-
-
- -
person-lines-fill
-
-
- -
person-plus-fill
-
-
- -
person-plus
-
-
- -
person-rolodex
-
-
- -
person-square
-
-
- -
person-video
-
-
- -
person-video2
-
-
- -
person-video3
-
-
- -
person-workspace
-
-
- -
person-x-fill
-
-
- -
person-x
-
-
- -
person
-
-
- -
phone-fill
-
-
- -
phone-landscape-fill
-
-
- -
phone-landscape
-
-
- -
phone-vibrate-fill
-
-
- -
phone-vibrate
-
-
- -
phone
-
-
- -
pie-chart-fill
-
-
- -
pie-chart
-
-
- -
piggy-bank-fill
-
-
- -
piggy-bank
-
-
- -
pin-angle-fill
-
-
- -
pin-angle
-
-
- -
pin-fill
-
-
- -
pin-map-fill
-
-
- -
pin-map
-
-
- -
pin
-
-
- -
pinterest
-
-
- -
pip-fill
-
-
- -
pip
-
-
- -
play-btn-fill
-
-
- -
play-btn
-
-
- -
play-circle-fill
-
-
- -
play-circle
-
-
- -
play-fill
-
-
- -
play
-
-
- -
playstation
-
-
- -
plug-fill
-
-
- -
plug
-
-
- -
plus-circle-dotted
-
-
- -
plus-circle-fill
-
-
- -
plus-circle
-
-
- -
plus-lg
-
-
- -
plus-slash-minus
-
-
- -
plus-square-dotted
-
-
- -
plus-square-fill
-
-
- -
plus-square
-
-
- -
plus
-
-
- -
power
-
-
- -
printer-fill
-
-
- -
printer
-
-
- -
projector-fill
-
-
- -
projector
-
-
- -
puzzle-fill
-
-
- -
puzzle
-
-
- -
qr-code-scan
-
-
- -
qr-code
-
-
- -
question-circle-fill
-
-
- -
question-circle
-
-
- -
question-diamond-fill
-
-
- -
question-diamond
-
-
- -
question-lg
-
-
- -
question-octagon-fill
-
-
- -
question-octagon
-
-
- -
question-square-fill
-
-
- -
question-square
-
-
- -
question
-
-
- -
quora
-
-
- -
quote
-
-
- -
radioactive
-
-
- -
rainbow
-
-
- -
receipt-cutoff
-
-
- -
receipt
-
-
- -
reception-0
-
-
- -
reception-1
-
-
- -
reception-2
-
-
- -
reception-3
-
-
- -
reception-4
-
-
- -
record-btn-fill
-
-
- -
record-btn
-
-
- -
record-circle-fill
-
-
- -
record-circle
-
-
- -
record-fill
-
-
- -
record
-
-
- -
record2-fill
-
-
- -
record2
-
-
- -
recycle
-
-
- -
reddit
-
-
- -
reply-all-fill
-
-
- -
reply-all
-
-
- -
reply-fill
-
-
- -
reply
-
-
- -
robot
-
-
- -
router-fill
-
-
- -
router
-
-
- -
rss-fill
-
-
- -
rss
-
-
- -
rulers
-
-
- -
safe-fill
-
-
- -
safe
-
-
- -
safe2-fill
-
-
- -
safe2
-
-
- -
save-fill
-
-
- -
save
-
-
- -
save2-fill
-
-
- -
save2
-
-
- -
scissors
-
-
- -
screwdriver
-
-
- -
sd-card-fill
-
-
- -
sd-card
-
-
- -
search
-
-
- -
segmented-nav
-
-
- -
send-check-fill
-
-
- -
send-check
-
-
- -
send-dash-fill
-
-
- -
send-dash
-
-
- -
send-exclamation-fill
-
-
- -
send-exclamation
-
-
- -
send-fill
-
-
- -
send-plus-fill
-
-
- -
send-plus
-
-
- -
send-slash-fill
-
-
- -
send-slash
-
-
- -
send-x-fill
-
-
- -
send-x
-
-
- -
send
-
-
- -
server
-
-
- -
share-fill
-
-
- -
share
-
-
- -
shield-check
-
-
- -
shield-exclamation
-
-
- -
shield-fill-check
-
-
- -
shield-fill-exclamation
-
-
- -
shield-fill-minus
-
-
- -
shield-fill-plus
-
-
- -
shield-fill-x
-
-
- -
shield-fill
-
-
- -
shield-lock-fill
-
-
- -
shield-lock
-
-
- -
shield-minus
-
-
- -
shield-plus
-
-
- -
shield-shaded
-
-
- -
shield-slash-fill
-
-
- -
shield-slash
-
-
- -
shield-x
-
-
- -
shield
-
-
- -
shift-fill
-
-
- -
shift
-
-
- -
shop-window
-
-
- -
shop
-
-
- -
shuffle
-
-
- -
signal
-
-
- -
signpost-2-fill
-
-
- -
signpost-2
-
-
- -
signpost-fill
-
-
- -
signpost-split-fill
-
-
- -
signpost-split
-
-
- -
signpost
-
-
- -
sim-fill
-
-
- -
sim
-
-
- -
skip-backward-btn-fill
-
-
- -
skip-backward-btn
-
-
- -
skip-backward-circle-fill
-
-
- -
skip-backward-circle
-
-
- -
skip-backward-fill
-
-
- -
skip-backward
-
-
- -
skip-end-btn-fill
-
-
- -
skip-end-btn
-
-
- -
skip-end-circle-fill
-
-
- -
skip-end-circle
-
-
- -
skip-end-fill
-
-
- -
skip-end
-
-
- -
skip-forward-btn-fill
-
-
- -
skip-forward-btn
-
-
- -
skip-forward-circle-fill
-
-
- -
skip-forward-circle
-
-
- -
skip-forward-fill
-
-
- -
skip-forward
-
-
- -
skip-start-btn-fill
-
-
- -
skip-start-btn
-
-
- -
skip-start-circle-fill
-
-
- -
skip-start-circle
-
-
- -
skip-start-fill
-
-
- -
skip-start
-
-
- -
skype
-
-
- -
slack
-
-
- -
slash-circle-fill
-
-
- -
slash-circle
-
-
- -
slash-lg
-
-
- -
slash-square-fill
-
-
- -
slash-square
-
-
- -
slash
-
-
- -
sliders
-
-
- -
smartwatch
-
-
- -
snapchat
-
-
- -
snow
-
-
- -
snow2
-
-
- -
snow3
-
-
- -
sort-alpha-down-alt
-
-
- -
sort-alpha-down
-
-
- -
sort-alpha-up-alt
-
-
- -
sort-alpha-up
-
-
- -
sort-down-alt
-
-
- -
sort-down
-
-
- -
sort-numeric-down-alt
-
-
- -
sort-numeric-down
-
-
- -
sort-numeric-up-alt
-
-
- -
sort-numeric-up
-
-
- -
sort-up-alt
-
-
- -
sort-up
-
-
- -
soundwave
-
-
- -
speaker-fill
-
-
- -
speaker
-
-
- -
speedometer
-
-
- -
speedometer2
-
-
- -
spellcheck
-
-
- -
spotify
-
-
- -
square-fill
-
-
- -
square-half
-
-
- -
square
-
-
- -
stack-overflow
-
-
- -
stack
-
-
- -
star-fill
-
-
- -
star-half
-
-
- -
star
-
-
- -
stars
-
-
- -
steam
-
-
- -
stickies-fill
-
-
- -
stickies
-
-
- -
sticky-fill
-
-
- -
sticky
-
-
- -
stop-btn-fill
-
-
- -
stop-btn
-
-
- -
stop-circle-fill
-
-
- -
stop-circle
-
-
- -
stop-fill
-
-
- -
stop
-
-
- -
stoplights-fill
-
-
- -
stoplights
-
-
- -
stopwatch-fill
-
-
- -
stopwatch
-
-
- -
strava
-
-
- -
subtract
-
-
- -
suit-club-fill
-
-
- -
suit-club
-
-
- -
suit-diamond-fill
-
-
- -
suit-diamond
-
-
- -
suit-heart-fill
-
-
- -
suit-heart
-
-
- -
suit-spade-fill
-
-
- -
suit-spade
-
-
- -
sun-fill
-
-
- -
sun
-
-
- -
sunglasses
-
-
- -
sunrise-fill
-
-
- -
sunrise
-
-
- -
sunset-fill
-
-
- -
sunset
-
-
- -
symmetry-horizontal
-
-
- -
symmetry-vertical
-
-
- -
table
-
-
- -
tablet-fill
-
-
- -
tablet-landscape-fill
-
-
- -
tablet-landscape
-
-
- -
tablet
-
-
- -
tag-fill
-
-
- -
tag
-
-
- -
tags-fill
-
-
- -
tags
-
-
- -
telegram
-
-
- -
telephone-fill
-
-
- -
telephone-forward-fill
-
-
- -
telephone-forward
-
-
- -
telephone-inbound-fill
-
-
- -
telephone-inbound
-
-
- -
telephone-minus-fill
-
-
- -
telephone-minus
-
-
- -
telephone-outbound-fill
-
-
- -
telephone-outbound
-
-
- -
telephone-plus-fill
-
-
- -
telephone-plus
-
-
- -
telephone-x-fill
-
-
- -
telephone-x
-
-
- -
telephone
-
-
- -
terminal-dash
-
-
- -
terminal-fill
-
-
- -
terminal-plus
-
-
- -
terminal-split
-
-
- -
terminal-x
-
-
- -
terminal
-
-
- -
text-center
-
-
- -
text-indent-left
-
-
- -
text-indent-right
-
-
- -
text-left
-
-
- -
text-paragraph
-
-
- -
text-right
-
-
- -
textarea-resize
-
-
- -
textarea-t
-
-
- -
textarea
-
-
- -
thermometer-half
-
-
- -
thermometer-high
-
-
- -
thermometer-low
-
-
- -
thermometer-snow
-
-
- -
thermometer-sun
-
-
- -
thermometer
-
-
- -
three-dots-vertical
-
-
- -
three-dots
-
-
- -
thunderbolt-fill
-
-
- -
thunderbolt
-
-
- -
ticket-detailed-fill
-
-
- -
ticket-detailed
-
-
- -
ticket-fill
-
-
- -
ticket-perferated-fill
-
-
- -
ticket-perferated
-
-
- -
ticket
-
-
- -
tiktok
-
-
- -
toggle-off
-
-
- -
toggle-on
-
-
- -
toggle2-off
-
-
- -
toggle2-on
-
-
- -
toggles
-
-
- -
toggles2
-
-
- -
tools
-
-
- -
tornado
-
-
- -
translate
-
-
- -
trash-fill
-
-
- -
trash
-
-
- -
trash2-fill
-
-
- -
trash2
-
-
- -
tree-fill
-
-
- -
tree
-
-
- -
triangle-fill
-
-
- -
triangle-half
-
-
- -
triangle
-
-
- -
trophy-fill
-
-
- -
trophy
-
-
- -
tropical-storm
-
-
- -
truck-flatbed
-
-
- -
truck
-
-
- -
tsunami
-
-
- -
tv-fill
-
-
- -
tv
-
-
- -
twitch
-
-
- -
twitter
-
-
- -
type-bold
-
-
- -
type-h1
-
-
- -
type-h2
-
-
- -
type-h3
-
-
- -
type-italic
-
-
- -
type-strikethrough
-
-
- -
type-underline
-
-
- -
type
-
-
- -
ui-checks-grid
-
-
- -
ui-checks
-
-
- -
ui-radios-grid
-
-
- -
ui-radios
-
-
- -
umbrella-fill
-
-
- -
umbrella
-
-
- -
union
-
-
- -
unlock-fill
-
-
- -
unlock
-
-
- -
upc-scan
-
-
- -
upc
-
-
- -
upload
-
-
- -
usb-c-fill
-
-
- -
usb-c
-
-
- -
usb-drive-fill
-
-
- -
usb-drive
-
-
- -
usb-fill
-
-
- -
usb-micro-fill
-
-
- -
usb-micro
-
-
- -
usb-mini-fill
-
-
- -
usb-mini
-
-
- -
usb-plug-fill
-
-
- -
usb-plug
-
-
- -
usb-symbol
-
-
- -
usb
-
-
- -
vector-pen
-
-
- -
view-list
-
-
- -
view-stacked
-
-
- -
vimeo
-
-
- -
vinyl-fill
-
-
- -
vinyl
-
-
- -
voicemail
-
-
- -
volume-down-fill
-
-
- -
volume-down
-
-
- -
volume-mute-fill
-
-
- -
volume-mute
-
-
- -
volume-off-fill
-
-
- -
volume-off
-
-
- -
volume-up-fill
-
-
- -
volume-up
-
-
- -
vr
-
-
- -
wallet-fill
-
-
- -
wallet
-
-
- -
wallet2
-
-
- -
watch
-
-
- -
water
-
-
- -
webcam-fill
-
-
- -
webcam
-
-
- -
whatsapp
-
-
- -
wifi-1
-
-
- -
wifi-2
-
-
- -
wifi-off
-
-
- -
wifi
-
-
- -
wind
-
-
- -
window-dash
-
-
- -
window-desktop
-
-
- -
window-dock
-
-
- -
window-fullscreen
-
-
- -
window-plus
-
-
- -
window-sidebar
-
-
- -
window-split
-
-
- -
window-stack
-
-
- -
window-x
-
-
- -
window
-
-
- -
windows
-
-
- -
wordpress
-
-
- -
wrench
-
-
- -
x-circle-fill
-
-
- -
x-circle
-
-
- -
x-diamond-fill
-
-
- -
x-diamond
-
-
- -
x-lg
-
-
- -
x-octagon-fill
-
-
- -
x-octagon
-
-
- -
x-square-fill
-
-
- -
x-square
-
-
- -
x
-
-
- -
xbox
-
-
- -
yin-yang
-
-
- -
youtube
-
-
- -
zoom-in
-
-
- -
zoom-out
-
-
- +

bootstrap-icons

+ +
+
+ +
123
+
+
+ +
activity
+
+
+ +
alarm-fill
+
+
+ +
alarm
+
+
+ +
align-bottom
+
+
+ +
align-center
+
+
+ +
align-end
+
+
+ +
align-middle
+
+
+ +
align-start
+
+
+ +
align-top
+
+
+ +
alt
+
+
+ +
app-indicator
+
+
+ +
app
+
+
+ +
apple
+
+
+ +
archive-fill
+
+
+ +
archive
+
+
+ +
arrow-90deg-down
+
+
+ +
arrow-90deg-left
+
+
+ +
arrow-90deg-right
+
+
+ +
arrow-90deg-up
+
+
+ +
arrow-bar-down
+
+
+ +
arrow-bar-left
+
+
+ +
arrow-bar-right
+
+
+ +
arrow-bar-up
+
+
+ +
arrow-clockwise
+
+
+ +
arrow-counterclockwise
+
+
+ +
arrow-down-circle-fill
+
+
+ +
arrow-down-circle
+
+
+ +
arrow-down-left-circle-fill
+
+
+ +
arrow-down-left-circle
+
+
+ +
arrow-down-left-square-fill
+
+
+ +
arrow-down-left-square
+
+
+ +
arrow-down-left
+
+
+ +
arrow-down-right-circle-fill
+
+
+ +
arrow-down-right-circle
+
+
+ +
arrow-down-right-square-fill
+
+
+ +
arrow-down-right-square
+
+
+ +
arrow-down-right
+
+
+ +
arrow-down-short
+
+
+ +
arrow-down-square-fill
+
+
+ +
arrow-down-square
+
+
+ +
arrow-down-up
+
+
+ +
arrow-down
+
+
+ +
arrow-left-circle-fill
+
+
+ +
arrow-left-circle
+
+
+ +
arrow-left-right
+
+
+ +
arrow-left-short
+
+
+ +
arrow-left-square-fill
+
+
+ +
arrow-left-square
+
+
+ +
arrow-left
+
+
+ +
arrow-repeat
+
+
+ +
arrow-return-left
+
+
+ +
arrow-return-right
+
+
+ +
arrow-right-circle-fill
+
+
+ +
arrow-right-circle
+
+
+ +
arrow-right-short
+
+
+ +
arrow-right-square-fill
+
+
+ +
arrow-right-square
+
+
+ +
arrow-right
+
+
+ +
arrow-up-circle-fill
+
+
+ +
arrow-up-circle
+
+
+ +
arrow-up-left-circle-fill
+
+
+ +
arrow-up-left-circle
+
+
+ +
arrow-up-left-square-fill
+
+
+ +
arrow-up-left-square
+
+
+ +
arrow-up-left
+
+
+ +
arrow-up-right-circle-fill
+
+
+ +
arrow-up-right-circle
+
+
+ +
arrow-up-right-square-fill
+
+
+ +
arrow-up-right-square
+
+
+ +
arrow-up-right
+
+
+ +
arrow-up-short
+
+
+ +
arrow-up-square-fill
+
+
+ +
arrow-up-square
+
+
+ +
arrow-up
+
+
+ +
arrows-angle-contract
+
+
+ +
arrows-angle-expand
+
+
+ +
arrows-collapse
+
+
+ +
arrows-expand
+
+
+ +
arrows-fullscreen
+
+
+ +
arrows-move
+
+
+ +
aspect-ratio-fill
+
+
+ +
aspect-ratio
+
+
+ +
asterisk
+
+
+ +
at
+
+
+ +
award-fill
+
+
+ +
award
+
+
+ +
back
+
+
+ +
backspace-fill
+
+
+ +
backspace-reverse-fill
+
+
+ +
backspace-reverse
+
+
+ +
backspace
+
+
+ +
badge-3d-fill
+
+
+ +
badge-3d
+
+
+ +
badge-4k-fill
+
+
+ +
badge-4k
+
+
+ +
badge-8k-fill
+
+
+ +
badge-8k
+
+
+ +
badge-ad-fill
+
+
+ +
badge-ad
+
+
+ +
badge-ar-fill
+
+
+ +
badge-ar
+
+
+ +
badge-cc-fill
+
+
+ +
badge-cc
+
+
+ +
badge-hd-fill
+
+
+ +
badge-hd
+
+
+ +
badge-tm-fill
+
+
+ +
badge-tm
+
+
+ +
badge-vo-fill
+
+
+ +
badge-vo
+
+
+ +
badge-vr-fill
+
+
+ +
badge-vr
+
+
+ +
badge-wc-fill
+
+
+ +
badge-wc
+
+
+ +
bag-check-fill
+
+
+ +
bag-check
+
+
+ +
bag-dash-fill
+
+
+ +
bag-dash
+
+
+ +
bag-fill
+
+
+ +
bag-plus-fill
+
+
+ +
bag-plus
+
+
+ +
bag-x-fill
+
+
+ +
bag-x
+
+
+ +
bag
+
+
+ +
bandaid-fill
+
+
+ +
bandaid
+
+
+ +
bank
+
+
+ +
bank2
+
+
+ +
bar-chart-fill
+
+
+ +
bar-chart-line-fill
+
+
+ +
bar-chart-line
+
+
+ +
bar-chart-steps
+
+
+ +
bar-chart
+
+
+ +
basket-fill
+
+
+ +
basket
+
+
+ +
basket2-fill
+
+
+ +
basket2
+
+
+ +
basket3-fill
+
+
+ +
basket3
+
+
+ +
battery-charging
+
+
+ +
battery-full
+
+
+ +
battery-half
+
+
+ +
battery
+
+
+ +
behance
+
+
+ +
bell-fill
+
+
+ +
bell-slash-fill
+
+
+ +
bell-slash
+
+
+ +
bell
+
+
+ +
bezier
+
+
+ +
bezier2
+
+
+ +
bicycle
+
+
+ +
binoculars-fill
+
+
+ +
binoculars
+
+
+ +
blockquote-left
+
+
+ +
blockquote-right
+
+
+ +
bluetooth
+
+
+ +
body-text
+
+
+ +
book-fill
+
+
+ +
book-half
+
+
+ +
book
+
+
+ +
bookmark-check-fill
+
+
+ +
bookmark-check
+
+
+ +
bookmark-dash-fill
+
+
+ +
bookmark-dash
+
+
+ +
bookmark-fill
+
+
+ +
bookmark-heart-fill
+
+
+ +
bookmark-heart
+
+
+ +
bookmark-plus-fill
+
+
+ +
bookmark-plus
+
+
+ +
bookmark-star-fill
+
+
+ +
bookmark-star
+
+
+ +
bookmark-x-fill
+
+
+ +
bookmark-x
+
+
+ +
bookmark
+
+
+ +
bookmarks-fill
+
+
+ +
bookmarks
+
+
+ +
bookshelf
+
+
+ +
boombox-fill
+
+
+ +
boombox
+
+
+ +
bootstrap-fill
+
+
+ +
bootstrap-reboot
+
+
+ +
bootstrap
+
+
+ +
border-all
+
+
+ +
border-bottom
+
+
+ +
border-center
+
+
+ +
border-inner
+
+
+ +
border-left
+
+
+ +
border-middle
+
+
+ +
border-outer
+
+
+ +
border-right
+
+
+ +
border-style
+
+
+ +
border-top
+
+
+ +
border-width
+
+
+ +
border
+
+
+ +
bounding-box-circles
+
+
+ +
bounding-box
+
+
+ +
box-arrow-down-left
+
+
+ +
box-arrow-down-right
+
+
+ +
box-arrow-down
+
+
+ +
box-arrow-in-down-left
+
+
+ +
box-arrow-in-down-right
+
+
+ +
box-arrow-in-down
+
+
+ +
box-arrow-in-left
+
+
+ +
box-arrow-in-right
+
+
+ +
box-arrow-in-up-left
+
+
+ +
box-arrow-in-up-right
+
+
+ +
box-arrow-in-up
+
+
+ +
box-arrow-left
+
+
+ +
box-arrow-right
+
+
+ +
box-arrow-up-left
+
+
+ +
box-arrow-up-right
+
+
+ +
box-arrow-up
+
+
+ +
box-seam
+
+
+ +
box
+
+
+ +
boxes
+
+
+ +
braces
+
+
+ +
bricks
+
+
+ +
briefcase-fill
+
+
+ +
briefcase
+
+
+ +
brightness-alt-high-fill
+
+
+ +
brightness-alt-high
+
+
+ +
brightness-alt-low-fill
+
+
+ +
brightness-alt-low
+
+
+ +
brightness-high-fill
+
+
+ +
brightness-high
+
+
+ +
brightness-low-fill
+
+
+ +
brightness-low
+
+
+ +
broadcast-pin
+
+
+ +
broadcast
+
+
+ +
brush-fill
+
+
+ +
brush
+
+
+ +
bucket-fill
+
+
+ +
bucket
+
+
+ +
bug-fill
+
+
+ +
bug
+
+
+ +
building
+
+
+ +
bullseye
+
+
+ +
calculator-fill
+
+
+ +
calculator
+
+
+ +
calendar-check-fill
+
+
+ +
calendar-check
+
+
+ +
calendar-date-fill
+
+
+ +
calendar-date
+
+
+ +
calendar-day-fill
+
+
+ +
calendar-day
+
+
+ +
calendar-event-fill
+
+
+ +
calendar-event
+
+
+ +
calendar-fill
+
+
+ +
calendar-minus-fill
+
+
+ +
calendar-minus
+
+
+ +
calendar-month-fill
+
+
+ +
calendar-month
+
+
+ +
calendar-plus-fill
+
+
+ +
calendar-plus
+
+
+ +
calendar-range-fill
+
+
+ +
calendar-range
+
+
+ +
calendar-week-fill
+
+
+ +
calendar-week
+
+
+ +
calendar-x-fill
+
+
+ +
calendar-x
+
+
+ +
calendar
+
+
+ +
calendar2-check-fill
+
+
+ +
calendar2-check
+
+
+ +
calendar2-date-fill
+
+
+ +
calendar2-date
+
+
+ +
calendar2-day-fill
+
+
+ +
calendar2-day
+
+
+ +
calendar2-event-fill
+
+
+ +
calendar2-event
+
+
+ +
calendar2-fill
+
+
+ +
calendar2-minus-fill
+
+
+ +
calendar2-minus
+
+
+ +
calendar2-month-fill
+
+
+ +
calendar2-month
+
+
+ +
calendar2-plus-fill
+
+
+ +
calendar2-plus
+
+
+ +
calendar2-range-fill
+
+
+ +
calendar2-range
+
+
+ +
calendar2-week-fill
+
+
+ +
calendar2-week
+
+
+ +
calendar2-x-fill
+
+
+ +
calendar2-x
+
+
+ +
calendar2
+
+
+ +
calendar3-event-fill
+
+
+ +
calendar3-event
+
+
+ +
calendar3-fill
+
+
+ +
calendar3-range-fill
+
+
+ +
calendar3-range
+
+
+ +
calendar3-week-fill
+
+
+ +
calendar3-week
+
+
+ +
calendar3
+
+
+ +
calendar4-event
+
+
+ +
calendar4-range
+
+
+ +
calendar4-week
+
+
+ +
calendar4
+
+
+ +
camera-fill
+
+
+ +
camera-reels-fill
+
+
+ +
camera-reels
+
+
+ +
camera-video-fill
+
+
+ +
camera-video-off-fill
+
+
+ +
camera-video-off
+
+
+ +
camera-video
+
+
+ +
camera
+
+
+ +
camera2
+
+
+ +
capslock-fill
+
+
+ +
capslock
+
+
+ +
card-checklist
+
+
+ +
card-heading
+
+
+ +
card-image
+
+
+ +
card-list
+
+
+ +
card-text
+
+
+ +
caret-down-fill
+
+
+ +
caret-down-square-fill
+
+
+ +
caret-down-square
+
+
+ +
caret-down
+
+
+ +
caret-left-fill
+
+
+ +
caret-left-square-fill
+
+
+ +
caret-left-square
+
+
+ +
caret-left
+
+
+ +
caret-right-fill
+
+
+ +
caret-right-square-fill
+
+
+ +
caret-right-square
+
+
+ +
caret-right
+
+
+ +
caret-up-fill
+
+
+ +
caret-up-square-fill
+
+
+ +
caret-up-square
+
+
+ +
caret-up
+
+
+ +
cart-check-fill
+
+
+ +
cart-check
+
+
+ +
cart-dash-fill
+
+
+ +
cart-dash
+
+
+ +
cart-fill
+
+
+ +
cart-plus-fill
+
+
+ +
cart-plus
+
+
+ +
cart-x-fill
+
+
+ +
cart-x
+
+
+ +
cart
+
+
+ +
cart2
+
+
+ +
cart3
+
+
+ +
cart4
+
+
+ +
cash-coin
+
+
+ +
cash-stack
+
+
+ +
cash
+
+
+ +
cast
+
+
+ +
chat-dots-fill
+
+
+ +
chat-dots
+
+
+ +
chat-fill
+
+
+ +
chat-left-dots-fill
+
+
+ +
chat-left-dots
+
+
+ +
chat-left-fill
+
+
+ +
chat-left-quote-fill
+
+
+ +
chat-left-quote
+
+
+ +
chat-left-text-fill
+
+
+ +
chat-left-text
+
+
+ +
chat-left
+
+
+ +
chat-quote-fill
+
+
+ +
chat-quote
+
+
+ +
chat-right-dots-fill
+
+
+ +
chat-right-dots
+
+
+ +
chat-right-fill
+
+
+ +
chat-right-quote-fill
+
+
+ +
chat-right-quote
+
+
+ +
chat-right-text-fill
+
+
+ +
chat-right-text
+
+
+ +
chat-right
+
+
+ +
chat-square-dots-fill
+
+
+ +
chat-square-dots
+
+
+ +
chat-square-fill
+
+
+ +
chat-square-quote-fill
+
+
+ +
chat-square-quote
+
+
+ +
chat-square-text-fill
+
+
+ +
chat-square-text
+
+
+ +
chat-square
+
+
+ +
chat-text-fill
+
+
+ +
chat-text
+
+
+ +
chat
+
+
+ +
check-all
+
+
+ +
check-circle-fill
+
+
+ +
check-circle
+
+
+ +
check-lg
+
+
+ +
check-square-fill
+
+
+ +
check-square
+
+
+ +
check
+
+
+ +
check2-all
+
+
+ +
check2-circle
+
+
+ +
check2-square
+
+
+ +
check2
+
+
+ +
chevron-bar-contract
+
+
+ +
chevron-bar-down
+
+
+ +
chevron-bar-expand
+
+
+ +
chevron-bar-left
+
+
+ +
chevron-bar-right
+
+
+ +
chevron-bar-up
+
+
+ +
chevron-compact-down
+
+
+ +
chevron-compact-left
+
+
+ +
chevron-compact-right
+
+
+ +
chevron-compact-up
+
+
+ +
chevron-contract
+
+
+ +
chevron-double-down
+
+
+ +
chevron-double-left
+
+
+ +
chevron-double-right
+
+
+ +
chevron-double-up
+
+
+ +
chevron-down
+
+
+ +
chevron-expand
+
+
+ +
chevron-left
+
+
+ +
chevron-right
+
+
+ +
chevron-up
+
+
+ +
circle-fill
+
+
+ +
circle-half
+
+
+ +
circle-square
+
+
+ +
circle
+
+
+ +
clipboard-check
+
+
+ +
clipboard-data
+
+
+ +
clipboard-minus
+
+
+ +
clipboard-plus
+
+
+ +
clipboard-x
+
+
+ +
clipboard
+
+
+ +
clock-fill
+
+
+ +
clock-history
+
+
+ +
clock
+
+
+ +
cloud-arrow-down-fill
+
+
+ +
cloud-arrow-down
+
+
+ +
cloud-arrow-up-fill
+
+
+ +
cloud-arrow-up
+
+
+ +
cloud-check-fill
+
+
+ +
cloud-check
+
+
+ +
cloud-download-fill
+
+
+ +
cloud-download
+
+
+ +
cloud-drizzle-fill
+
+
+ +
cloud-drizzle
+
+
+ +
cloud-fill
+
+
+ +
cloud-fog-fill
+
+
+ +
cloud-fog
+
+
+ +
cloud-fog2-fill
+
+
+ +
cloud-fog2
+
+
+ +
cloud-hail-fill
+
+
+ +
cloud-hail
+
+
+ +
cloud-haze-fill
+
+
+ +
cloud-haze
+
+
+ +
cloud-haze2-fill
+
+
+ +
cloud-haze2
+
+
+ +
cloud-lightning-fill
+
+
+ +
cloud-lightning-rain-fill
+
+
+ +
cloud-lightning-rain
+
+
+ +
cloud-lightning
+
+
+ +
cloud-minus-fill
+
+
+ +
cloud-minus
+
+
+ +
cloud-moon-fill
+
+
+ +
cloud-moon
+
+
+ +
cloud-plus-fill
+
+
+ +
cloud-plus
+
+
+ +
cloud-rain-fill
+
+
+ +
cloud-rain-heavy-fill
+
+
+ +
cloud-rain-heavy
+
+
+ +
cloud-rain
+
+
+ +
cloud-slash-fill
+
+
+ +
cloud-slash
+
+
+ +
cloud-sleet-fill
+
+
+ +
cloud-sleet
+
+
+ +
cloud-snow-fill
+
+
+ +
cloud-snow
+
+
+ +
cloud-sun-fill
+
+
+ +
cloud-sun
+
+
+ +
cloud-upload-fill
+
+
+ +
cloud-upload
+
+
+ +
cloud
+
+
+ +
clouds-fill
+
+
+ +
clouds
+
+
+ +
cloudy-fill
+
+
+ +
cloudy
+
+
+ +
code-slash
+
+
+ +
code-square
+
+
+ +
code
+
+
+ +
coin
+
+
+ +
collection-fill
+
+
+ +
collection-play-fill
+
+
+ +
collection-play
+
+
+ +
collection
+
+
+ +
columns-gap
+
+
+ +
columns
+
+
+ +
command
+
+
+ +
compass-fill
+
+
+ +
compass
+
+
+ +
cone-striped
+
+
+ +
cone
+
+
+ +
controller
+
+
+ +
cpu-fill
+
+
+ +
cpu
+
+
+ +
credit-card-2-back-fill
+
+
+ +
credit-card-2-back
+
+
+ +
credit-card-2-front-fill
+
+
+ +
credit-card-2-front
+
+
+ +
credit-card-fill
+
+
+ +
credit-card
+
+
+ +
crop
+
+
+ +
cup-fill
+
+
+ +
cup-straw
+
+
+ +
cup
+
+
+ +
currency-bitcoin
+
+
+ +
currency-dollar
+
+
+ +
currency-euro
+
+
+ +
currency-exchange
+
+
+ +
currency-pound
+
+
+ +
currency-yen
+
+
+ +
cursor-fill
+
+
+ +
cursor-text
+
+
+ +
cursor
+
+
+ +
dash-circle-dotted
+
+
+ +
dash-circle-fill
+
+
+ +
dash-circle
+
+
+ +
dash-lg
+
+
+ +
dash-square-dotted
+
+
+ +
dash-square-fill
+
+
+ +
dash-square
+
+
+ +
dash
+
+
+ +
device-hdd-fill
+
+
+ +
device-hdd
+
+
+ +
device-ssd-fill
+
+
+ +
device-ssd
+
+
+ +
diagram-2-fill
+
+
+ +
diagram-2
+
+
+ +
diagram-3-fill
+
+
+ +
diagram-3
+
+
+ +
diamond-fill
+
+
+ +
diamond-half
+
+
+ +
diamond
+
+
+ +
dice-1-fill
+
+
+ +
dice-1
+
+
+ +
dice-2-fill
+
+
+ +
dice-2
+
+
+ +
dice-3-fill
+
+
+ +
dice-3
+
+
+ +
dice-4-fill
+
+
+ +
dice-4
+
+
+ +
dice-5-fill
+
+
+ +
dice-5
+
+
+ +
dice-6-fill
+
+
+ +
dice-6
+
+
+ +
disc-fill
+
+
+ +
disc
+
+
+ +
discord
+
+
+ +
display-fill
+
+
+ +
display
+
+
+ +
displayport-fill
+
+
+ +
displayport
+
+
+ +
distribute-horizontal
+
+
+ +
distribute-vertical
+
+
+ +
door-closed-fill
+
+
+ +
door-closed
+
+
+ +
door-open-fill
+
+
+ +
door-open
+
+
+ +
dot
+
+
+ +
download
+
+
+ +
dpad-fill
+
+
+ +
dpad
+
+
+ +
dribbble
+
+
+ +
droplet-fill
+
+
+ +
droplet-half
+
+
+ +
droplet
+
+
+ +
ear-fill
+
+
+ +
ear
+
+
+ +
earbuds
+
+
+ +
easel-fill
+
+
+ +
easel
+
+
+ +
easel2-fill
+
+
+ +
easel2
+
+
+ +
easel3-fill
+
+
+ +
easel3
+
+
+ +
egg-fill
+
+
+ +
egg-fried
+
+
+ +
egg
+
+
+ +
eject-fill
+
+
+ +
eject
+
+
+ +
emoji-angry-fill
+
+
+ +
emoji-angry
+
+
+ +
emoji-dizzy-fill
+
+
+ +
emoji-dizzy
+
+
+ +
emoji-expressionless-fill
+
+
+ +
emoji-expressionless
+
+
+ +
emoji-frown-fill
+
+
+ +
emoji-frown
+
+
+ +
emoji-heart-eyes-fill
+
+
+ +
emoji-heart-eyes
+
+
+ +
emoji-laughing-fill
+
+
+ +
emoji-laughing
+
+
+ +
emoji-neutral-fill
+
+
+ +
emoji-neutral
+
+
+ +
emoji-smile-fill
+
+
+ +
emoji-smile-upside-down-fill
+
+
+ +
emoji-smile-upside-down
+
+
+ +
emoji-smile
+
+
+ +
emoji-sunglasses-fill
+
+
+ +
emoji-sunglasses
+
+
+ +
emoji-wink-fill
+
+
+ +
emoji-wink
+
+
+ +
envelope-check-fill
+
+
+ +
envelope-check
+
+
+ +
envelope-dash-fill
+
+
+ +
envelope-dash
+
+
+ +
envelope-exclamation-fill
+
+
+ +
envelope-exclamation
+
+
+ +
envelope-fill
+
+
+ +
envelope-open-fill
+
+
+ +
envelope-open
+
+
+ +
envelope-plus-fill
+
+
+ +
envelope-plus
+
+
+ +
envelope-slash-fill
+
+
+ +
envelope-slash
+
+
+ +
envelope-x-fill
+
+
+ +
envelope-x
+
+
+ +
envelope
+
+
+ +
eraser-fill
+
+
+ +
eraser
+
+
+ +
ethernet
+
+
+ +
exclamation-circle-fill
+
+
+ +
exclamation-circle
+
+
+ +
exclamation-diamond-fill
+
+
+ +
exclamation-diamond
+
+
+ +
exclamation-lg
+
+
+ +
exclamation-octagon-fill
+
+
+ +
exclamation-octagon
+
+
+ +
exclamation-square-fill
+
+
+ +
exclamation-square
+
+
+ +
exclamation-triangle-fill
+
+
+ +
exclamation-triangle
+
+
+ +
exclamation
+
+
+ +
exclude
+
+
+ +
explicit-fill
+
+
+ +
explicit
+
+
+ +
eye-fill
+
+
+ +
eye-slash-fill
+
+
+ +
eye-slash
+
+
+ +
eye
+
+
+ +
eyedropper
+
+
+ +
eyeglasses
+
+
+ +
facebook
+
+
+ +
fan
+
+
+ +
file-arrow-down-fill
+
+
+ +
file-arrow-down
+
+
+ +
file-arrow-up-fill
+
+
+ +
file-arrow-up
+
+
+ +
file-bar-graph-fill
+
+
+ +
file-bar-graph
+
+
+ +
file-binary-fill
+
+
+ +
file-binary
+
+
+ +
file-break-fill
+
+
+ +
file-break
+
+
+ +
file-check-fill
+
+
+ +
file-check
+
+
+ +
file-code-fill
+
+
+ +
file-code
+
+
+ +
file-diff-fill
+
+
+ +
file-diff
+
+
+ +
file-earmark-arrow-down-fill
+
+
+ +
file-earmark-arrow-down
+
+
+ +
file-earmark-arrow-up-fill
+
+
+ +
file-earmark-arrow-up
+
+
+ +
file-earmark-bar-graph-fill
+
+
+ +
file-earmark-bar-graph
+
+
+ +
file-earmark-binary-fill
+
+
+ +
file-earmark-binary
+
+
+ +
file-earmark-break-fill
+
+
+ +
file-earmark-break
+
+
+ +
file-earmark-check-fill
+
+
+ +
file-earmark-check
+
+
+ +
file-earmark-code-fill
+
+
+ +
file-earmark-code
+
+
+ +
file-earmark-diff-fill
+
+
+ +
file-earmark-diff
+
+
+ +
file-earmark-easel-fill
+
+
+ +
file-earmark-easel
+
+
+ +
file-earmark-excel-fill
+
+
+ +
file-earmark-excel
+
+
+ +
file-earmark-fill
+
+
+ +
file-earmark-font-fill
+
+
+ +
file-earmark-font
+
+
+ +
file-earmark-image-fill
+
+
+ +
file-earmark-image
+
+
+ +
file-earmark-lock-fill
+
+
+ +
file-earmark-lock
+
+
+ +
file-earmark-lock2-fill
+
+
+ +
file-earmark-lock2
+
+
+ +
file-earmark-medical-fill
+
+
+ +
file-earmark-medical
+
+
+ +
file-earmark-minus-fill
+
+
+ +
file-earmark-minus
+
+
+ +
file-earmark-music-fill
+
+
+ +
file-earmark-music
+
+
+ +
file-earmark-pdf-fill
+
+
+ +
file-earmark-pdf
+
+
+ +
file-earmark-person-fill
+
+
+ +
file-earmark-person
+
+
+ +
file-earmark-play-fill
+
+
+ +
file-earmark-play
+
+
+ +
file-earmark-plus-fill
+
+
+ +
file-earmark-plus
+
+
+ +
file-earmark-post-fill
+
+
+ +
file-earmark-post
+
+
+ +
file-earmark-ppt-fill
+
+
+ +
file-earmark-ppt
+
+
+ +
file-earmark-richtext-fill
+
+
+ +
file-earmark-richtext
+
+
+ +
file-earmark-ruled-fill
+
+
+ +
file-earmark-ruled
+
+
+ +
file-earmark-slides-fill
+
+
+ +
file-earmark-slides
+
+
+ +
file-earmark-spreadsheet-fill
+
+
+ +
file-earmark-spreadsheet
+
+
+ +
file-earmark-text-fill
+
+
+ +
file-earmark-text
+
+
+ +
file-earmark-word-fill
+
+
+ +
file-earmark-word
+
+
+ +
file-earmark-x-fill
+
+
+ +
file-earmark-x
+
+
+ +
file-earmark-zip-fill
+
+
+ +
file-earmark-zip
+
+
+ +
file-earmark
+
+
+ +
file-easel-fill
+
+
+ +
file-easel
+
+
+ +
file-excel-fill
+
+
+ +
file-excel
+
+
+ +
file-fill
+
+
+ +
file-font-fill
+
+
+ +
file-font
+
+
+ +
file-image-fill
+
+
+ +
file-image
+
+
+ +
file-lock-fill
+
+
+ +
file-lock
+
+
+ +
file-lock2-fill
+
+
+ +
file-lock2
+
+
+ +
file-medical-fill
+
+
+ +
file-medical
+
+
+ +
file-minus-fill
+
+
+ +
file-minus
+
+
+ +
file-music-fill
+
+
+ +
file-music
+
+
+ +
file-pdf-fill
+
+
+ +
file-pdf
+
+
+ +
file-person-fill
+
+
+ +
file-person
+
+
+ +
file-play-fill
+
+
+ +
file-play
+
+
+ +
file-plus-fill
+
+
+ +
file-plus
+
+
+ +
file-post-fill
+
+
+ +
file-post
+
+
+ +
file-ppt-fill
+
+
+ +
file-ppt
+
+
+ +
file-richtext-fill
+
+
+ +
file-richtext
+
+
+ +
file-ruled-fill
+
+
+ +
file-ruled
+
+
+ +
file-slides-fill
+
+
+ +
file-slides
+
+
+ +
file-spreadsheet-fill
+
+
+ +
file-spreadsheet
+
+
+ +
file-text-fill
+
+
+ +
file-text
+
+
+ +
file-word-fill
+
+
+ +
file-word
+
+
+ +
file-x-fill
+
+
+ +
file-x
+
+
+ +
file-zip-fill
+
+
+ +
file-zip
+
+
+ +
file
+
+
+ +
files-alt
+
+
+ +
files
+
+
+ +
film
+
+
+ +
filter-circle-fill
+
+
+ +
filter-circle
+
+
+ +
filter-left
+
+
+ +
filter-right
+
+
+ +
filter-square-fill
+
+
+ +
filter-square
+
+
+ +
filter
+
+
+ +
fingerprint
+
+
+ +
flag-fill
+
+
+ +
flag
+
+
+ +
flower1
+
+
+ +
flower2
+
+
+ +
flower3
+
+
+ +
folder-check
+
+
+ +
folder-fill
+
+
+ +
folder-minus
+
+
+ +
folder-plus
+
+
+ +
folder-symlink-fill
+
+
+ +
folder-symlink
+
+
+ +
folder-x
+
+
+ +
folder
+
+
+ +
folder2-open
+
+
+ +
folder2
+
+
+ +
fonts
+
+
+ +
forward-fill
+
+
+ +
forward
+
+
+ +
front
+
+
+ +
fullscreen-exit
+
+
+ +
fullscreen
+
+
+ +
funnel-fill
+
+
+ +
funnel
+
+
+ +
gear-fill
+
+
+ +
gear-wide-connected
+
+
+ +
gear-wide
+
+
+ +
gear
+
+
+ +
gem
+
+
+ +
gender-ambiguous
+
+
+ +
gender-female
+
+
+ +
gender-male
+
+
+ +
gender-trans
+
+
+ +
geo-alt-fill
+
+
+ +
geo-alt
+
+
+ +
geo-fill
+
+
+ +
geo
+
+
+ +
gift-fill
+
+
+ +
gift
+
+
+ +
git
+
+
+ +
github
+
+
+ +
globe
+
+
+ +
globe2
+
+
+ +
google
+
+
+ +
gpu-card
+
+
+ +
graph-down-arrow
+
+
+ +
graph-down
+
+
+ +
graph-up-arrow
+
+
+ +
graph-up
+
+
+ +
grid-1x2-fill
+
+
+ +
grid-1x2
+
+
+ +
grid-3x2-gap-fill
+
+
+ +
grid-3x2-gap
+
+
+ +
grid-3x2
+
+
+ +
grid-3x3-gap-fill
+
+
+ +
grid-3x3-gap
+
+
+ +
grid-3x3
+
+
+ +
grid-fill
+
+
+ +
grid
+
+
+ +
grip-horizontal
+
+
+ +
grip-vertical
+
+
+ +
hammer
+
+
+ +
hand-index-fill
+
+
+ +
hand-index-thumb-fill
+
+
+ +
hand-index-thumb
+
+
+ +
hand-index
+
+
+ +
hand-thumbs-down-fill
+
+
+ +
hand-thumbs-down
+
+
+ +
hand-thumbs-up-fill
+
+
+ +
hand-thumbs-up
+
+
+ +
handbag-fill
+
+
+ +
handbag
+
+
+ +
hash
+
+
+ +
hdd-fill
+
+
+ +
hdd-network-fill
+
+
+ +
hdd-network
+
+
+ +
hdd-rack-fill
+
+
+ +
hdd-rack
+
+
+ +
hdd-stack-fill
+
+
+ +
hdd-stack
+
+
+ +
hdd
+
+
+ +
hdmi-fill
+
+
+ +
hdmi
+
+
+ +
headphones
+
+
+ +
headset-vr
+
+
+ +
headset
+
+
+ +
heart-fill
+
+
+ +
heart-half
+
+
+ +
heart
+
+
+ +
heptagon-fill
+
+
+ +
heptagon-half
+
+
+ +
heptagon
+
+
+ +
hexagon-fill
+
+
+ +
hexagon-half
+
+
+ +
hexagon
+
+
+ +
hourglass-bottom
+
+
+ +
hourglass-split
+
+
+ +
hourglass-top
+
+
+ +
hourglass
+
+
+ +
house-door-fill
+
+
+ +
house-door
+
+
+ +
house-fill
+
+
+ +
house
+
+
+ +
hr
+
+
+ +
hurricane
+
+
+ +
hypnotize
+
+
+ +
image-alt
+
+
+ +
image-fill
+
+
+ +
image
+
+
+ +
images
+
+
+ +
inbox-fill
+
+
+ +
inbox
+
+
+ +
inboxes-fill
+
+
+ +
inboxes
+
+
+ +
infinity
+
+
+ +
info-circle-fill
+
+
+ +
info-circle
+
+
+ +
info-lg
+
+
+ +
info-square-fill
+
+
+ +
info-square
+
+
+ +
info
+
+
+ +
input-cursor-text
+
+
+ +
input-cursor
+
+
+ +
instagram
+
+
+ +
intersect
+
+
+ +
journal-album
+
+
+ +
journal-arrow-down
+
+
+ +
journal-arrow-up
+
+
+ +
journal-bookmark-fill
+
+
+ +
journal-bookmark
+
+
+ +
journal-check
+
+
+ +
journal-code
+
+
+ +
journal-medical
+
+
+ +
journal-minus
+
+
+ +
journal-plus
+
+
+ +
journal-richtext
+
+
+ +
journal-text
+
+
+ +
journal-x
+
+
+ +
journal
+
+
+ +
journals
+
+
+ +
joystick
+
+
+ +
justify-left
+
+
+ +
justify-right
+
+
+ +
justify
+
+
+ +
kanban-fill
+
+
+ +
kanban
+
+
+ +
key-fill
+
+
+ +
key
+
+
+ +
keyboard-fill
+
+
+ +
keyboard
+
+
+ +
ladder
+
+
+ +
lamp-fill
+
+
+ +
lamp
+
+
+ +
laptop-fill
+
+
+ +
laptop
+
+
+ +
layer-backward
+
+
+ +
layer-forward
+
+
+ +
layers-fill
+
+
+ +
layers-half
+
+
+ +
layers
+
+
+ +
layout-sidebar-inset-reverse
+
+
+ +
layout-sidebar-inset
+
+
+ +
layout-sidebar-reverse
+
+
+ +
layout-sidebar
+
+
+ +
layout-split
+
+
+ +
layout-text-sidebar-reverse
+
+
+ +
layout-text-sidebar
+
+
+ +
layout-text-window-reverse
+
+
+ +
layout-text-window
+
+
+ +
layout-three-columns
+
+
+ +
layout-wtf
+
+
+ +
life-preserver
+
+
+ +
lightbulb-fill
+
+
+ +
lightbulb-off-fill
+
+
+ +
lightbulb-off
+
+
+ +
lightbulb
+
+
+ +
lightning-charge-fill
+
+
+ +
lightning-charge
+
+
+ +
lightning-fill
+
+
+ +
lightning
+
+
+ +
line
+
+
+ +
link-45deg
+
+
+ +
link
+
+
+ +
linkedin
+
+
+ +
list-check
+
+
+ +
list-columns-reverse
+
+
+ +
list-columns
+
+
+ +
list-nested
+
+
+ +
list-ol
+
+
+ +
list-stars
+
+
+ +
list-task
+
+
+ +
list-ul
+
+
+ +
list
+
+
+ +
lock-fill
+
+
+ +
lock
+
+
+ +
magic
+
+
+ +
mailbox
+
+
+ +
mailbox2
+
+
+ +
map-fill
+
+
+ +
map
+
+
+ +
markdown-fill
+
+
+ +
markdown
+
+
+ +
mask
+
+
+ +
mastodon
+
+
+ +
medium
+
+
+ +
megaphone-fill
+
+
+ +
megaphone
+
+
+ +
memory
+
+
+ +
menu-app-fill
+
+
+ +
menu-app
+
+
+ +
menu-button-fill
+
+
+ +
menu-button-wide-fill
+
+
+ +
menu-button-wide
+
+
+ +
menu-button
+
+
+ +
menu-down
+
+
+ +
menu-up
+
+
+ +
messenger
+
+
+ +
meta
+
+
+ +
mic-fill
+
+
+ +
mic-mute-fill
+
+
+ +
mic-mute
+
+
+ +
mic
+
+
+ +
microsoft
+
+
+ +
minecart-loaded
+
+
+ +
minecart
+
+
+ +
modem-fill
+
+
+ +
modem
+
+
+ +
moisture
+
+
+ +
moon-fill
+
+
+ +
moon-stars-fill
+
+
+ +
moon-stars
+
+
+ +
moon
+
+
+ +
mortarboard-fill
+
+
+ +
mortarboard
+
+
+ +
motherboard-fill
+
+
+ +
motherboard
+
+
+ +
mouse-fill
+
+
+ +
mouse
+
+
+ +
mouse2-fill
+
+
+ +
mouse2
+
+
+ +
mouse3-fill
+
+
+ +
mouse3
+
+
+ +
music-note-beamed
+
+
+ +
music-note-list
+
+
+ +
music-note
+
+
+ +
music-player-fill
+
+
+ +
music-player
+
+
+ +
newspaper
+
+
+ +
nintendo-switch
+
+
+ +
node-minus-fill
+
+
+ +
node-minus
+
+
+ +
node-plus-fill
+
+
+ +
node-plus
+
+
+ +
nut-fill
+
+
+ +
nut
+
+
+ +
octagon-fill
+
+
+ +
octagon-half
+
+
+ +
octagon
+
+
+ +
optical-audio-fill
+
+
+ +
optical-audio
+
+
+ +
option
+
+
+ +
outlet
+
+
+ +
paint-bucket
+
+
+ +
palette-fill
+
+
+ +
palette
+
+
+ +
palette2
+
+
+ +
paperclip
+
+
+ +
paragraph
+
+
+ +
patch-check-fill
+
+
+ +
patch-check
+
+
+ +
patch-exclamation-fill
+
+
+ +
patch-exclamation
+
+
+ +
patch-minus-fill
+
+
+ +
patch-minus
+
+
+ +
patch-plus-fill
+
+
+ +
patch-plus
+
+
+ +
patch-question-fill
+
+
+ +
patch-question
+
+
+ +
pause-btn-fill
+
+
+ +
pause-btn
+
+
+ +
pause-circle-fill
+
+
+ +
pause-circle
+
+
+ +
pause-fill
+
+
+ +
pause
+
+
+ +
paypal
+
+
+ +
pc-display-horizontal
+
+
+ +
pc-display
+
+
+ +
pc-horizontal
+
+
+ +
pc
+
+
+ +
pci-card
+
+
+ +
peace-fill
+
+
+ +
peace
+
+
+ +
pen-fill
+
+
+ +
pen
+
+
+ +
pencil-fill
+
+
+ +
pencil-square
+
+
+ +
pencil
+
+
+ +
pentagon-fill
+
+
+ +
pentagon-half
+
+
+ +
pentagon
+
+
+ +
people-fill
+
+
+ +
people
+
+
+ +
percent
+
+
+ +
person-badge-fill
+
+
+ +
person-badge
+
+
+ +
person-bounding-box
+
+
+ +
person-check-fill
+
+
+ +
person-check
+
+
+ +
person-circle
+
+
+ +
person-dash-fill
+
+
+ +
person-dash
+
+
+ +
person-fill
+
+
+ +
person-lines-fill
+
+
+ +
person-plus-fill
+
+
+ +
person-plus
+
+
+ +
person-rolodex
+
+
+ +
person-square
+
+
+ +
person-video
+
+
+ +
person-video2
+
+
+ +
person-video3
+
+
+ +
person-workspace
+
+
+ +
person-x-fill
+
+
+ +
person-x
+
+
+ +
person
+
+
+ +
phone-fill
+
+
+ +
phone-landscape-fill
+
+
+ +
phone-landscape
+
+
+ +
phone-vibrate-fill
+
+
+ +
phone-vibrate
+
+
+ +
phone
+
+
+ +
pie-chart-fill
+
+
+ +
pie-chart
+
+
+ +
piggy-bank-fill
+
+
+ +
piggy-bank
+
+
+ +
pin-angle-fill
+
+
+ +
pin-angle
+
+
+ +
pin-fill
+
+
+ +
pin-map-fill
+
+
+ +
pin-map
+
+
+ +
pin
+
+
+ +
pinterest
+
+
+ +
pip-fill
+
+
+ +
pip
+
+
+ +
play-btn-fill
+
+
+ +
play-btn
+
+
+ +
play-circle-fill
+
+
+ +
play-circle
+
+
+ +
play-fill
+
+
+ +
play
+
+
+ +
playstation
+
+
+ +
plug-fill
+
+
+ +
plug
+
+
+ +
plus-circle-dotted
+
+
+ +
plus-circle-fill
+
+
+ +
plus-circle
+
+
+ +
plus-lg
+
+
+ +
plus-slash-minus
+
+
+ +
plus-square-dotted
+
+
+ +
plus-square-fill
+
+
+ +
plus-square
+
+
+ +
plus
+
+
+ +
power
+
+
+ +
printer-fill
+
+
+ +
printer
+
+
+ +
projector-fill
+
+
+ +
projector
+
+
+ +
puzzle-fill
+
+
+ +
puzzle
+
+
+ +
qr-code-scan
+
+
+ +
qr-code
+
+
+ +
question-circle-fill
+
+
+ +
question-circle
+
+
+ +
question-diamond-fill
+
+
+ +
question-diamond
+
+
+ +
question-lg
+
+
+ +
question-octagon-fill
+
+
+ +
question-octagon
+
+
+ +
question-square-fill
+
+
+ +
question-square
+
+
+ +
question
+
+
+ +
quora
+
+
+ +
quote
+
+
+ +
radioactive
+
+
+ +
rainbow
+
+
+ +
receipt-cutoff
+
+
+ +
receipt
+
+
+ +
reception-0
+
+
+ +
reception-1
+
+
+ +
reception-2
+
+
+ +
reception-3
+
+
+ +
reception-4
+
+
+ +
record-btn-fill
+
+
+ +
record-btn
+
+
+ +
record-circle-fill
+
+
+ +
record-circle
+
+
+ +
record-fill
+
+
+ +
record
+
+
+ +
record2-fill
+
+
+ +
record2
+
+
+ +
recycle
+
+
+ +
reddit
+
+
+ +
reply-all-fill
+
+
+ +
reply-all
+
+
+ +
reply-fill
+
+
+ +
reply
+
+
+ +
robot
+
+
+ +
router-fill
+
+
+ +
router
+
+
+ +
rss-fill
+
+
+ +
rss
+
+
+ +
rulers
+
+
+ +
safe-fill
+
+
+ +
safe
+
+
+ +
safe2-fill
+
+
+ +
safe2
+
+
+ +
save-fill
+
+
+ +
save
+
+
+ +
save2-fill
+
+
+ +
save2
+
+
+ +
scissors
+
+
+ +
screwdriver
+
+
+ +
sd-card-fill
+
+
+ +
sd-card
+
+
+ +
search
+
+
+ +
segmented-nav
+
+
+ +
send-check-fill
+
+
+ +
send-check
+
+
+ +
send-dash-fill
+
+
+ +
send-dash
+
+
+ +
send-exclamation-fill
+
+
+ +
send-exclamation
+
+
+ +
send-fill
+
+
+ +
send-plus-fill
+
+
+ +
send-plus
+
+
+ +
send-slash-fill
+
+
+ +
send-slash
+
+
+ +
send-x-fill
+
+
+ +
send-x
+
+
+ +
send
+
+
+ +
server
+
+
+ +
share-fill
+
+
+ +
share
+
+
+ +
shield-check
+
+
+ +
shield-exclamation
+
+
+ +
shield-fill-check
+
+
+ +
shield-fill-exclamation
+
+
+ +
shield-fill-minus
+
+
+ +
shield-fill-plus
+
+
+ +
shield-fill-x
+
+
+ +
shield-fill
+
+
+ +
shield-lock-fill
+
+
+ +
shield-lock
+
+
+ +
shield-minus
+
+
+ +
shield-plus
+
+
+ +
shield-shaded
+
+
+ +
shield-slash-fill
+
+
+ +
shield-slash
+
+
+ +
shield-x
+
+
+ +
shield
+
+
+ +
shift-fill
+
+
+ +
shift
+
+
+ +
shop-window
+
+
+ +
shop
+
+
+ +
shuffle
+
+
+ +
signal
+
+
+ +
signpost-2-fill
+
+
+ +
signpost-2
+
+
+ +
signpost-fill
+
+
+ +
signpost-split-fill
+
+
+ +
signpost-split
+
+
+ +
signpost
+
+
+ +
sim-fill
+
+
+ +
sim
+
+
+ +
skip-backward-btn-fill
+
+
+ +
skip-backward-btn
+
+
+ +
skip-backward-circle-fill
+
+
+ +
skip-backward-circle
+
+
+ +
skip-backward-fill
+
+
+ +
skip-backward
+
+
+ +
skip-end-btn-fill
+
+
+ +
skip-end-btn
+
+
+ +
skip-end-circle-fill
+
+
+ +
skip-end-circle
+
+
+ +
skip-end-fill
+
+
+ +
skip-end
+
+
+ +
skip-forward-btn-fill
+
+
+ +
skip-forward-btn
+
+
+ +
skip-forward-circle-fill
+
+
+ +
skip-forward-circle
+
+
+ +
skip-forward-fill
+
+
+ +
skip-forward
+
+
+ +
skip-start-btn-fill
+
+
+ +
skip-start-btn
+
+
+ +
skip-start-circle-fill
+
+
+ +
skip-start-circle
+
+
+ +
skip-start-fill
+
+
+ +
skip-start
+
+
+ +
skype
+
+
+ +
slack
+
+
+ +
slash-circle-fill
+
+
+ +
slash-circle
+
+
+ +
slash-lg
+
+
+ +
slash-square-fill
+
+
+ +
slash-square
+
+
+ +
slash
+
+
+ +
sliders
+
+
+ +
smartwatch
+
+
+ +
snapchat
+
+
+ +
snow
+
+
+ +
snow2
+
+
+ +
snow3
+
+
+ +
sort-alpha-down-alt
+
+
+ +
sort-alpha-down
+
+
+ +
sort-alpha-up-alt
+
+
+ +
sort-alpha-up
+
+
+ +
sort-down-alt
+
+
+ +
sort-down
+
+
+ +
sort-numeric-down-alt
+
+
+ +
sort-numeric-down
+
+
+ +
sort-numeric-up-alt
+
+
+ +
sort-numeric-up
+
+
+ +
sort-up-alt
+
+
+ +
sort-up
+
+
+ +
soundwave
+
+
+ +
speaker-fill
+
+
+ +
speaker
+
+
+ +
speedometer
+
+
+ +
speedometer2
+
+
+ +
spellcheck
+
+
+ +
spotify
+
+
+ +
square-fill
+
+
+ +
square-half
+
+
+ +
square
+
+
+ +
stack-overflow
+
+
+ +
stack
+
+
+ +
star-fill
+
+
+ +
star-half
+
+
+ +
star
+
+
+ +
stars
+
+
+ +
steam
+
+
+ +
stickies-fill
+
+
+ +
stickies
+
+
+ +
sticky-fill
+
+
+ +
sticky
+
+
+ +
stop-btn-fill
+
+
+ +
stop-btn
+
+
+ +
stop-circle-fill
+
+
+ +
stop-circle
+
+
+ +
stop-fill
+
+
+ +
stop
+
+
+ +
stoplights-fill
+
+
+ +
stoplights
+
+
+ +
stopwatch-fill
+
+
+ +
stopwatch
+
+
+ +
strava
+
+
+ +
subtract
+
+
+ +
suit-club-fill
+
+
+ +
suit-club
+
+
+ +
suit-diamond-fill
+
+
+ +
suit-diamond
+
+
+ +
suit-heart-fill
+
+
+ +
suit-heart
+
+
+ +
suit-spade-fill
+
+
+ +
suit-spade
+
+
+ +
sun-fill
+
+
+ +
sun
+
+
+ +
sunglasses
+
+
+ +
sunrise-fill
+
+
+ +
sunrise
+
+
+ +
sunset-fill
+
+
+ +
sunset
+
+
+ +
symmetry-horizontal
+
+
+ +
symmetry-vertical
+
+
+ +
table
+
+
+ +
tablet-fill
+
+
+ +
tablet-landscape-fill
+
+
+ +
tablet-landscape
+
+
+ +
tablet
+
+
+ +
tag-fill
+
+
+ +
tag
+
+
+ +
tags-fill
+
+
+ +
tags
+
+
+ +
telegram
+
+
+ +
telephone-fill
+
+
+ +
telephone-forward-fill
+
+
+ +
telephone-forward
+
+
+ +
telephone-inbound-fill
+
+
+ +
telephone-inbound
+
+
+ +
telephone-minus-fill
+
+
+ +
telephone-minus
+
+
+ +
telephone-outbound-fill
+
+
+ +
telephone-outbound
+
+
+ +
telephone-plus-fill
+
+
+ +
telephone-plus
+
+
+ +
telephone-x-fill
+
+
+ +
telephone-x
+
+
+ +
telephone
+
+
+ +
terminal-dash
+
+
+ +
terminal-fill
+
+
+ +
terminal-plus
+
+
+ +
terminal-split
+
+
+ +
terminal-x
+
+
+ +
terminal
+
+
+ +
text-center
+
+
+ +
text-indent-left
+
+
+ +
text-indent-right
+
+
+ +
text-left
+
+
+ +
text-paragraph
+
+
+ +
text-right
+
+
+ +
textarea-resize
+
+
+ +
textarea-t
+
+
+ +
textarea
+
+
+ +
thermometer-half
+
+
+ +
thermometer-high
+
+
+ +
thermometer-low
+
+
+ +
thermometer-snow
+
+
+ +
thermometer-sun
+
+
+ +
thermometer
+
+
+ +
three-dots-vertical
+
+
+ +
three-dots
+
+
+ +
thunderbolt-fill
+
+
+ +
thunderbolt
+
+
+ +
ticket-detailed-fill
+
+
+ +
ticket-detailed
+
+
+ +
ticket-fill
+
+
+ +
ticket-perferated-fill
+
+
+ +
ticket-perferated
+
+
+ +
ticket
+
+
+ +
tiktok
+
+
+ +
toggle-off
+
+
+ +
toggle-on
+
+
+ +
toggle2-off
+
+
+ +
toggle2-on
+
+
+ +
toggles
+
+
+ +
toggles2
+
+
+ +
tools
+
+
+ +
tornado
+
+
+ +
translate
+
+
+ +
trash-fill
+
+
+ +
trash
+
+
+ +
trash2-fill
+
+
+ +
trash2
+
+
+ +
tree-fill
+
+
+ +
tree
+
+
+ +
triangle-fill
+
+
+ +
triangle-half
+
+
+ +
triangle
+
+
+ +
trophy-fill
+
+
+ +
trophy
+
+
+ +
tropical-storm
+
+
+ +
truck-flatbed
+
+
+ +
truck
+
+
+ +
tsunami
+
+
+ +
tv-fill
+
+
+ +
tv
+
+
+ +
twitch
+
+
+ +
twitter
+
+
+ +
type-bold
+
+
+ +
type-h1
+
+
+ +
type-h2
+
+
+ +
type-h3
+
+
+ +
type-italic
+
+
+ +
type-strikethrough
+
+
+ +
type-underline
+
+
+ +
type
+
+
+ +
ui-checks-grid
+
+
+ +
ui-checks
+
+
+ +
ui-radios-grid
+
+
+ +
ui-radios
+
+
+ +
umbrella-fill
+
+
+ +
umbrella
+
+
+ +
union
+
+
+ +
unlock-fill
+
+
+ +
unlock
+
+
+ +
upc-scan
+
+
+ +
upc
+
+
+ +
upload
+
+
+ +
usb-c-fill
+
+
+ +
usb-c
+
+
+ +
usb-drive-fill
+
+
+ +
usb-drive
+
+
+ +
usb-fill
+
+
+ +
usb-micro-fill
+
+
+ +
usb-micro
+
+
+ +
usb-mini-fill
+
+
+ +
usb-mini
+
+
+ +
usb-plug-fill
+
+
+ +
usb-plug
+
+
+ +
usb-symbol
+
+
+ +
usb
+
+
+ +
vector-pen
+
+
+ +
view-list
+
+
+ +
view-stacked
+
+
+ +
vimeo
+
+
+ +
vinyl-fill
+
+
+ +
vinyl
+
+
+ +
voicemail
+
+
+ +
volume-down-fill
+
+
+ +
volume-down
+
+
+ +
volume-mute-fill
+
+
+ +
volume-mute
+
+
+ +
volume-off-fill
+
+
+ +
volume-off
+
+
+ +
volume-up-fill
+
+
+ +
volume-up
+
+
+ +
vr
+
+
+ +
wallet-fill
+
+
+ +
wallet
+
+
+ +
wallet2
+
+
+ +
watch
+
+
+ +
water
+
+
+ +
webcam-fill
+
+
+ +
webcam
+
+
+ +
whatsapp
+
+
+ +
wifi-1
+
+
+ +
wifi-2
+
+
+ +
wifi-off
+
+
+ +
wifi
+
+
+ +
wind
+
+
+ +
window-dash
+
+
+ +
window-desktop
+
+
+ +
window-dock
+
+
+ +
window-fullscreen
+
+
+ +
window-plus
+
+
+ +
window-sidebar
+
+
+ +
window-split
+
+
+ +
window-stack
+
+
+ +
window-x
+
+
+ +
window
+
+
+ +
windows
+
+
+ +
wordpress
+
+
+ +
wrench
+
+
+ +
x-circle-fill
+
+
+ +
x-circle
+
+
+ +
x-diamond-fill
+
+
+ +
x-diamond
+
+
+ +
x-lg
+
+
+ +
x-octagon-fill
+
+
+ +
x-octagon
+
+
+ +
x-square-fill
+
+
+ +
x-square
+
+
+ +
x
+
+
+ +
xbox
+
+
+ +
yin-yang
+
+
+ +
youtube
+
+
+ +
zoom-in
+
+
+ +
zoom-out
+
+
+ + diff --git a/blog-single.html b/blog-single.html index bb3d0c3..b58ce9b 100644 --- a/blog-single.html +++ b/blog-single.html @@ -1,732 +1,499 @@ - - - - - Blog Single - Presento Bootstrap Template - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - -
- - - - - -
-
-
-
-
-
- -
+
-

- Dolorum optio tempore voluptas dignissimos cumque fuga qui - quibusdam quia -

- - + +
+
-
-

- Similique neque nam consequuntur ad non maxime aliquam quas. - Quibusdam animi praesentium. Aliquam et laboriosam eius aut - nostrum quidem aliquid dicta. Et eveniet enim. Qui velit est - ea dolorem doloremque deleniti aperiam unde soluta. Est cum - et quod quos aut ut et sit sunt. Voluptate porro consequatur - assumenda perferendis dolore. -

+
-

- Sit repellat hic cupiditate hic ut nemo. Quis nihil sunt non - reiciendis. Sequi in accusamus harum vel aspernatur. - Excepturi numquam nihil cumque odio. Et voluptate - cupiditate. -

+
-
-

- Et vero doloremque tempore voluptatem ratione vel aut. - Deleniti sunt animi aut. Aut eos aliquam doloribus minus - autem quos. -

-
+
-

- Sed quo laboriosam qui architecto. Occaecati repellendus - omnis dicta inventore tempore provident voluptas mollitia - aliquid. Id repellendus quia. Asperiores nihil magni dicta - est suscipit perspiciatis. Voluptate ex rerum assumenda - dolores nihil quaerat. Dolor porro tempora et quibusdam - voluptas. Beatae aut at ad qui tempore corrupti velit - quisquam rerum. Omnis dolorum exercitationem harum qui qui - blanditiis neque. Iusto autem itaque. Repudiandae hic quae - aspernatur ea neque qui. Architecto voluptatem magni. Vel - magnam quod et tempora deleniti error rerum nihil tempora. -

+
+ +
-

Et quae iure vel ut odit alias.

-

- Officiis animi maxime nulla quo et harum eum quis a. Sit hic - in qui quos fugit ut rerum atque. Optio provident dolores - atque voluptatem rem excepturi molestiae qui. Voluptatem - laborum omnis ullam quibusdam perspiciatis nulla nostrum. - Voluptatum est libero eum nesciunt aliquid qui. Quia et - suscipit non sequi. Maxime sed odit. Beatae nesciunt - nesciunt accusamus quia aut ratione aspernatur dolor. Sint - harum eveniet dicta exercitationem minima. Exercitationem - omnis asperiores natus aperiam dolor consequatur id ex sed. - Quibusdam rerum dolores sint consequatur quidem ea. Beatae - minima sunt libero soluta sapiente in rem assumenda. Et qui - odit voluptatem. Cum quibusdam voluptatem voluptatem - accusamus mollitia aut atque aut. -

- +

+ Dolorum optio tempore voluptas dignissimos cumque fuga qui quibusdam quia +

-

Ut repellat blanditiis est dolore sunt dolorum quae.

-

- Rerum ea est assumenda pariatur quasi et quam. Facilis nam - porro amet nostrum. In assumenda quia quae a id praesentium. - Quos deleniti libero sed occaecati aut porro autem. - Consectetur sed excepturi sint non placeat quia repellat - incidunt labore. Autem facilis hic dolorum dolores vel. - Consectetur quasi id et optio praesentium aut asperiores - eaque aut. Explicabo omnis quibusdam esse. Ex libero illum - iusto totam et ut aut blanditiis. Veritatis numquam ut illum - ut a quam vitae. -

-

- Alias quia non aliquid. Eos et ea velit. Voluptatem maxime - enim omnis ipsa voluptas incidunt. Nulla sit eaque mollitia - nisi asperiores est veniam. -

-
+ - - - - -
- -
-

Jane Smith

- +
+

+ Similique neque nam consequuntur ad non maxime aliquam quas. Quibusdam animi praesentium. Aliquam et laboriosam eius aut nostrum quidem aliquid dicta. + Et eveniet enim. Qui velit est ea dolorem doloremque deleniti aperiam unde soluta. Est cum et quod quos aut ut et sit sunt. Voluptate porro consequatur assumenda perferendis dolore. +

+ +

+ Sit repellat hic cupiditate hic ut nemo. Quis nihil sunt non reiciendis. Sequi in accusamus harum vel aspernatur. Excepturi numquam nihil cumque odio. Et voluptate cupiditate. +

+ +

- Itaque quidem optio quia voluptatibus dolorem dolor. Modi - eum sed possimus accusantium. Quas repellat voluptatem - officia numquam sint aspernatur voluptas. Esse et - accusantium ut unde voluptas. + Et vero doloremque tempore voluptatem ratione vel aut. Deleniti sunt animi aut. Aut eos aliquam doloribus minus autem quos.

+
+ +

+ Sed quo laboriosam qui architecto. Occaecati repellendus omnis dicta inventore tempore provident voluptas mollitia aliquid. Id repellendus quia. Asperiores nihil magni dicta est suscipit perspiciatis. Voluptate ex rerum assumenda dolores nihil quaerat. + Dolor porro tempora et quibusdam voluptas. Beatae aut at ad qui tempore corrupti velit quisquam rerum. Omnis dolorum exercitationem harum qui qui blanditiis neque. + Iusto autem itaque. Repudiandae hic quae aspernatur ea neque qui. Architecto voluptatem magni. Vel magnam quod et tempora deleniti error rerum nihil tempora. +

+ +

Et quae iure vel ut odit alias.

+

+ Officiis animi maxime nulla quo et harum eum quis a. Sit hic in qui quos fugit ut rerum atque. Optio provident dolores atque voluptatem rem excepturi molestiae qui. Voluptatem laborum omnis ullam quibusdam perspiciatis nulla nostrum. Voluptatum est libero eum nesciunt aliquid qui. + Quia et suscipit non sequi. Maxime sed odit. Beatae nesciunt nesciunt accusamus quia aut ratione aspernatur dolor. Sint harum eveniet dicta exercitationem minima. Exercitationem omnis asperiores natus aperiam dolor consequatur id ex sed. Quibusdam rerum dolores sint consequatur quidem ea. + Beatae minima sunt libero soluta sapiente in rem assumenda. Et qui odit voluptatem. Cum quibusdam voluptatem voluptatem accusamus mollitia aut atque aut. +

+ + +

Ut repellat blanditiis est dolore sunt dolorum quae.

+

+ Rerum ea est assumenda pariatur quasi et quam. Facilis nam porro amet nostrum. In assumenda quia quae a id praesentium. Quos deleniti libero sed occaecati aut porro autem. Consectetur sed excepturi sint non placeat quia repellat incidunt labore. Autem facilis hic dolorum dolores vel. + Consectetur quasi id et optio praesentium aut asperiores eaque aut. Explicabo omnis quibusdam esse. Ex libero illum iusto totam et ut aut blanditiis. Veritatis numquam ut illum ut a quam vitae. +

+

+ Alias quia non aliquid. Eos et ea velit. Voluptatem maxime enim omnis ipsa voluptas incidunt. Nulla sit eaque mollitia nisi asperiores est veniam. +

+ +
+ + + + + +
+ +
+

Jane Smith

+ +

+ Itaque quidem optio quia voluptatibus dolorem dolor. Modi eum sed possimus accusantium. Quas repellat voluptatem officia numquam sint aspernatur voluptas. Esse et accusantium ut unde voluptas. +

- +
-
-

8 Comments

+
-
-
-
- -
-
-
- Georgia Reader - Reply -
- -

- Et rerum totam nisi. Molestiae vel quam dolorum vel - voluptatem et et. Est ad aut sapiente quis molestiae est - qui cum soluta. Vero aut rerum vel. Rerum quos - laboriosam placeat ex qui. Sint qui facilis et. -

-
+

8 Comments

+ +
+
+
+
+
Georgia Reader Reply
+ +

+ Et rerum totam nisi. Molestiae vel quam dolorum vel voluptatem et et. Est ad aut sapiente quis molestiae est qui cum soluta. + Vero aut rerum vel. Rerum quos laboriosam placeat ex qui. Sint qui facilis et. +

+
+
+
+ +
+
+
+
+
Aron Alvarado Reply
+ +

+ Ipsam tempora sequi voluptatem quis sapiente non. Autem itaque eveniet saepe. Officiis illo ut beatae. +

- -
+
-
- -
+
-
- Aron Alvarado - Reply -
+
Lynda Small Reply

- Ipsam tempora sequi voluptatem quis sapiente non. Autem - itaque eveniet saepe. Officiis illo ut beatae. + Enim ipsa eum fugiat fuga repellat. Commodi quo quo dicta. Est ullam aspernatur ut vitae quia mollitia id non. Qui ad quas nostrum rerum sed necessitatibus aut est. Eum officiis sed repellat maxime vero nisi natus. Amet nesciunt nesciunt qui illum omnis est et dolor recusandae. + + Recusandae sit ad aut impedit et. Ipsa labore dolor impedit et natus in porro aut. Magnam qui cum. Illo similique occaecati nihil modi eligendi. Pariatur distinctio labore omnis incidunt et illum. Expedita et dignissimos distinctio laborum minima fugiat. + + Libero corporis qui. Nam illo odio beatae enim ducimus. Harum reiciendis error dolorum non autem quisquam vero rerum neque.

-
+
-
- -
+
-
- Lynda Small - Reply -
+
Sianna Ramsay Reply

- Enim ipsa eum fugiat fuga repellat. Commodi quo quo - dicta. Est ullam aspernatur ut vitae quia mollitia id - non. Qui ad quas nostrum rerum sed necessitatibus aut - est. Eum officiis sed repellat maxime vero nisi natus. - Amet nesciunt nesciunt qui illum omnis est et dolor - recusandae. Recusandae sit ad aut impedit et. Ipsa - labore dolor impedit et natus in porro aut. Magnam qui - cum. Illo similique occaecati nihil modi eligendi. - Pariatur distinctio labore omnis incidunt et illum. - Expedita et dignissimos distinctio laborum minima - fugiat. Libero corporis qui. Nam illo odio beatae enim - ducimus. Harum reiciendis error dolorum non autem - quisquam vero rerum neque. + Et dignissimos impedit nulla et quo distinctio ex nemo. Omnis quia dolores cupiditate et. Ut unde qui eligendi sapiente omnis ullam. Placeat porro est commodi est officiis voluptas repellat quisquam possimus. Perferendis id consectetur necessitatibus.

-
-
-
- -
-
-
- Sianna Ramsay - Reply -
- -

- Et dignissimos impedit nulla et quo distinctio ex - nemo. Omnis quia dolores cupiditate et. Ut unde qui - eligendi sapiente omnis ullam. Placeat porro est - commodi est officiis voluptas repellat quisquam - possimus. Perferendis id consectetur necessitatibus. -

-
-
-
- +
+ +
+ +
+ +
+
+
+
+
Nolan Davidson Reply
+ +

+ Distinctio nesciunt rerum reprehenderit sed. Iste omnis eius repellendus quia nihil ut accusantium tempore. Nesciunt expedita id dolor exercitationem aspernatur aut quam ut. Voluptatem est accusamus iste at. + Non aut et et esse qui sit modi neque. Exercitationem et eos aspernatur. Ea est consequuntur officia beatae ea aut eos soluta. Non qui dolorum voluptatibus et optio veniam. Quam officia sit nostrum dolorem. +

-
- -
-
-
- -
-
-
- Nolan Davidson - Reply -
- -

- Distinctio nesciunt rerum reprehenderit sed. Iste omnis - eius repellendus quia nihil ut accusantium tempore. - Nesciunt expedita id dolor exercitationem aspernatur aut - quam ut. Voluptatem est accusamus iste at. Non aut et et - esse qui sit modi neque. Exercitationem et eos - aspernatur. Ea est consequuntur officia beatae ea aut - eos soluta. Non qui dolorum voluptatibus et optio - veniam. Quam officia sit nostrum dolorem. -

-
+
+ +
+
+
+
+
Kay Duggan Reply
+ +

+ Dolorem atque aut. Omnis doloremque blanditiis quia eum porro quis ut velit tempore. Cumque sed quia ut maxime. Est ad aut cum. Ut exercitationem non in fugiat. +

- -
-
-
- +
+ +
+

Leave a Reply

+

Your email address will not be published. Required fields are marked *

+
+
+
+
-
-
- Kay Duggan - Reply -
- -

- Dolorem atque aut. Omnis doloremque blanditiis quia eum - porro quis ut velit tempore. Cumque sed quia ut maxime. - Est ad aut cum. Ut exercitationem non in fugiat. -

+
+
-
- - -
-

Leave a Reply

-

- Your email address will not be published. Required fields - are marked * -

- -
-
- -
-
- -
-
-
-
- -
+
+
+
-
-
- -
+
+
+
+
- - -
-
- -
- - -
- + +
+ +
+ + -
-
- -
- - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blog.html b/blog.html index 712057e..ae735a5 100644 --- a/blog.html +++ b/blog.html @@ -1,576 +1,413 @@ - - - - - Blog - Presento Bootstrap Template - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - -
- - - - - -
-
-
-
-
-
- -
+
-

- Dolorum optio tempore voluptas dignissimos cumque fuga qui - quibusdam quia -

- - + +
+
-
-

- Similique neque nam consequuntur ad non maxime aliquam quas. - Quibusdam animi praesentium. Aliquam et laboriosam eius aut - nostrum quidem aliquid dicta. Et eveniet enim. Qui velit est - ea dolorem doloremque deleniti aperiam unde soluta. Est cum - et quod quos aut ut et sit sunt. Voluptate porro consequatur - assumenda perferendis dolore. -

-
- Read More -
-
- - - -
-
- -
+
-

- Nisi magni odit consequatur autem nulla dolorem -

- - +
-
-

- Incidunt voluptate sit temporibus aperiam. Quia vitae aut - sint ullam quis illum voluptatum et. Quo libero rerum - voluptatem pariatur nam. Ad impedit qui officiis est in non - aliquid veniam laborum. Id ipsum qui aut. Sit aliquam et - quia molestias laboriosam. Tempora nam odit omnis eum - corrupti qui aliquid excepturi molestiae. Facilis et sint - quos sed voluptas. Maxime sed tempore enim omnis non alias - odio quos distinctio. -

-
- Read More -
-
-
- - -
-
- -
+ - - - + +
+ +
+ +
+ +

+ Nisi magni odit consequatur autem nulla dolorem +

+ + -

- Non rem rerum nam cum quo minus. Dolor distinctio deleniti - explicabo eius exercitationem. -

- -
+ + - - -
-
    -
  • 1
  • -
  • 2
  • -
  • 3
  • +
+ +
+ +
+ +
+ +
+ +

+ Non rem rerum nam cum quo minus. Dolor distinctio deleniti explicabo eius exercitationem. +

+ + + +
+

+ Aspernatur rerum perferendis et sint. Voluptates cupiditate voluptas atque quae. Rem veritatis rerum enim et autem. Saepe atque cum eligendi eaque iste omnis a qui. + Quia sed sunt. Ea asperiores expedita et et delectus voluptates rerum. Id saepe ut itaque quod qui voluptas nobis porro rerum. Quam quia nesciunt qui aut est non omnis. Inventore occaecati et quaerat magni itaque nam voluptas. Voluptatem ducimus sint id earum ut nesciunt sed corrupti nemo. +

+
+ Read More +
+
+ +
+ +
+
    +
  • 1
  • +
  • 2
  • +
  • 3
  • +
- - -
-
- -
- - - - + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 10c2c42..748c370 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,7 +7,7 @@ Version: 3.6.0 - Updated all outdated third party vendor libraries to their latest versions Version: 3.5.0 - - Fixed slider issue in testimonials and sponsors details sections + - Fixed slider issue in testimonials and portfolio details sections Version: 3.4.0 - Updated Bootstrap to version 5.1.1 @@ -35,7 +35,7 @@ Version: 3.0.1 Version: 3.0.0 - The template does not require jQuery anymore - Removed jQuery and all the jQuery plugins - - The js/main.js was rewritten completely with vanilla Javascript. No more jQuery code + - The assets/js/main.js was rewritten completely with vanilla Javascript. No more jQuery code - Restructured the dev version for better development experience - Updated the PHP Email Form to V3.0 - No jQuery dependency. Added attachment support diff --git a/community-partners.html b/community-partners.html index 2c8bb17..4206c95 100644 --- a/community-partners.html +++ b/community-partners.html @@ -30,7 +30,7 @@ - + @@ -59,11 +59,11 @@

+ + + + + + + +

Hack4Bengal

@@ -95,6 +122,7 @@

--> + @@ -250,7 +278,7 @@

Useful Links

@@ -327,8 +355,13 @@

Hack4Bengal

+ + +Major League Hacking 2022 Hackathon Season + Major League Hacking 2022 Hackathon Season + diff --git a/index.html b/index.html index c853253..767000d 100644 --- a/index.html +++ b/index.html @@ -1,133 +1,97 @@ + - - + + Hack4Bengal - + name="description"> + - - + + + rel="stylesheet"> - - - - - - - + + + + + + + - + - + + + - + + + + +
+
- +
-
+

Next Season Starts In

+ +
-
- +
+

Winners

-

- H4B is proud to annouce its winners and their beautiful projects. -

+

H4B is proud to annouce its winners and their beautiful projects.

-
+
+
- Manvi Singhwal + Manvi Singhwal
@@ -195,20 +190,11 @@

Team Code-X-Alpha

- Saumya Singh + Saumya Singh
@@ -221,26 +207,17 @@

Team Access Denied

- Vinit Shahdeo + Vinit Shahdeo
-

Team Venom 2.0

+

+ Team Venom 2.0

Second Runner Up
@@ -248,20 +225,11 @@

Team Venom 2.0

- Jaydip Dey + Jaydip Dey
@@ -273,22 +241,12 @@

Team CodeStars

- Jaydip Dey + Jaydip Dey
@@ -300,17 +258,11 @@

Team Jen-Z

- Jaydip Dey + Jaydip Dey
@@ -336,24 +288,23 @@

--> +
+
-
- - + +
+
+
+
- +

Enthusiast Members

@@ -361,13 +312,8 @@

@@ -375,13 +321,8 @@

@@ -389,85 +330,58 @@

+
-

- Hack4Bengal,
- a Community Initiative -

+

Hack4Bengal,
a Community Initiative

- Hack4Bengal began with the idea of bringing together the best - of the best in the field of technology and provide a platform - for the students to showcase their skills and work. + Hack4Bengal began with the idea of bringing together the best of the best in the field of technology + and + provide a platform for the students to showcase their skills and work.

- About us - MLH: Code of Conduct - + About us + MLH: Code of + Conduct
-
+

Digitally Together

Get the feel of a Physical Hackathon even Digitally

-
+

Exciting Rewards

Get rewarded for the work you do, and always win!

-
+

Most Awaited

-

More than 6 months of planning, and here we are

+

More than 6 months of planning, and here we are +

-
+

Community in Making

-

- H4B has over 15 Communities under it. Active 50+ Core - Members and 1500+ Participating Members. +

H4B has over 15 Communities under it. Active 50+ Core Members and 1500+ Participating Members.

@@ -477,117 +391,88 @@

Community in Making

+ -
+

Hackathon Timeline

-

- The Hackathon will not only be a 48 Hours blast, it would be a - timeline of madness. Stay tuned with us for an awesome experience. -

+

The Hackathon will not only be a 48 Hours blast, it would be a timeline of madness. Stay tuned with us + for + an awesome experience.

-
+
+
- +

Registration Starts

Jan 1, 2022

- The Hackathon will be annnouced on 1st January, 2022. Get - ready to be a part of a development rollercoaster. + The Hackathon will be annnouced on 1st January, 2022. Get ready to be a part of a development + rollercoaster.

-
- +
- +

Registration Closes

Apr 1, 2022

- The Teams need to register their team within this time - frame. The maximum size of Team will be 4. Do choose your - team wisely. + The Teams need to register their team within this time frame. The maximum size of Team will be 4. + Do + choose your team wisely.

-
- +
- +

PreHackathon Sessions

Apr 1 to Apr 8, 2022

- The different community partners will take part and host - different events on Coding, Development & Community - Building. + The different community partners will take part and host different events on Coding, + Development & Community Building.

-
- +
- +

Hackathaon Running

Apr 8 to 10, 2022

- These 48 hrs, endulge yourself in developing the best - possible solution competing over 100s of teams for a - social cause. + These 48 hrs, endulge yourself in developing the best possible solution competing over 100s + of teams for a social cause.

-
- +
- +

Winner Announcement

Apr 18, 2022

- Winners from different categories and best solution - achivers will be announced in this phase. Prizes will be - distributed as per dates. + Winners from different categories and best solution achivers will be announced in this phase. + Prizes + will be distributed as per dates.

@@ -595,30 +480,28 @@

Apr 18, 2022

- +

Closing Ceremony

Apr 20, 2022

- Join us for some engaging sessions by our sponsors, - community partners and organizers. Declaration of next - season :P + Join us for some engaging sessions by our sponsors, community partners and organizers. Declaration + of next season :P

-
- +
+
+ +
-
- - -
+
+ + + +

Project Themes

@@ -630,23 +513,19 @@

Project Themes

Healthcare

-

- The Healthcare is mainly focused on developing solution for - the Ministry of Health. You are supposed to come up with - innovative ideas and implement them for the better need of the - Healthcare System. -

+

The Healthcare is mainly focused on developing solution for the Ministry of Health. You are supposed + to + come up with innovative ideas and implement them for the better need of the Healthcare System.

Education

-

- As the Covid world enforced the Education System to indulged - into digital curriculum, you are supposed to come up with - innovative solution that will help the education syetem for a - better e-learning system. +

As the Covid world enforced the Education System to indulged into digital curriculum, you are + supposed + to come up with innovative solution that will help the education syetem for a better e-learning + system.

@@ -654,11 +533,10 @@

Education

Fin-Tech

-

- As the world is leaning towards adapting the use of - Cryptocurrency and online payment systems, this track expects - you to bring your imagination and enhance or automate - financial themes and processes. +

As the world is leaning towards adapting the use of + Cryptocurrency and online payment systems, this track expects you to bring your + imagination and enhance or + automate financial services and processes.

@@ -666,11 +544,8 @@

Fin-Tech

Sustainability

-

- This track will seek to build projects that will make our - lives more sustainable, including but not limited to teaching - others how to ethically consume and creating greener - technologies for the future. +

This track will seek to build projects that will make our lives more sustainable, including but not + limited to teaching others how to ethically consume and creating greener technologies for the future.

@@ -678,47 +553,42 @@

Sustainability

Community

-

- This track serves to build for the community. Build for - solving the problems of the society. Find solutions for the - problems of inclusion in the community etc. Each and every - project that makes our lives better will adore this track. -

+

This track serves to build for the community. Build for solving the problems of the society. Find + solutions for the problems of inclusion in the community etc. Each and every project that makes our + lives better will adore this track.

Open Innovation

-

- A young mind is full of ideas which can not be submerged into - particular barriers. So this domain is to come up with some - innovative, and we think this will be one of the best - platforms to showcase your ideas. -

+

A young mind is full of ideas which can not be submerged into particular barriers. So this domain is + to + come up with some innovative, and we think this will + be one of the best platforms to showcase your ideas.

+ -
- - + + -
+ + +
+

Sponsors

-

- Thank you to all our Sponsors for making this event possible. - Without their support, this idea couldn't have been materialized. - You can check out more about them from the below given links. -

+

Thank you to all our Sponsors for making this event possible. Without their support, this idea couldn't + have been materialized. You can check out more about them from the below given links.

-
    +
    • All
    • Platinum
    • Gold
    • @@ -728,18 +598,14 @@

      Sponsors

-
- -
-
- -
-
- +
+

Prizes

Hackathon Prize Details

@@ -1387,40 +972,19 @@

Prizes

-
- Overall Winner -
+
Overall Winner
₹ 20,000
-
+
    -
  • - Exclusive H4B Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • +
  • Exclusive H4B Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
@@ -1428,40 +992,20 @@
₹ 20,000
-
- First Runner's Up -
+
First Runner's Up
₹ 15,000
-
+
    -
  • - Exclusive H4B Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • + +
  • Exclusive H4B Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
@@ -1470,84 +1014,44 @@
₹ 15,000
-
- Second Runner's Up -
+
Second Runner's Up
₹ 10,000
-
+
    -
  • - Exclusive H4B Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • + +
  • Exclusive H4B Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
-
+
-
- Best Girls' Team -
+
Best Girls' Team
₹ 4,000
-
+
    -
  • - Exclusive H4B Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • +
  • Exclusive H4B Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
@@ -1557,40 +1061,20 @@
₹ 4,000
-
- Best Beginners' Team -
+
Best Beginners' Team
Vouchers
-
+
    -
  • - Exclusive H4B Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • +
  • Exclusive H4B Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
@@ -1598,76 +1082,43 @@
Vouchers
-
- Tezos H4b Award -
+
Tezos H4b Award
Sponsor
-
+
    -
  • - Tshirt -
  • -
  • - Stickers -
  • -
  • - Goodie Bag from Sponsors -
  • -
  • - A - lot more to come! -
  • + +
  • Tshirt
  • +
  • Stickers
  • +
  • Goodie Bag from Sponsors
  • +
  • A lot more to come!
-
-
- +
+
+
-
+
-
- Celo H4B Award -
+
Celo H4B Award
Sponsor
-
+
    -
  • - ₹20,000 for best Dapp built on Celo -
  • -
  • - Continuity Support -
  • +
  • ₹20,000 for best Dapp built on Celo
  • +
  • Continuity Support
-
-
- +
+
+
@@ -1675,32 +1126,18 @@
Sponsor
-
- Filecoin H4B Award -
+
Filecoin H4B Award
Sponsor
-
+
    -
  • - ₹20000 for best use of IPFS -
  • -
  • - ₹20000 for best use of Filecoin -
  • +
  • ₹20000 for best use of IPFS
  • +
  • ₹20000 for best use of Filecoin
-
-
- +
+
+
@@ -1709,121 +1146,78 @@
Sponsor
-
- Polygon H4B Award -
+
Polygon H4B Award
Sponsor
-
+
    -
  • - ₹10,000 for best hack built on ETH, or -
  • -
  • - ₹15,000 for best hack built on ETH + Polygon +
  • ₹10,000 for best hack built on ETH, or
  • +
  • ₹15,000 for best hack built on ETH + + Polygon
-
-
- +
+
+
-
+
-
+
-
- All Participants -
+
All Participants
#Swagsforall
On Valid Submission
-
+
    -
  • - MLH - Swags -
  • -
  • - Taskade 5-year Upgrade -
  • -
  • - 1Password access for 1 year -
  • -
  • - $100 - DigitalOcean Credits for 60 days -
  • -
  • - Full - Interview Course by Interview Cake +
  • MLH Swags
  • +
  • Taskade 5-year Upgrade
  • +
  • 1Password access for 1 year
  • +
  • $100 DigitalOcean Credits for 60 days
  • +
  • Full Interview Course by Interview Cake
-
-
- +
+
+
+
+

Judges

-

- H4B is proud to present it Judges who are having the real life - experience of Developing products who will help us in choosing - the best blooming idea and solution among all. -

+

H4B is proud to present it Judges who are having the real life experience of Developing products who + will help us in choosing the best blooming idea and solution among all.

-
+
+
- Manvi Singhwal + Manvi Singhwal

Manvi Singhwal

- Product Designer
- Doubtnut
+ Product Designer
+ Doubtnut
@@ -1831,23 +1225,15 @@

Manvi Singhwal

- Saumya Singh + Saumya Singh

Saumya Singh

- Software Engineer
- Red Hat
+ Software Engineer
+ Red Hat
@@ -1855,44 +1241,30 @@

Saumya Singh

- Vinit Shahdeo + Vinit Shahdeo
-

Vinit Shahdeo

- Software Engineer II, Postman
GitHub Star, - India
+

+ Vinit Shahdeo

+ Software Engineer II, + Postman
GitHub Star, India
- Jaydip Dey + Jaydip Dey

Jaydip Dey

- SDE intern
Optum (UnitedHealth Group)
+ SDE intern
Optum (UnitedHealth Group)
@@ -1913,168 +1285,126 @@

--> +
+
-
- +
+

Frequently Asked Questions

    +
  • - +

    - A hackathon is social coding event where programmers, - designers, and developers collaborate to solve a problem and - compete for cash prizes. It’s one part party, one part - work-hard overnight battle against the clock and the - competition. + A hackathon is social coding event where programmers, designers, and developers collaborate to solve + a + problem and compete for cash prizes. It’s one part party, one part work-hard overnight battle + against + the clock and the competition.

  • - +

    - People participate in hackathons for lots of reason: the - challenge, the creative outlet, the community collaboration, - the networking, the swag and maybe Prizes! + People participate in hackathons for lots of reason: the challenge, the creative outlet, the + community + collaboration, the networking, the swag and maybe Prizes!

  • - +

    - Anyone is welcome to participate in this event. While - experience coding and programming is a huge plus, teams will - also need strong presentation skills and brilliant ideas. + Anyone is welcome to participate in this event. While experience coding and programming is a huge + plus, + teams will also need strong presentation skills and brilliant ideas.

  • - +

    - While you can work alone, Hack4Bengal is a team event, so - working with others is encouraged. There are a few ways to - find teammates: You can pick your team from people you - already know, post in our Discord Server to other members, - find a team member via DevPost, meet them at pre-hackathon - info sessions or the kickoff party. + While you can work alone, Hack4Bengal is a team event, so working with others is encouraged. There + are a + few ways to find teammates: You can pick your team from people you already know, post in our Discord + Server to other members, find a team member via DevPost, meet them at pre-hackathon info sessions or + the + kickoff party.

  • - +

    - Other than finding fellow brilliant minds with complementary - skills to team up with, there is nothing that you need to - prepare in advance. + Other than finding fellow brilliant minds with complementary skills to team up with, there is + nothing + that you need to prepare in advance.

  • - +

    - It's free for everyone to participate. There is no money - involved at any point during this Hackathon. + It's free for everyone to participate. There is no money involved at any point during this + Hackathon.

  • +
-
- + -
+
+ + +
-

Team

-

- H4B comprises of a 25+ Members Team led by 3. Let's make this - event a grand success together. -

+

Team

+

H4B comprises of a 25+ Members Team led by 3. Let's make this event a grand success together.

-
+
+
- Manish Kumar Barnwal + Manish Kumar Barnwal
@@ -2087,24 +1417,12 @@

Manish Kumar Barnwal

- +
@@ -2117,27 +1435,13 @@

Sagnik Mitra

- +
@@ -2160,318 +1464,184 @@

Know More

--> +
+
-
- +
+ +

Community Partners

-

- Shoutout to all out Community partner for helping us managing - the event and providing the participants with the best possible - experience -

+

Shoutout to all out Community partner for helping us managing the event and providing the participants + with + the best possible experience

-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
+
+
+
+
+
+
+ +
-
- -
-
- -
-
- -
- -
- -
-
- -
- -
- -
-
-
+
+
+
+ +
+
+ +
+
+
+
- - -
- + + + + - + + @@ -2483,20 +1653,26 @@

- - - + - + - Major League Hacking 2022 Hackathon Season + target="_blank">Major League Hacking 2022 Hackathon Season - + + \ No newline at end of file diff --git a/js/countdown.js b/js/countdown.js deleted file mode 100644 index 3ca8c63..0000000 --- a/js/countdown.js +++ /dev/null @@ -1,22 +0,0 @@ -// Set the date we're counting down to -var countDownDate = new Date("Apr 8, 2023 22:00:00").getTime(); -// Update the count down every 1 second -var x = setInterval(function () { - // Get today's date and time - var now = new Date().getTime(); - // Find the distance between now and the count down date - var distance = countDownDate - now; - // Time calculations for days, hours, minutes and seconds - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - // Output the result in an element with id="demo" - document.getElementById("counterTimer").innerHTML = - days + "d " + hours + "h " + minutes + "m " + seconds + "s "; - // If the count down is over, write some text - if (distance < 0) { - clearInterval(x); - document.getElementById("demo").innerHTML = "EXPIRED"; - } -}, 1000); diff --git a/js/tawk.js b/js/tawk.js deleted file mode 100644 index 01579f9..0000000 --- a/js/tawk.js +++ /dev/null @@ -1,11 +0,0 @@ -var Tawk_API = Tawk_API || {}, - Tawk_LoadStart = new Date(); -(function () { - var s1 = document.createElement("script"), - s0 = document.getElementsByTagName("script")[0]; - s1.async = true; - s1.src = "https://embed.tawk.to/6211e3451ffac05b1d7ac1d8/1fsatvin8"; - s1.charset = "UTF-8"; - s1.setAttribute("crossorigin", "*"); - s0.parentNode.insertBefore(s1, s0); -})(); diff --git a/team.html b/team.html index f4f265c..5085c42 100644 --- a/team.html +++ b/team.html @@ -29,7 +29,7 @@ - + @@ -45,9 +45,35 @@ - +

Hack4Bengal

@@ -96,6 +122,7 @@

--> + @@ -616,7 +643,7 @@

Soumyadip Mondal

--> + - + - - - +
@@ -1046,7 +1073,7 @@

Useful Links

@@ -1123,8 +1150,13 @@

Hack4Bengal

+ + + Major League Hacking 2022 Hackathon Season + Major League Hacking 2022 Hackathon Season + diff --git a/temp_index.html b/temp_index.html index ec98701..5ac0131 100644 --- a/temp_index.html +++ b/temp_index.html @@ -29,7 +29,7 @@ - + @@ -54,8 +54,8 @@

Hack4Bengal

  • Home
  • About
  • Timeline
  • -
  • Themes
  • -
  • Sponsors
  • +
  • Themes
  • +
  • Sponsors
  • Prizes
  • Team
  • Events
  • @@ -97,7 +97,7 @@

    - +
    @@ -150,7 +150,7 @@

    - +
    @@ -348,8 +348,8 @@

    Apr 20, 2022

    - -
    + +
    @@ -382,7 +382,7 @@

    Fin-Tech

    As the world is leaning towards adapting the use of Cryptocurrency and online payment systems, this track expects you to bring your imagination and enhance or - automate financial themes and processes. + automate financial services and processes.

    @@ -416,14 +416,14 @@

    Open Innovation

    -
    +
    - + -
    +
    @@ -434,7 +434,7 @@

    Sponsors

    -
      +
      • All
      • Platinum
      • Gold
      • @@ -443,14 +443,14 @@

        Sponsors

    -
    - -
    -
    - -
    +
    +
    + +
    - @@ -472,13 +472,13 @@

    Sponsors

    -
    -
    - -
    +
    +
    + +
    -
    -
    -
    - -
    +
    +
    + +
    - @@ -501,13 +501,13 @@

    Sponsors

    -
    -
    - -
    +
    +
    + +
    - @@ -515,13 +515,13 @@

    Sponsors

    -
    -
    - -
    +
    +
    + +
    - @@ -529,13 +529,13 @@

    Sponsors

    -
    -
    - -
    +
    +
    + +
    - @@ -543,13 +543,13 @@

    Sponsors

    -
    -
    - -
    +
    +
    + +
    - @@ -557,12 +557,12 @@

    Sponsors

    -
    -
    - -
    -