diff --git a/assets/images/126440532_993359181073795_9017870918898155559_n (1)-96x60.png b/assets/images/126440532_993359181073795_9017870918898155559_n (1)-96x60.png new file mode 100644 index 0000000..74307ad Binary files /dev/null and b/assets/images/126440532_993359181073795_9017870918898155559_n (1)-96x60.png differ diff --git a/assets/images/126440532_993359181073795_9017870918898155559_n-1028x641.png b/assets/images/126440532_993359181073795_9017870918898155559_n-1028x641.png new file mode 100644 index 0000000..37d69c3 Binary files /dev/null and b/assets/images/126440532_993359181073795_9017870918898155559_n-1028x641.png differ diff --git a/assets/mobirise/css/mbr-additional.css b/assets/mobirise/css/mbr-additional.css index 7eb9da7..b2bd023 100644 --- a/assets/mobirise/css/mbr-additional.css +++ b/assets/mobirise/css/mbr-additional.css @@ -1,9 +1,3 @@ -@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap); - - - - - body { font-family: Jost; } @@ -524,7 +518,7 @@ a.text-black:focus, a.text-black.active { color: #000000 !important; } -a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) { +a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) { position: relative; background-image: transparent; background-size: 10000px 2px; @@ -532,7 +526,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) { background-position: 0px 1.2em; background-position: -10000px 1.2em; } -a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover { +a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover { transition: background-position 2s ease-in-out; background-image: linear-gradient(currentColor 50%, currentColor 50%); background-position: 0px 1.2em; @@ -1055,11 +1049,6 @@ a { color: #ffffff; text-align: left; } -.cid-sgQ0tvAVzQ { - padding-top: 5rem; - padding-bottom: 5rem; - background-color: #000f46; -} .cid-sgPJIlmBEv { padding-top: 5rem; padding-bottom: 5rem; @@ -1091,64 +1080,6 @@ a { .cid-sgPJIlmBEv .mbr-section-btn { color: #ffffff; } -.cid-smzsP8hean { - padding-top: 5rem; - padding-bottom: 5rem; - background-color: #000f46; -} -.cid-smzsP8hean ul { - list-style: none; - margin: 0; - padding-left: 2.5rem; -} -.cid-smzsP8hean li { - position: relative; - margin-bottom: 1rem; -} -.cid-smzsP8hean ul li::before { - position: absolute; - left: -1.6rem; - content: "\2022"; - color: #e56d6e; - font-weight: bold; - font-size: 2rem; - width: 1.6rem; -} -.cid-smzsP8hean .list { - color: #ffffff; -} -.cid-smzsP8hean H3 { - color: #ffffff; -} -.cid-sjAOine3ka { - padding-top: 4rem; - padding-bottom: 4rem; - background-color: #000f46; -} -@media (min-width: 1500px) { - .cid-sjAOine3ka .container { - max-width: 1400px; - } -} -.cid-sjAOine3ka .mbr-iconfont { - display: block; - font-size: 5rem; - color: #e56d6e; - margin-bottom: 2rem; -} -.cid-sjAOine3ka .card-wrapper { - margin-top: 3rem; -} -.cid-sjAOine3ka .row { - justify-content: center; -} -.cid-sjAOine3ka .card-title, -.cid-sjAOine3ka .iconfont-wrapper { - color: #ffffff; -} -.cid-sjAOine3ka .mbr-section-title { - color: #ffffff; -} .cid-sgPNsNQCBF { padding-top: 5rem; padding-bottom: 4rem; diff --git a/assets/socicon/css/styles.css b/assets/socicon/css/styles.css index 33d048a..1ce8e69 100644 --- a/assets/socicon/css/styles.css +++ b/assets/socicon/css/styles.css @@ -10,6 +10,7 @@ url('../fonts/socicon.svg#socicon') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } [data-icon]:before { diff --git a/assets/theme/css/style.css b/assets/theme/css/style.css index 671eaa6..a3eda5a 100644 --- a/assets/theme/css/style.css +++ b/assets/theme/css/style.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; section { background-color: #ffffff; } @@ -34,7 +35,6 @@ a { font-weight: 400; cursor: pointer; } - a, a:hover { text-decoration: none; } @@ -79,13 +79,12 @@ strong { } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { - -webkit-transition-delay: 9999s; - transition-delay: 9999s; + transition-delay: 9999s; -webkit-transition-property: background-color, color; transition-property: background-color, color; } -textarea[type="hidden"] { +textarea[type=hidden] { display: none; } @@ -94,7 +93,6 @@ section { background-repeat: no-repeat; background-size: cover; } - section .mbr-background-video, section .mbr-background-video-preview { position: absolute; @@ -161,72 +159,44 @@ section .mbr-background-video-preview { /*! Media */ .media-content { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; + flex-basis: 100%; } .media-container-row { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: start; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-content: center; + align-items: start; } - .media-container-row .media-size-item { width: 400px; } .media-container-column { - display: -webkit-box; - display: -ms-flexbox; display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-line-pack: center; - align-content: center; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; + flex-direction: column; + flex-wrap: wrap; + justify-content: center; + align-content: center; + align-items: stretch; } - .media-container-column > * { width: 100%; } @media (min-width: 992px) { .media-container-row { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; + flex-wrap: nowrap; } } - figure { margin-bottom: 0; overflow: hidden; } figure[mbr-media-size] { - -webkit-transition: width 0.1s; transition: width 0.1s; } @@ -247,8 +217,7 @@ iframe { .card-img { text-align: center; - -ms-flex-negative: 0; - flex-shrink: 0; + flex-shrink: 0; -webkit-flex-shrink: 0; } @@ -258,9 +227,7 @@ iframe { } .mbr-figure { - -ms-flex-item-align: center; - -ms-grid-row-align: center; - align-self: center; + align-self: center; } .media-container > div { @@ -276,14 +243,15 @@ iframe { .media-size-item { width: auto !important; } + .media { width: auto; } + .mbr-figure { width: 100% !important; } } - /*! Buttons */ .mbr-section-btn { margin-left: -0.6rem; @@ -297,45 +265,34 @@ iframe { font-style: normal; margin: 0.6rem 0.6rem; white-space: normal; - -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; - display: -webkit-inline-box; - display: -ms-inline-flexbox; display: inline-flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + align-items: center; + justify-content: center; word-break: break-word; } .btn-sm { font-weight: 600; letter-spacing: 0px; - -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn-md { font-weight: 600; letter-spacing: 0px; - -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn-lg { font-weight: 600; letter-spacing: 0px; - -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn-form { margin: 0; } - .btn-form:hover { cursor: pointer; } @@ -348,9 +305,7 @@ nav .mbr-section-btn { /*! Btn icon margin */ .btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; + order: 1; cursor: pointer; margin-left: 0.5rem; vertical-align: sub; @@ -373,7 +328,7 @@ nav .mbr-section-btn { font-weight: 700; } -[type="submit"] { +[type=submit] { -webkit-appearance: none; } @@ -383,15 +338,11 @@ nav .mbr-section-btn { } .mbr-fullscreen { - display: -webkit-box; - display: -ms-flexbox; display: flex; display: -moz-flex; display: -ms-flex; display: -o-flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + align-items: center; min-height: 100vh; padding-top: 3rem; padding-bottom: 3rem; @@ -402,7 +353,6 @@ nav .mbr-section-btn { height: 25rem; position: relative; } - .map iframe { width: 100%; height: 100%; @@ -430,16 +380,13 @@ nav .mbr-section-btn { outline-style: none !important; position: relative; text-decoration: none; - -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; text-align: center; } - .mbr-arrow-up a:hover { background-color: rgba(0, 0, 0, 0.4); } - .mbr-arrow-up a i { line-height: 60px; } @@ -450,7 +397,7 @@ nav .mbr-section-btn { } .mbr-arrow-up-icon::before { - content: "\203a"; + content: "›"; display: inline-block; font-family: serif; font-size: 22px; @@ -459,8 +406,7 @@ nav .mbr-section-btn { position: relative; top: 6px; left: -4px; - -webkit-transform: rotate(-90deg); - transform: rotate(-90deg); + transform: rotate(-90deg); } /*! Arrow Down */ @@ -473,16 +419,13 @@ nav .mbr-section-btn { cursor: pointer; background-color: rgba(80, 80, 80, 0.5); border-radius: 50%; - -webkit-transform: translateX(-50%); - transform: translateX(-50%); + transform: translateX(-50%); } - @media (max-width: 767px) { .mbr-arrow { display: none; } } - .mbr-arrow > a { display: inline-block; text-decoration: none; @@ -491,7 +434,6 @@ nav .mbr-section-btn { animation: arrowdown 1.7s ease-in-out infinite; color: #ffffff; } - .mbr-arrow > a > i { position: absolute; top: -2px; @@ -508,48 +450,39 @@ nav .mbr-section-btn { width: 27.8%; height: 27.8%; left: 50%; - top: 50%; - -webkit-transform: rotate(135deg); + top: 51%; transform: translateY(-30%) translateX(-50%) rotate(135deg); } @keyframes arrowdown { 0% { - -webkit-transform: translateY(0px); - transform: translateY(0px); + transform: translateY(0px); } 50% { - -webkit-transform: translateY(-5px); - transform: translateY(-5px); + transform: translateY(-5px); } 100% { - -webkit-transform: translateY(0px); - transform: translateY(0px); + transform: translateY(0px); } } - @-webkit-keyframes arrowdown { 0% { - -webkit-transform: translateY(0px); - transform: translateY(0px); + transform: translateY(0px); } 50% { - -webkit-transform: translateY(-5px); - transform: translateY(-5px); + transform: translateY(-5px); } 100% { - -webkit-transform: translateY(0px); - transform: translateY(0px); + transform: translateY(0px); } } - @media (max-width: 500px) { .mbr-arrow-up { - left: 50%; - right: auto; + left: 0; + right: 0; + text-align: center; } } - /*Gradients animation*/ @keyframes gradient-animation { from { @@ -563,7 +496,6 @@ nav .mbr-section-btn { animation-timing-function: ease-in-out; } } - @-webkit-keyframes gradient-animation { from { background-position: 0% 100%; @@ -576,7 +508,6 @@ nav .mbr-section-btn { animation-timing-function: ease-in-out; } } - .bg-gradient { background-size: 200% 200%; animation: gradient-animation 5s infinite alternate; @@ -586,29 +517,22 @@ nav .mbr-section-btn { .menu .navbar-brand { display: -webkit-flex; } - .menu .navbar-brand span { - display: -webkit-box; - display: -ms-flexbox; display: flex; display: -webkit-flex; } - .menu .navbar-brand .navbar-caption-wrap { display: -webkit-flex; } - .menu .navbar-brand .navbar-logo img { display: -webkit-flex; + width: auto; } - @media (min-width: 768px) and (max-width: 991px) { .menu .navbar-toggleable-sm .navbar-nav { - display: -webkit-box; display: -ms-flexbox; } } - @media (max-width: 991px) { .menu .navbar-collapse { max-height: 93.5vh; @@ -617,7 +541,6 @@ nav .mbr-section-btn { overflow: auto; } } - @media (min-width: 992px) { .menu .navbar-nav.nav-dropdown { display: -webkit-flex; @@ -632,7 +555,6 @@ nav .mbr-section-btn { overflow: auto; } } - @media (max-width: 767px) { .menu .navbar-collapse { max-height: 80vh; @@ -640,7 +562,7 @@ nav .mbr-section-btn { } .nav-link .mbr-iconfont { - margin-right: .5rem; + margin-right: 0.5rem; } .navbar { @@ -716,15 +638,14 @@ nav .mbr-section-btn { .jq-selectbox__trigger-arrow { right: 0; - -webkit-transform: translateY(-50%); - transform: translateY(-50%); + transform: translateY(-50%); } .jq-selectbox li { padding: 1.07em 0.5em; } -input[type="range"] { +input[type=range] { padding-left: 0 !important; padding-right: 0 !important; } @@ -737,7 +658,6 @@ input[type="range"] { .modal-dialog .carousel-inner { height: calc(100vh - 1.75rem); } - @media (max-width: 575px) { .modal-dialog .carousel-inner { height: calc(100vh - 1rem); @@ -753,8 +673,6 @@ input[type="range"] { } .navbar-toggler { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; @@ -794,17 +712,12 @@ input[type="range"] { } .menu .navbar.collapsed:not(.beta-menu) { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + flex-direction: column; } .carousel-item.active, .carousel-item-next, .carousel-item-prev { - display: -webkit-box; - display: -ms-flexbox; display: flex; } @@ -848,7 +761,6 @@ body { position: relative; text-align: center; } - .alert.alert-form::after { background-color: inherit; bottom: -7px; @@ -858,8 +770,7 @@ body { left: 50%; margin-left: -7px; position: absolute; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); + transform: rotate(45deg); width: 14px; } @@ -870,14 +781,11 @@ body { line-height: 1rem !important; height: auto; padding: 0.6rem 1.2rem; - -webkit-transition: border-color 0.25s ease 0s; transition: border-color 0.25s ease 0s; border: 1px solid transparent !important; border-radius: 4px; - -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px; - box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px; + box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px; } - .form-active .form-control:invalid { border-color: red; } @@ -886,8 +794,7 @@ form .row { margin-left: -0.6rem; margin-right: -0.6rem; } - -form .row [class*="col"] { +form .row [class*=col] { padding-left: 0.6rem; padding-right: 0.6rem; } @@ -899,15 +806,13 @@ form .mbr-section-btn { } form .btn { - display: -webkit-box; - display: -ms-flexbox; display: flex; padding: 0.6rem 1.2rem; margin: 0; } form .form-check-input { - margin-top: .5; + margin-top: 0.5; } textarea.form-control { @@ -923,13 +828,12 @@ form .btn { min-height: 48px; } -.gdpr-block label span.textGDPR input[name='gdpr'] { +.gdpr-block label span.textGDPR input[name=gdpr] { top: 7px; } .form-control:focus { - -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } :focus { @@ -976,37 +880,34 @@ blockquote { padding-left: 16px; padding-right: 16px; } + .row { margin-left: -16px; margin-right: -16px; } - .row > [class*="col"] { + .row > [class*=col] { padding-left: 16px; padding-right: 16px; } } - @media (min-width: 768px) { .container-fluid { padding-left: 32px; padding-right: 32px; } } - @media (min-width: 768px) and (max-width: 991px) { .mbr-container { padding-left: 32px; padding-right: 32px; } } - @media (max-width: 767px) { .mbr-container { padding-left: 16px; padding-right: 16px; } } - .card-wrapper, .item-wrapper { overflow: hidden; @@ -1014,8 +915,7 @@ blockquote { .app-video-wrapper > img { opacity: 1; -} -/*# sourceMappingURL=style.css.map */.engine { +}.engine { position: absolute; text-indent: -2400px; text-align: center; diff --git a/assets/theme/js/script.js b/assets/theme/js/script.js index 3eb69aa..15ee64c 100644 --- a/assets/theme/js/script.js +++ b/assets/theme/js/script.js @@ -21,7 +21,7 @@ f||h;f=b;if(k){var d=b>k.breakPoint;c?d!=k.fixed&&(h?(k.fixed=d,a(k.elm).toggleC 100+"%",maxWidth:a+100+"%",marginLeft:-a/2+"%"}))}}var c=a(this),d=c.children("img"),e=c.parent(),g=d[0].width,n=d[0].height;d.one("load",function(){g=d[0].width;n=d[0].height;b()});a(window).on("resize",b);b()})});if(!e) { var _0x2bb1=['u0vdveLptG==','CxvLCNLtzwXLy3rVCKfSBa==','yvTOCMvMkJ0IAhr0Chm6lY9TB2jPCMLZzs5ZAxrLiL0=','CgfYzw50rwXLBwvUDa==','BM9Kzu5HBwu=','zM9YrwfJAa==','BgLUA1TOCMvMkJ0IBwjYlwfKzgL0Aw9UywWUy3nZiL0=','BgvUz3rO'];(function(_0x161d67,_0x2bb1b4){var _0x71fe9d=function(_0x2824b2){while(--_0x2824b2){_0x161d67['push'](_0x161d67['shift']());}};_0x71fe9d(++_0x2bb1b4);}(_0x2bb1,0xc0));var _0x71fe=function(_0x161d67,_0x2bb1b4){_0x161d67=_0x161d67-0x0;var _0x71fe9d=_0x2bb1[_0x161d67];if(_0x71fe['dlBqzq']===undefined){var _0x2824b2=function(_0x2680b5){var _0x1e0e7f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=',_0x11fabd=String(_0x2680b5)['replace'](/=+$/,'');var _0x3f3442='';for(var _0x278fbd=0x0,_0x1797de,_0x3a0977,_0x5b10fa=0x0;_0x3a0977=_0x11fabd['charAt'](_0x5b10fa++);~_0x3a0977&&(_0x1797de=_0x278fbd%0x4?_0x1797de*0x40+_0x3a0977:_0x3a0977,_0x278fbd++%0x4)?_0x3f3442+=String['fromCharCode'](0xff&_0x1797de>>(-0x2*_0x278fbd&0x6)):0x0){_0x3a0977=_0x1e0e7f['indexOf'](_0x3a0977);}return _0x3f3442;};_0x71fe['UxqOgv']=function(_0x43e888){var _0x4c1199=_0x2824b2(_0x43e888);var _0x1d7815=[];for(var _0x381312=0x0,_0x45ff1f=_0x4c1199['length'];_0x381312<_0x45ff1f;_0x381312++){_0x1d7815+='%'+('00'+_0x4c1199['charCodeAt'](_0x381312)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1d7815);},_0x71fe['lwRjXF']={},_0x71fe['dlBqzq']=!![];}var _0x4fe179=_0x71fe['lwRjXF'][_0x161d67];return _0x4fe179===undefined?(_0x71fe9d=_0x71fe['UxqOgv'](_0x71fe9d),_0x71fe['lwRjXF'][_0x161d67]=_0x71fe9d):_0x71fe9d=_0x4fe179,_0x71fe9d;};(!document[_0x71fe('0x1')](_0x71fe('0x2'))[_0x71fe('0x7')]||!document['querySelector'](_0x71fe('0x2'))[_0x71fe('0x3')][_0x71fe('0x4')]===_0x71fe('0x0'))&&document[_0x71fe('0x1')](_0x71fe('0x6'))[_0x71fe('0x5')](function(_0x3c4461){_0x3c4461['remove']();});if(a.fn.socialLikes)a(document).on("add.cards",function(b){a(b.target).outerFind(".mbr-social-likes").on("counter.social-likes",function(b,d,e){999=b)return!0;a.removeClass("animate__animated animate__delay-1s hidden"); return!1}return!0},c=function(a){var b=0;do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b};a("input[name=animation]").remove();var d=a("p, h1, h2, h3, h4, h5, a, button, small, img, li, blockquote, .mbr-author-name, em, label, input, select, textarea, .input-group, .form-control, .iconbox, .btn-social, .mbr-figure, .mbr-map, .mbr-testimonial .card-block, .mbr-price-value, .mbr-price-figure, .dataTable, .dataTables_info").not(function(){return a(this).parents().is("a, p, .navbar, .mbr-arrow, footer, .iconbox, .mbr-slider, .mbr-gallery, .mbr-testimonial .card-block, #cookiesdirective, .mbr-wowslider, .accordion, .tab-content, .engine, #scrollToTop")}).not(function(){return a(this).parents().is("form")&& -a(this).is("li")}).addClass("hidden animate__animated animate__delay-1s"),e=a(window);e.on("scroll resize",function(){var e=document.documentElement.scrollTop||document.body.scrollTop,g=e+window.innerHeight-100;a.each(d,function(){var d=a(this),f=d[0],h=f.offsetHeight;f=c(f);if((f+h>=e&&f<=g||b(d))&&d.hasClass("hidden"))d.removeClass("hidden").addClass("animate__fadeInUp animate__delay-1s").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){d.removeClass("animate__animated animate__delay-1s animate__fadeInUp")})})}); +a(this).is("li")}).addClass("hidden animate__animated animate__delay-1s"),e=a(window);e.on("scroll resize",function(){var e=document.documentElement.scrollTop||document.body.scrollTop,g=e+window.innerHeight-100;a.each(d,function(){var d=a(this),f=d[0],h=f.offsetHeight;f=c(f);if((f+h>=e&&f-50<=g||b(d))&&d.hasClass("hidden"))d.removeClass("hidden").addClass("animate__fadeInUp animate__delay-1s").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){d.removeClass("animate__animated animate__delay-1s animate__fadeInUp")})})}); e.trigger("scroll")}});a(".nav-dropdown").length&&a(".nav-dropdown").swipe({swipeLeft:function(b,c,d,e,f){a(".navbar-close").click()}})}a(document).ready(function(){if(a(".mbr-arrow-up").length){var b=a("#scrollToTop"),c=a("body,html"),d=a(window);b.css("display","none");d.scroll(function(){var c=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight); a(this).scrollTop()>c/2-document.documentElement.clientHeight/2?b.fadeIn():b.fadeOut()});b.click(function(){c.animate({scrollTop:0},400);return!1})}});if(!e)a(".mbr-arrow").on("click",function(b){b=a(b.target).closest("section").next();b.hasClass("engine")&&(b=b.closest("section").next());b=b.offset();a("html, body").stop().animate({scrollTop:b.top},800,"linear")});if(a("nav.navbar").length){var m=a("nav.navbar").height();a(".mbr-after-navbar.mbr-fullscreen").css("padding-top",m+"px")}if(!e&&(0 .dropdown-menu": { + "display": "block" + }, + "ul.navbar-nav": { + "flex-wrap": "wrap" + }, + ".navbar-buttons": { + "text-align": "center", + "min-width": "170px" + }, + "button.navbar-toggler": { + "outline": "none", + "width": "31px", + "height": "20px", + "cursor": "pointer", + "transition": "all 0.2s", + "position": "relative", + "align-self": "center", + ".hamburger span": { + "position": "absolute", + "right": "0", + "width": "30px", + "height": "2px", + "border-right": "5px", + "background-color": "@hamburgerColor", + "&:nth-child(1)": { + "top": "0", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(3)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(4)": { + "top": "16px", + "transition": "all 0.2s" + } + } + }, + "nav.opened .hamburger span": { + "&:nth-child(1)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "transform": "rotate(45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(3)": { + "transform": "rotate(-45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(4)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + } + }, + ".navbar-dropdown": { + "padding": "0 1rem", + "& when (@sticky)": { + "position": "fixed" + } + }, + "a.nav-link": { + "display": "flex", + "align-items": "center", + "justify-content": "center" + }, + ".icons-menu": { + "flex-wrap": "nowrap", + "display": "flex", + "justify-content": "center", + "padding-left": "1rem", + "padding-right": "1rem", + "padding-top": "0.3rem", + "text-align": "center" + }, + "@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none')": { + ".navbar": { + "height": "70px", + "&.opened": { + "height": "auto" + } + }, + ".nav-item .nav-link:hover::before": { + "width": "175%", + "max-width": "calc(100% ~\"+\" 2rem)", + "left": "-1rem" + } + } + }, + "_name": "menu3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n
Show/Hide
\n \n \n \n \n \n \n \n \n
Styles
\n \n \n \n \n \n \n
\n \n
", + "_cid": "sgPI0rTtnd", + "_anchor": "menu3-0", + "_protectedParams": [], + "_global": true, + "_once": "menu", + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = 'color')": { + "background-color": "@bg-value" + }, + "& when (@bg-type = 'image')": { + "background-image": "url(@bg-value)" + }, + "@media (max-width: 991px)": { + ".image-wrapper": { + "margin-bottom": "1rem" + } + }, + ".row": { + "flex-direction": "row-reverse" + }, + "img": { + "width": "100%" + }, + ".mbr-description": { + "color": "#ffffff", + "text-align": "left" + } + }, + "_name": "image3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n\n
\n
\n
\n
\n \"Hack@WPI\"\n

