init
This commit is contained in:
commit
ac06294868
30 changed files with 5024 additions and 0 deletions
7
assets/bootstrap/css/bootstrap-grid.min.css
vendored
Normal file
7
assets/bootstrap/css/bootstrap-grid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
assets/bootstrap/css/bootstrap-reboot.min.css
vendored
Normal file
8
assets/bootstrap/css/bootstrap-reboot.min.css
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*!
|
||||
* Bootstrap Reboot v4.5.2 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2020 The Bootstrap Authors
|
||||
* Copyright 2011-2020 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||||
*/*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
|
||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
7
assets/bootstrap/css/bootstrap.min.css
vendored
Normal file
7
assets/bootstrap/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
assets/bootstrap/js/bootstrap.min.js
vendored
Normal file
7
assets/bootstrap/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
265
assets/dropdown/css/style.css
Normal file
265
assets/dropdown/css/style.css
Normal file
|
@ -0,0 +1,265 @@
|
|||
.navbar-dropdown {
|
||||
left: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
transition: all 0.45s ease;
|
||||
z-index: 1030;
|
||||
background: #282828; }
|
||||
.navbar-dropdown .navbar-logo {
|
||||
margin-right: 0.8rem;
|
||||
transition: margin 0.3s ease-in-out;
|
||||
vertical-align: middle; }
|
||||
.navbar-dropdown .navbar-logo img {
|
||||
height: 3.125rem;
|
||||
transition: all 0.3s ease-in-out; }
|
||||
.navbar-dropdown .navbar-logo.mbr-iconfont {
|
||||
font-size: 3.125rem;
|
||||
line-height: 3.125rem; }
|
||||
.navbar-dropdown .navbar-caption {
|
||||
font-weight: 700;
|
||||
white-space: normal;
|
||||
vertical-align: -4px;
|
||||
line-height: 3.125rem !important; }
|
||||
.navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
|
||||
color: inherit;
|
||||
text-decoration: none; }
|
||||
.navbar-dropdown .mbr-iconfont + .navbar-caption {
|
||||
vertical-align: -1px; }
|
||||
.navbar-dropdown.navbar-fixed-top {
|
||||
position: fixed; }
|
||||
.navbar-dropdown .navbar-brand span {
|
||||
vertical-align: -4px; }
|
||||
.navbar-dropdown.bg-color.transparent {
|
||||
background: none; }
|
||||
.navbar-dropdown.navbar-short .navbar-brand {
|
||||
padding: 0.625rem 0; }
|
||||
.navbar-dropdown.navbar-short .navbar-brand span {
|
||||
vertical-align: -1px; }
|
||||
.navbar-dropdown.navbar-short .navbar-caption {
|
||||
line-height: 2.375rem !important;
|
||||
vertical-align: -2px; }
|
||||
.navbar-dropdown.navbar-short .navbar-logo {
|
||||
margin-right: 0.5rem; }
|
||||
.navbar-dropdown.navbar-short .navbar-logo img {
|
||||
height: 2.375rem; }
|
||||
.navbar-dropdown.navbar-short .navbar-logo.mbr-iconfont {
|
||||
font-size: 2.375rem;
|
||||
line-height: 2.375rem; }
|
||||
.navbar-dropdown.navbar-short .mbr-table-cell {
|
||||
height: 3.625rem; }
|
||||
.navbar-dropdown .navbar-close {
|
||||
left: 0.6875rem;
|
||||
position: fixed;
|
||||
top: 0.75rem;
|
||||
z-index: 1000; }
|
||||
.navbar-dropdown .hamburger-icon {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
-webkit-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
|
||||
-moz-box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828;
|
||||
box-shadow: 0 -6px 0 1px #282828,0 0 0 1px #282828,0 6px 0 1px #282828; }
|
||||
|
||||
.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
|
||||
border-bottom: 0.35em solid transparent;
|
||||
border-left: 0.35em solid;
|
||||
border-right: 0;
|
||||
border-top: 0.35em solid transparent;
|
||||
margin-left: 0.3rem; }
|
||||
|
||||
.dropdown-menu .dropdown-item:focus {
|
||||
outline: 0; }
|
||||
|
||||
.nav-dropdown {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 500;
|
||||
height: auto !important; }
|
||||
.nav-dropdown .nav-btn {
|
||||
padding-left: 1rem; }
|
||||
.nav-dropdown .link {
|
||||
margin: .667em 1.667em;
|
||||
font-weight: 500;
|
||||
padding: 0;
|
||||
transition: color .2s ease-in-out; }
|
||||
.nav-dropdown .link.dropdown-toggle {
|
||||
margin-right: 2.583em; }
|
||||
.nav-dropdown .link.dropdown-toggle::after {
|
||||
margin-left: .25rem;
|
||||
border-top: 0.35em solid;
|
||||
border-right: 0.35em solid transparent;
|
||||
border-left: 0.35em solid transparent;
|
||||
border-bottom: 0; }
|
||||
.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
|
||||
margin: 0;
|
||||
padding: 0.667em 3.263em 0.667em 1.667em; }
|
||||
.nav-dropdown .link::after,
|
||||
.nav-dropdown .dropdown-item::after {
|
||||
color: inherit; }
|
||||
.nav-dropdown .btn {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 1.25rem; }
|
||||
.nav-dropdown .dropdown-menu {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding-bottom: 1.25rem;
|
||||
padding-top: 1.25rem;
|
||||
position: relative; }
|
||||
.nav-dropdown .dropdown-submenu {
|
||||
margin-left: 0.125rem;
|
||||
top: 0; }
|
||||
.nav-dropdown .dropdown-item {
|
||||
font-weight: 500;
|
||||
line-height: 2;
|
||||
padding: 0.3846em 4.615em 0.3846em 1.5385em;
|
||||
position: relative;
|
||||
transition: color .2s ease-in-out, background-color .2s ease-in-out; }
|
||||
.nav-dropdown .dropdown-item::after {
|
||||
margin-top: -0.3077em;
|
||||
position: absolute;
|
||||
right: 1.1538em;
|
||||
top: 50%; }
|
||||
.nav-dropdown .dropdown-item:focus, .nav-dropdown .dropdown-item:hover {
|
||||
background: none; }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.nav-dropdown.navbar-toggleable-sm {
|
||||
bottom: 0;
|
||||
display: none;
|
||||
left: 0;
|
||||
overflow-x: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
transform: translateX(-100%);
|
||||
-ms-transform: translateX(-100%);
|
||||
-webkit-transform: translateX(-100%);
|
||||
width: 18.75rem;
|
||||
z-index: 999; } }
|
||||
.nav-dropdown.navbar-toggleable-xl {
|
||||
bottom: 0;
|
||||
display: none;
|
||||
left: 0;
|
||||
overflow-x: hidden;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
transform: translateX(-100%);
|
||||
-ms-transform: translateX(-100%);
|
||||
-webkit-transform: translateX(-100%);
|
||||
width: 18.75rem;
|
||||
z-index: 999; }
|
||||
|
||||
.nav-dropdown-sm {
|
||||
display: block !important;
|
||||
overflow-x: hidden;
|
||||
overflow: auto;
|
||||
padding-top: 3.875rem; }
|
||||
.nav-dropdown-sm::after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 3rem;
|
||||
width: 100%; }
|
||||
.nav-dropdown-sm.collapse.in ~ .navbar-close {
|
||||
display: block !important; }
|
||||
.nav-dropdown-sm.collapsing, .nav-dropdown-sm.collapse.in {
|
||||
transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
-webkit-transform: translateX(0);
|
||||
transition: all 0.25s ease-out;
|
||||
-webkit-transition: all 0.25s ease-out;
|
||||
background: #282828; }
|
||||
.nav-dropdown-sm.collapsing[aria-expanded="false"] {
|
||||
transform: translateX(-100%);
|
||||
-ms-transform: translateX(-100%);
|
||||
-webkit-transform: translateX(-100%); }
|
||||
.nav-dropdown-sm .nav-item {
|
||||
display: block;
|
||||
margin-left: 0 !important;
|
||||
padding-left: 0; }
|
||||
.nav-dropdown-sm .link,
|
||||
.nav-dropdown-sm .dropdown-item {
|
||||
border-top: 1px dotted rgba(255, 255, 255, 0.1);
|
||||
font-size: 0.8125rem;
|
||||
line-height: 1.6;
|
||||
margin: 0 !important;
|
||||
padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
|
||||
position: relative;
|
||||
white-space: normal; }
|
||||
.nav-dropdown-sm .link:focus, .nav-dropdown-sm .link:hover,
|
||||
.nav-dropdown-sm .dropdown-item:focus,
|
||||
.nav-dropdown-sm .dropdown-item:hover {
|
||||
background: rgba(0, 0, 0, 0.2) !important;
|
||||
color: #c0a375; }
|
||||
.nav-dropdown-sm .nav-btn {
|
||||
position: relative;
|
||||
padding: 1.5625rem 1.5625rem 0 1.5625rem; }
|
||||
.nav-dropdown-sm .nav-btn::before {
|
||||
border-top: 1px dotted rgba(255, 255, 255, 0.1);
|
||||
content: "";
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%; }
|
||||
.nav-dropdown-sm .nav-btn + .nav-btn {
|
||||
padding-top: 0.625rem; }
|
||||
.nav-dropdown-sm .nav-btn + .nav-btn::before {
|
||||
display: none; }
|
||||
.nav-dropdown-sm .btn {
|
||||
padding: 0.625rem 0; }
|
||||
.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
|
||||
margin-left: .25rem;
|
||||
border-top: 0.35em solid;
|
||||
border-right: 0.35em solid transparent;
|
||||
border-left: 0.35em solid transparent;
|
||||
border-bottom: 0; }
|
||||
.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
|
||||
border-top: 0;
|
||||
border-right: 0.35em solid transparent;
|
||||
border-left: 0.35em solid transparent;
|
||||
border-bottom: 0.35em solid; }
|
||||
.nav-dropdown-sm .dropdown-menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
float: none;
|
||||
border-radius: 0;
|
||||
background: none; }
|
||||
.nav-dropdown-sm .dropdown-submenu {
|
||||
left: 100%;
|
||||
margin-left: 0.125rem;
|
||||
margin-top: -1.25rem;
|
||||
top: 0; }
|
||||
|
||||
.navbar-toggleable-sm .nav-dropdown .dropdown-menu {
|
||||
position: absolute; }
|
||||
|
||||
.navbar-toggleable-sm .nav-dropdown .dropdown-submenu {
|
||||
left: 100%;
|
||||
margin-left: 0.125rem;
|
||||
margin-top: -1.25rem;
|
||||
top: 0; }
|
||||
|
||||
.navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
|
||||
position: relative; }
|
||||
|
||||
.navbar-toggleable-sm.opened .nav-dropdown .dropdown-submenu {
|
||||
left: 0;
|
||||
margin-left: 00rem;
|
||||
margin-top: 0rem;
|
||||
top: 0; }
|
||||
|
||||
.is-builder .nav-dropdown.collapsing {
|
||||
transition: none !important; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
19
assets/dropdown/js/nav-dropdown.js
Normal file
19
assets/dropdown/js/nav-dropdown.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(b,g,d){b instanceof String&&(b=String(b));for(var k=b.length,h=0;h<k;h++){var f=b[h];if(g.call(d,f,h,b))return{i:h,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
|
||||
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,g,d){b!=Array.prototype&&b!=Object.prototype&&(b[g]=d.value)};$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);
|
||||
$jscomp.polyfill=function(b,g,d,k){if(g){d=$jscomp.global;b=b.split(".");for(k=0;k<b.length-1;k++){var h=b[k];h in d||(d[h]={});d=d[h]}b=b[b.length-1];k=d[b];g=g(k);g!=k&&null!=g&&$jscomp.defineProperty(d,b,{configurable:!0,writable:!0,value:g})}};$jscomp.polyfill("Array.prototype.find",function(b){return b?b:function(b,d){return $jscomp.findInternal(this,b,d).v}},"es6","es3");
|
||||
(function(b){var g=b.fn.navDropdown,d={ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40},k={XS:544,SM:768,MD:992,LG:1200,XL:Infinity},h=function(){function a(a,e){"length"in a||(a=[a]);this.props={};this.length=a.length;e&&(this.prevItem=e,b.extend(this.props,e.props));for(e=0;e<a.length;e++)this[e]=a[e]}a.prototype.eq=function(b){return new a(this[b]?this[b]:[],this)};a.prototype.parent=function(){return new a(b(this).map(function(){var c=new a(this);return c.is(":upper")?null:b(c.is(":toggle")?this.parentNode.parentNode:
|
||||
this).closest(".dropdown").find('>[data-toggle="dropdown-submenu"]')[0]}),this)};a.prototype.parents=function(c){var e=b(this).map(function(){return(new a(this)).is(":toggle")?this.parentNode:this}).parentsUntil(".nav-dropdown",".dropdown");":upper"===c&&(e=e.last());e=e.find('>[data-toggle="dropdown-submenu"]');return new a(e,this)};a.prototype.children=function(c){var e=[];b(this).each(function(){var d=new a(this);if(d.is(":root"))var f=b(this);else if(d.is(":toggle"))f=b(this).parent().find(">.dropdown-menu");
|
||||
else return;(c?f.find("a"):d.is(":root")?f.find(">li>a"):f.find(">a, >.dropdown>a")).each(function(){c&&!this.offsetWidth&&!this.offsetHeight||this.disabled||b(this).is("[data-button]")||b(this).hasClass("disabled")||~b.inArray(this,e)||e.push(this)})});return new a(e,this)};a.prototype.root=function(){return new a(b(this).closest(".nav-dropdown"),this)};a.prototype.jump=function(c){c=c||"next";if(!this.length)return new a([],this);var e=this.eq(0);e=this.is(":flat")||e.is(":upper")?e.root().children(this.is(":flat")):
|
||||
e.parent().children();var d=b.inArray(this[0],e);if(!e.length||!~d)return new a([],this);if("next"==c){d+=1;if(d<e.length)return new a(e[d],this);c="first"}else if("prev"==c){--d;if(0<=d)return new a(e[d],this);c="last"}return"first"==c?new a(e[0],this):"last"==c?new a(e[e.length-1],this):new a([],this)};a.prototype.next=function(){return this.jump("next")};a.prototype.prev=function(){return this.jump("prev")};a.prototype.first=function(){return this.jump("first")};a.prototype.last=function(){return this.jump("last")};
|
||||
a.prototype.prop=function(a,e){return arguments.length?1<arguments.length?(this.props[a]=e,this):"object"==typeof arguments[0]?(b.extend(this.props,arguments[0]),this):a in this.props?this.props[a]:null:b.extend({},this.props)};a.prototype.removeProp=function(a){delete this.props[a];return this};a.prototype.is=function(a){for(var c=b(this),d=(a||"").split(/(?=[*#.\[:\s])/);a=d.pop();)switch(a){case ":root":if(!c.is(".nav-dropdown"))return!1;break;case ":upper":if(!c.parent().parent().is(".nav-dropdown"))return!1;
|
||||
break;case ":opened":case ":closed":if(":opened"==a!=c.parent().hasClass("open"))return!1;case ":toggle":if(!c.is('[data-toggle="dropdown-submenu"]'))return!1;break;default:if(!this.props[a])return!1}return!0};a.prototype.open=function(){this.is(":closed")&&this.click();return this};a.prototype.close=function(){this.is(":opened")&&this.click();return this};a.prototype.focus=function(){this.length&&this[0].focus();return this};a.prototype.click=function(){this.length&&b(this[0]).trigger("click");return this};
|
||||
return function(b){return new a(b)}}(),f=function(a){this._element=a;b(this._element).on("click.bs.nav-dropdown",this.toggle)};f.prototype.toggle=function(a){if(this.disabled||b(this).hasClass("disabled"))return!1;a=b(this.parentNode);var c=a.hasClass("open"),d=f._isCollapsed(b(this).closest(".nav-dropdown"));f._clearMenus(b.Event("click",{target:this,data:{toggles:d?[this]:null}}));if(c)return!1;"ontouchstart"in document.documentElement&&!a.closest(".dropdown.open").length&&(c=document.createElement("div"),
|
||||
c.className="dropdown-backdrop",b(c).insertBefore(b(this).closest(".nav-dropdown")),b(c).on("click",f._clearMenus));c={relatedTarget:this};d=b.Event("show.bs.nav-dropdown",c);a.trigger(d);if(d.isDefaultPrevented())return!1;this.focus();this.setAttribute("aria-expanded","true");a.toggleClass("open");a.trigger(b.Event("shown.bs.nav-dropdown",c));return!1};f.prototype.dispose=function(){b.removeData(this._element,"bs.nav-dropdown");b(this._element).off(".bs.nav-dropdown");this._element=null};f._clearMenus=
|
||||
function(a){a=a||{};if(3!==a.which){var c=function(){return!1};if(a.target){if(this===document)if(b(a.target).is("a:not([disabled], .disabled)"))var d=b.Event("collapse.bs.nav-dropdown",{relatedTarget:a.target});else{var g=a.targetWrapper&&b(a.targetWrapper).find(".nav-dropdown")||b(a.target).closest(".nav-dropdown");if(f._isCollapsed(g))return}else if(b(a.target).hasClass("dropdown-backdrop")&&(g=b(a.target).next(),g.is(".nav-dropdown")&&f._isCollapsed(g)))return;b(a.target).is('[data-toggle="dropdown-submenu"]')?
|
||||
c=b(a.target.parentNode).parents(".dropdown").find('>[data-toggle="dropdown-submenu"]'):b(".dropdown-backdrop").remove()}c=a.data&&a.data.toggles&&b(a.data.toggles).parent().find('[data-toggle="dropdown-submenu"]')||b.makeArray(b('[data-toggle="dropdown-submenu"]').not(c));for(g=0;g<c.length;g++){var h=c[g].parentNode,k={relatedTarget:c[g]};if(b(h).hasClass("open")&&("click"!==a.type||!/input|textarea/i.test(a.target.tagName)||!b.contains(h,a.target))){var l=b.Event("hide.bs.nav-dropdown",k);b(h).trigger(l);
|
||||
l.isDefaultPrevented()||(c[g].setAttribute("aria-expanded","false"),b(h).removeClass("open").trigger(b.Event("hidden.bs.nav-dropdown",k)))}}d&&b(document).trigger(d)}};f._dataApiKeydownHandler=function(a){if(!/input|textarea/i.test(a.target.tagName)){var c,e;for(e in d)if(c=d[e]===a.which)break;c&&(a.preventDefault(),a.stopPropagation(),a.which==d.ESC?f._isCollapsed(this)||(a=b(a.target).parents(".dropdown.open").last().find('>[data-toggle="dropdown-submenu"]'),f._clearMenus(),a.trigger("focus")):
|
||||
"A"==a.target.tagName&&(c=h(a.target),c.prop(":flat",f._isCollapsed(c.root())),c.is(":flat")?a.which===d.DOWN||a.which===d.UP?c[a.which===d.UP?"prev":"next"]().focus():a.which===d.LEFT?c.is(":opened")?c.close():c.parent().close().focus():a.which===d.RIGHT&&c.is(":toggle")&&c.open():c.is(":upper")?a.which===d.LEFT||a.which===d.RIGHT?(c[a.which===d.LEFT?"prev":"next"]().focus().open(),c.is(":toggle")&&c.close()):a.which!==d.DOWN&&a.which!==d.UP||!c.is(":toggle")||c.children()[a.which===d.DOWN?"first":
|
||||
"last"]().focus():a.which===d.LEFT?(a=c.parent(),a.is(":upper")?a.close().prev().focus().open():a.focus().close()):a.which===d.RIGHT?(a=c.children(),a.length?(c.open(),a.first().focus()):c.parents(":upper").close().next().focus().open()):a.which!==d.DOWN&&a.which!==d.UP||c[a.which===d.UP?"prev":"next"]().focus()))}};f._isCollapsed=function(a){var b;a.length&&(a=a[0]);return a&&(b=/navbar-toggleable-(xs|sm|md|lg|xl)/.exec(a.className))&&window.innerWidth<k[b[1].toUpperCase()]};f._dataApiResizeHandler=
|
||||
function(){b(".nav-dropdown").each(function(){var a=f._isCollapsed(this);b(this).find(".dropdown").removeClass("open");b(this).find('[aria-expanded="true"]').attr("aria-expanded","false");var c=b(".dropdown-backdrop")[0];c&&c.parentNode.removeChild(c);a!=b(this).hasClass("nav-dropdown-sm")&&(a?b(this).addClass("nav-dropdown-sm"):b(this).removeClass("nav-dropdown-sm"))})};b.fn.navDropdown=function(a){return this.each(function(){var c=b(this).data("bs.nav-dropdown");c||b(this).data("bs.nav-dropdown",
|
||||
c=new f(this));if("string"===typeof a){if(void 0===c[a])throw Error('No method named "'+a+'"');c[a].call(this)}})};b.fn.navDropdown.noConflict=function(){b.fn.navDropdown=g;return this};b.fn.navDropdown.Constructor=f;b.fn.navDropdown.$$=h;b(window).on("resize.bs.nav-dropdown.data-api ready.bs.nav-dropdown.data-api",f._dataApiResizeHandler);b(document).on("keydown.bs.nav-dropdown.data-api",".nav-dropdown",f._dataApiKeydownHandler).on("collapse.bs.navbar-dropdown",f._clearMenus).on("click.bs.nav-dropdown.data-api",
|
||||
f._clearMenus).on("click.bs.nav-dropdown.data-api",'[data-toggle="dropdown-submenu"]',f.prototype.toggle).on("click.bs.nav-dropdown.data-api",".dropdown form",function(a){a.stopPropagation()});b(window).trigger("ready.bs.nav-dropdown")})(jQuery);
|
6
assets/dropdown/js/navbar-dropdown.js
Normal file
6
assets/dropdown/js/navbar-dropdown.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,d,b){a instanceof String&&(a=String(a));for(var c=a.length,e=0;e<c;e++){var f=a[e];if(d.call(b,f,e,a))return{i:e,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
|
||||
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,d,b){a!=Array.prototype&&a!=Object.prototype&&(a[d]=b.value)};$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);
|
||||
$jscomp.polyfill=function(a,d,b,c){if(d){b=$jscomp.global;a=a.split(".");for(c=0;c<a.length-1;c++){var e=a[c];e in b||(b[e]={});b=b[e]}a=a[a.length-1];c=b[a];d=d(c);d!=c&&null!=d&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:d})}};$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
|
||||
jQuery(function(a){function d(f){"resize"===f.type&&(a(c.BODY).removeClass(b.DROPDOWN_OPEN),a(c.BASE).find(".navbar-collapse").removeClass("show"),a(c.BASE).removeClass(b.OPENED).find(c.TOGGLER).each(function(){a(a(this).attr("data-target")).removeClass(b.IN).add(this).attr("aria-expanded","false")}));var d=a(this).scrollTop();a(c.BASE).each(function(){a(this).is(c.FIXED_TOP)&&(a(this).is(c.TRANSPARENT)&&!a(this).hasClass(b.OPENED)&&(0<d?a(this).removeClass(b.BG_COLOR):a(this).addClass(b.BG_COLOR)),
|
||||
0<d?a(this).addClass(b.SHORT):a(this).removeClass(b.SHORT))})}var b={IN:"in",OPENED:"opened",BG_COLOR:"bg-color",DROPDOWN_OPEN:"navbar-dropdown-open",SHORT:"navbar-short"},c={BODY:"body",BASE:".navbar-dropdown",TOGGLER:'.navbar-toggler[aria-expanded="true"]',TRANSPARENT:".transparent",FIXED_TOP:".navbar-fixed-top"},e;a(window).on("scroll.bs.navbar-dropdown.data-api resize.bs.navbar-dropdown.data-api",function(a){clearTimeout(e);e=setTimeout(function(){d(a)},10)}).trigger("scroll.bs.navbar-dropdown.data-api");
|
||||
a(document).on("click.bs.navbar-dropdown.data-api",c.BASE,function(a){a.targetWrapper=this}).on("show.bs.collapse hide.bs.collapse",function(d){a(d.target).closest(c.BASE).each(function(){"show"==d.type?(a(c.BODY).addClass(b.DROPDOWN_OPEN),a(this).addClass(b.OPENED)):(a(c.BODY).removeClass(b.DROPDOWN_OPEN),a(this).removeClass(b.OPENED),a(window).trigger("scroll.bs.navbar-dropdown.data-api"),a(this).trigger("collapse.bs.navbar-dropdown"))})}).on("collapse.bs.nav-dropdown",function(b){a(b.relatedTarget).closest(c.BASE).find(c.TOGGLER).trigger("click")})});
|
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
1
assets/images/hashes.json
Normal file
1
assets/images/hashes.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"2dARwc8vn5K35HeAFV4YPA==":"126440532_993359181073795_9017870918898155559_n%20(1)-96x60.png","8tKNLaWLmh3D1VfudfAhpg==":"126440532_993359181073795_9017870918898155559_n-1028x641.png","ahJNzbokwhVwIDxxPLeIgA==":"acmlogo-80x80.png","/dogAtYzn61aS5g2yC1w2g==":"mbr-696x696.png","Jd76c9JFOM6ypPc1DZFklg==":"mbr-696x464.jpg","PY+w1+j4PZ280grPLT3ZBA==":"mbr-1-696x696.png","MP3jOq7Qq7OtXp70tUi4Yw==":"mbr-696x464.jpeg","2aem/n+CtH6pj0P+d1Sg9A==":"mbr-1-696x464.jpeg","oRykAiO0rUD++7AmPeEwUg==":"background1.jpg","GZQxnb1rCTZ+1lhCRHLQHA==":"team3.jpg","yLDLt4x/yhmVO9yhu8cSYQ==":"team4.jpg","pcgFmlB8PRiOvjT7QZtyGg==":"wpi_inst_prim_fulclr-696x538.png","7PE/hnwkBA7jTiCC3nksQQ==":"wpi_inst_prim_fulclr-1-696x538.png"}
|
BIN
assets/images/mbr-1-696x464.jpeg
Normal file
BIN
assets/images/mbr-1-696x464.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
assets/images/mbr-1-696x696.png
Normal file
BIN
assets/images/mbr-1-696x696.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
assets/images/wpi-inst-prim-fulclr-1-696x538.png
Normal file
BIN
assets/images/wpi-inst-prim-fulclr-1-696x538.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
1356
assets/mobirise/css/mbr-additional.css
Normal file
1356
assets/mobirise/css/mbr-additional.css
Normal file
File diff suppressed because it is too large
Load diff
4
assets/popper/popper.min.js
vendored
Normal file
4
assets/popper/popper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
15
assets/smoothscroll/smooth-scroll.js
Normal file
15
assets/smoothscroll/smooth-scroll.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
(function(){function C(){if(!D&&document.body){D=!0;var a=document.body,b=document.documentElement,d=window.innerHeight,c=a.scrollHeight;l=0<=document.compatMode.indexOf("CSS")?b:a;m=a;f.keyboardSupport&&window.addEventListener("keydown",M,!1);if(top!=self)v=!0;else if(ca&&c>d&&(a.offsetHeight<=d||b.offsetHeight<=d)){var e=document.createElement("div");e.style.cssText="position:absolute; z-index:-10000; top:0; left:0; right:0; height:"+l.scrollHeight+"px";document.body.appendChild(e);var g;w=function(){g||
|
||||
(g=setTimeout(function(){e.style.height="0";e.style.height=l.scrollHeight+"px";g=null},500))};setTimeout(w,10);window.addEventListener("resize",w,!1);z=new da(w);z.observe(a,{attributes:!0,childList:!0,characterData:!1});l.offsetHeight<=d&&(d=document.createElement("div"),d.style.clear="both",a.appendChild(d))}f.fixedBackground||(a.style.backgroundAttachment="scroll",b.style.backgroundAttachment="scroll")}}function N(a,b,d){ea(b,d);if(1!=f.accelerationMax){var c=Date.now()-E;c<f.accelerationDelta&&
|
||||
(c=(1+50/c)/2,1<c&&(c=Math.min(c,f.accelerationMax),b*=c,d*=c));E=Date.now()}t.push({x:b,y:d,lastX:0>b?.99:-.99,lastY:0>d?.99:-.99,start:Date.now()});if(!F){c=O();var e=a===c||a===document.body;null==a.$scrollBehavior&&fa(a)&&(a.$scrollBehavior=a.style.scrollBehavior,a.style.scrollBehavior="auto");var g=function(c){c=Date.now();for(var k=0,l=0,h=0;h<t.length;h++){var n=t[h],p=c-n.start,m=p>=f.animationTime,q=m?1:p/f.animationTime;f.pulseAlgorithm&&(p=q,1<=p?q=1:0>=p?q=0:(1==f.pulseNormalize&&(f.pulseNormalize/=
|
||||
P(1)),q=P(p)));p=n.x*q-n.lastX>>0;q=n.y*q-n.lastY>>0;k+=p;l+=q;n.lastX+=p;n.lastY+=q;m&&(t.splice(h,1),h--)}e?window.scrollBy(k,l):(k&&(a.scrollLeft+=k),l&&(a.scrollTop+=l));b||d||(t=[]);t.length?Q(g,a,1E3/f.frameRate+1):(F=!1,null!=a.$scrollBehavior&&(a.style.scrollBehavior=a.$scrollBehavior,a.$scrollBehavior=null))};Q(g,a,0);F=!0}}function R(a){D||C();var b=a.target;if(a.defaultPrevented||a.ctrlKey||r(m,"embed")||r(b,"embed")&&/\.pdf/i.test(b.src)||r(m,"object")||b.shadowRoot)return!0;var d=-a.wheelDeltaX||
|
||||
a.deltaX||0,c=-a.wheelDeltaY||a.deltaY||0;ha&&(a.wheelDeltaX&&x(a.wheelDeltaX,120)&&(d=a.wheelDeltaX/Math.abs(a.wheelDeltaX)*-120),a.wheelDeltaY&&x(a.wheelDeltaY,120)&&(c=a.wheelDeltaY/Math.abs(a.wheelDeltaY)*-120));d||c||(c=-a.wheelDelta||0);1===a.deltaMode&&(d*=40,c*=40);b=S(b);if(!b)return v&&G?(Object.defineProperty(a,"target",{value:window.frameElement}),a=new a.constructor(a.type,a),parent.dispatchEvent(a)):!0;if(ia(c))return!0;1.2<Math.abs(d)&&(d*=f.stepSize/120);1.2<Math.abs(c)&&(c*=f.stepSize/
|
||||
120);N(b,d,c);a.preventDefault();T()}function M(a){var b=a.target,d=a.ctrlKey||a.altKey||a.metaKey||a.shiftKey&&a.keyCode!==g.spacebar;document.body.contains(m)||(m=document.activeElement);var c=/^(textarea|select|embed|object)$/i,e=/^(button|submit|radio|checkbox|file|color|image)$/i;if(!(c=a.defaultPrevented||c.test(b.nodeName)||r(b,"input")&&!e.test(b.type)||r(m,"video"))){c=a.target;var h=!1;if(-1!=document.URL.indexOf("www.youtube.com/watch")){do if(h=c.classList&&c.classList.contains("html5-video-controls"))break;
|
||||
while(c=c.parentNode)}c=h}if(c||b.isContentEditable||d||(r(b,"button")||r(b,"input")&&e.test(b.type))&&a.keyCode===g.spacebar||r(b,"input")&&"radio"==b.type&&ja[a.keyCode])return!0;c=b=0;d=S(m);if(!d)return v&&G?parent.keydown(a):!0;e=d.clientHeight;d==document.body&&(e=window.innerHeight);switch(a.keyCode){case g.up:c=-f.arrowScroll;break;case g.down:c=f.arrowScroll;break;case g.spacebar:c=a.shiftKey?1:-1;c=-c*e*.9;break;case g.pageup:c=.9*-e;break;case g.pagedown:c=.9*e;break;case g.home:d==document.body&&
|
||||
document.scrollingElement&&(d=document.scrollingElement);c=-d.scrollTop;break;case g.end:e=d.scrollHeight-d.scrollTop-e;c=0<e?e+10:0;break;case g.left:b=-f.arrowScroll;break;case g.right:b=f.arrowScroll;break;default:return!0}N(d,b,c);a.preventDefault();T()}function U(a){m=a.target}function T(){clearTimeout(V);V=setInterval(function(){W=H=A={}},1E3)}function I(a,b,d){d=d?W:H;for(var c=a.length;c--;)d[J(a[c])]=b;return b}function S(a){var b=[],d=document.body,c=l.scrollHeight;do{var e=H[J(a)];if(e)return I(b,
|
||||
e);b.push(a);if(c===a.scrollHeight){if(e=X(l)&&X(d)||Y(l),v&&l.clientHeight+10<l.scrollHeight||!v&&e)return I(b,O())}else if(a.clientHeight+10<a.scrollHeight&&Y(a))return I(b,a)}while(a=a.parentElement)}function X(a){return"hidden"!==getComputedStyle(a,"").getPropertyValue("overflow-y")}function Y(a){a=getComputedStyle(a,"").getPropertyValue("overflow-y");return"scroll"===a||"auto"===a}function fa(a){var b=J(a);null==A[b]&&(a=getComputedStyle(a,"")["scroll-behavior"],A[b]="smooth"==a);return A[b]}
|
||||
function r(a,b){return a&&(a.nodeName||"").toLowerCase()===b.toLowerCase()}function ea(a,b){a=0<a?1:-1;b=0<b?1:-1;if(B.x!==a||B.y!==b)B.x=a,B.y=b,t=[],E=0}function ia(a){if(a)return h.length||(h=[a,a,a]),a=Math.abs(a),h.push(a),h.shift(),clearTimeout(Z),Z=setTimeout(function(){try{localStorage.SS_deltaBuffer=h.join(",")}catch(b){}},1E3),a=120<a&&K(a),!K(120)&&!K(100)&&!a}function x(a,b){return Math.floor(a/b)==a/b}function K(a){return x(h[0],a)&&x(h[1],a)&&x(h[2],a)}function P(a){a*=f.pulseScale;
|
||||
if(1>a)var b=a-(1-Math.exp(-a));else b=Math.exp(-1),a=1-Math.exp(-(a-1)),b+=a*(1-b);return b*f.pulseNormalize}function y(a){for(var b in a)aa.hasOwnProperty(b)&&(f[b]=a[b])}var aa={frameRate:150,animationTime:400,stepSize:100,pulseAlgorithm:!0,pulseScale:4,pulseNormalize:1,accelerationDelta:50,accelerationMax:3,keyboardSupport:!0,arrowScroll:50,fixedBackground:!0,excluded:""},f=aa,v=!1,B={x:0,y:0},D=!1,l=document.documentElement,m,z,w,h=[],Z,ha=/^Mac/.test(navigator.platform),g={left:37,up:38,right:39,
|
||||
down:40,spacebar:32,pageup:33,pagedown:34,end:35,home:36},ja={37:1,38:1,39:1,40:1},t=[],F=!1,E=Date.now(),J=function(){var a=0;return function(b){return b.uniqueID||(b.uniqueID=a++)}}(),W={},H={},V,A={};if(window.localStorage&&localStorage.SS_deltaBuffer)try{h=localStorage.SS_deltaBuffer.split(",")}catch(a){}var Q=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a,b,d){window.setTimeout(a,d||1E3/60)}}(),da=window.MutationObserver||
|
||||
window.WebKitMutationObserver||window.MozMutationObserver,O=function(){var a=document.scrollingElement;return function(){if(!a){var b=document.createElement("div");b.style.cssText="height:10000px;width:1px;";document.body.appendChild(b);var d=document.body.scrollTop;window.scrollBy(0,3);a=document.body.scrollTop!=d?document.body:document.documentElement;window.scrollBy(0,-3);document.body.removeChild(b)}return a}}(),k=window.navigator.userAgent,u=/Edge/.test(k),G=/chrome/i.test(k)&&!u;u=/safari/i.test(k)&&
|
||||
!u;var ka=/mobile/i.test(k),la=/Windows NT 6.1/i.test(k)&&/rv:11/i.test(k),ca=u&&(/Version\/8/i.test(k)||/Version\/9/i.test(k));k=(G||u||la)&&!ka;var ba=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){ba=!0}}))}catch(a){}u=ba?{passive:!1}:!1;var L="onwheel"in document.createElement("div")?"wheel":"mousewheel";L&&k&&(window.addEventListener(L,R,u||!1),window.addEventListener("mousedown",U,!1),window.addEventListener("load",C,!1));y.destroy=function(){z&&
|
||||
z.disconnect();window.removeEventListener(L,R,!1);window.removeEventListener("mousedown",U,!1);window.removeEventListener("keydown",M,!1);window.removeEventListener("resize",w,!1);window.removeEventListener("load",C,!1)};window.SmoothScrollOptions&&y(window.SmoothScrollOptions);"function"===typeof define&&define.amd?define(function(){return y}):"object"==typeof exports?module.exports=y:window.SmoothScroll=y})();
|
933
assets/socicon/css/styles.css
Normal file
933
assets/socicon/css/styles.css
Normal file
|
@ -0,0 +1,933 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Socicon';
|
||||
src: url('../fonts/socicon.eot');
|
||||
src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/socicon.woff2') format('woff2'),
|
||||
url('../fonts/socicon.ttf') format('truetype'),
|
||||
url('../fonts/socicon.woff') format('woff'),
|
||||
url('../fonts/socicon.svg#socicon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[data-icon]:before {
|
||||
font-family: "socicon" !important;
|
||||
content: attr(data-icon);
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
[class^="socicon-"], [class*=" socicon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'Socicon' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.socicon-eitaa:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.socicon-soroush:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.socicon-bale:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.socicon-zazzle:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.socicon-society6:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.socicon-redbubble:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.socicon-avvo:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.socicon-stitcher:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.socicon-googlehangouts:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.socicon-dlive:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.socicon-vsco:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.socicon-flipboard:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.socicon-ubuntu:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.socicon-artstation:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.socicon-invision:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.socicon-torial:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.socicon-collectorz:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.socicon-seenthis:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.socicon-googleplaymusic:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.socicon-debian:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.socicon-filmfreeway:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.socicon-gnome:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.socicon-itchio:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.socicon-jamendo:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.socicon-mix:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.socicon-sharepoint:before {
|
||||
content: "\e965";
|
||||
}
|
||||
.socicon-tinder:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.socicon-windguru:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.socicon-cdbaby:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.socicon-elementaryos:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.socicon-stage32:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.socicon-tiktok:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.socicon-gitter:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.socicon-letterboxd:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.socicon-threema:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.socicon-splice:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.socicon-metapop:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.socicon-naver:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.socicon-remote:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.socicon-internet:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.socicon-moddb:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.socicon-indiedb:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.socicon-traxsource:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.socicon-gamefor:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.socicon-pixiv:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.socicon-myanimelist:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.socicon-blackberry:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.socicon-wickr:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.socicon-spip:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.socicon-napster:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.socicon-beatport:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.socicon-hackerone:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.socicon-hackernews:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.socicon-smashwords:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.socicon-kobo:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.socicon-bookbub:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.socicon-mailru:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.socicon-gitlab:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.socicon-instructables:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.socicon-portfolio:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.socicon-codered:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.socicon-origin:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.socicon-nextdoor:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.socicon-udemy:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.socicon-livemaster:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.socicon-crunchbase:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.socicon-homefy:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.socicon-calendly:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.socicon-realtor:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.socicon-tidal:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.socicon-qobuz:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.socicon-natgeo:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.socicon-mastodon:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.socicon-unsplash:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.socicon-homeadvisor:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.socicon-angieslist:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.socicon-codepen:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.socicon-slack:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.socicon-openaigym:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.socicon-logmein:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.socicon-fiverr:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.socicon-gotomeeting:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.socicon-aliexpress:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.socicon-guru:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.socicon-appstore:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.socicon-homes:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.socicon-zoom:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.socicon-alibaba:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.socicon-craigslist:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.socicon-wix:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.socicon-redfin:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.socicon-googlecalendar:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.socicon-shopify:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.socicon-freelancer:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.socicon-seedrs:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.socicon-bing:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.socicon-doodle:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.socicon-bonanza:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.socicon-squarespace:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.socicon-toptal:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.socicon-gust:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.socicon-ask:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.socicon-trulia:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.socicon-loomly:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.socicon-ghost:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.socicon-upwork:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.socicon-fundable:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.socicon-booking:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.socicon-googlemaps:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.socicon-zillow:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.socicon-niconico:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.socicon-toneden:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.socicon-augment:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.socicon-bitbucket:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.socicon-fyuse:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.socicon-yt-gaming:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.socicon-sketchfab:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.socicon-mobcrush:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.socicon-microsoft:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.socicon-pandora:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.socicon-messenger:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.socicon-gamewisp:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.socicon-bloglovin:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.socicon-tunein:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.socicon-gamejolt:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.socicon-trello:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.socicon-spreadshirt:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.socicon-500px:before {
|
||||
content: "\e000";
|
||||
}
|
||||
.socicon-8tracks:before {
|
||||
content: "\e001";
|
||||
}
|
||||
.socicon-airbnb:before {
|
||||
content: "\e002";
|
||||
}
|
||||
.socicon-alliance:before {
|
||||
content: "\e003";
|
||||
}
|
||||
.socicon-amazon:before {
|
||||
content: "\e004";
|
||||
}
|
||||
.socicon-amplement:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.socicon-android:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.socicon-angellist:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.socicon-apple:before {
|
||||
content: "\e008";
|
||||
}
|
||||
.socicon-appnet:before {
|
||||
content: "\e009";
|
||||
}
|
||||
.socicon-baidu:before {
|
||||
content: "\e00a";
|
||||
}
|
||||
.socicon-bandcamp:before {
|
||||
content: "\e00b";
|
||||
}
|
||||
.socicon-battlenet:before {
|
||||
content: "\e00c";
|
||||
}
|
||||
.socicon-mixer:before {
|
||||
content: "\e00d";
|
||||
}
|
||||
.socicon-bebee:before {
|
||||
content: "\e00e";
|
||||
}
|
||||
.socicon-bebo:before {
|
||||
content: "\e00f";
|
||||
}
|
||||
.socicon-behance:before {
|
||||
content: "\e010";
|
||||
}
|
||||
.socicon-blizzard:before {
|
||||
content: "\e011";
|
||||
}
|
||||
.socicon-blogger:before {
|
||||
content: "\e012";
|
||||
}
|
||||
.socicon-buffer:before {
|
||||
content: "\e013";
|
||||
}
|
||||
.socicon-chrome:before {
|
||||
content: "\e014";
|
||||
}
|
||||
.socicon-coderwall:before {
|
||||
content: "\e015";
|
||||
}
|
||||
.socicon-curse:before {
|
||||
content: "\e016";
|
||||
}
|
||||
.socicon-dailymotion:before {
|
||||
content: "\e017";
|
||||
}
|
||||
.socicon-deezer:before {
|
||||
content: "\e018";
|
||||
}
|
||||
.socicon-delicious:before {
|
||||
content: "\e019";
|
||||
}
|
||||
.socicon-deviantart:before {
|
||||
content: "\e01a";
|
||||
}
|
||||
.socicon-diablo:before {
|
||||
content: "\e01b";
|
||||
}
|
||||
.socicon-digg:before {
|
||||
content: "\e01c";
|
||||
}
|
||||
.socicon-discord:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
.socicon-disqus:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
.socicon-douban:before {
|
||||
content: "\e01f";
|
||||
}
|
||||
.socicon-draugiem:before {
|
||||
content: "\e020";
|
||||
}
|
||||
.socicon-dribbble:before {
|
||||
content: "\e021";
|
||||
}
|
||||
.socicon-drupal:before {
|
||||
content: "\e022";
|
||||
}
|
||||
.socicon-ebay:before {
|
||||
content: "\e023";
|
||||
}
|
||||
.socicon-ello:before {
|
||||
content: "\e024";
|
||||
}
|
||||
.socicon-endomodo:before {
|
||||
content: "\e025";
|
||||
}
|
||||
.socicon-envato:before {
|
||||
content: "\e026";
|
||||
}
|
||||
.socicon-etsy:before {
|
||||
content: "\e027";
|
||||
}
|
||||
.socicon-facebook:before {
|
||||
content: "\e028";
|
||||
}
|
||||
.socicon-feedburner:before {
|
||||
content: "\e029";
|
||||
}
|
||||
.socicon-filmweb:before {
|
||||
content: "\e02a";
|
||||
}
|
||||
.socicon-firefox:before {
|
||||
content: "\e02b";
|
||||
}
|
||||
.socicon-flattr:before {
|
||||
content: "\e02c";
|
||||
}
|
||||
.socicon-flickr:before {
|
||||
content: "\e02d";
|
||||
}
|
||||
.socicon-formulr:before {
|
||||
content: "\e02e";
|
||||
}
|
||||
.socicon-forrst:before {
|
||||
content: "\e02f";
|
||||
}
|
||||
.socicon-foursquare:before {
|
||||
content: "\e030";
|
||||
}
|
||||
.socicon-friendfeed:before {
|
||||
content: "\e031";
|
||||
}
|
||||
.socicon-github:before {
|
||||
content: "\e032";
|
||||
}
|
||||
.socicon-goodreads:before {
|
||||
content: "\e033";
|
||||
}
|
||||
.socicon-google:before {
|
||||
content: "\e034";
|
||||
}
|
||||
.socicon-googlescholar:before {
|
||||
content: "\e035";
|
||||
}
|
||||
.socicon-googlegroups:before {
|
||||
content: "\e036";
|
||||
}
|
||||
.socicon-googlephotos:before {
|
||||
content: "\e037";
|
||||
}
|
||||
.socicon-googleplus:before {
|
||||
content: "\e038";
|
||||
}
|
||||
.socicon-grooveshark:before {
|
||||
content: "\e039";
|
||||
}
|
||||
.socicon-hackerrank:before {
|
||||
content: "\e03a";
|
||||
}
|
||||
.socicon-hearthstone:before {
|
||||
content: "\e03b";
|
||||
}
|
||||
.socicon-hellocoton:before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.socicon-heroes:before {
|
||||
content: "\e03d";
|
||||
}
|
||||
.socicon-smashcast:before {
|
||||
content: "\e03e";
|
||||
}
|
||||
.socicon-horde:before {
|
||||
content: "\e03f";
|
||||
}
|
||||
.socicon-houzz:before {
|
||||
content: "\e040";
|
||||
}
|
||||
.socicon-icq:before {
|
||||
content: "\e041";
|
||||
}
|
||||
.socicon-identica:before {
|
||||
content: "\e042";
|
||||
}
|
||||
.socicon-imdb:before {
|
||||
content: "\e043";
|
||||
}
|
||||
.socicon-instagram:before {
|
||||
content: "\e044";
|
||||
}
|
||||
.socicon-issuu:before {
|
||||
content: "\e045";
|
||||
}
|
||||
.socicon-istock:before {
|
||||
content: "\e046";
|
||||
}
|
||||
.socicon-itunes:before {
|
||||
content: "\e047";
|
||||
}
|
||||
.socicon-keybase:before {
|
||||
content: "\e048";
|
||||
}
|
||||
.socicon-lanyrd:before {
|
||||
content: "\e049";
|
||||
}
|
||||
.socicon-lastfm:before {
|
||||
content: "\e04a";
|
||||
}
|
||||
.socicon-line:before {
|
||||
content: "\e04b";
|
||||
}
|
||||
.socicon-linkedin:before {
|
||||
content: "\e04c";
|
||||
}
|
||||
.socicon-livejournal:before {
|
||||
content: "\e04d";
|
||||
}
|
||||
.socicon-lyft:before {
|
||||
content: "\e04e";
|
||||
}
|
||||
.socicon-macos:before {
|
||||
content: "\e04f";
|
||||
}
|
||||
.socicon-mail:before {
|
||||
content: "\e050";
|
||||
}
|
||||
.socicon-medium:before {
|
||||
content: "\e051";
|
||||
}
|
||||
.socicon-meetup:before {
|
||||
content: "\e052";
|
||||
}
|
||||
.socicon-mixcloud:before {
|
||||
content: "\e053";
|
||||
}
|
||||
.socicon-modelmayhem:before {
|
||||
content: "\e054";
|
||||
}
|
||||
.socicon-mumble:before {
|
||||
content: "\e055";
|
||||
}
|
||||
.socicon-myspace:before {
|
||||
content: "\e056";
|
||||
}
|
||||
.socicon-newsvine:before {
|
||||
content: "\e057";
|
||||
}
|
||||
.socicon-nintendo:before {
|
||||
content: "\e058";
|
||||
}
|
||||
.socicon-npm:before {
|
||||
content: "\e059";
|
||||
}
|
||||
.socicon-odnoklassniki:before {
|
||||
content: "\e05a";
|
||||
}
|
||||
.socicon-openid:before {
|
||||
content: "\e05b";
|
||||
}
|
||||
.socicon-opera:before {
|
||||
content: "\e05c";
|
||||
}
|
||||
.socicon-outlook:before {
|
||||
content: "\e05d";
|
||||
}
|
||||
.socicon-overwatch:before {
|
||||
content: "\e05e";
|
||||
}
|
||||
.socicon-patreon:before {
|
||||
content: "\e05f";
|
||||
}
|
||||
.socicon-paypal:before {
|
||||
content: "\e060";
|
||||
}
|
||||
.socicon-periscope:before {
|
||||
content: "\e061";
|
||||
}
|
||||
.socicon-persona:before {
|
||||
content: "\e062";
|
||||
}
|
||||
.socicon-pinterest:before {
|
||||
content: "\e063";
|
||||
}
|
||||
.socicon-play:before {
|
||||
content: "\e064";
|
||||
}
|
||||
.socicon-player:before {
|
||||
content: "\e065";
|
||||
}
|
||||
.socicon-playstation:before {
|
||||
content: "\e066";
|
||||
}
|
||||
.socicon-pocket:before {
|
||||
content: "\e067";
|
||||
}
|
||||
.socicon-qq:before {
|
||||
content: "\e068";
|
||||
}
|
||||
.socicon-quora:before {
|
||||
content: "\e069";
|
||||
}
|
||||
.socicon-raidcall:before {
|
||||
content: "\e06a";
|
||||
}
|
||||
.socicon-ravelry:before {
|
||||
content: "\e06b";
|
||||
}
|
||||
.socicon-reddit:before {
|
||||
content: "\e06c";
|
||||
}
|
||||
.socicon-renren:before {
|
||||
content: "\e06d";
|
||||
}
|
||||
.socicon-researchgate:before {
|
||||
content: "\e06e";
|
||||
}
|
||||
.socicon-residentadvisor:before {
|
||||
content: "\e06f";
|
||||
}
|
||||
.socicon-reverbnation:before {
|
||||
content: "\e070";
|
||||
}
|
||||
.socicon-rss:before {
|
||||
content: "\e071";
|
||||
}
|
||||
.socicon-sharethis:before {
|
||||
content: "\e072";
|
||||
}
|
||||
.socicon-skype:before {
|
||||
content: "\e073";
|
||||
}
|
||||
.socicon-slideshare:before {
|
||||
content: "\e074";
|
||||
}
|
||||
.socicon-smugmug:before {
|
||||
content: "\e075";
|
||||
}
|
||||
.socicon-snapchat:before {
|
||||
content: "\e076";
|
||||
}
|
||||
.socicon-songkick:before {
|
||||
content: "\e077";
|
||||
}
|
||||
.socicon-soundcloud:before {
|
||||
content: "\e078";
|
||||
}
|
||||
.socicon-spotify:before {
|
||||
content: "\e079";
|
||||
}
|
||||
.socicon-stackexchange:before {
|
||||
content: "\e07a";
|
||||
}
|
||||
.socicon-stackoverflow:before {
|
||||
content: "\e07b";
|
||||
}
|
||||
.socicon-starcraft:before {
|
||||
content: "\e07c";
|
||||
}
|
||||
.socicon-stayfriends:before {
|
||||
content: "\e07d";
|
||||
}
|
||||
.socicon-steam:before {
|
||||
content: "\e07e";
|
||||
}
|
||||
.socicon-storehouse:before {
|
||||
content: "\e07f";
|
||||
}
|
||||
.socicon-strava:before {
|
||||
content: "\e080";
|
||||
}
|
||||
.socicon-streamjar:before {
|
||||
content: "\e081";
|
||||
}
|
||||
.socicon-stumbleupon:before {
|
||||
content: "\e082";
|
||||
}
|
||||
.socicon-swarm:before {
|
||||
content: "\e083";
|
||||
}
|
||||
.socicon-teamspeak:before {
|
||||
content: "\e084";
|
||||
}
|
||||
.socicon-teamviewer:before {
|
||||
content: "\e085";
|
||||
}
|
||||
.socicon-technorati:before {
|
||||
content: "\e086";
|
||||
}
|
||||
.socicon-telegram:before {
|
||||
content: "\e087";
|
||||
}
|
||||
.socicon-tripadvisor:before {
|
||||
content: "\e088";
|
||||
}
|
||||
.socicon-tripit:before {
|
||||
content: "\e089";
|
||||
}
|
||||
.socicon-triplej:before {
|
||||
content: "\e08a";
|
||||
}
|
||||
.socicon-tumblr:before {
|
||||
content: "\e08b";
|
||||
}
|
||||
.socicon-twitch:before {
|
||||
content: "\e08c";
|
||||
}
|
||||
.socicon-twitter:before {
|
||||
content: "\e08d";
|
||||
}
|
||||
.socicon-uber:before {
|
||||
content: "\e08e";
|
||||
}
|
||||
.socicon-ventrilo:before {
|
||||
content: "\e08f";
|
||||
}
|
||||
.socicon-viadeo:before {
|
||||
content: "\e090";
|
||||
}
|
||||
.socicon-viber:before {
|
||||
content: "\e091";
|
||||
}
|
||||
.socicon-viewbug:before {
|
||||
content: "\e092";
|
||||
}
|
||||
.socicon-vimeo:before {
|
||||
content: "\e093";
|
||||
}
|
||||
.socicon-vine:before {
|
||||
content: "\e094";
|
||||
}
|
||||
.socicon-vkontakte:before {
|
||||
content: "\e095";
|
||||
}
|
||||
.socicon-warcraft:before {
|
||||
content: "\e096";
|
||||
}
|
||||
.socicon-wechat:before {
|
||||
content: "\e097";
|
||||
}
|
||||
.socicon-weibo:before {
|
||||
content: "\e098";
|
||||
}
|
||||
.socicon-whatsapp:before {
|
||||
content: "\e099";
|
||||
}
|
||||
.socicon-wikipedia:before {
|
||||
content: "\e09a";
|
||||
}
|
||||
.socicon-windows:before {
|
||||
content: "\e09b";
|
||||
}
|
||||
.socicon-wordpress:before {
|
||||
content: "\e09c";
|
||||
}
|
||||
.socicon-wykop:before {
|
||||
content: "\e09d";
|
||||
}
|
||||
.socicon-xbox:before {
|
||||
content: "\e09e";
|
||||
}
|
||||
.socicon-xing:before {
|
||||
content: "\e09f";
|
||||
}
|
||||
.socicon-yahoo:before {
|
||||
content: "\e0a0";
|
||||
}
|
||||
.socicon-yammer:before {
|
||||
content: "\e0a1";
|
||||
}
|
||||
.socicon-yandex:before {
|
||||
content: "\e0a2";
|
||||
}
|
||||
.socicon-yelp:before {
|
||||
content: "\e0a3";
|
||||
}
|
||||
.socicon-younow:before {
|
||||
content: "\e0a4";
|
||||
}
|
||||
.socicon-youtube:before {
|
||||
content: "\e0a5";
|
||||
}
|
||||
.socicon-zapier:before {
|
||||
content: "\e0a6";
|
||||
}
|
||||
.socicon-zerply:before {
|
||||
content: "\e0a7";
|
||||
}
|
||||
.socicon-zomato:before {
|
||||
content: "\e0a8";
|
||||
}
|
||||
.socicon-zynga:before {
|
||||
content: "\e0a9";
|
||||
}
|
BIN
assets/socicon/fonts/socicon.eot
Normal file
BIN
assets/socicon/fonts/socicon.eot
Normal file
Binary file not shown.
307
assets/socicon/fonts/socicon.svg
Normal file
307
assets/socicon/fonts/socicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 315 KiB |
BIN
assets/socicon/fonts/socicon.ttf
Normal file
BIN
assets/socicon/fonts/socicon.ttf
Normal file
Binary file not shown.
BIN
assets/socicon/fonts/socicon.woff
Normal file
BIN
assets/socicon/fonts/socicon.woff
Normal file
Binary file not shown.
BIN
assets/socicon/fonts/socicon.woff2
Normal file
BIN
assets/socicon/fonts/socicon.woff2
Normal file
Binary file not shown.
1
assets/tether/tether.min.css
vendored
Normal file
1
assets/tether/tether.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.tether-element,.tether-element *,.tether-element :after,.tether-element :before,.tether-element:after,.tether-element:before{box-sizing:border-box}.tether-element{position:absolute;display:none}.tether-element.tether-open{display:block}
|
1
assets/tether/tether.min.js
vendored
Normal file
1
assets/tether/tether.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1025
assets/theme/css/style.css
Normal file
1025
assets/theme/css/style.css
Normal file
File diff suppressed because it is too large
Load diff
38
assets/theme/js/script.js
Normal file
38
assets/theme/js/script.js
Normal file
|
@ -0,0 +1,38 @@
|
|||
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,h,f){a instanceof String&&(a=String(a));for(var e=a.length,l=0;l<e;l++){var m=a[l];if(h.call(f,m,l,a))return{i:l,v:m}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
|
||||
$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,h,f){a!=Array.prototype&&a!=Object.prototype&&(a[h]=f.value)};$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);
|
||||
$jscomp.polyfill=function(a,h,f,e){if(h){f=$jscomp.global;a=a.split(".");for(e=0;e<a.length-1;e++){var l=a[e];l in f||(f[l]={});f=f[l]}a=a[a.length-1];e=f[a];h=h(e);h!=e&&null!=h&&$jscomp.defineProperty(f,a,{configurable:!0,writable:!0,value:h})}};$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,f){return $jscomp.findInternal(this,a,f).v}},"es6","es3");
|
||||
(function(a){function h(b){b=a(b);var c=b.attr("ID")+"-carousel";b.find(".carousel").attr("id",c);b.find(".carousel-controls a").attr("href","#"+c);b.find(".carousel-indicators li").attr("data-target","#"+c);a(b).find(".carousel-item:first").addClass("active")}function f(b){b=a(b);var c=b.find(".carousel-item").length,d=b.find(".carousel-inner").attr("data-visible");c<d&&(d=c);b.find(".carousel-inner").attr("class","carousel-inner slides"+d);b.find(".clonedCol").remove();b.find(".carousel-item .col-md-12").each(function(){2>
|
||||
d?a(this).attr("class","col-md-12"):"5"==d?a(this).attr("class","col-md-12 col-lg-15"):a(this).attr("class","col-md-12 col-lg-"+12/d)});b.find(".carousel-item").each(function(){for(var b=a(this),c=1;c<d;c++){b=b.next();b.length||(b=a(this).siblings(":first"));var e=b.index();b.find(".col-md-12:first").clone().addClass("cloneditem-"+c).addClass("clonedCol").attr("data-cloned-index",e).appendTo(a(this).children().eq(0))}})}var e=a("html").hasClass("is-builder");a.extend(a.easing,{easeInOutCubic:function(a,
|
||||
c,d,g,e){return 1>(c/=e/2)?g/2*c*c*c+d:g/2*((c-=2)*c*c+2)+d}});a.fn.outerFind=function(a){return this.find(a).addBack(a)};a.fn.scrollEnd=function(b,c){a(this).scroll(function(){var d=a(this);d.data("scrollTimeout")&&clearTimeout(d.data("scrollTimeout"));d.data("scrollTimeout",setTimeout(b,c))})};a.fn.footerReveal=function(){function b(){!e&&c.outerHeight()<=g.outerHeight()?(c.css({"z-index":-999,position:"fixed",bottom:0}),c.css({width:d.outerWidth()}),d.css({"margin-bottom":c.outerHeight()})):(c.css({"z-index":"",
|
||||
position:"",bottom:""}),c.css({width:""}),d.css({"margin-bottom":""}))}var c=a(this),d=c.prev(),g=a(window),e=!!document.documentMode;b();g.on("load resize",function(){b()});return this};(function(a,c){var b=function(a,b,c){var d;return function(){var g=this,p=arguments;d?clearTimeout(d):c&&a.apply(g,p);d=setTimeout(function(){c||a.apply(g,p);d=null},b||100)}};jQuery.fn[c]=function(a){return a?this.bind("resize",b(a)):this.trigger(c)}})(jQuery,"smartresize");a.isMobile=function(b){var c=[],d={blackberry:"BlackBerry",
|
||||
android:"Android",windows:"IEMobile",opera:"Opera Mini",ios:"iPhone|iPad|iPod"};b="undefined"==a.type(b)?"*":b.toLowerCase();"*"==b?c=a.map(d,function(a){return a}):b in d&&c.push(d[b]);return!(!c.length||!navigator.userAgent.match(new RegExp(c.join("|"),"i")))};var l=function(){var b=a('<div style="height: 50vh; position: absolute; top: -1000px; left: -1000px;">').appendTo("body"),c=b[0],d=parseInt(window.innerHeight/2,10);c=parseInt((window.getComputedStyle?getComputedStyle(c,null):c.currentStyle).height,
|
||||
10);b.remove();return c==d}();a(function(){function b(){a(this).css("height",9*a(this).parent().width()/16)}function c(b){setTimeout(function(){a(b).outerFind(".mbr-parallax-background").jarallax({speed:.6}).css("position","relative")},0)}function d(b){a(b).outerFind("[data-bg-video]").each(function(){var b=a(this).attr("data-bg-video"),c=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/),
|
||||
d=a('<div class="mbr-background-video-preview">').hide().css({backgroundSize:"cover",backgroundPosition:"center"});a("> *:eq(0)",this).before(d);if(c&&(/youtu\.?be/g.test(c[3])||/vimeo/g.test(c[3])))if(c&&/youtu\.?be/g.test(c[3]))b="http"+("https:"===location.protocol?"s":"")+":",b+="//img.youtube.com/vi/"+c[6]+"/maxresdefault.jpg",a("<img>").on("load",function(){if(120===(this.naturalWidth||this.width)){var a=this.src.split("/").pop();switch(a){case "maxresdefault.jpg":this.src=this.src.replace(a,
|
||||
"sddefault.jpg");break;case "sddefault.jpg":this.src=this.src.replace(a,"hqdefault.jpg");break;default:e&&d.css("background-image",'url("images/no-video.jpg")').show()}}else d.css("background-image",'url("'+this.src+'")').show()}).attr("src",b),!a.fn.YTPlayer||e||a.isMobile()||a("> *:eq(1)",this).before('<div class="mbr-background-video"></div>').prev().YTPlayer({videoURL:c[6],containment:"self",showControls:!1,mute:!0});else{if(c&&/vimeo/g.test(c[3])){var p=new XMLHttpRequest;p.open("GET","https://vimeo.com/api/v2/video/"+
|
||||
c[6]+".json",!0);p.onreadystatechange=function(){if(4===this.readyState)if(200<=this.status&&400>this.status){var a=JSON.parse(this.responseText);d.css("background-image",'url("'+a[0].thumbnail_large+'")').show()}else e&&d.css("background-image",'url("images/no-video.jpg")').show()};p.send();p=null;!a.fn.vimeo_player||e||a.isMobile()||a("> *:eq(1)",this).before('<div class="mbr-background-video"></div>').prev().vimeo_player({videoURL:b,containment:"self",showControls:!1,mute:!0})}}else e&&d.css("background-image",
|
||||
'url("images/video-placeholder.jpg")').show()})}a("html").addClass(a.isMobile()?"mobile":"desktop");a(window).scroll(function(){a(".mbr-navbar--sticky").each(function(){var b=10<a(window).scrollTop()?"addClass":"removeClass";a(this)[b]("mbr-navbar--stuck").not(".mbr-navbar--open")[b]("mbr-navbar--short")})});a.isMobile()&&navigator.userAgent.match(/Chrome/i)?function(b,c){var d=[b,b];d[c>b?0:1]=c;a(window).smartresize(function(){var b=a(window).height();0>a.inArray(b,d)&&(b=d[a(window).width()>b?
|
||||
1:0]);a(".mbr-section--full-height").css("height",b+"px")})}(a(window).width(),a(window).height()):l||(a(window).smartresize(function(){a(".mbr-section--full-height").css("height",a(window).height()+"px")}),a(document).on("add.cards",function(b){a("html").hasClass("mbr-site-loaded")&&a(b.target).outerFind(".mbr-section--full-height").length&&a(window).resize()}));a(window).smartresize(function(){a(".mbr-section--16by9").each(b)});a(document).on("add.cards changeParameter.cards",function(c){var d=
|
||||
a(c.target).outerFind(".mbr-section--16by9");d.length?d.attr("data-16by9","true").each(b):a(c.target).outerFind("[data-16by9]").css("height","").removeAttr("data-16by9")});a.fn.jarallax&&!a.isMobile()&&(a(window).on("update.parallax",function(b){setTimeout(function(){var b=a(".mbr-parallax-background");b.jarallax("coverImage");b.jarallax("clipContainer");b.jarallax("onScroll")},0)}),e?(a(document).on("add.cards",function(b){c(b.target);a(window).trigger("update.parallax")}),a(document).on("changeParameter.cards",
|
||||
function(b,d,e,g){if("bg"===d)switch(a(b.target).jarallax("destroy").css("position",""),g){case "type":!0===e.parallax&&c(b.target);break;case "value":"image"===e.type&&!0===e.parallax&&c(b.target);break;case "parallax":!0===e.parallax&&c(b.target)}a(window).trigger("update.parallax")})):c(document.body),a(window).on("shown.bs.tab",function(b){a(window).trigger("update.parallax")}));var g,n,f=0,k=null,h=!a.isMobile();a(window).scroll(function(){n&&clearTimeout(n);var b=a(window).scrollTop(),c=b<=
|
||||
f||h;f=b;if(k){var d=b>k.breakPoint;c?d!=k.fixed&&(h?(k.fixed=d,a(k.elm).toggleClass("is-fixed")):n=setTimeout(function(){k.fixed=d;a(k.elm).toggleClass("is-fixed")},40)):(k.fixed=!1,a(k.elm).removeClass("is-fixed"))}});a(document).on("add.cards delete.cards",function(b){g&&clearTimeout(g);g=setTimeout(function(){k&&(k.fixed=!1,a(k.elm).removeClass("is-fixed"));a(".mbr-fixed-top:first").each(function(){k={breakPoint:a(this).offset().top+3*a(this).height(),fixed:!1,elm:this};a(window).scroll()})},
|
||||
650)});a(window).smartresize(function(){a(".mbr-embedded-video").each(function(){a(this).height(a(this).width()*parseInt(a(this).attr("height")||315)/parseInt(a(this).attr("width")||560))})});a(document).on("add.cards",function(b){a("html").hasClass("mbr-site-loaded")&&a(b.target).outerFind("iframe").length&&a(window).resize()});if(e)a(document).on("add.cards",function(a){d(a.target)});else d(document.body);a(document).on("changeParameter.cards",function(b,c,e,g){if("bg"===c)switch(g){case "type":a(b.target).find(".mbr-background-video-preview").remove();
|
||||
"video"===e.type&&d(b.target);break;case "value":"video"===e.type&&(a(b.target).find(".mbr-background-video-preview").remove(),d(b.target))}});e||a("body > *:not(style, script)").trigger("add.cards");a("html").addClass("mbr-site-loaded");a(window).resize().scroll();e||a(document).click(function(b){try{var c=b.target;if(!a(c).parents().hasClass("carousel")){do if(c.hash){var d=/#bottom|#top/g.test(c.hash);a(d?"body":c.hash).each(function(){b.preventDefault();var d=a(c).parents().hasClass("navbar-fixed-top")?
|
||||
60:0;d="#bottom"==c.hash?a(this).height()-a(window).height():a(this).offset().top-d;a(this).hasClass("panel-collapse")||a(this).hasClass("tab-pane")||a("html, body").stop().animate({scrollTop:d},800,"easeInOutCubic")});break}while(c=c.parentNode)}}catch(r){}});a(".cols-same-height .mbr-figure").each(function(){function b(){d.css({width:"",maxWidth:"",marginLeft:""});if(n&&g){var a=n/g;c.addClass({position:"absolute",top:0,left:0,right:0,bottom:0});var b=e.height()/e.width();b>a&&(a=100*(b-a)/a,d.css({width:a+
|
||||
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")})})});
|
||||
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",
|
||||
"1px")});a(document).ready(function(){if(!e){var b=function(b){var c=a(b).parents("section").find("iframe")[0],e=a(c).attr("src");b.parents("section").css("z-index","5000");-1!==e.indexOf("youtu")&&c.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*");if(-1!==e.indexOf("vimeo")){var f=new Vimeo.Player(a(c));f.play()}a(b).parents("section").find(a(b).attr("data-modal")).css("display","table").click(function(){-1!==e.indexOf("youtu")&&c.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',
|
||||
"*");-1!==e.indexOf("vimeo")&&f.pause();a(this).css("display","none").off("click");b.parents("section").css("z-index","0")})};a(".modalWindow-video iframe").each(function(){var b=a(this).attr("data-src");a(this).removeAttr("data-src");var d=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/);-1!==b.indexOf("youtu")?a(this).attr("src","https://youtube.com/embed/"+d[6]+"?rel=0&enablejsapi=1"):
|
||||
-1!==b.indexOf("vimeo")&&a(this).attr("src","https://player.vimeo.com/video/"+d[6]+"?autoplay=0&loop=0")});a("[data-modal]").click(function(){b(a(this))})}});if(!e&&!a.isMobile()){m=a("section.menu");var q=a(window).width();!m.find(".navbar").hasClass("collapsed")&&991<q&&(m.find("ul.navbar-nav li.dropdown").hover(function(){a(this).hasClass("open")||a(this).find("a")[0].click()},function(){a(this).hasClass("open")&&a(this).find("a")[0].click()}),m.find("ul.navbar-nav li.dropdown .dropdown-menu .dropdown").hover(function(){a(this).hasClass("open")||
|
||||
a(this).find("a")[0].click()},function(){a(this).hasClass("open")&&a(this).find("a")[0].click()}))}e||("undefined"===typeof window.initClientPlugin&&0!=a(document.body).find(".clients").length&&(window.initClientPlugin=!0,a(document.body).find(".clients").each(function(b,c){a(this).attr("data-isinit")||(h(a(this)),f(a(this)))})),"undefined"===typeof window.initPopupBtnPlugin&&0!=a(document.body).find("section.popup-btn-cards").length&&(window.initPopupBtnPlugin=!0,a("section.popup-btn-cards .card-wrapper").each(function(b,
|
||||
c){a(this).addClass("popup-btn")})),"undefined"===typeof window.initTestimonialsPlugin&&0!=a(document.body).find(".testimonials-slider").length&&(window.initTestimonialsPlugin=!0,a(".testimonials-slider").each(function(){h(this)})),"undefined"===typeof window.initSwitchArrowPlugin&&(window.initSwitchArrowPlugin=!0,a(document).ready(function(){0!=a(".accordionStyles").length&&a('.accordionStyles .card-header a[role="button"]').each(function(){a(this).hasClass("collapsed")||a(this).addClass("collapsed")})}),
|
||||
a('.accordionStyles .card-header a[role="button"]').click(function(){var b=a(this).closest(".accordionStyles").attr("id");a(this).closest(".card").find(".panel-collapse").hasClass("collapsing")||(-1!=b.indexOf("toggle")?a(this).hasClass("collapsed")?a(this).find("span.sign").removeClass("mbri-arrow-down").addClass("mbri-arrow-up"):a(this).find("span.sign").removeClass("mbri-arrow-up").addClass("mbri-arrow-down"):-1!=b.indexOf("accordion")&&(a(this).closest(".accordionStyles ").children(".card").each(function(){a(this).find("span.sign").removeClass("mbri-arrow-up").addClass("mbri-arrow-down")}),
|
||||
a(this).hasClass("collapsed")&&a(this).find("span.sign").removeClass("mbri-arrow-down").addClass("mbri-arrow-up")))})),0!=a(".mbr-slider.carousel").length&&a(".mbr-slider.carousel").each(function(){var b=a(this),c=b.find(".carousel-control"),d=b.find(".carousel-indicators li");b.on("slide.bs.carousel",function(){c.bind("click",function(a){a.stopPropagation();a.preventDefault()});d.bind("click",function(a){a.stopPropagation();a.preventDefault()});b.carousel({keyboard:!1})}).on("slid.bs.carousel",function(){c.unbind("click");
|
||||
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 Review</a> Mobirise v5.2.0';document.body.insertBefore(a,document.body.childNodes[0])}}();
|
14
assets/touchswipe/jquery.touch-swipe.min.js
vendored
Normal file
14
assets/touchswipe/jquery.touch-swipe.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
assets/web/assets/jquery/jquery.min.js
vendored
Normal file
2
assets/web/assets/jquery/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
239
index.html
Normal file
239
index.html
Normal file
|
@ -0,0 +1,239 @@
|
|||
<!DOCTYPE html>
|
||||
<html >
|
||||
<head>
|
||||
<!-- Site made with Mobirise Website Builder v5.2.0, 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="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="">
|
||||
|
||||
|
||||
<title>Home</title>
|
||||
<link rel="stylesheet" href="assets/tether/tether.min.css">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
|
||||
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
|
||||
<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" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section class="menu menu3 cid-sgPI0rTtnd" once="menu" id="menu3-0">
|
||||
|
||||
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-brand">
|
||||
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-warning display-7" href="https://mobiri.se">Hack@WPI 2021</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">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</button>
|
||||
<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 display-4" href="https://mobiri.se">
|
||||
Top</a></li>
|
||||
<li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#team1-5">
|
||||
Partners/Sponsors</a></li>
|
||||
<li class="nav-item"><a class="nav-link link text-warning text-primary display-4" href="index.html#content15-8">FAQ's</a>
|
||||
</li></ul>
|
||||
<div class="icons-menu">
|
||||
<a class="iconfont-wrapper" href="https://instagram.com/wpiacm" target="_blank">
|
||||
<span class="p-2 mbr-iconfont socicon-instagram socicon"></span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<section class="image3 cid-sgPJ0TKe9q" id="image3-1">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-lg-8">
|
||||
<div class="image-wrapper">
|
||||
<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<br>2021</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="index.html#content11-9"><em>Registration Opens November 28th - Check back soon! </em></a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="header12 cid-sgPJIlmBEv" id="header12-2">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="card col-12 col-md-12 col-lg-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</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></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="team1 cid-sgPLL7dgDG" id="team1-5">
|
||||
|
||||
|
||||
|
||||
<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>Hosted By</strong></h3>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<a href="https://acm.wpi.edu"><img src="assets/images/mbr-1-696x464.jpeg" alt=""></a>
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7">
|
||||
<strong>WPI Association of Computing Machinery</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6 col-lg-4">
|
||||
<div class="card-wrap">
|
||||
<div class="image-wrap">
|
||||
<img src="assets/images/mbr-1-696x696.png" alt="">
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7"><strong>WPI Innovation and Entrepreneurship</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="team1 cid-sgPNsNQCBF" id="team1-6">
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
</div>
|
||||
<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-inst-prim-fulclr-1-696x538.png" alt="WPI"></a>
|
||||
</div>
|
||||
<div class="content-wrap">
|
||||
<h5 class="mbr-section-title card-title mbr-fonts-style align-center m-0 display-7">
|
||||
<strong>Worcester Polytechnic Institute</strong></h5>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content15 cid-sgPZTnHJy0" id="content15-8">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="card col-md-12 col-lg-10">
|
||||
<div class="card-wrapper">
|
||||
<div class="card-box align-left">
|
||||
<h4 class="card-title mbr-fonts-style mbr-white mb-3 display-5">
|
||||
<strong>Frequently Asked Questions</strong></h4>
|
||||
<p class="mbr-text mbr-fonts-style display-7"><strong>Who can attend?
|
||||
<br></strong><em>Our event is open to any college student! You don’t need any experience to participate. However, due to legal issues, anyone under 18 must have a legal guardian present and cannot win prizes<br></em> <br><strong>What is the max team size?
|
||||
<br></strong><em>The maximum is 5 people per team. Minimum is 1 :P
|
||||
<br></em><br><strong>What are the awards for?
|
||||
<br></strong><em>The categories this year are:
|
||||
<br>Best Overall Project
|
||||
<br>Best Game
|
||||
<br>Best Software
|
||||
<br>Best Hardware
|
||||
<br>Company Favorite
|
||||
<br>Best Use of the Bose API/SDK
|
||||
<br>Best Meme
|
||||
<br>Best Rookie
|
||||
<br></em><br><strong>What if I don't have a team?
|
||||
<br></strong><em>You don’t need a team to register! We will have a team formation session right after the opening ceremony for those who would like to work with a team. If you prefer to stay solo, that’s also great.<br> <br></em><strong>How should I prepare beforehand?
|
||||
<br></strong><em>It's nice to have an idea or two in mind beforehand, but not required. However, we ask that you do not bring any pre-made materials to keep the competition fair.
|
||||
<br></em><br><strong>What is the schedule?
|
||||
<br></strong><em>Here it is! Keep in mind that this is tentative.</em></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</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/g" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a><p style="flex: 0 0 auto; margin:0; padding-right:1rem;">Mobirise free creator - <a href="https://mobirise.site/n" style="color:#aaa;">Check it</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>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
769
project.mobirise
Normal file
769
project.mobirise
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue