mirror of
https://github.com/Alvin-Zilverstand/carsite.git
synced 2026-03-06 11:06:29 +01:00
cvxxv
This commit is contained in:
6
css/bootstrap1.css
vendored
Normal file
6
css/bootstrap1.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
css/bootstrap2.css
vendored
Normal file
6
css/bootstrap2.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
css/bootstrap3.css
vendored
Normal file
7
css/bootstrap3.css
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2021 The Bootstrap Authors
|
||||
* Copyright 2011-2021 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}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}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:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),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;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[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}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
|
||||
15
css/jarallax.css
Normal file
15
css/jarallax.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.jarallax {
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
.jarallax > .jarallax-img {
|
||||
position: absolute;
|
||||
object-fit: cover;
|
||||
/* support for plugin https://github.com/bfred-it/object-fit-images */
|
||||
font-family: 'object-fit: cover;';
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
499
css/style1.css
Normal file
499
css/style1.css
Normal file
@@ -0,0 +1,499 @@
|
||||
@font-face {
|
||||
font-family: 'Moririse2';
|
||||
font-display: swap;
|
||||
src: url('mobirise2.eot?f2bix4');
|
||||
src: url('mobirise2.eot?f2bix4#iefix') format('embedded-opentype'),
|
||||
url('mobirise2.ttf?f2bix4') format('truetype'),
|
||||
url('mobirise2.woff?f2bix4') format('woff'),
|
||||
url('mobirise2.svg?f2bix4#mobirise2') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^="mobi-"], [class*=" mobi-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'Moririse2' !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;
|
||||
}
|
||||
|
||||
.mobi-mbri-add-submenu:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.mobi-mbri-alert:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.mobi-mbri-align-center:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.mobi-mbri-align-justify:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.mobi-mbri-align-left:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.mobi-mbri-align-right:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.mobi-mbri-android:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.mobi-mbri-apple:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.mobi-mbri-arrow-down:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.mobi-mbri-arrow-next:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.mobi-mbri-arrow-prev:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.mobi-mbri-arrow-up:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.mobi-mbri-bold:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.mobi-mbri-bookmark:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.mobi-mbri-bootstrap:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.mobi-mbri-briefcase:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.mobi-mbri-browse:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.mobi-mbri-bulleted-list:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.mobi-mbri-calendar:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.mobi-mbri-camera:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.mobi-mbri-cart-add:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.mobi-mbri-cart-full:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.mobi-mbri-cash:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.mobi-mbri-change-style:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.mobi-mbri-chat:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.mobi-mbri-clock:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.mobi-mbri-close:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.mobi-mbri-cloud:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.mobi-mbri-code:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.mobi-mbri-contact-form:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.mobi-mbri-credit-card:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.mobi-mbri-cursor-click:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.mobi-mbri-cust-feedback:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.mobi-mbri-database:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.mobi-mbri-delivery:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.mobi-mbri-desktop:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.mobi-mbri-devices:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.mobi-mbri-down:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.mobi-mbri-download-2:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.mobi-mbri-download:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.mobi-mbri-drag-n-drop-2:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.mobi-mbri-drag-n-drop:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.mobi-mbri-edit-2:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.mobi-mbri-edit:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.mobi-mbri-error:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.mobi-mbri-extension:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.mobi-mbri-features:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.mobi-mbri-file:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.mobi-mbri-flag:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.mobi-mbri-folder:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.mobi-mbri-gift:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.mobi-mbri-github:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.mobi-mbri-globe-2:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.mobi-mbri-globe:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.mobi-mbri-growing-chart:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.mobi-mbri-hearth:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.mobi-mbri-help:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.mobi-mbri-home:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.mobi-mbri-hot-cup:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.mobi-mbri-idea:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.mobi-mbri-image-gallery:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.mobi-mbri-image-slider:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.mobi-mbri-info:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.mobi-mbri-italic:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.mobi-mbri-key:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.mobi-mbri-laptop:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.mobi-mbri-layers:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.mobi-mbri-left-right:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.mobi-mbri-left:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.mobi-mbri-letter:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.mobi-mbri-like:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.mobi-mbri-link:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.mobi-mbri-lock:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.mobi-mbri-login:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.mobi-mbri-logout:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.mobi-mbri-magic-stick:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.mobi-mbri-map-pin:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.mobi-mbri-menu:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.mobi-mbri-mobile-2:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.mobi-mbri-mobile-horizontal:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.mobi-mbri-mobile:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.mobi-mbri-mobirise:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.mobi-mbri-more-horizontal:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.mobi-mbri-more-vertical:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.mobi-mbri-music:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.mobi-mbri-new-file:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.mobi-mbri-numbered-list:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.mobi-mbri-opened-folder:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.mobi-mbri-pages:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.mobi-mbri-paper-plane:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.mobi-mbri-paperclip:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.mobi-mbri-phone:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.mobi-mbri-photo:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.mobi-mbri-photos:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.mobi-mbri-pin:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.mobi-mbri-play:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.mobi-mbri-plus:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.mobi-mbri-preview:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.mobi-mbri-print:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.mobi-mbri-protect:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.mobi-mbri-question:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.mobi-mbri-quote-left:before {
|
||||
content: "\e965";
|
||||
}
|
||||
.mobi-mbri-quote-right:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.mobi-mbri-redo:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.mobi-mbri-refresh:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.mobi-mbri-responsive-2:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.mobi-mbri-responsive:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.mobi-mbri-right:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.mobi-mbri-rocket:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.mobi-mbri-sad-face:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.mobi-mbri-sale:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.mobi-mbri-save:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.mobi-mbri-search:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.mobi-mbri-setting-2:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.mobi-mbri-setting-3:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.mobi-mbri-setting:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.mobi-mbri-share:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.mobi-mbri-shopping-bag:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.mobi-mbri-shopping-basket:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.mobi-mbri-shopping-cart:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.mobi-mbri-sites:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.mobi-mbri-smile-face:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.mobi-mbri-speed:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.mobi-mbri-star:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.mobi-mbri-success:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.mobi-mbri-sun:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.mobi-mbri-sun2:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.mobi-mbri-tablet-vertical:before {
|
||||
content: "\e97f";
|
||||
}
|
||||
.mobi-mbri-tablet:before {
|
||||
content: "\e980";
|
||||
}
|
||||
.mobi-mbri-target:before {
|
||||
content: "\e981";
|
||||
}
|
||||
.mobi-mbri-timer:before {
|
||||
content: "\e982";
|
||||
}
|
||||
.mobi-mbri-to-ftp:before {
|
||||
content: "\e983";
|
||||
}
|
||||
.mobi-mbri-to-local-drive:before {
|
||||
content: "\e984";
|
||||
}
|
||||
.mobi-mbri-touch-swipe:before {
|
||||
content: "\e985";
|
||||
}
|
||||
.mobi-mbri-touch:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.mobi-mbri-trash:before {
|
||||
content: "\e987";
|
||||
}
|
||||
.mobi-mbri-underline:before {
|
||||
content: "\e988";
|
||||
}
|
||||
.mobi-mbri-undo:before {
|
||||
content: "\e989";
|
||||
}
|
||||
.mobi-mbri-unlink:before {
|
||||
content: "\e98a";
|
||||
}
|
||||
.mobi-mbri-unlock:before {
|
||||
content: "\e98b";
|
||||
}
|
||||
.mobi-mbri-up-down:before {
|
||||
content: "\e98c";
|
||||
}
|
||||
.mobi-mbri-up:before {
|
||||
content: "\e98d";
|
||||
}
|
||||
.mobi-mbri-update:before {
|
||||
content: "\e98e";
|
||||
}
|
||||
.mobi-mbri-upload-2:before {
|
||||
content: "\e98f";
|
||||
}
|
||||
.mobi-mbri-upload:before {
|
||||
content: "\e990";
|
||||
}
|
||||
.mobi-mbri-user-2:before {
|
||||
content: "\e991";
|
||||
}
|
||||
.mobi-mbri-user:before {
|
||||
content: "\e992";
|
||||
}
|
||||
.mobi-mbri-users:before {
|
||||
content: "\e993";
|
||||
}
|
||||
.mobi-mbri-video-play:before {
|
||||
content: "\e994";
|
||||
}
|
||||
.mobi-mbri-video:before {
|
||||
content: "\e995";
|
||||
}
|
||||
.mobi-mbri-watch:before {
|
||||
content: "\e996";
|
||||
}
|
||||
.mobi-mbri-website-theme-2:before {
|
||||
content: "\e997";
|
||||
}
|
||||
.mobi-mbri-website-theme:before {
|
||||
content: "\e998";
|
||||
}
|
||||
.mobi-mbri-wifi:before {
|
||||
content: "\e999";
|
||||
}
|
||||
.mobi-mbri-windows:before {
|
||||
content: "\e99a";
|
||||
}
|
||||
.mobi-mbri-zoom-in:before {
|
||||
content: "\e99b";
|
||||
}
|
||||
.mobi-mbri-zoom-out:before {
|
||||
content: "\e99c";
|
||||
}
|
||||
|
||||
266
css/style2.css
Normal file
266
css/style2.css
Normal file
@@ -0,0 +1,266 @@
|
||||
.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; }
|
||||
|
||||
|
||||
|
||||
934
css/style3.css
Normal file
934
css/style3.css
Normal file
@@ -0,0 +1,934 @@
|
||||
@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;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
[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-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";
|
||||
}
|
||||
.socicon-spreadshirt:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.socicon-gamejolt:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.socicon-trello:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.socicon-tunein:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.socicon-bloglovin:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.socicon-gamewisp:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.socicon-messenger:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.socicon-pandora:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.socicon-augment:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.socicon-bitbucket:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.socicon-fyuse:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.socicon-yt-gaming:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.socicon-sketchfab:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.socicon-mobcrush:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.socicon-microsoft:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.socicon-realtor:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.socicon-tidal:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.socicon-qobuz:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.socicon-natgeo:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.socicon-mastodon:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.socicon-unsplash:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.socicon-homeadvisor:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.socicon-angieslist:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.socicon-codepen:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.socicon-slack:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.socicon-openaigym:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.socicon-logmein:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.socicon-fiverr:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.socicon-gotomeeting:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.socicon-aliexpress:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.socicon-guru:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.socicon-appstore:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.socicon-homes:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.socicon-zoom:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.socicon-alibaba:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.socicon-craigslist:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.socicon-wix:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.socicon-redfin:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.socicon-googlecalendar:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.socicon-shopify:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.socicon-freelancer:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.socicon-seedrs:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.socicon-bing:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.socicon-doodle:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.socicon-bonanza:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.socicon-squarespace:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.socicon-toptal:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.socicon-gust:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.socicon-ask:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.socicon-trulia:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.socicon-loomly:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.socicon-ghost:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.socicon-upwork:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.socicon-fundable:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.socicon-booking:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.socicon-googlemaps:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.socicon-zillow:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.socicon-niconico:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.socicon-toneden:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.socicon-crunchbase:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.socicon-homefy:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.socicon-calendly:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.socicon-livemaster:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.socicon-udemy:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.socicon-codered:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.socicon-origin:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.socicon-nextdoor:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.socicon-portfolio:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.socicon-instructables:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.socicon-gitlab:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.socicon-hackernews:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.socicon-smashwords:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.socicon-kobo:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.socicon-bookbub:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.socicon-mailru:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.socicon-moddb:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.socicon-indiedb:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.socicon-traxsource:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.socicon-gamefor:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.socicon-pixiv:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.socicon-myanimelist:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.socicon-blackberry:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.socicon-wickr:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.socicon-spip:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.socicon-napster:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.socicon-beatport:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.socicon-hackerone:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.socicon-internet:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.socicon-ubuntu:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.socicon-artstation:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.socicon-invision:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.socicon-torial:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.socicon-collectorz:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.socicon-seenthis:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.socicon-googleplaymusic:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.socicon-debian:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.socicon-filmfreeway:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.socicon-gnome:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.socicon-itchio:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.socicon-jamendo:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.socicon-mix:before {
|
||||
content: "\e965";
|
||||
}
|
||||
.socicon-sharepoint:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.socicon-tinder:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.socicon-windguru:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.socicon-cdbaby:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.socicon-elementaryos:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.socicon-stage32:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.socicon-tiktok:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.socicon-gitter:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.socicon-letterboxd:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.socicon-threema:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.socicon-splice:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.socicon-metapop:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.socicon-naver:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.socicon-remote:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.socicon-flipboard:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.socicon-googlehangouts:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.socicon-dlive:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.socicon-vsco:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.socicon-stitcher:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.socicon-avvo:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.socicon-redbubble:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.socicon-society6:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.socicon-zazzle:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.socicon-eitaa:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.socicon-soroush:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.socicon-bale:before {
|
||||
content: "\e97f";
|
||||
}
|
||||
885
index.html
Normal file
885
index.html
Normal file
@@ -0,0 +1,885 @@
|
||||
<!DOCTYPE html>
|
||||
<html >
|
||||
<head>
|
||||
<!-- Site made with Mobirise Online Website Builder v5.9.13, https://a.mobirise.com -->
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Mobirise v5.9.13, a.mobirise.com">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||||
<link rel="shortcut icon" href="https://r.mobirisesite.com/849385/assets/images/photo-1512106475178-d4e2fffeb38e.jpeg" type="image/x-icon">
|
||||
<meta name="description" content="Explore the vibrant moments captured at our recent car meet, showcasing stunning vehicles and the passionate community behind them.">
|
||||
<title>Car Meet Showcase</title>
|
||||
<link rel="stylesheet" href="/css/style1.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap1.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap2.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap3.css">
|
||||
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/parallax/jarallax.css?rnd=1730245704585">
|
||||
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/dropdown/css/style.css?rnd=1730245704585">
|
||||
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/socicon/css/styles.css?rnd=1730245704585">
|
||||
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/theme/css/style.css?rnd=1730245704585">
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap&display=swap"></noscript>
|
||||
<link rel="stylesheet" href="https://r.mobirisesite.com/849385/assets/css/mbr-additional.css?rnd=1730245704585" type="text/css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.navbar-fixed-top {
|
||||
top: auto;
|
||||
}
|
||||
#mobiriseBanner.container-banner {
|
||||
height: 8rem;
|
||||
opacity: 1;
|
||||
-webkit-animation: 4s linear animationHeight;
|
||||
-moz-animation: 4s linear animationHeight;
|
||||
-o-animation: 4s linear animationHeight;
|
||||
animation: 4s linear animationHeight;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
#mobiriseBanner.container-banner.container-banner-closing {
|
||||
pointer-events: none;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
-webkit-animation: 0.5s linear animationClosing;
|
||||
-moz-animation: 0.5s linear animationClosing;
|
||||
-o-animation: 0.5s linear animationClosing;
|
||||
animation: 0.5s linear animationClosing;
|
||||
}
|
||||
#mobiriseBanner .banner {
|
||||
min-height: 8rem;
|
||||
position:fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
padding: 10px;
|
||||
opacity:1;
|
||||
-webkit-animation: 4s linear animationBanner;
|
||||
-moz-animation: 4s linear animationBanner;
|
||||
-o-animation: 4s linear animationBanner;
|
||||
animation: 4s linear animationBanner;
|
||||
z-index: 1031;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
#mobiriseBanner .banner .btn {
|
||||
margin: 0.3rem 0.5rem;
|
||||
animation: none;
|
||||
visibility: visible;
|
||||
}
|
||||
.navbar.opened {
|
||||
z-index: 1032;
|
||||
}
|
||||
@-webkit-keyframes animationBanner { 0% { opacity: 0; top: -8rem; } 75% { opacity: 0; top: -8rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-moz-keyframes animationBanner { 0% { opacity: 0; top: -8rem; } 75% { opacity: 0; top: -8rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-o-keyframes animationBanner { 0% { opacity: 0; top: -8rem; } 75% { opacity: 0; top: -8rem; } 100% { opacity: 1; top: 0; } }
|
||||
@keyframes animationBanner { 0% { opacity: 0; top: -8rem; } 75% { opacity: 0; top: -8rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-webkit-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 8rem; } }
|
||||
@-moz-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 8rem; } }
|
||||
@-o-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 8rem; } }
|
||||
@keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 8rem; } }
|
||||
|
||||
@-webkit-keyframes animationClosing { 0% { height: 8rem; opacity: 1; } 30% { height: 8rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@-moz-keyframes animationClosing { 0% { height: 8rem; opacity: 1; } 30% { height: 8rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@-o-keyframes animationClosing { 0% { height: 8rem; opacity: 1; } 30% { height: 8rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@keyframes animationClosing { 0% { height: 8rem; opacity: 1; } 30% { height: 8rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
|
||||
@media(max-width: 767px) {
|
||||
#mobiriseBanner.container-banner {
|
||||
height: 12rem;
|
||||
}
|
||||
#mobiriseBanner .banner {
|
||||
min-height: 12rem;
|
||||
}
|
||||
@-webkit-keyframes animationBanner { 0% { opacity: 0; top: -12rem; } 75% { opacity: 0; top: -12rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-moz-keyframes animationBanner { 0% { opacity: 0; top: -12rem; } 75% { opacity: 0; top: -12rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-o-keyframes animationBanner { 0% { opacity: 0; top: -12rem; } 75% { opacity: 0; top: -12rem; } 100% { opacity: 1; top: 0; } }
|
||||
@keyframes animationBanner { 0% { opacity: 0; top: -12rem; } 75% { opacity: 0; top: -12rem; } 100% { opacity: 1; top: 0; } }
|
||||
@-webkit-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 12rem; } }
|
||||
@-moz-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 12rem; } }
|
||||
@-o-keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 12rem; } }
|
||||
@keyframes animationHeight { 0% { height: 0; } 75% { height: 0; } 100% { height: 12rem; } }
|
||||
|
||||
@-webkit-keyframes animationClosing { 0% { height: 12rem; opacity: 1; } 30% { height: 12rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@-moz-keyframes animationClosing { 0% { height: 12rem; opacity: 1; } 30% { height: 12rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@-o-keyframes animationClosing { 0% { height: 12rem; opacity: 1; } 30% { height: 12rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
@keyframes animationClosing { 0% { height: 12rem; opacity: 1; } 30% { height: 12rem; opacity: 0.5;} 100% { height: 0; opacity: 0;} }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section data-bs-version="5.1" class="menu menu2 cid-usDHBbJnxp" once="menu" id="menu-5-usDHBbJnxp">
|
||||
|
||||
|
||||
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
|
||||
<div class="container">
|
||||
<div class="navbar-brand">
|
||||
<span class="navbar-logo">
|
||||
|
||||
</span>
|
||||
<span class="navbar-caption-wrap"><a class="navbar-caption text-black display-4" href="#">CarMeet</a></span>
|
||||
</div>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-bs-toggle="collapse" data-target="#navbarSupportedContent" data-bs-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" data-app-modern-menu="true">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link link text-black display-4" href="#">Gallery</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link link text-black display-4" href="#" aria-expanded="false">Events</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link link text-black display-4" href="#">JoinUs</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="navbar-buttons mbr-section-btn">
|
||||
<a class="btn btn-primary display-4" href="#">Get Involved</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="header18 cid-usDHBbLoPE mbr-fullscreen" data-bg-video="https://www.youtube.com/embed/spJqqu2H8n4?autoplay=1&loop=1&playlist=spJqqu2H8n4&t=20&mute=1&playsinline=1&controls=0&showinfo=0&autohide=1&allowfullscreen=true&mode=transparent" id="hero-15-usDHBbLoPE">
|
||||
|
||||
|
||||
<div class="mbr-overlay" style="opacity: 0.5; background-color: rgb(0, 0, 0);"></div>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="content-wrap col-12 col-md-12">
|
||||
<h1 class="mbr-section-title mbr-fonts-style mbr-white mb-4 display-1">
|
||||
<strong>Rev It Up</strong>
|
||||
</h1>
|
||||
|
||||
<p class="mbr-fonts-style mbr-text mbr-white mb-4 display-7">Join the wildest car enthusiasts in town and relive the excitement!</p>
|
||||
<div class="mbr-section-btn">
|
||||
<a class="btn btn-white-outline display-7" href="#">See Highlights</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="people05 cid-usDHBbLwKa" id="testimonials-6-usDHBbLwKa">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row mb-5 justify-content-center">
|
||||
<div class="col-12 mb-0 content-head">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Buzz</strong>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4 active">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
<p class="card-text mbr-fonts-style display-7">Best carmeet ever! The energy was off the charts!</p>
|
||||
<div class="img-wrapper mt-4 mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1489980791458-937dcbaf1d5b.jpeg" alt="" data-slide-to="0" data-bs-slide-to="0">
|
||||
</div>
|
||||
<h5 class="card-title mbr-fonts-style display-7">
|
||||
<strong>Mike 'The Rev' Johnson</strong>
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
<p class="card-text mbr-fonts-style display-7">I’ve never seen so many stunning rides in one place!</p>
|
||||
<div class="img-wrapper mt-4 mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1643029950351-6ae7f69186fc.jpeg" data-slide-to="1" data-bs-slide-to="1" alt="">
|
||||
</div>
|
||||
<h5 class="card-title mbr-fonts-style display-7">
|
||||
<strong>Samantha 'Speedster' Lee</strong>
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
<p class="card-text mbr-fonts-style display-7">A car lover's paradise! Can't wait for the next one!</p>
|
||||
<div class="img-wrapper mt-4 mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1522091066250-665186289043.jpeg" data-slide-to="2" data-bs-slide-to="2" alt="">
|
||||
</div>
|
||||
<h5 class="card-title mbr-fonts-style display-7">
|
||||
<strong>Tommy 'Turbo' Smith</strong>
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="article2 cid-usDHBbLhc6" id="about-us-2-usDHBbLhc6">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-md-12 col-lg-6 image-wrapper">
|
||||
<img class="w-100" src="https://r.mobirisesite.com/849385/assets/images/photo-1428434828181-9d110c490087.jpeg" alt="Mobirise Website Builder">
|
||||
</div>
|
||||
<div class="col-12 col-md-12 col-lg">
|
||||
<div class="text-wrapper align-left">
|
||||
<h1 class="mbr-section-title mbr-fonts-style mb-4 display-2">
|
||||
<strong>Our Wild Ride</strong>
|
||||
</h1>
|
||||
<p class="mbr-text align-left mbr-fonts-style mb-3 display-7">Welcome to the ultimate carmeet experience! We’re not just a bunch of gearheads; we’re a family of speed demons, car lovers, and adrenaline junkies. Our meets are where horsepower meets heart, and every rev of the engine is a beat of our collective passion.</p>
|
||||
|
||||
<p class="mbr-text align-left mbr-fonts-style mb-3 display-7">From classic beauties to modern marvels, our gallery showcases the finest rides that graced our recent meet. Each car tells a story, and we’re here to share those tales with you. Buckle up, because this is where the rubber meets the road and the fun never stops!</p>
|
||||
|
||||
<p class="mbr-text align-left mbr-fonts-style mb-3 display-7">Join us for our next event, where the asphalt is hot, the engines are roaring, and the camaraderie is unbeatable. Whether you’re a car enthusiast or just love the thrill of the chase, there’s a spot for you in our crew!</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="gallery10 cid-usDHBbMQak" id="features-69-usDHBbMQak">
|
||||
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="loop-container">
|
||||
<div class="item display-1" data-linewords="Stunning Car Photography * Epic Community Events * " data-direction="-1" data-speed="0.05">☁️ Best offers ☁️ Free delivery ☁️ Perfect design ☁️ Comfort ☁️ Support 24/7 ☁️ Vibes</div>
|
||||
|
||||
<div class="item display-1" data-linewords="Stunning Car Photography * Epic Community Events * " data-direction="-1" data-speed="0.05">☁️ Best offers ☁️ Free delivery ☁️ Perfect design ☁️ Comfort ☁️ Support 24/7 ☁️ Vibes</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="clients04 cid-usDHBbMsU4" id="partners-1-usDHBbMsU4">
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row justify-content-center mb-5">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head">
|
||||
<h4 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Our Amazing Sponsors</strong>
|
||||
</h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2 active">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1529612700005-e35377bf1415.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="1" data-bs-slide-to="1">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1502828331539-51c709e80300.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="2" data-bs-slide-to="2">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1651853082689-706323a31427.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="3" data-bs-slide-to="3">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1651044450619-5ce74d316987.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="4" data-bs-slide-to="4">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1596622723231-b20320c7346b.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="5" data-bs-slide-to="5">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-sm-6 col-lg-2">
|
||||
<div class="item-wrapper">
|
||||
<div class="">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1617727553252-65863c156eb0.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="6" data-bs-slide-to="6">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="list1 cid-usDHBbMTcA" id="faq-1-usDHBbMTcA">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 col-md-12 col-lg-10 m-auto">
|
||||
<div class="content">
|
||||
<div class="row justify-content-center mb-5">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head">
|
||||
<h4 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Frequently Asked Questions</strong>
|
||||
</h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bootstrap-accordion_6" class="panel-group accordionStyles accordion" role="tablist" aria-multiselectable="true">
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<a role="button" class="panel-title collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-core="" href="#collapse1_6" aria-expanded="false" aria-controls="collapse1">
|
||||
<h6 class="panel-title-edit mbr-semibold mbr-fonts-style mb-0 display-5">What is a carmeet?</h6>
|
||||
<span class="sign mbr-iconfont mobi-mbri-arrow-down"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="collapse1_6" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne" data-parent="#accordion" data-bs-parent="#bootstrap-accordion_6">
|
||||
<div class="panel-body">
|
||||
<p class="mbr-fonts-style panel-text display-7">A carmeet is a gathering of car enthusiasts, showcasing their rides and sharing their passion!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<a role="button" class="panel-title collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-core="" href="#collapse2_6" aria-expanded="false" aria-controls="collapse2">
|
||||
<h6 class="panel-title-edit mbr-semibold mbr-fonts-style mb-0 display-5">Where did this carmeet happen?</h6>
|
||||
<span class="sign mbr-iconfont mobi-mbri-arrow-down"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="collapse2_6" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne" data-parent="#accordion" data-bs-parent="#bootstrap-accordion_6">
|
||||
<div class="panel-body">
|
||||
<p class="mbr-fonts-style panel-text display-7">It took place at the iconic Speedster Park, where engines roared and tires squealed!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<a role="button" class="panel-title collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-core="" href="#collapse3_6" aria-expanded="false" aria-controls="collapse3">
|
||||
<h6 class="panel-title-edit mbr-semibold mbr-fonts-style mb-0 display-5">How can I join the next one?</h6>
|
||||
<span class="sign mbr-iconfont mobi-mbri-arrow-down"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="collapse3_6" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne" data-parent="#accordion" data-bs-parent="#bootstrap-accordion_6">
|
||||
<div class="panel-body">
|
||||
<p class="mbr-fonts-style panel-text display-7">Follow us on social media for updates and be part of the action!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<a role="button" class="panel-title collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-core="" href="#collapse4_6" aria-expanded="false" aria-controls="collapse4">
|
||||
<h6 class="panel-title-edit mbr-semibold mbr-fonts-style mb-0 display-5">Is there an entry fee?</h6>
|
||||
<span class="sign mbr-iconfont mobi-mbri-arrow-down"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="collapse4_6" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne" data-parent="#accordion" data-bs-parent="#bootstrap-accordion_6">
|
||||
<div class="panel-body">
|
||||
<p class="mbr-fonts-style panel-text display-7">Nope! Just bring your love for cars and a smile!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-header" role="tab" id="headingOne">
|
||||
<a role="button" class="panel-title collapsed" data-toggle="collapse" data-bs-toggle="collapse" data-core="" href="#collapse5_6" aria-expanded="false" aria-controls="collapse5">
|
||||
<h6 class="panel-title-edit mbr-semibold mbr-fonts-style mb-0 display-5">Can I bring my kids?</h6>
|
||||
<span class="sign mbr-iconfont mobi-mbri-arrow-down"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="collapse5_6" class="panel-collapse noScroll collapse" role="tabpanel" aria-labelledby="headingOne" data-parent="#accordion" data-bs-parent="#bootstrap-accordion_6">
|
||||
<div class="panel-body">
|
||||
<p class="mbr-fonts-style panel-text display-7">Absolutely! Kids love cars, and we have fun activities for them!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="image02 cid-usDHBbNnNQ mbr-fullscreen mbr-parallax-background" id="image-13-usDHBbNnNQ">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row"></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="features10 cid-usDHBbNsax" id="metrics-2-usDHBbNsax">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
|
||||
<p class="card-title mbr-fonts-style mb-3 display-1">
|
||||
<strong>150+</strong>
|
||||
</p>
|
||||
<p class="card-text mbr-fonts-style mb-3 display-7">Cars Showcased</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
|
||||
<p class="card-title mbr-fonts-style mb-3 display-1">
|
||||
<strong>500+</strong>
|
||||
</p>
|
||||
<p class="card-text mbr-fonts-style mb-3 display-7">Happy Participants</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6 col-lg-4">
|
||||
<div class="item-wrapper">
|
||||
<div class="card-box align-left">
|
||||
|
||||
<p class="card-title mbr-fonts-style mb-3 display-1">
|
||||
<strong>10+</strong>
|
||||
</p>
|
||||
<p class="card-text mbr-fonts-style mb-3 display-7">Sponsors Onboard</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="features03 cid-usDHBbNZTG" id="news-1-usDHBbNZTG">
|
||||
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row justify-content-center mb-5">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head">
|
||||
<h4 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Car Meet Highlights</strong>
|
||||
</h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="item features-image col-12 col-md-6 col-lg-3 active">
|
||||
<div class="item-wrapper">
|
||||
<div class="item-img mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1470723710355-95304d8aece4.jpeg" alt="Mobirise Website Builder" title="">
|
||||
</div>
|
||||
<div class="item-content align-left">
|
||||
<h5 class="item-title mbr-fonts-style mt-0 mb-2 display-5">
|
||||
<strong>Epic Night of Rides</strong>
|
||||
</h5>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">2024-10-28</p>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">Last night was a blast! Cars, friends, and unforgettable moments filled the air. Check out the highlights!</p>
|
||||
<div class="mbr-section-btn item-footer">
|
||||
<a href="" class="btn item-btn btn-primary display-7">View</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-lg-3">
|
||||
<div class="item-wrapper">
|
||||
<div class="item-img mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1665823451818-0672b68ab6bc.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="1" data-bs-slide-to="1">
|
||||
</div>
|
||||
<div class="item-content align-left">
|
||||
<h5 class="item-title mbr-fonts-style mb-2 mt-0 display-5">
|
||||
<strong>Best Rides of the Night</strong>
|
||||
</h5>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">2024-10-28</p>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">From classics to modern beasts, the lineup was jaw-dropping. Don’t miss these stunning machines!</p>
|
||||
<div class="mbr-section-btn item-footer">
|
||||
<a href="" class="btn item-btn btn-primary display-7">View</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-lg-3">
|
||||
<div class="item-wrapper">
|
||||
<div class="item-img mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1533402199111-b58fbae42f5a.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="2" data-bs-slide-to="2">
|
||||
</div>
|
||||
<div class="item-content align-left">
|
||||
<h5 class="item-title mbr-fonts-style mb-2 mt-0 display-5">
|
||||
<strong>Meet the Car Enthusiasts</strong>
|
||||
</h5>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">2024-10-28</p>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">Passionate owners shared stories and laughs. It’s not just about the cars; it’s about the community!</p>
|
||||
<div class="mbr-section-btn item-footer">
|
||||
<a href="" class="btn item-btn btn-primary display-7">View</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-image col-12 col-md-6 col-lg-3">
|
||||
<div class="item-wrapper">
|
||||
<div class="item-img mb-3">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1488134684157-fea2d81a5ec4.jpeg" alt="Mobirise Website Builder" title="" data-slide-to="2" data-bs-slide-to="2">
|
||||
</div>
|
||||
<div class="item-content align-left">
|
||||
<h5 class="item-title mbr-fonts-style mb-2 mt-0 display-5">
|
||||
<strong>Join Us Next Time!</strong>
|
||||
</h5>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">2024-10-28</p>
|
||||
<p class="mbr-text mbr-fonts-style mb-3 display-7">Don’t be left out! Our next meet promises even more excitement. Mark your calendars!</p>
|
||||
<div class="mbr-section-btn item-footer">
|
||||
<a href="" class="btn item-btn btn-primary display-7">View</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="form1 cid-usDHBbNMs4" id="call-to-action-12-usDHBbNMs4">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row content-wrapper justify-content-center">
|
||||
<div class="col-lg-7 mbr-form">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12">
|
||||
<h5 class="mbr-section-title mbr-fonts-style mb-5 display-2">
|
||||
<strong>Subscribe for More Car Madness!</strong>
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
<div class="text-wrapper align-left" data-form-type="formoid">
|
||||
<form action="https://mobirise.eu/" method="POST" class="mbr-form form-with-styler" data-form-title="Form Name"><input type="hidden" name="email" data-form-email="true" value="rO7FMmEkMNqitPt6pzT8cdXsF2S4HPEMCftRisZilxUy1FPXmn6E7WpLXLM5Iyg7XfKBnJ8PozVT4AAWtMDj0tTVBpHTra3wdUMKOWBqVULNHT4aqXbPT5GJJONQICJ5">
|
||||
<div class="row">
|
||||
<div hidden="hidden" data-form-alert="" class="alert alert-success col-12">Thanks for filling out the form!</div>
|
||||
<div hidden="hidden" data-form-alert-danger="" class="alert alert-danger col-12">
|
||||
Oops...! some problem!
|
||||
</div>
|
||||
</div>
|
||||
<div class="dragArea row">
|
||||
<div data-for="email" class="col-lg-6 col-md-6 col-sm-12 form-group">
|
||||
<input type="email" name="email" placeholder="test@email.com" data-form-field="email" class="form-control display-7" value="" id="email-call-to-action-12-usDHBbNMs4">
|
||||
</div>
|
||||
<div class="col-auto mbr-section-btn">
|
||||
<button type="submit" class="w-100 btn btn-primary display-7">Subscribe</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="gallery07 cid-usDHBbOyN0" id="gallery-16-usDHBbOyN0">
|
||||
|
||||
|
||||
<div class="container-fluid gallery-wrapper">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head mb-5">
|
||||
<h4 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Gallery of Awesomeness</strong>
|
||||
</h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid-container">
|
||||
<div class="grid-container-3 moving-left" style="transform: translate3d(-200px, 0px, 0px);">
|
||||
<div class="grid-item">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1579762593217-46655e4e7efc.jpeg" alt="Mobirise Website Builder">
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1485445636332-cbe2d86716dd.jpeg" alt="Mobirise Website Builder">
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1591278169757-deac26e49555.jpeg" alt="Mobirise Website Builder">
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<img src="https://r.mobirisesite.com/849385/assets/images/photo-1465447142348-e9952c393450.jpeg" alt="Mobirise Website Builder">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="header18 cid-usDHBbO0wN mbr-fullscreen" data-bg-video="https://www.youtube.com/embed/a2GpdsT7v7w?autoplay=1&loop=1&playlist=a2GpdsT7v7w&t=20&mute=1&playsinline=1&controls=0&showinfo=0&autohide=1&allowfullscreen=true&mode=transparent" id="video-5-usDHBbO0wN">
|
||||
|
||||
|
||||
<div class="mbr-overlay" style="opacity: 0.3; background-color: rgb(0, 0, 0);"></div>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="social4 cid-usDHBbO6Y1" id="follow-us-1-usDHBbO6Y1">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="media-container-row">
|
||||
<div class="col-12">
|
||||
<h3 class="mbr-section-title align-center mb-5 mbr-fonts-style display-2">
|
||||
<strong>Join Our Car Culture!</strong>
|
||||
</h3>
|
||||
<div class="social-list align-center">
|
||||
<a class="iconfont-wrapper bg-facebook m-2 " target="_blank" href="#">
|
||||
<span class="socicon-facebook socicon"></span>
|
||||
</a>
|
||||
<a class="iconfont-wrapper bg-twitter m-2" href="#" target="_blank">
|
||||
<span class="socicon-twitter socicon"></span>
|
||||
</a>
|
||||
<a class="iconfont-wrapper bg-instagram m-2" href="#" target="_blank">
|
||||
<span class="socicon-instagram socicon"></span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="iconfont-wrapper bg-tiktok m-2" href="#" target="_blank">
|
||||
<span class="socicon-tiktok socicon"></span>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="form5 cid-usDHBbOy81" id="contact-form-3-usDHBbOy81">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head mb-5">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Get In Touch!</strong>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8 mx-auto mbr-form" data-form-type="formoid">
|
||||
<form action="https://mobirise.eu/" method="POST" class="mbr-form form-with-styler" data-form-title="Form Name"><input type="hidden" name="email" data-form-email="true" value="DxwsoVqZWVUA3z8iDqs1mU8Ped76MqRBdZPVRDrGK9i60+giLiIXPtmi/Z1uaAirCIeQ2gnA2UrtDTHyilyA0uPClZRGN6SQq68AE9yh1yh1hI/n1i0zMafGdTNRa0mj">
|
||||
<div class="row">
|
||||
<div hidden="hidden" data-form-alert="" class="alert alert-success col-12">Thanks for filling out the form!</div>
|
||||
<div hidden="hidden" data-form-alert-danger="" class="alert alert-danger col-12">
|
||||
Oops...! some problem!
|
||||
</div>
|
||||
</div>
|
||||
<div class="dragArea row">
|
||||
<div class="col-md col-sm-12 form-group mb-3" data-for="name">
|
||||
<input type="text" name="name" placeholder="Name" data-form-field="name" class="form-control" value="" id="name-contact-form-3-usDHBbOy81">
|
||||
</div>
|
||||
<div class="col-md col-sm-12 form-group mb-3" data-for="email">
|
||||
<input type="email" name="email" placeholder="Email" data-form-field="email" class="form-control" value="" id="email-contact-form-3-usDHBbOy81">
|
||||
</div>
|
||||
<div class="col-12 form-group mb-3 mb-3" data-for="url">
|
||||
<input type="url" name="url" placeholder="Phone" data-form-field="url" class="form-control" value="" id="url-contact-form-3-usDHBbOy81">
|
||||
</div>
|
||||
<div class="col-12 form-group mb-3" data-for="textarea">
|
||||
<textarea name="textarea" placeholder="Message" data-form-field="textarea" class="form-control" id="textarea-contact-form-3-usDHBbOy81"></textarea>
|
||||
</div>
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 align-center mbr-section-btn">
|
||||
<button type="submit" class="btn btn-primary display-7">Send It!</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="contacts01 cid-usDHBbOaGu" id="contacts-1-usDHBbOaGu">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head mb-5">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Contact Us</strong>
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="item features-without-image col-12 col-md-6 active">
|
||||
<div class="item-wrapper">
|
||||
<div class="text-wrapper">
|
||||
<h6 class="card-title mbr-fonts-style mb-3 display-5">
|
||||
<strong>Phone</strong>
|
||||
</h6>
|
||||
<p class="mbr-text mbr-fonts-style display-7">
|
||||
<a href="tel:(555) 123-4567" class="text-black">(555) 123-4567</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6">
|
||||
<div class="item-wrapper">
|
||||
<div class="text-wrapper">
|
||||
<h6 class="card-title mbr-fonts-style mb-3 display-5">
|
||||
<strong>Email</strong>
|
||||
</h6>
|
||||
<p class="mbr-text mbr-fonts-style display-7">
|
||||
<a href="mailto:info@carmeet.com" class="text-black">info@carmeet.com</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6">
|
||||
<div class="item-wrapper">
|
||||
<div class="text-wrapper">
|
||||
<h6 class="card-title mbr-fonts-style mb-3 display-5">
|
||||
<strong>Address</strong>
|
||||
</h6>
|
||||
<p class="mbr-text mbr-fonts-style display-7">Berlicum Netherlands</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item features-without-image col-12 col-md-6">
|
||||
<div class="item-wrapper">
|
||||
<div class="text-wrapper">
|
||||
<h6 class="card-title mbr-fonts-style mb-3 display-5">
|
||||
<strong>Working Hours</strong>
|
||||
</h6>
|
||||
<p class="mbr-text mbr-fonts-style display-7">Mon-Fri: 9am - 5pm</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section data-bs-version="5.1" class="footer3 cid-usDHBbOYRj" once="footers" id="footer-3-usDHBbOYRj">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="row-links">
|
||||
<ul class="header-menu">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="header-menu-item mbr-fonts-style display-5">
|
||||
<a href="#" class="text-white">Home</a>
|
||||
</li><li class="header-menu-item mbr-fonts-style display-5">
|
||||
<a href="#" class="text-white">Gallery</a>
|
||||
</li><li class="header-menu-item mbr-fonts-style display-5">
|
||||
<a href="#" class="text-white">Events</a>
|
||||
</li><li class="header-menu-item mbr-fonts-style display-5">
|
||||
<a href="#" class="text-white">Contact</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
|
||||
<div class="col-12 mt-4">
|
||||
<div class="social-row">
|
||||
<div class="soc-item">
|
||||
<a href="#/" target="_blank">
|
||||
<span class="mbr-iconfont socicon socicon-facebook display-7"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="soc-item">
|
||||
<a href="#/" target="_blank">
|
||||
<span class="mbr-iconfont socicon-twitter socicon"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="soc-item">
|
||||
<a href="#/" target="_blank">
|
||||
<span class="mbr-iconfont socicon-instagram socicon"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="soc-item">
|
||||
<a href="#/" target="_blank">
|
||||
<span class="mbr-iconfont socicon socicon-linkedin"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="soc-item">
|
||||
<a href="#/" target="_blank">
|
||||
<span class="mbr-iconfont socicon socicon-twitch"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 mt-5">
|
||||
<p class="mbr-fonts-style copyright display-7">© 2024 Car Meet Inc. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<script src="https://r.mobirisesite.com/849385/assets/web/assets/jquery/jquery.min.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/bootstrap/js/bootstrap.bundle.min.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/parallax/jarallax.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/smoothscroll/smooth-scroll.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/ytplayer/index.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/dropdown/js/navbar-dropdown.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/vimeoplayer/player.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/mbr-switch-arrow/mbr-switch-arrow.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/scrollgallery/scroll-gallery.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/theme/js/script.js?rnd=1730245704585"></script>
|
||||
<script src="https://r.mobirisesite.com/849385/assets/formoid/formoid.min.js?rnd=1730245704585"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user