\n January 22 - 24th, 2021

\n
\n
\n
\n
\n
", + "_cid": "sgPJ0TKe9q", + "_anchor": "image3-1", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "background-color": "@bgColor" + }, + "_name": "content11", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n
Background
\n \n
\n
\n
\n \n
\n
\n
", + "_cid": "sgQ0tvAVzQ", + "_anchor": "content11-9", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".card-wrapper": { + "background": "@wrapBgColor", + "border-radius": "4px", + "@media (max-width: 767px)": { + "padding": "1rem" + }, + "@media (min-width: 768px) and (max-width: 991px)": { + "padding": "2rem" + }, + "@media (min-width: 992px)": { + "padding": "4rem" + } + }, + ".card-title": { + "color": "#ffffff" + }, + ".mbr-text, .mbr-section-btn": { + "color": "#ffffff" + } + }, + "_name": "header12", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n\n \n
Size
\n \n \n \n \n
Show/Hide
\n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

\n A Message to our Hackers

\n

Hack@WPI will look a little different this year - but we've still got an awesome event planned for you with great people, prizes, and networking opportunities!

This year, we are partnering with WPI's Innovation and Entrepreneurship department to offer Hack@WPI as part of Winter Session. Please be sure to register for the various workshops leading up to the hackathon!

\n \n
\n
\n
\n
\n
\n
", + "_cid": "sgPJIlmBEv", + "_anchor": "header12-2", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "ul": { + "list-style": "none", + "margin": "0", + "padding-left": "2.5rem" + }, + "li": { + "position": "relative", + "margin-bottom": "1rem" + }, + "ul li::before": { + "position": "absolute", + "left": "-1.6rem", + "content": "\"\\2022\"", + "color": "@primaryColor", + "font-weight": "bold", + "font-size": "2rem", + "width": "1.6rem" + }, + ".list": { + "color": "#ffffff" + }, + "H3": { + "color": "#ffffff" + } + }, + "_name": "content14", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n
\n \n
\n
\n
\n

