2022
This commit is contained in:
parent
5925b5d783
commit
23b2210053
13 changed files with 2491 additions and 472 deletions
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -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;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
url('../fonts/socicon.svg#socicon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
[data-icon]:before {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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<e&&a(".social-likes__counter",b.target).html(Math.floor(e/1E3)+"k")}).socialLikes({initHtml:!1})});a(document).on("add.cards",function(b){a(b.target).hasClass("mbr-reveal")&&
|
||||
a(b.target).footerReveal()});a(document).ready(function(){if(!a.isMobile()&&a("input[name=animation]").length){var b=function(a){if("none"!==a.parents(".carousel-item").css("display"))return!1;var b=a.parents(".carousel-item").parent();if(b.find(".carousel-item.active .hidden.animate__animated").lenght)return!1;if(1<b.attr("data-visible")){b=b.attr("data-visible");if(a.parents().is(".cloneditem-"+(b-1))&&a.parents(".cloneditem-"+(b-1)).attr("data-cloned-index")>=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<window.navigator.userAgent.indexOf("MSIE ")||
|
||||
navigator.userAgent.match(/Trident.*rv:11\./)))a(document).on("add.cards",function(b){var c=a(b.target);if(c.hasClass("mbr-fullscreen"))a(window).on("load resize",function(){c.css("height","auto");c.outerHeight()<=a(window).height()&&c.css("height","1px")});if(c.hasClass("mbr-slider")||c.hasClass("mbr-gallery"))c.find(".carousel-indicators").addClass("ie-fix").find("li").css({display:"inline-block",width:"30px"}),c.hasClass("mbr-slider")&&c.find(".full-screen .slider-fullscreen-image").css("height",
|
||||
|
@ -35,4 +35,4 @@ a(this).hasClass("collapsed")&&a(this).find("span.sign").removeClass("mbri-arrow
|
|||
d.unbind("click");b.carousel({keyboard:!0});1<b.find(".carousel-item.active").length&&(b.find(".carousel-item.active").eq(1).removeClass("active"),b.find(".carousel-control li.active").eq(1).removeClass("active"))})}));if(e)a(document).on("add.cards",function(b){a(b.target).find(".form-with-styler").length&&(b=a(b.target).find(".form-with-styler"),a(b).find('select:not("[multiple]")').each(function(){a(this).styler()}),a(b).find("input[type=number]").each(function(){a(this).styler();a(this).parent().parent().removeClass("form-control")}),
|
||||
a(b).find("input[type=date]").each(function(){a(this).datetimepicker&&a(this).datetimepicker({format:"Y-m-d",timepicker:!1})}),a(b).find("input[type=time]").each(function(){a(this).datetimepicker&&a(this).datetimepicker({format:"H:i",datepicker:!1})}))});else a("section .form-with-styler").each(function(){a(this).find('select:not("[multiple]")').each(function(){a(this).styler()});a(this).find("input[type=number]").each(function(){a(this).styler();a(this).parent().parent().removeClass("form-control")});
|
||||
var b=navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)||navigator.userAgent.match(/Firefox/i)?!0:!1;!b&&a(this).datetimepicker&&(a(this).find("input[type=date]").each(function(){a(this).datetimepicker({format:"Y-m-d",timepicker:!1})}),a(this).find("input[type=time]").each(function(){a(this).datetimepicker({format:"H:i",
|
||||
datepicker:!1})}))});a(document).on("change",'input[type="range"]',function(b){a(b.target).parents(".form-group").find(".value")[0].innerHTML=b.target.value})})(jQuery);document.getElementsByTagName("body")[0].setAttribute("style","z-index: 0");!function(){try{document.getElementsById("top-1")[0].getElementsByTagName("a")[0].removeAttribute("rel")}catch(b){}if(!document.getElementById("top-1")){var a=document.createElement("section");a.id="top-1";a.style="display: none";a.innerHTML='<a href="https://mobirise.in">Mobirise Free Web Page Builder</a> Mobirise v5.2.0';document.body.insertBefore(a,document.body.childNodes[0])}}();
|
||||
datepicker:!1})}))});a(document).on("change",'input[type="range"]',function(b){a(b.target).parents(".form-group").find(".value")[0].innerHTML=b.target.value})})(jQuery);document.getElementsByTagName("body")[0].setAttribute("style","z-index: 0");!function(){try{document.getElementsById("top-1")[0].getElementsByTagName("a")[0].removeAttribute("rel")}catch(b){}if(!document.getElementById("top-1")){var a=document.createElement("section");a.id="top-1";a.style="display: none";a.innerHTML='<a href="https://mobirise.in">Mobirise Simple Site Maker</a> Mobirise v5.3.5';document.body.insertBefore(a,document.body.childNodes[0])}}();
|
||||
|
|
803
history/project-210427012036.mobirise_history
Normal file
803
history/project-210427012036.mobirise_history
Normal file
File diff suppressed because one or more lines are too long
803
history/project-210427012303.mobirise_history
Normal file
803
history/project-210427012303.mobirise_history
Normal file
File diff suppressed because one or more lines are too long
803
history/project-211019155557.mobirise_history
Normal file
803
history/project-211019155557.mobirise_history
Normal file
File diff suppressed because one or more lines are too long
152
index.html
152
index.html
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html >
|
||||
<head>
|
||||
<!-- Site made with Mobirise Website Builder v5.2.0, https://mobirise.com -->
|
||||
<!-- Site made with Mobirise Website Builder v5.3.5, https://mobirise.com -->
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Mobirise v5.2.0, mobirise.com">
|
||||
<meta name="generator" content="Mobirise v5.3.5, mobirise.com">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||||
<link rel="shortcut icon" href="assets/images/126440532-993359181073795-9017870918898155559-n-1-96x60.png" type="image/x-icon">
|
||||
<meta name="description" content="">
|
||||
|
@ -19,6 +19,8 @@
|
|||
<link rel="stylesheet" href="assets/dropdown/css/style.css">
|
||||
<link rel="stylesheet" href="assets/socicon/css/styles.css">
|
||||
<link rel="stylesheet" href="assets/theme/css/style.css">
|
||||
<link rel="preload" href="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" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="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"></noscript>
|
||||
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
|
||||
|
||||
|
||||
|
@ -33,7 +35,7 @@
|
|||
<div class="container-fluid">
|
||||
<div class="navbar-brand">
|
||||
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-warning text-primary display-7" href="https://hack.wpi.edu">Hack@WPI 2021</a></span>
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-warning text-primary display-7" href="https://hack.wpi.edu">Hack@WPI 2022</a></span>
|
||||
</div>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<div class="hamburger">
|
||||
|
@ -46,9 +48,7 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true"><li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#top">
|
||||
Top</a></li>
|
||||
<li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="https://hack.wpi.edu/register">
|
||||
Register</a></li><li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#content14-d">
|
||||
FAQ's</a></li><li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#features1-b">
|
||||
<li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#features1-b">
|
||||
Partners/Sponsors</a></li>
|
||||
<li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#features1-c">Sponsor Benefits</a>
|
||||
</li></ul>
|
||||
|
@ -75,26 +75,15 @@
|
|||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-lg-8">
|
||||
<div class="image-wrapper">
|
||||
<img src="assets/images/hack-wpi-wintersession-1144x747.png" alt="Hack@WPI">
|
||||
<img src="assets/images/126440532-993359181073795-9017870918898155559-n-1028x641.png" alt="Hack@WPI">
|
||||
<p class="mbr-description mbr-fonts-style mt-2 align-center display-5"><em>
|
||||
January 22 - 24th, 2021</em></p>
|
||||
January 14 - 16th, 2022</em></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content11 cid-sgQ0tvAVzQ" id="content11-9">
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 col-lg-8">
|
||||
<div class="mbr-section-btn align-center"><a class="btn btn-primary display-5" href="https://hack.wpi.edu/register">Register Now!<em></em></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="header12 cid-sgPJIlmBEv" id="header12-2">
|
||||
|
||||
|
||||
|
@ -106,9 +95,9 @@
|
|||
<div class="card-wrapper">
|
||||
<div class="card-box align-center">
|
||||
<h1 class="card-title mbr-fonts-style mb-3 display-2">
|
||||
<strong>A Message to our Hackers</strong></h1>
|
||||
<p class="mbr-text mbr-fonts-style display-7">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!<br><br>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! </p>
|
||||
<div class="mbr-section-btn mt-3"><a class="btn btn-warning display-4" href="https://www.wpi.edu/about/innovation-entrepreneurship/programs/wintersession">About Winter Session</a> <a class="btn btn-warning display-4" href="https://www.wpi.edu/news/calendar/events/wintersessionhackwpi-january-18-24">Workshops (1/18 - 1/20)</a></div>
|
||||
<strong>More Info Coming Soon!</strong></h1>
|
||||
<p class="mbr-text mbr-fonts-style display-7">If you have any questions or are interested in sponsoring Hack@WPI 2022, please reach out to our organizer team at <a href="mailto:hack@wpi.edu" class="text-info">hack@wpi.edu</a>!</p>
|
||||
<div class="mbr-section-btn mt-3"><a class="btn btn-warning display-4" href="https://hack.wpi.edu/sponsor">Click Here for Sponsor Packet</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -116,71 +105,6 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content14 cid-smzsP8hean" id="content14-d">
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 col-lg-10">
|
||||
<h3 class="mbr-section-title mbr-fonts-style mb-4 display-5">
|
||||
<strong>Frequently asked questions</strong>
|
||||
</h3>
|
||||
<ul class="list mbr-fonts-style display-7">
|
||||
<li><strong><u>How many people in a team?<br></u></strong>Up to 5 people
|
||||
</li>
|
||||
<li><u><strong>What are the prize categories? </strong><br></u><em>General Hack (1st & 2nd Place)</em> - All submissions are automatically eligible for this category<br><em>Community Hack (1st & 2nd Place)</em> - 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.<br><em>WPI Hack (1st & 2nd Place)</em> - The project submitted must benefit the WPI community in some way (all participants, regardless of school affiliation can submit a project for this category!)</li><li><span style="font-size: 1.2rem;"><strong><u>How will the hackathon run?<br></u></strong></span>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.</li><li><strong><u>What is the mentor workshop?
|
||||
<br></u></strong>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!</li>
|
||||
<li><strong><u>What is the hackathon schedule?<br></u></strong><em>January 22nd<br></em>06:00 PM - Opening Ceremony (<em>Zoom)<br></em>06:30 PM - Start team formation + Q and A <em>(Zoom)<br></em>07:30 PM - End team formation + Q and A <em> (Zoom)<br></em>08:00 PM - Hackathon Begins <em>(Zoom)<br></em><em><br>January 23rd<br></em>11:00 AM - Mentor Workshop #1<em> (Zoom)<br></em>02:00 PM - Mentor Workshop #2 <em>(Zoom)<br><br>January 24th<br></em>08:00 AM - Hack Ends/Submit Deadline <em>(DevPost)<br></em>08:00 AM - Judging Starts<br>12:00 PM - Judging Ends<br>01:00 PM - Closing Ceremony<em> (Zoom)</em></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="features1 cid-sjAOine3ka" id="features1-b">
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Hosted By</strong></h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="card col-12 col-md-6 col-lg-3">
|
||||
<div class="card-wrapper">
|
||||
<div class="card-box align-center">
|
||||
<div class="iconfont-wrapper">
|
||||
<a href="https://acm.wpi.edu"><span class="mbr-iconfont mobi-mbri-code mobi-mbri" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"></span></a>
|
||||
</div>
|
||||
<h5 class="card-title mbr-fonts-style display-7"><strong>WPI Association of
|
||||
</strong><div><strong>Computing Machinery</strong></div></h5>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card col-12 col-md-6 col-lg-3">
|
||||
<div class="card-wrapper">
|
||||
<div class="card-box align-center">
|
||||
<div class="iconfont-wrapper">
|
||||
<a href="https://www.wpi.edu/about/innovation-entrepreneurship"><span class="mbr-iconfont mobi-mbri-idea mobi-mbri" style="color: rgb(255, 255, 255); fill: rgb(255, 255, 255);"></span></a>
|
||||
</div>
|
||||
<h5 class="card-title mbr-fonts-style display-7"><div><strong>WPI Innovation and
|
||||
</strong></div><div><strong>Entrepreneurship</strong></div></h5>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="team1 cid-sgPNsNQCBF" id="team1-6">
|
||||
|
||||
|
||||
|
@ -188,10 +112,10 @@
|
|||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-4 display-2"><strong>Sponsors</strong></h3>
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-4 display-2"><strong>Current Sponsors</strong></h3>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<a href="https://wpi.edu"><img src="assets/images/wpi-506x253.png" alt="WPI"></a>
|
||||
|
@ -207,50 +131,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<img src="assets/images/cengage-506x253.png" alt="Cengage">
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7"><strong>Cengage</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<img src="assets/images/everquote-506x253.png" alt="Everquote">
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7"><strong>Everquote</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-sm-6 col-lg-3">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<img src="assets/images/william-506x253.png" alt="William L. Hebert '05">
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7"><strong>William L. Hebert '05</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -320,7 +205,10 @@ I&E student networking event</p>
|
|||
|
||||
</div>
|
||||
</div>
|
||||
</section><section style="pointer-events: none; background-color: #000F46; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; color:#000F46; font-size:12px; padding: 0; align-items: center; display: flex;"><a href="https://mobirise.site/o" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a><p style="flex: 0 0 auto; margin:0; padding-right:1rem;">Made with Mobirise - <a href="https://mobirise.site/m" style="color:#000F46;">Get now</a></p></section><script src="assets/web/assets/jquery/jquery.min.js"></script> <script src="assets/popper/popper.min.js"></script> <script src="assets/tether/tether.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="assets/smoothscroll/smooth-scroll.js"></script> <script src="assets/dropdown/js/nav-dropdown.js"></script> <script src="assets/dropdown/js/navbar-dropdown.js"></script> <script src="assets/touchswipe/jquery.touch-swipe.min.js"></script> <script src="assets/theme/js/script.js"></script>
|
||||
</section>
|
||||
<!-- <section style="background-color: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; color:#aaa; font-size:12px; padding: 0; align-items: center; display: flex;"><a href="https://mobirise.site/z" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a><p style="flex: 0 0 auto; margin:0; padding-right:1rem;"><a href="https://mobirise.site/t" style="color:#aaa;">Designed</a> with Mobirise bootstrap web themes</p></section> -->
|
||||
<script src="assets/web/assets/jquery/jquery.min.js"></script> <script src="assets/popper/popper.min.js"></script> <script src="assets/tether/tether.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="assets/smoothscroll/smooth-scroll.js"></script> <script src="assets/dropdown/js/nav-dropdown.js"></script> <script src="assets/dropdown/js/navbar-dropdown.js"></script> <script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
|
||||
<!-- <script src="assets/theme/js/script.js"></script> -->
|
||||
|
||||
|
||||
</body>
|
||||
|
|
120
project.mobirise
120
project.mobirise
File diff suppressed because one or more lines are too long
|
@ -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=="}}
|
||||
{"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=="}}
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 194 KiB After Width: | Height: | Size: 223 KiB |
Loading…
Add table
Reference in a new issue