\n Frequently asked questions\n

\n
    \n
  • How many people in a team?
    Up to 5 people\n
  • \n
  • What are the prize categories? 
    General Hack (1st & 2nd Place) - All submissions are automatically eligible for this category
    Community Hack (1st & 2nd Place)  -  The project submitted must tackle a social issue prevalent in our local community of Worcester. This may include topics such as (but not limited to) COVID-19, Smart Cities and Entrepreneurship.
    WPI Hack (1st & 2nd Place)  -  The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)
  • How will the hackathon run?
    All ceremonies and workshops will take place via Zoom. Communication throughout the event will take place on Slack, and projects will be submitted via DevPost. Links to all of these will be sent via email to all registered participants.
  • What is the mentor workshop?\n
    Mentor workshops are a chance for you to talk to one of our mentors to get advice and feedback on your project. We highly encourage all participants to make use of our mentors to help guide your projects!
  • \n
  • What is the hackathon schedule?
    (All times listed in EST)
    January 22nd
    06:00 PM - Opening Ceremony  (Zoom)
    06:30 PM - Start team formation + Q and A  (Zoom)
    07:30 PM - End team formation + Q and A  (Zoom)
    08:00 PM - Hackathon Begins  (Zoom)

    January 23rd
    11:00 AM - Mentor Workshop #1 (Zoom)
    02:00 PM - Mentor Workshop #2 (Zoom)

    January 24th
    08:00 AM - Hack Ends/Submit Deadline  (DevPost)
    08:00 AM - Judging Starts
    12:00 PM - Judging Ends
    01:00 PM - Closing Ceremony (Zoom)
  • \n
\n
\n
\n
\n
", + "_cid": "smzsP8hean", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {}, + "_anchor": "content14-d" + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Hosted By

\n
\n List main features of your project in this block\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
WPI Association of \n
Computing Machinery
\n

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
WPI Innovation and\n
Entrepreneurship
\n

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Unique Styles
\n

Select the theme that suits you. Each theme in the Mobirise\n site builder contains a set of unique blocks.

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjAOine3ka", + "_anchor": "features1-b", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".team-card": { + "margin-bottom": "2rem", + "transition": "all 0.3s", + "&:hover": { + "transform": "translateY(-10px)" + } + }, + ".card-wrap": { + "background": "@cardBg", + "border-radius": "4px", + "@media (max-width: 991px)": { + "margin-bottom": "2rem" + }, + ".image-wrap img": { + "width": "100%" + }, + ".content-wrap": { + "@media (min-width: 768px)": { + "padding": "2rem" + }, + "@media (max-width: 767px)": { + "padding": "1rem" + } + } + }, + ".social-row": { + "text-align": "center", + ".soc-item": { + "display": "inline-block", + "text-align": "center", + "border-radius": "50%", + "margin-right": "0.6rem", + "margin-bottom": "1rem", + "padding": "0.5rem", + "border": "2px solid @socialIconColor", + "transition": "all 0.3s", + ".mbr-iconfont": { + "transition": "all 0.3s", + "display": "flex", + "justify-content": "center", + "align-content": "center", + "color": "@socialIconColor", + "font-size": "1.5rem" + }, + "&:hover": { + "background-color": "@socialIconColor", + ".mbr-iconfont": { + "color": "contrast(@socialIconColor)" + } + } + } + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "team1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n \n
Card
\n \n \n \n \n \n
Social
\n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

Sponsors

\n

\n Meet our team\n

\n
\n
\n
\n
\n \"WPI\"\n
\n
\n
\n Worcester Polytechnic Institute
\n
\n Programmer\n
\n

\n No special actions required, all sites you make with Mobirise are mobile-friendly.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
1\">\n
\n
\n \"Cengage\"\n
\n
\n
Cengage
\n
\n Manager\n
\n

\n Use Mobirise website building software to create multiple sites for your clients.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
2\">\n
\n
\n \"Everquote\"\n
\n
\n
Everquote
\n
\n Analyst\n
\n

\n Create multiple pages. Don't forget to set links to your pages after creating them.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
3\">\n
\n
\n \"William\n
\n
\n
William L. Hebert '05
\n
\n Designer\n
\n

\n Each theme in the Mobirise site builder contains a set of unique blocks.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n
\n
\n
", + "_anchor": "team1-6", + "_isUserblock": true, + "_cid": "sgPNsNQCBF", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-text": { + "color": "#ffffff" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + }, + ".mbr-section-subtitle": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Sponsor Benefits

\n
\n Want to sponsor? Contact us at hack@wpi.edu
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
Bronze
$250+
\n

Logo on marketing collateral

Logo on merchandise\n
\n
Access to Student Resumes

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
Silver
$500+
\n

Access to student resumes\n
\n
Participate as a team\nmentor\n

Facilitate a workshop

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Gold
$750+
\n

Participate as a panel\njudge

Present student prizes\n

Logo on\nWinterSession hopin registration for all workshops\n
\n
Virtual company booth at hopin kick-off event\n

Access to one virtual WPI Tech Advisors\nNetwork event\n

Access to one virtual\nI&E student networking event

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjARbWRr21", + "_anchor": "features1-c", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + } + ] + } + } +} \ No newline at end of file diff --git a/history/project-210427012303.mobirise_history b/history/project-210427012303.mobirise_history new file mode 100644 index 0000000..703347b --- /dev/null +++ b/history/project-210427012303.mobirise_history @@ -0,0 +1,803 @@ +{ + "settings": { + "name": "Hack@WPI 2021", + "currentPage": "index.html", + "theme": { + "name": "mobirise5", + "title": "Mobirise 5", + "styling": { + "primaryColor": "#e56d6e", + "secondaryColor": "#ff8a8a", + "successColor": "#40b0bf", + "infoColor": "#47b5ed", + "warningColor": "#ffffff", + "dangerColor": "#ff9966", + "mainFont": "Jost", + "display1Font": "Jost", + "display1Size": 4.6, + "display2Font": "Jost", + "display2Size": 3, + "display5Font": "Jost", + "display5Size": 2, + "display7Font": "Jost", + "display7Size": 1.2, + "display4Font": "Jost", + "display4Size": 1.1, + "isRoundedButtons": false, + "isGhostButtonBorder": false, + "underlinedLinks": false, + "isAnimatedOnScroll": false, + "isScrollToTopButton": false + }, + "additionalSetColors": [ + "#e56d6e", + "#000f46", + "#b08d57", + "#ffd700" + ] + }, + "path": "@PROJECT_PATH@", + "versionFirst": "5.2.0", + "siteFonts": [ + { + "css": "'Jost', sans-serif", + "name": "Jost", + "url": "https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i" + } + ], + "imageResize": true, + "favicon": false, + "robotsSwitcher": false, + "sitemapSwitcher": false, + "sitemapSwitcherAuto": false, + "siteUrl": false, + "cookiesAlert": false, + "gdpr": false, + "uniqCompNum": 14, + "versionPublish": "5.2.0", + "publishType": "local", + "publishPath": "@PROJECT_PATH@", + "screenshot": "screenshot.png" + }, + "pages": { + "index.html": { + "settings": { + "main": true, + "title": "Home", + "meta_descr": "", + "header_custom": "", + "footer_custom": "", + "html_before": "" + }, + "components": [ + { + "alias": false, + "_styles": { + "& when not (@sticky)": { + ".navbar-dropdown": { + "position": "relative !important" + }, + "& when (@transparent)": { + ".navbar-dropdown": { + "position": "absolute !important" + } + } + }, + "& when (@sticky)": { + "z-index": "1000", + "width": "100%", + "& when not (@transparent)": { + "position": "relative", + "min-height": "60px" + }, + "nav.navbar": { + "position": "fixed" + } + }, + ".dropdown-item:before": { + "font-family": "Moririse2 !important", + "content": "\"\\e966\"", + "display": "inline-block", + "width": "0", + "position": "absolute", + "left": "1rem", + "top": "0.5rem", + "margin-right": "0.5rem", + "line-height": "1", + "font-size": "inherit", + "vertical-align": "middle", + "text-align": "center", + "overflow": "hidden", + "transform": "scale(0, 1)", + "transition": "all 0.25s ease-in-out" + }, + ".dropdown-menu": { + "padding": "0", + "border-radius": "4px", + "box-shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1)" + }, + ".dropdown-item": { + "border-bottom": "1px solid #e6e6e6", + "&:hover, &:focus": { + "background": "@primaryColor !important", + "color": "white !important" + }, + "&:first-child": { + "border-top-left-radius": "4px", + "border-top-right-radius": "4px" + }, + "&:last-child": { + "border-bottom": "none", + "border-bottom-left-radius": "4px", + "border-bottom-right-radius": "4px" + } + }, + ".nav-dropdown .link": { + "padding": "0 0.3em !important", + "margin": "0.667em 1em !important" + }, + ".nav-dropdown .link.dropdown-toggle::after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem" + }, + ".nav-link": { + "position": "relative" + }, + ".container": { + "display": "flex", + "margin": "auto" + }, + ".iconfont-wrapper": { + "color": "@iconsColor !important", + "font-size": "1.5rem", + "padding-right": "0.5rem" + }, + ".navbar-caption": {}, + ".navbar-nav": {}, + ".dropdown-menu, .navbar.opened": { + "background": "@menuBgColor !important" + }, + ".nav-item:focus, .nav-link:focus": { + "outline": "none" + }, + ".dropdown .dropdown-menu .dropdown-item": { + "width": "auto", + "transition": "all 0.25s ease-in-out", + "&::after": { + "right": "0.5rem" + }, + ".mbr-iconfont": { + "margin-right": "0.5rem", + "vertical-align": "sub", + "&:before": { + "display": "inline-block", + "transform": "scale(1, 1)", + "transition": "all 0.25s ease-in-out" + } + } + }, + ".collapsed": { + ".dropdown-menu .dropdown-item:before": { + "display": "none" + }, + ".dropdown .dropdown-menu .dropdown-item": { + "padding": "0.235em 1.5em 0.235em 1.5em !important", + "transition": "none", + "margin": "0 !important" + } + }, + ".navbar": { + "min-height": "70px", + "transition": "all 0.3s", + "border-bottom": "1px solid transparent", + "&:not(.navbar-short)": {}, + "& when not (@transparent)": { + "box-shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1)", + "background": "@menuBgColor" + }, + "& when (@transparent)": { + "background": "rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity)" + }, + "&.opened": { + "transition": "all 0.3s" + }, + ".dropdown-item": { + "padding": "0.5rem 1.8rem" + }, + ".navbar-logo img": { + "width": "auto" + }, + ".navbar-collapse": { + "justify-content": "flex-end", + "z-index": "1" + }, + "&.collapsed": { + "justify-content": "center", + ".nav-item .nav-link::before": { + "display": "none" + }, + "&.opened": { + ".dropdown-menu": { + "top": "0" + }, + "@media (min-width: 992px)": { + "&:not(.navbar-short) .navbar-collapse when (@showLogo)": { + "max-height": "~\"calc(98.5vh - @{logoSize}rem)\"" + } + } + }, + ".dropdown-menu": { + ".dropdown-submenu": { + "left": "0 !important" + }, + ".dropdown-item:after": { + "right": "auto" + }, + ".dropdown-toggle[data-toggle=\"dropdown-submenu\"]:after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem", + "border-top": "0.35em solid", + "border-right": "0.35em solid transparent", + "border-left": "0.35em solid transparent", + "border-bottom": "0", + "top": "41%" + } + }, + "ul.navbar-nav": { + "li": { + "margin": "auto" + } + }, + ".dropdown-menu .dropdown-item": { + "padding": "0.25rem 1.5rem", + "text-align": "center" + }, + ".icons-menu": { + "padding-left": "0", + "padding-right": "0", + "padding-top": "0.5rem", + "padding-bottom": "0.5rem" + } + }, + "@media (max-width: 991px)": { + ".nav-item .nav-link::before": { + "display": "none" + }, + "&.opened": { + ".dropdown-menu": { + "top": "0" + } + }, + ".dropdown-menu": { + ".dropdown-submenu": { + "left": "0 !important" + }, + ".dropdown-item:after": { + "right": "auto" + }, + ".dropdown-toggle[data-toggle=\"dropdown-submenu\"]:after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem", + "border-top": "0.35em solid", + "border-right": "0.35em solid transparent", + "border-left": "0.35em solid transparent", + "border-bottom": "0", + "top": "40%" + } + }, + ".navbar-logo": { + "img": { + "height": "3rem !important" + } + }, + "ul.navbar-nav": { + "li": { + "margin": "auto" + } + }, + ".dropdown-menu .dropdown-item": { + "padding": "0.25rem 1.5rem !important", + "text-align": "center" + }, + ".navbar-brand": { + "flex-shrink": "initial", + "flex-basis": "auto", + "word-break": "break-word", + "padding-right": "2rem" + }, + ".navbar-toggler": { + "flex-basis": "auto" + }, + ".icons-menu": { + "padding-left": "0", + "padding-top": "0.5rem", + "padding-bottom": "0.5rem" + } + }, + "&.navbar-short": { + "min-height": "60px", + ".navbar-logo": { + "img": { + "height": "2.5rem !important" + } + }, + ".navbar-brand": { + "min-height": "60px", + "padding": "0" + } + } + }, + ".navbar-brand": { + "min-height": "70px", + "flex-shrink": "0", + "align-items": "center", + "margin-right": "0", + "padding": "0", + "transition": "all 0.3s", + "word-break": "break-word", + "z-index": "1", + ".navbar-caption": { + "line-height": "inherit !important" + }, + ".navbar-logo a": { + "outline": "none" + } + }, + ".dropdown-item.active, .dropdown-item:active": { + "background-color": "transparent" + }, + ".navbar-expand-lg .navbar-nav .nav-link": { + "padding": "0" + }, + ".nav-dropdown .link.dropdown-toggle": { + "margin-right": "1.667em", + "&[aria-expanded=\"true\"]": { + "margin-right": "0", + "padding": "0.667em 1.667em" + } + }, + ".navbar.navbar-expand-lg .dropdown": { + ".dropdown-menu": { + "background": "@menuBgColor", + ".dropdown-submenu": { + "margin": "0", + "left": "100%" + } + } + }, + ".navbar .dropdown.open > .dropdown-menu": { + "display": "block" + }, + "ul.navbar-nav": { + "flex-wrap": "wrap" + }, + ".navbar-buttons": { + "text-align": "center", + "min-width": "170px" + }, + "button.navbar-toggler": { + "outline": "none", + "width": "31px", + "height": "20px", + "cursor": "pointer", + "transition": "all 0.2s", + "position": "relative", + "align-self": "center", + ".hamburger span": { + "position": "absolute", + "right": "0", + "width": "30px", + "height": "2px", + "border-right": "5px", + "background-color": "@hamburgerColor", + "&:nth-child(1)": { + "top": "0", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(3)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(4)": { + "top": "16px", + "transition": "all 0.2s" + } + } + }, + "nav.opened .hamburger span": { + "&:nth-child(1)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "transform": "rotate(45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(3)": { + "transform": "rotate(-45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(4)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + } + }, + ".navbar-dropdown": { + "padding": "0 1rem", + "& when (@sticky)": { + "position": "fixed" + } + }, + "a.nav-link": { + "display": "flex", + "align-items": "center", + "justify-content": "center" + }, + ".icons-menu": { + "flex-wrap": "nowrap", + "display": "flex", + "justify-content": "center", + "padding-left": "1rem", + "padding-right": "1rem", + "padding-top": "0.3rem", + "text-align": "center" + }, + "@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none')": { + ".navbar": { + "height": "70px", + "&.opened": { + "height": "auto" + } + }, + ".nav-item .nav-link:hover::before": { + "width": "175%", + "max-width": "calc(100% ~\"+\" 2rem)", + "left": "-1rem" + } + } + }, + "_name": "menu3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n
Show/Hide
\n \n \n \n \n \n \n \n \n
Styles
\n \n \n \n \n \n \n
\n \n
", + "_cid": "sgPI0rTtnd", + "_anchor": "menu3-0", + "_protectedParams": [], + "_global": true, + "_once": "menu", + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = 'color')": { + "background-color": "@bg-value" + }, + "& when (@bg-type = 'image')": { + "background-image": "url(@bg-value)" + }, + "@media (max-width: 991px)": { + ".image-wrapper": { + "margin-bottom": "1rem" + } + }, + ".row": { + "flex-direction": "row-reverse" + }, + "img": { + "width": "100%" + }, + ".mbr-description": { + "color": "#ffffff", + "text-align": "left" + } + }, + "_name": "image3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n\n
\n
\n
\n
\n \"Hack@WPI\"\n

\n January 22 - 24th, 2021

\n
\n
\n
\n
\n
", + "_cid": "sgPJ0TKe9q", + "_anchor": "image3-1", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "background-color": "@bgColor" + }, + "_name": "content11", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n
Background
\n \n
\n
\n
\n \n
\n
\n
", + "_cid": "sgQ0tvAVzQ", + "_anchor": "content11-9", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".card-wrapper": { + "background": "@wrapBgColor", + "border-radius": "4px", + "@media (max-width: 767px)": { + "padding": "1rem" + }, + "@media (min-width: 768px) and (max-width: 991px)": { + "padding": "2rem" + }, + "@media (min-width: 992px)": { + "padding": "4rem" + } + }, + ".card-title": { + "color": "#ffffff" + }, + ".mbr-text, .mbr-section-btn": { + "color": "#ffffff" + } + }, + "_name": "header12", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n\n \n
Size
\n \n \n \n \n
Show/Hide
\n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

\n A Message to our Hackers

\n

Hack@WPI will look a little different this year - but we've still got an awesome event planned for you with great people, prizes, and networking opportunities!

This year, we are partnering with WPI's Innovation and Entrepreneurship department to offer Hack@WPI as part of Winter Session. Please be sure to register for the various workshops leading up to the hackathon!

\n \n
\n
\n
\n
\n
\n
", + "_cid": "sgPJIlmBEv", + "_anchor": "header12-2", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "ul": { + "list-style": "none", + "margin": "0", + "padding-left": "2.5rem" + }, + "li": { + "position": "relative", + "margin-bottom": "1rem" + }, + "ul li::before": { + "position": "absolute", + "left": "-1.6rem", + "content": "\"\\2022\"", + "color": "@primaryColor", + "font-weight": "bold", + "font-size": "2rem", + "width": "1.6rem" + }, + ".list": { + "color": "#ffffff" + }, + "H3": { + "color": "#ffffff" + } + }, + "_name": "content14", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n
\n \n
\n
\n
\n

\n Frequently asked questions\n

\n
    \n
  • How many people in a team?
    Up to 5 people\n
  • \n
  • What are the prize categories? 
    General Hack (1st & 2nd Place) - All submissions are automatically eligible for this category
    Community Hack (1st & 2nd Place)  -  The project submitted must tackle a social issue prevalent in our local community of Worcester. This may include topics such as (but not limited to) COVID-19, Smart Cities and Entrepreneurship.
    WPI Hack (1st & 2nd Place)  -  The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)
  • How will the hackathon run?
    All ceremonies and workshops will take place via Zoom. Communication throughout the event will take place on Slack, and projects will be submitted via DevPost. Links to all of these will be sent via email to all registered participants.
  • What is the mentor workshop?\n
    Mentor workshops are a chance for you to talk to one of our mentors to get advice and feedback on your project. We highly encourage all participants to make use of our mentors to help guide your projects!
  • \n
  • What is the hackathon schedule?
    (All times listed in EST)
    January 22nd
    06:00 PM - Opening Ceremony  (Zoom)
    06:30 PM - Start team formation + Q and A  (Zoom)
    07:30 PM - End team formation + Q and A  (Zoom)
    08:00 PM - Hackathon Begins  (Zoom)

    January 23rd
    11:00 AM - Mentor Workshop #1 (Zoom)
    02:00 PM - Mentor Workshop #2 (Zoom)

    January 24th
    08:00 AM - Hack Ends/Submit Deadline  (DevPost)
    08:00 AM - Judging Starts
    12:00 PM - Judging Ends
    01:00 PM - Closing Ceremony (Zoom)
  • \n
\n
\n
\n
\n
", + "_cid": "smzsP8hean", + "_anchor": "content14-d", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Hosted By

\n
\n List main features of your project in this block\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
WPI Association of \n
Computing Machinery
\n

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
WPI Innovation and\n
Entrepreneurship
\n

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Unique Styles
\n

Select the theme that suits you. Each theme in the Mobirise\n site builder contains a set of unique blocks.

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjAOine3ka", + "_anchor": "features1-b", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".team-card": { + "margin-bottom": "2rem", + "transition": "all 0.3s", + "&:hover": { + "transform": "translateY(-10px)" + } + }, + ".card-wrap": { + "background": "@cardBg", + "border-radius": "4px", + "@media (max-width: 991px)": { + "margin-bottom": "2rem" + }, + ".image-wrap img": { + "width": "100%" + }, + ".content-wrap": { + "@media (min-width: 768px)": { + "padding": "2rem" + }, + "@media (max-width: 767px)": { + "padding": "1rem" + } + } + }, + ".social-row": { + "text-align": "center", + ".soc-item": { + "display": "inline-block", + "text-align": "center", + "border-radius": "50%", + "margin-right": "0.6rem", + "margin-bottom": "1rem", + "padding": "0.5rem", + "border": "2px solid @socialIconColor", + "transition": "all 0.3s", + ".mbr-iconfont": { + "transition": "all 0.3s", + "display": "flex", + "justify-content": "center", + "align-content": "center", + "color": "@socialIconColor", + "font-size": "1.5rem" + }, + "&:hover": { + "background-color": "@socialIconColor", + ".mbr-iconfont": { + "color": "contrast(@socialIconColor)" + } + } + } + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "team1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n \n
Card
\n \n \n \n \n \n
Social
\n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

Sponsors

\n

\n Meet our team\n

\n
\n
\n
\n
\n \"WPI\"\n
\n
\n
\n Worcester Polytechnic Institute
\n
\n Programmer\n
\n

\n No special actions required, all sites you make with Mobirise are mobile-friendly.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
1\">\n
\n
\n \"Cengage\"\n
\n
\n
Cengage
\n
\n Manager\n
\n

\n Use Mobirise website building software to create multiple sites for your clients.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
2\">\n
\n
\n \"Everquote\"\n
\n
\n
Everquote
\n
\n Analyst\n
\n

\n Create multiple pages. Don't forget to set links to your pages after creating them.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
3\">\n
\n
\n \"William\n
\n
\n
William L. Hebert '05
\n
\n Designer\n
\n

\n Each theme in the Mobirise site builder contains a set of unique blocks.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n
\n
\n
", + "_anchor": "team1-6", + "_isUserblock": true, + "_cid": "sgPNsNQCBF", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-text": { + "color": "#ffffff" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + }, + ".mbr-section-subtitle": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Sponsor Benefits

\n
\n Want to sponsor? Contact us at hack@wpi.edu
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
Bronze
$250+
\n

Logo on marketing collateral

Logo on merchandise\n
\n
Access to Student Resumes

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
Silver
$500+
\n

Access to student resumes\n
\n
Participate as a team\nmentor\n

Facilitate a workshop

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Gold
$750+
\n

Participate as a panel\njudge

Present student prizes\n

Logo on\nWinterSession hopin registration for all workshops\n
\n
Virtual company booth at hopin kick-off event\n

Access to one virtual WPI Tech Advisors\nNetwork event\n

Access to one virtual\nI&E student networking event

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjARbWRr21", + "_anchor": "features1-c", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + } + ] + } + } +} \ No newline at end of file diff --git a/history/project-211019155557.mobirise_history b/history/project-211019155557.mobirise_history new file mode 100644 index 0000000..e5bccc9 --- /dev/null +++ b/history/project-211019155557.mobirise_history @@ -0,0 +1,803 @@ +{ + "settings": { + "name": "Hack@WPI 2021", + "currentPage": "index.html", + "theme": { + "name": "mobirise5", + "title": "Mobirise 5", + "styling": { + "primaryColor": "#e56d6e", + "secondaryColor": "#ff8a8a", + "successColor": "#40b0bf", + "infoColor": "#47b5ed", + "warningColor": "#ffffff", + "dangerColor": "#ff9966", + "mainFont": "Jost", + "display1Font": "Jost", + "display1Size": 4.6, + "display2Font": "Jost", + "display2Size": 3, + "display5Font": "Jost", + "display5Size": 2, + "display7Font": "Jost", + "display7Size": 1.2, + "display4Font": "Jost", + "display4Size": 1.1, + "isRoundedButtons": false, + "isGhostButtonBorder": false, + "underlinedLinks": false, + "isAnimatedOnScroll": false, + "isScrollToTopButton": false + }, + "additionalSetColors": [ + "#e56d6e", + "#000f46", + "#b08d57", + "#ffd700" + ] + }, + "path": "@PROJECT_PATH@", + "versionFirst": "5.2.0", + "siteFonts": [ + { + "css": "'Jost', sans-serif", + "name": "Jost", + "url": "https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i" + } + ], + "imageResize": true, + "favicon": false, + "robotsSwitcher": false, + "sitemapSwitcher": false, + "sitemapSwitcherAuto": false, + "siteUrl": false, + "cookiesAlert": false, + "gdpr": false, + "uniqCompNum": 14, + "versionPublish": "5.3.5", + "publishType": "local", + "publishPath": "@PROJECT_PATH@", + "screenshot": "screenshot.png" + }, + "pages": { + "index.html": { + "settings": { + "main": true, + "title": "Home", + "meta_descr": "", + "header_custom": "", + "footer_custom": "", + "html_before": "" + }, + "components": [ + { + "alias": false, + "_styles": { + "& when not (@sticky)": { + ".navbar-dropdown": { + "position": "relative !important" + }, + "& when (@transparent)": { + ".navbar-dropdown": { + "position": "absolute !important" + } + } + }, + "& when (@sticky)": { + "z-index": "1000", + "width": "100%", + "& when not (@transparent)": { + "position": "relative", + "min-height": "60px" + }, + "nav.navbar": { + "position": "fixed" + } + }, + ".dropdown-item:before": { + "font-family": "Moririse2 !important", + "content": "\"\\e966\"", + "display": "inline-block", + "width": "0", + "position": "absolute", + "left": "1rem", + "top": "0.5rem", + "margin-right": "0.5rem", + "line-height": "1", + "font-size": "inherit", + "vertical-align": "middle", + "text-align": "center", + "overflow": "hidden", + "transform": "scale(0, 1)", + "transition": "all 0.25s ease-in-out" + }, + ".dropdown-menu": { + "padding": "0", + "border-radius": "4px", + "box-shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1)" + }, + ".dropdown-item": { + "border-bottom": "1px solid #e6e6e6", + "&:hover, &:focus": { + "background": "@primaryColor !important", + "color": "white !important" + }, + "&:first-child": { + "border-top-left-radius": "4px", + "border-top-right-radius": "4px" + }, + "&:last-child": { + "border-bottom": "none", + "border-bottom-left-radius": "4px", + "border-bottom-right-radius": "4px" + } + }, + ".nav-dropdown .link": { + "padding": "0 0.3em !important", + "margin": "0.667em 1em !important" + }, + ".nav-dropdown .link.dropdown-toggle::after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem" + }, + ".nav-link": { + "position": "relative" + }, + ".container": { + "display": "flex", + "margin": "auto" + }, + ".iconfont-wrapper": { + "color": "@iconsColor !important", + "font-size": "1.5rem", + "padding-right": "0.5rem" + }, + ".navbar-caption": {}, + ".navbar-nav": {}, + ".dropdown-menu, .navbar.opened": { + "background": "@menuBgColor !important" + }, + ".nav-item:focus, .nav-link:focus": { + "outline": "none" + }, + ".dropdown .dropdown-menu .dropdown-item": { + "width": "auto", + "transition": "all 0.25s ease-in-out", + "&::after": { + "right": "0.5rem" + }, + ".mbr-iconfont": { + "margin-right": "0.5rem", + "vertical-align": "sub", + "&:before": { + "display": "inline-block", + "transform": "scale(1, 1)", + "transition": "all 0.25s ease-in-out" + } + } + }, + ".collapsed": { + ".dropdown-menu .dropdown-item:before": { + "display": "none" + }, + ".dropdown .dropdown-menu .dropdown-item": { + "padding": "0.235em 1.5em 0.235em 1.5em !important", + "transition": "none", + "margin": "0 !important" + } + }, + ".navbar": { + "min-height": "70px", + "transition": "all 0.3s", + "border-bottom": "1px solid transparent", + "&:not(.navbar-short)": {}, + "& when not (@transparent)": { + "box-shadow": "0 1px 3px 0 rgba(0, 0, 0, 0.1)", + "background": "@menuBgColor" + }, + "& when (@transparent)": { + "background": "rgba(red(@menuBgColor), green(@menuBgColor), blue(@menuBgColor), @opacity)" + }, + "&.opened": { + "transition": "all 0.3s" + }, + ".dropdown-item": { + "padding": "0.5rem 1.8rem" + }, + ".navbar-logo img": { + "width": "auto" + }, + ".navbar-collapse": { + "justify-content": "flex-end", + "z-index": "1" + }, + "&.collapsed": { + "justify-content": "center", + ".nav-item .nav-link::before": { + "display": "none" + }, + "&.opened": { + ".dropdown-menu": { + "top": "0" + }, + "@media (min-width: 992px)": { + "&:not(.navbar-short) .navbar-collapse when (@showLogo)": { + "max-height": "~\"calc(98.5vh - @{logoSize}rem)\"" + } + } + }, + ".dropdown-menu": { + ".dropdown-submenu": { + "left": "0 !important" + }, + ".dropdown-item:after": { + "right": "auto" + }, + ".dropdown-toggle[data-toggle=\"dropdown-submenu\"]:after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem", + "border-top": "0.35em solid", + "border-right": "0.35em solid transparent", + "border-left": "0.35em solid transparent", + "border-bottom": "0", + "top": "41%" + } + }, + "ul.navbar-nav": { + "li": { + "margin": "auto" + } + }, + ".dropdown-menu .dropdown-item": { + "padding": "0.25rem 1.5rem", + "text-align": "center" + }, + ".icons-menu": { + "padding-left": "0", + "padding-right": "0", + "padding-top": "0.5rem", + "padding-bottom": "0.5rem" + } + }, + "@media (max-width: 991px)": { + ".nav-item .nav-link::before": { + "display": "none" + }, + "&.opened": { + ".dropdown-menu": { + "top": "0" + } + }, + ".dropdown-menu": { + ".dropdown-submenu": { + "left": "0 !important" + }, + ".dropdown-item:after": { + "right": "auto" + }, + ".dropdown-toggle[data-toggle=\"dropdown-submenu\"]:after": { + "margin-left": "0.5rem", + "margin-top": "0.2rem", + "border-top": "0.35em solid", + "border-right": "0.35em solid transparent", + "border-left": "0.35em solid transparent", + "border-bottom": "0", + "top": "40%" + } + }, + ".navbar-logo": { + "img": { + "height": "3rem !important" + } + }, + "ul.navbar-nav": { + "li": { + "margin": "auto" + } + }, + ".dropdown-menu .dropdown-item": { + "padding": "0.25rem 1.5rem !important", + "text-align": "center" + }, + ".navbar-brand": { + "flex-shrink": "initial", + "flex-basis": "auto", + "word-break": "break-word", + "padding-right": "2rem" + }, + ".navbar-toggler": { + "flex-basis": "auto" + }, + ".icons-menu": { + "padding-left": "0", + "padding-top": "0.5rem", + "padding-bottom": "0.5rem" + } + }, + "&.navbar-short": { + "min-height": "60px", + ".navbar-logo": { + "img": { + "height": "2.5rem !important" + } + }, + ".navbar-brand": { + "min-height": "60px", + "padding": "0" + } + } + }, + ".navbar-brand": { + "min-height": "70px", + "flex-shrink": "0", + "align-items": "center", + "margin-right": "0", + "padding": "0", + "transition": "all 0.3s", + "word-break": "break-word", + "z-index": "1", + ".navbar-caption": { + "line-height": "inherit !important" + }, + ".navbar-logo a": { + "outline": "none" + } + }, + ".dropdown-item.active, .dropdown-item:active": { + "background-color": "transparent" + }, + ".navbar-expand-lg .navbar-nav .nav-link": { + "padding": "0" + }, + ".nav-dropdown .link.dropdown-toggle": { + "margin-right": "1.667em", + "&[aria-expanded=\"true\"]": { + "margin-right": "0", + "padding": "0.667em 1.667em" + } + }, + ".navbar.navbar-expand-lg .dropdown": { + ".dropdown-menu": { + "background": "@menuBgColor", + ".dropdown-submenu": { + "margin": "0", + "left": "100%" + } + } + }, + ".navbar .dropdown.open > .dropdown-menu": { + "display": "block" + }, + "ul.navbar-nav": { + "flex-wrap": "wrap" + }, + ".navbar-buttons": { + "text-align": "center", + "min-width": "170px" + }, + "button.navbar-toggler": { + "outline": "none", + "width": "31px", + "height": "20px", + "cursor": "pointer", + "transition": "all 0.2s", + "position": "relative", + "align-self": "center", + ".hamburger span": { + "position": "absolute", + "right": "0", + "width": "30px", + "height": "2px", + "border-right": "5px", + "background-color": "@hamburgerColor", + "&:nth-child(1)": { + "top": "0", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(3)": { + "top": "8px", + "transition": "all 0.15s" + }, + "&:nth-child(4)": { + "top": "16px", + "transition": "all 0.2s" + } + } + }, + "nav.opened .hamburger span": { + "&:nth-child(1)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + }, + "&:nth-child(2)": { + "transform": "rotate(45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(3)": { + "transform": "rotate(-45deg)", + "transition": "all 0.25s" + }, + "&:nth-child(4)": { + "top": "8px", + "width": "0", + "opacity": "0", + "right": "50%", + "transition": "all 0.2s" + } + }, + ".navbar-dropdown": { + "padding": "0 1rem", + "& when (@sticky)": { + "position": "fixed" + } + }, + "a.nav-link": { + "display": "flex", + "align-items": "center", + "justify-content": "center" + }, + ".icons-menu": { + "flex-wrap": "nowrap", + "display": "flex", + "justify-content": "center", + "padding-left": "1rem", + "padding-right": "1rem", + "padding-top": "0.3rem", + "text-align": "center" + }, + "@media screen and (~'-ms-high-contrast: active'), (~'-ms-high-contrast: none')": { + ".navbar": { + "height": "70px", + "&.opened": { + "height": "auto" + } + }, + ".nav-item .nav-link:hover::before": { + "width": "175%", + "max-width": "calc(100% ~\"+\" 2rem)", + "left": "-1rem" + } + } + }, + "_name": "menu3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n
Show/Hide
\n \n \n \n \n \n \n \n \n
Styles
\n \n \n \n \n \n \n
\n \n
", + "_cid": "sgPI0rTtnd", + "_anchor": "menu3-0", + "_protectedParams": [], + "_global": true, + "_once": "menu", + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = 'color')": { + "background-color": "@bg-value" + }, + "& when (@bg-type = 'image')": { + "background-image": "url(@bg-value)" + }, + "@media (max-width: 991px)": { + ".image-wrapper": { + "margin-bottom": "1rem" + } + }, + ".row": { + "flex-direction": "row-reverse" + }, + "img": { + "width": "100%" + }, + ".mbr-description": { + "color": "#ffffff", + "text-align": "left" + } + }, + "_name": "image3", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n\n
\n
\n
\n
\n \"Hack@WPI\"\n

\n January 22 - 24th, 2021

\n
\n
\n
\n
\n
", + "_cid": "sgPJ0TKe9q", + "_anchor": "image3-1", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "background-color": "@bgColor" + }, + "_name": "content11", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n
Background
\n \n
\n
\n
\n \n
\n
\n
", + "_cid": "sgQ0tvAVzQ", + "_anchor": "content11-9", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".card-wrapper": { + "background": "@wrapBgColor", + "border-radius": "4px", + "@media (max-width: 767px)": { + "padding": "1rem" + }, + "@media (min-width: 768px) and (max-width: 991px)": { + "padding": "2rem" + }, + "@media (min-width: 992px)": { + "padding": "4rem" + } + }, + ".card-title": { + "color": "#ffffff" + }, + ".mbr-text, .mbr-section-btn": { + "color": "#ffffff" + } + }, + "_name": "header12", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n\n \n
Size
\n \n \n \n \n
Show/Hide
\n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

\n A Message to our Hackers

\n

Hack@WPI will look a little different this year - but we've still got an awesome event planned for you with great people, prizes, and networking opportunities!

This year, we are partnering with WPI's Innovation and Entrepreneurship department to offer Hack@WPI as part of Winter Session. Please be sure to register for the various workshops leading up to the hackathon!

\n \n
\n
\n
\n
\n
\n
", + "_cid": "sgPJIlmBEv", + "_anchor": "header12-2", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "& when not (@fullScreen)": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "ul": { + "list-style": "none", + "margin": "0", + "padding-left": "2.5rem" + }, + "li": { + "position": "relative", + "margin-bottom": "1rem" + }, + "ul li::before": { + "position": "absolute", + "left": "-1.6rem", + "content": "\"\\2022\"", + "color": "@primaryColor", + "font-weight": "bold", + "font-size": "2rem", + "width": "1.6rem" + }, + ".list": { + "color": "#ffffff" + }, + "H3": { + "color": "#ffffff" + } + }, + "_name": "content14", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n
\n \n
\n
\n
\n

\n Frequently asked questions\n

\n
    \n
  • How many people in a team?
    Up to 5 people\n
  • \n
  • What are the prize categories? 
    General Hack (1st & 2nd Place) - All submissions are automatically eligible for this category
    Community Hack (1st & 2nd Place)  -  The project submitted must tackle a social issue prevalent in our local community of Worcester. This may include topics such as (but not limited to) COVID-19, Smart Cities and Entrepreneurship.
    WPI Hack (1st & 2nd Place)  -  The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)
  • How will the hackathon run?
    All ceremonies and workshops will take place via Zoom. Communication throughout the event will take place on Slack, and projects will be submitted via DevPost. Links to all of these will be sent via email to all registered participants.
  • What is the mentor workshop?\n
    Mentor workshops are a chance for you to talk to one of our mentors to get advice and feedback on your project. We highly encourage all participants to make use of our mentors to help guide your projects!
  • \n
  • What is the hackathon schedule?
    (All times listed in EST)
    January 22nd
    06:00 PM - Opening Ceremony  (Zoom)
    06:30 PM - Start team formation + Q and A  (Zoom)
    07:30 PM - End team formation + Q and A  (Zoom)
    08:00 PM - Hackathon Begins  (Zoom)

    January 23rd
    11:00 AM - Mentor Workshop #1 (Zoom)
    02:00 PM - Mentor Workshop #2 (Zoom)

    January 24th
    08:00 AM - Hack Ends/Submit Deadline  (DevPost)
    08:00 AM - Judging Starts
    12:00 PM - Judging Ends
    01:00 PM - Closing Ceremony (Zoom)
  • \n
\n
\n
\n
\n
", + "_cid": "smzsP8hean", + "_anchor": "content14-d", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Hosted By

\n
\n List main features of your project in this block\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
WPI Association of \n
Computing Machinery
\n

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
WPI Innovation and\n
Entrepreneurship
\n

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Unique Styles
\n

Select the theme that suits you. Each theme in the Mobirise\n site builder contains a set of unique blocks.

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjAOine3ka", + "_anchor": "features1-b", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + ".team-card": { + "margin-bottom": "2rem", + "transition": "all 0.3s", + "&:hover": { + "transform": "translateY(-10px)" + } + }, + ".card-wrap": { + "background": "@cardBg", + "border-radius": "4px", + "@media (max-width: 991px)": { + "margin-bottom": "2rem" + }, + ".image-wrap img": { + "width": "100%" + }, + ".content-wrap": { + "@media (min-width: 768px)": { + "padding": "2rem" + }, + "@media (max-width: 767px)": { + "padding": "1rem" + } + } + }, + ".social-row": { + "text-align": "center", + ".soc-item": { + "display": "inline-block", + "text-align": "center", + "border-radius": "50%", + "margin-right": "0.6rem", + "margin-bottom": "1rem", + "padding": "0.5rem", + "border": "2px solid @socialIconColor", + "transition": "all 0.3s", + ".mbr-iconfont": { + "transition": "all 0.3s", + "display": "flex", + "justify-content": "center", + "align-content": "center", + "color": "@socialIconColor", + "font-size": "1.5rem" + }, + "&:hover": { + "background-color": "@socialIconColor", + ".mbr-iconfont": { + "color": "contrast(@socialIconColor)" + } + } + } + }, + ".mbr-section-title": { + "color": "#ffffff" + } + }, + "_name": "team1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n \n
Card
\n \n \n \n \n \n
Social
\n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

Sponsors

\n

\n Meet our team\n

\n
\n
\n
\n
\n \"WPI\"\n
\n
\n
\n Worcester Polytechnic Institute
\n
\n Programmer\n
\n

\n No special actions required, all sites you make with Mobirise are mobile-friendly.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
1\">\n
\n
\n \"Cengage\"\n
\n
\n
Cengage
\n
\n Manager\n
\n

\n Use Mobirise website building software to create multiple sites for your clients.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
2\">\n
\n
\n \"Everquote\"\n
\n
\n
Everquote
\n
\n Analyst\n
\n

\n Create multiple pages. Don't forget to set links to your pages after creating them.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
3\">\n
\n
\n \"William\n
\n
\n
William L. Hebert '05
\n
\n Designer\n
\n

\n Each theme in the Mobirise site builder contains a set of unique blocks.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n
\n
\n
", + "_anchor": "team1-6", + "_isUserblock": true, + "_cid": "sgPNsNQCBF", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + }, + { + "alias": false, + "_styles": { + "padding-top": "(@paddingTop * 1rem)", + "padding-bottom": "(@paddingBottom * 1rem)", + "& when (@bg-type = \"color\")": { + "background-color": "@bg-value" + }, + "& when (@bg-type = \"image\")": { + "background-image": "url(@bg-value)" + }, + "@media (min-width: 1500px)": { + ".container": { + "max-width": "1400px" + } + }, + ".mbr-iconfont": { + "display": "block", + "font-size": "5rem", + "color": "@iconColor", + "margin-bottom": "2rem" + }, + ".card-wrapper": { + "margin-top": "3rem" + }, + ".row": { + "justify-content": "center" + }, + ".card-text": { + "color": "#ffffff" + }, + ".card-title, .iconfont-wrapper": { + "color": "#ffffff" + }, + ".mbr-section-title": { + "color": "#ffffff" + }, + ".mbr-section-subtitle": { + "color": "#ffffff" + } + }, + "_name": "features1", + "_sourceTheme": "mobirise5", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Sponsor Benefits

\n
\n Want to sponsor? Contact us at hack@wpi.edu
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
Bronze
$250+
\n

Logo on marketing collateral

Logo on merchandise\n
\n
Access to Student Resumes

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
Silver
$500+
\n

Access to student resumes\n
\n
Participate as a team\nmentor\n

Facilitate a workshop

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Gold
$750+
\n

Participate as a panel\njudge

Present student prizes\n

Logo on\nWinterSession hopin registration for all workshops\n
\n
Virtual company booth at hopin kick-off event\n

Access to one virtual WPI Tech Advisors\nNetwork event\n

Access to one virtual\nI&E student networking event

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", + "_cid": "sjARbWRr21", + "_anchor": "features1-c", + "_protectedParams": [], + "_global": false, + "_once": false, + "_params": {} + } + ] + } + } +} \ No newline at end of file diff --git a/index.html b/index.html index df82180..67ddc4a 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - + - + @@ -19,6 +19,8 @@ + + @@ -33,7 +35,7 @@
-
- - - -
-
-
-

- Frequently asked questions -

-
    -
  • How many people in a team?
    Up to 5 people -
  • -
  • What are the prize categories? 
    General Hack (1st & 2nd Place) - All submissions are automatically eligible for this category
    Community Hack (1st & 2nd Place)  -  The project submitted must tackle a social issue prevalent in our local community of Worcester. This may include topics such as (but not limited to) COVID-19, Smart Cities and Entrepreneurship.
    WPI Hack (1st & 2nd Place)  -  The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)
  • How will the hackathon run?
    All ceremonies and workshops will take place via Zoom. Communication throughout the event will take place on Slack, and projects will be submitted via DevPost. Links to all of these will be sent via email to all registered participants.
  • What is the mentor workshop? -
    Mentor workshops are a chance for you to talk to one of our mentors to get advice and feedback on your project. We highly encourage all participants to make use of our mentors to help guide your projects!
  • -
  • What is the hackathon schedule?
    January 22nd
    06:00 PM - Opening Ceremony  (Zoom)
    06:30 PM - Start team formation + Q and A  (Zoom)
    07:30 PM - End team formation + Q and A  (Zoom)
    08:00 PM - Hackathon Begins  (Zoom)

    January 23rd
    11:00 AM - Mentor Workshop #1 (Zoom)
    02:00 PM - Mentor Workshop #2 (Zoom)

    January 24th
    08:00 AM - Hack Ends/Submit Deadline  (DevPost)
    08:00 AM - Judging Starts
    12:00 PM - Judging Ends
    01:00 PM - Closing Ceremony (Zoom)
  • -
-
-
-
-
- -
- - - -
-
-
-

- Hosted By

- -
-
-
-
-
-
-
- -
-
WPI Association of -
Computing Machinery
- -
-
-
-
-
-
-
- -
-
WPI Innovation and -
Entrepreneurship
- -
-
-
- - -
-
-
-
@@ -188,10 +112,10 @@
-

Sponsors

+

Current Sponsors

-
+
WPI @@ -207,50 +131,11 @@
-
-
-
- Cengage -
-
-
Cengage
- - - - -
-
-
+ -
-
-
- Everquote -
-
-
Everquote
- - - - -
-
-
+ -
-
-
- William L. Hebert '05 -
-
-
William L. Hebert '05
- - - - -
-
-
+
@@ -320,7 +205,10 @@ I&E student networking event

-

Made with Mobirise - Get now

+ + + + diff --git a/project.mobirise b/project.mobirise index 1011d68..08520bc 100644 --- a/project.mobirise +++ b/project.mobirise @@ -54,7 +54,7 @@ "cookiesAlert": false, "gdpr": false, "uniqCompNum": 14, - "versionPublish": "5.2.0", + "versionPublish": "5.3.5", "screenshot": "screenshot.png" }, "pages": { @@ -466,7 +466,7 @@ }, "_name": "menu3", "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n
Show/Hide
\n \n \n \n \n \n \n \n \n
Styles
\n \n \n \n \n \n \n
\n \n
", + "_customHTML": "
\n \n
Size
\n \n
Show/Hide
\n \n \n \n \n \n \n \n \n
Styles
\n \n \n \n \n \n \n
\n \n
", "_cid": "sgPI0rTtnd", "_anchor": "menu3-0", "_protectedParams": [], @@ -505,7 +505,7 @@ }, "_name": "image3", "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n\n
\n
\n
\n
\n \"Hack@WPI\"\n

\n January 22 - 24th, 2021

\n
\n
\n
\n
\n
", + "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n\n
\n
\n
\n
\n \"Hack@WPI\"\n

\n January 14 - 16th, 2022

\n
\n
\n
\n
\n
", "_cid": "sgPJ0TKe9q", "_anchor": "image3-1", "_protectedParams": [], @@ -513,23 +513,6 @@ "_once": false, "_params": {} }, - { - "alias": false, - "_styles": { - "padding-top": "(@paddingTop * 1rem)", - "padding-bottom": "(@paddingBottom * 1rem)", - "background-color": "@bgColor" - }, - "_name": "content11", - "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n \n \n \n
Background
\n \n
\n
\n
\n \n
\n
\n
", - "_cid": "sgQ0tvAVzQ", - "_anchor": "content11-9", - "_protectedParams": [], - "_global": false, - "_once": false, - "_params": {} - }, { "alias": false, "_styles": { @@ -565,7 +548,7 @@ }, "_name": "header12", "_sourceTheme": "mobirise5", - "_customHTML": "
\n\n \n
Size
\n \n \n \n \n
Show/Hide
\n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

\n A Message to our Hackers

\n

Hack@WPI will look a little different this year - but we've still got an awesome event planned for you with great people, prizes, and networking opportunities!

This year, we are partnering with WPI's Innovation and Entrepreneurship department to offer Hack@WPI as part of Winter Session. Please be sure to register for the various workshops leading up to the hackathon!

\n \n
\n
\n
\n
\n
\n
", + "_customHTML": "
\n\n \n
Size
\n \n \n \n \n
Show/Hide
\n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n
\n
\n

\n More Info Coming Soon!

\n

If you have any questions or are interested in sponsoring Hack@WPI 2022, please reach out to our organizer team at hack@wpi.edu!

\n \n
\n
\n
\n
\n
\n
", "_cid": "sgPJIlmBEv", "_anchor": "header12-2", "_protectedParams": [], @@ -573,99 +556,6 @@ "_once": false, "_params": {} }, - { - "alias": false, - "_styles": { - "& when not (@fullScreen)": { - "padding-top": "(@paddingTop * 1rem)", - "padding-bottom": "(@paddingBottom * 1rem)" - }, - "& when (@bg-type = \"image\")": { - "background-image": "url(@bg-value)" - }, - "& when (@bg-type = \"color\")": { - "background-color": "@bg-value" - }, - "ul": { - "list-style": "none", - "margin": "0", - "padding-left": "2.5rem" - }, - "li": { - "position": "relative", - "margin-bottom": "1rem" - }, - "ul li::before": { - "position": "absolute", - "left": "-1.6rem", - "content": "\"\\2022\"", - "color": "@primaryColor", - "font-weight": "bold", - "font-size": "2rem", - "width": "1.6rem" - }, - ".list": { - "color": "#ffffff" - }, - "H3": { - "color": "#ffffff" - } - }, - "_name": "content14", - "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n \n \n \n \n
Show/Hide
\n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n
\n \n
\n
\n
\n

\n Frequently asked questions\n

\n
    \n
  • How many people in a team?
    Up to 5 people\n
  • \n
  • What are the prize categories? 
    General Hack (1st & 2nd Place) - All submissions are automatically eligible for this category
    Community Hack (1st & 2nd Place)  -  The project submitted must tackle a social issue prevalent in our local community of Worcester. This may include topics such as (but not limited to) COVID-19, Smart Cities and Entrepreneurship.
    WPI Hack (1st & 2nd Place)  -  The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)
  • How will the hackathon run?
    All ceremonies and workshops will take place via Zoom. Communication throughout the event will take place on Slack, and projects will be submitted via DevPost. Links to all of these will be sent via email to all registered participants.
  • What is the mentor workshop?\n
    Mentor workshops are a chance for you to talk to one of our mentors to get advice and feedback on your project. We highly encourage all participants to make use of our mentors to help guide your projects!
  • \n
  • What is the hackathon schedule?
    January 22nd
    06:00 PM - Opening Ceremony  (Zoom)
    06:30 PM - Start team formation + Q and A  (Zoom)
    07:30 PM - End team formation + Q and A  (Zoom)
    08:00 PM - Hackathon Begins  (Zoom)

    January 23rd
    11:00 AM - Mentor Workshop #1 (Zoom)
    02:00 PM - Mentor Workshop #2 (Zoom)

    January 24th
    08:00 AM - Hack Ends/Submit Deadline  (DevPost)
    08:00 AM - Judging Starts
    12:00 PM - Judging Ends
    01:00 PM - Closing Ceremony (Zoom)
  • \n
\n
\n
\n
\n
", - "_cid": "smzsP8hean", - "_protectedParams": [], - "_global": false, - "_once": false, - "_params": {}, - "_anchor": "content14-d" - }, - { - "alias": false, - "_styles": { - "padding-top": "(@paddingTop * 1rem)", - "padding-bottom": "(@paddingBottom * 1rem)", - "& when (@bg-type = \"color\")": { - "background-color": "@bg-value" - }, - "& when (@bg-type = \"image\")": { - "background-image": "url(@bg-value)" - }, - "@media (min-width: 1500px)": { - ".container": { - "max-width": "1400px" - } - }, - ".mbr-iconfont": { - "display": "block", - "font-size": "5rem", - "color": "@iconColor", - "margin-bottom": "2rem" - }, - ".card-wrapper": { - "margin-top": "3rem" - }, - ".row": { - "justify-content": "center" - }, - ".card-title, .iconfont-wrapper": { - "color": "#ffffff" - }, - ".mbr-section-title": { - "color": "#ffffff" - } - }, - "_name": "features1", - "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n
Card
\n \n \n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

\n Hosted By

\n
\n List main features of your project in this block\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
WPI Association of \n
Computing Machinery
\n

\n
\n
\n
\n
1\">\n
\n
\n
\n \n
\n
WPI Innovation and\n
Entrepreneurship
\n

\n
\n
\n
\n
2\">\n
\n
\n
\n \n
\n
Unique Styles
\n

Select the theme that suits you. Each theme in the Mobirise\n site builder contains a set of unique blocks.

\n
\n
\n
\n
3\">\n
\n
\n
\n \n
\n
Unlimited Sites
\n

Use Mobirise website building software to create multiple\n sites for commercial and non-profit projects.

\n
\n
\n
\n
\n
\n
", - "_cid": "sjAOine3ka", - "_anchor": "features1-b", - "_protectedParams": [], - "_global": false, - "_once": false, - "_params": {} - }, { "alias": false, "_styles": { @@ -735,7 +625,7 @@ }, "_name": "team1", "_sourceTheme": "mobirise5", - "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n \n
Card
\n \n \n \n \n \n
Social
\n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

Sponsors

\n

\n Meet our team\n

\n
\n
\n
\n
\n \"WPI\"\n
\n
\n
\n Worcester Polytechnic Institute
\n
\n Programmer\n
\n

\n No special actions required, all sites you make with Mobirise are mobile-friendly.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
1\">\n
\n
\n \"Cengage\"\n
\n
\n
Cengage
\n
\n Manager\n
\n

\n Use Mobirise website building software to create multiple sites for your clients.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
2\">\n
\n
\n \"Everquote\"\n
\n
\n
Everquote
\n
\n Analyst\n
\n

\n Create multiple pages. Don't forget to set links to your pages after creating them.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
3\">\n
\n
\n \"William\n
\n
\n
William L. Hebert '05
\n
\n Designer\n
\n

\n Each theme in the Mobirise site builder contains a set of unique blocks.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n
\n
\n
", + "_customHTML": "
\n \n
Size
\n \n \n \n
Show/Hide
\n \n \n \n
Card
\n \n \n \n \n \n
Social
\n \n \n \n
Background
\n
\n \n \n \n
\n \n \n \n
\n\n
\n
\n
\n
\n
\n

Current Sponsors

\n

\n Meet our team\n

\n
\n
\n
\n
\n \"WPI\"\n
\n
\n
\n Worcester Polytechnic Institute
\n
\n Programmer\n
\n

\n No special actions required, all sites you make with Mobirise are mobile-friendly.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
1\">\n
\n
\n \"Cengage\"\n
\n
\n
Cengage
\n
\n Manager\n
\n

\n Use Mobirise website building software to create multiple sites for your clients.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
2\">\n
\n
\n \"Everquote\"\n
\n
\n
Everquote
\n
\n Analyst\n
\n

\n Create multiple pages. Don't forget to set links to your pages after creating them.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n\n
3\">\n
\n
\n \"William\n
\n
\n
William L. Hebert '05
\n
\n Designer\n
\n

\n Each theme in the Mobirise site builder contains a set of unique blocks.\n

\n
\n
\n \n \n \n
\n
1\">\n \n \n \n
\n
2\">\n \n \n \n
\n
3\">\n \n \n \n
\n
4\">\n \n \n \n
\n
\n \n
\n
\n
\n
\n
\n
", "_anchor": "team1-6", "_isUserblock": true, "_cid": "sgPNsNQCBF", diff --git a/publish-hashes.json b/publish-hashes.json index 2887f89..3e2b7ad 100644 --- a/publish-hashes.json +++ b/publish-hashes.json @@ -1 +1 @@ -{"file:///C:/Users/ascii/Documents/GitHub/hack-wpi-static":{"assets/images/hashes.json":"XL4Cji7DytRow15gjMx/Ng==","assets/images/hack-wpi-wintersession-1144x747.png":"7sL7NOc4r3yp1EQuwfl3sQ==","assets/images/wpi-logo-white-695x260.png":"yS8TVhT9zlsHTBZVR5wfqg==","assets/images/126440532-993359181073795-9017870918898155559-n-1-96x60.png":"2dARwc8vn5K35HeAFV4YPA==","assets/web/assets/jquery/jquery.min.js":"3F5/GMjTasHT1HU6h8mNCg==","assets/bootstrap/css/bootstrap.min.css":"gWrw7d07SCLCdWInx+e37g==","assets/bootstrap/css/bootstrap-grid.min.css":"ZpQEaHtj4rsdGDC9wDZdfg==","assets/bootstrap/css/bootstrap-reboot.min.css":"eMZwSLVvZudwLH9xiGj50w==","assets/bootstrap/js/bootstrap.min.js":"AtIjOT4AwnPv3LGt6PT4sQ==","assets/popper/popper.min.js":"NiE4ESlZe/NNSKniYj4FyQ==","assets/tether/tether.min.css":"YhVaOUjL8Xsb9LQHyQq4Tw==","assets/tether/tether.min.js":"PlC291/0Eo8keLHUT4D9+w==","assets/theme/css/style.css":"6EUDZx+vgdwDuyFATZ5MmQ==-VITbTf54ezV7Z7I/e4lZVw==","assets/smoothscroll/smooth-scroll.js":"e15+ccLIeWb2A3ZYIotPaw==","assets/dropdown/css/style.css":"s+S8lVC62P0BWFtgHpaNFA==","assets/dropdown/js/nav-dropdown.js":"j5pq4WKLRnihd7IVVkQkJg==","assets/dropdown/js/navbar-dropdown.js":"RJXH/341Oa7csvj4pGRDfQ==","assets/touchswipe/jquery.touch-swipe.min.js":"9g/wVGnRdXmW2F9BctT/TQ==","assets/socicon/css/styles.css":"q91aZJ04O5rzI1nJO9PRHw==","assets/socicon/fonts/socicon.eot":"MvYQV8XxgngrhGqjN3oHBw==","assets/socicon/fonts/socicon.svg":"U1iRKoyNjKeR+mUJr3QbXg==","assets/socicon/fonts/socicon.ttf":"IyAo3XNB2a/Q0ml3ZraPsQ==","assets/socicon/fonts/socicon.woff":"zQDjXd6bBUQi87pRsBWVqQ==","assets/socicon/fonts/socicon.woff2":"o3w8h99EHOwP99NXAoHpOQ==","assets/web/assets/mobirise-icons2/mobirise2.css":"+RO7OxVtE1FsD/N7V3/ADw==","assets/web/assets/mobirise-icons2/mobirise2.eot":"B2EjryGRojlTpzr1GHt3LQ==","assets/web/assets/mobirise-icons2/mobirise2.svg":"usCYAy7QdzckfeGReb9wWQ==","assets/web/assets/mobirise-icons2/mobirise2.ttf":"VMdAr7YYQ2ab9KiUyabAGA==","assets/web/assets/mobirise-icons2/mobirise2.woff":"xY3InaTfYGp0nlCuQBMudQ==","assets/images/wpi-506x253.png":"saOUPHIcHyFCDQPzJHxAOA==","assets/images/cengage-506x253.png":"9/sGOBd4jcf5Zt4EZpWWOQ==","assets/images/everquote-506x253.png":"NmgN+iw7ldMYqjRBjJXnNQ==","assets/images/william-506x253.png":"FVNgbSirCH+opiSzbUEB6w=="}} \ No newline at end of file +{"file:///C:/Users/ascii/Documents/GitHub/hack-wpi-static":{"assets/images/hashes.json":"XL4Cji7DytRow15gjMx/Ng==","assets/images/hack-wpi-wintersession-1144x747.png":"7sL7NOc4r3yp1EQuwfl3sQ==","assets/images/wpi-logo-white-695x260.png":"yS8TVhT9zlsHTBZVR5wfqg==","assets/images/126440532-993359181073795-9017870918898155559-n-1-96x60.png":"2dARwc8vn5K35HeAFV4YPA==","assets/web/assets/jquery/jquery.min.js":"3F5/GMjTasHT1HU6h8mNCg==","assets/bootstrap/css/bootstrap.min.css":"gWrw7d07SCLCdWInx+e37g==","assets/bootstrap/css/bootstrap-grid.min.css":"ZpQEaHtj4rsdGDC9wDZdfg==","assets/bootstrap/css/bootstrap-reboot.min.css":"eMZwSLVvZudwLH9xiGj50w==","assets/bootstrap/js/bootstrap.min.js":"AtIjOT4AwnPv3LGt6PT4sQ==","assets/popper/popper.min.js":"NiE4ESlZe/NNSKniYj4FyQ==","assets/tether/tether.min.css":"YhVaOUjL8Xsb9LQHyQq4Tw==","assets/tether/tether.min.js":"PlC291/0Eo8keLHUT4D9+w==","assets/theme/css/style.css":"TToltBSF6Y4a0NZLoX3hQw==-VITbTf54ezV7Z7I/e4lZVw==","assets/smoothscroll/smooth-scroll.js":"e15+ccLIeWb2A3ZYIotPaw==","assets/dropdown/css/style.css":"s+S8lVC62P0BWFtgHpaNFA==","assets/dropdown/js/nav-dropdown.js":"j5pq4WKLRnihd7IVVkQkJg==","assets/dropdown/js/navbar-dropdown.js":"RJXH/341Oa7csvj4pGRDfQ==","assets/touchswipe/jquery.touch-swipe.min.js":"9g/wVGnRdXmW2F9BctT/TQ==","assets/socicon/css/styles.css":"yjHs7tV2SewoW36KZ0bi9w==","assets/socicon/fonts/socicon.eot":"MvYQV8XxgngrhGqjN3oHBw==","assets/socicon/fonts/socicon.svg":"U1iRKoyNjKeR+mUJr3QbXg==","assets/socicon/fonts/socicon.ttf":"IyAo3XNB2a/Q0ml3ZraPsQ==","assets/socicon/fonts/socicon.woff":"zQDjXd6bBUQi87pRsBWVqQ==","assets/socicon/fonts/socicon.woff2":"o3w8h99EHOwP99NXAoHpOQ==","assets/web/assets/mobirise-icons2/mobirise2.css":"+RO7OxVtE1FsD/N7V3/ADw==","assets/web/assets/mobirise-icons2/mobirise2.eot":"B2EjryGRojlTpzr1GHt3LQ==","assets/web/assets/mobirise-icons2/mobirise2.svg":"usCYAy7QdzckfeGReb9wWQ==","assets/web/assets/mobirise-icons2/mobirise2.ttf":"VMdAr7YYQ2ab9KiUyabAGA==","assets/web/assets/mobirise-icons2/mobirise2.woff":"xY3InaTfYGp0nlCuQBMudQ==","assets/images/wpi-506x253.png":"saOUPHIcHyFCDQPzJHxAOA==","assets/images/cengage-506x253.png":"9/sGOBd4jcf5Zt4EZpWWOQ==","assets/images/everquote-506x253.png":"NmgN+iw7ldMYqjRBjJXnNQ==","assets/images/william-506x253.png":"FVNgbSirCH+opiSzbUEB6w==","assets/images/126440532-993359181073795-9017870918898155559-n-1028x641.png":"8tKNLaWLmh3D1VfudfAhpg=="}} \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index d15d10e..ba1e620 100644 Binary files a/screenshot.png and b/screenshot.png differ