Compare commits
No commits in common. "master" and "2024-dev" have entirely different histories.
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
.DS_Store
|
|
@ -1,40 +0,0 @@
|
|||
/**
|
||||
* Countdown
|
||||
*/
|
||||
function init() {
|
||||
const second = 1000,
|
||||
minute = second * 60,
|
||||
hour = minute * 60,
|
||||
day = hour * 24;
|
||||
|
||||
const date = document.querySelector('[data-date]').dataset.date;
|
||||
|
||||
|
||||
let countDown = new Date(date).getTime(),
|
||||
x = setInterval(function () {
|
||||
|
||||
let now = new Date().getTime(),
|
||||
distance = countDown - now;
|
||||
|
||||
if (document.querySelector('[data-days]') != null) {
|
||||
document.querySelector('[data-days]').innerText = Math.floor(distance / (day));
|
||||
}
|
||||
|
||||
if (document.querySelector('[data-hours]') != null) {
|
||||
document.querySelector('[data-hours]').innerText = Math.floor((distance % (day)) / (hour));
|
||||
}
|
||||
|
||||
if (document.querySelector('[data-minutes]') != null) {
|
||||
document.querySelector('[data-minutes]').innerText = Math.floor((distance % (hour)) / (minute));
|
||||
}
|
||||
|
||||
if (document.querySelector('[data-seconds]') != null) {
|
||||
document.querySelector('[data-seconds]').innerText = Math.floor((distance % (minute)) / second);
|
||||
}
|
||||
|
||||
// if (distance < 0) {
|
||||
// clearInterval(x);
|
||||
// }
|
||||
}, second)
|
||||
}
|
||||
|
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 488 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 66 KiB |
|
@ -1,121 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 406 73.45">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #aa1e2e;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #231f20;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
fill: #a2a9ad;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_1-2" data-name="Layer 1">
|
||||
<g>
|
||||
<path class="cls-4" d="M36.72,0C16.47,0,0,16.47,0,36.72s16.47,36.72,36.72,36.72,36.72-16.47,36.72-36.72S56.97,0,36.72,0h0Z"/>
|
||||
<path class="cls-1" d="M54.64,30.7c0-1.1-.07-2.19-.17-3.26-.27.26-1.13.94-2.83.94h-10.07c-4.21,0-4.95,1.47-4.95,1.47,0,0-.74-1.47-4.95-1.47h-10.07c-1.7,0-2.56-.68-2.83-.94-.1,1.08-.17,2.16-.17,3.26,0,2.74.32,5.41.92,7.97h34.19c.6-2.56.92-5.23.92-7.97h0Z"/>
|
||||
<path class="cls-1" d="M36.62,61.42c8.28-4.69,14.49-12.57,16.91-21.96H19.72c2.42,9.39,8.62,17.27,16.9,21.96h0Z"/>
|
||||
<path class="cls-1" d="M226.79,12.57l.33-.03v-3.34h-24.43v3.34l.33.03c6.1.56,6.77.85,6.77,7.73v32.21c0,6.89-.67,7.18-6.77,7.73l-.33.03v3.34h24.43v-3.34l-.33-.03c-6.12-.56-6.69-.81-6.69-7.73V20.3c0-6.93.57-7.18,6.69-7.73h0Z"/>
|
||||
<path class="cls-1" d="M179.27,38.02c-2.14,0-3.81-.41-4.68-.78v-20.74c0-1.52.21-2.35.72-2.8.39-.39,1.47-.8,3.38-.8,6.69,0,10.69,4.56,10.69,12.2,0,12.31-8.44,12.93-10.12,12.93h0ZM194.59,12.49c-3.2-2.24-7.81-3.29-14.5-3.29h-41.16v3.33c3.5.16,6.24,1.9,6.24,4.01,0,.2-.02.38-.07.56-.08.54-.21,1.18-.38,1.88-1.16,4.84-4.81,18.44-8.09,28.93l-13.85-38.14h-4.01l-12.18,37.91-9.12-31.11s-1.32-3.58,5.51-4.05v-3.32h-23.61v3.32s5.61-.18,7.24,4.68l14.48,47.33h4.25l12.55-37.83,13.68,37.83h4.25c7.14-24.15,12-38.81,13.7-43.53,1.08-3.19,1.86-5.08,2.99-6.26,1.24-1.28,3.06-2.08,5.1-2.08,3.71,0,6.72,2.34,6.72,5.3v34.56c0,6.88-.67,7.18-6.77,7.73l-.33.03v3.33h25.26v-3.33l-.34-.03c-6.95-.56-7.59-.82-7.59-7.73v-10.58c.6.11,1.21.21,1.83.28,1.24.18,2.6.18,3.58.18s2.34,0,3.6-.18c8.22-.95,17-6.02,17-17.36,0-5.3-2.03-9.45-6.02-12.36h0Z"/>
|
||||
<path class="cls-1" d="M36.59,62.59c-14.25,0-25.85-11.59-25.85-25.85s11.59-25.83,25.85-25.83,25.85,11.59,25.85,25.83-11.59,25.85-25.85,25.85h0ZM36.72,1.75C17.4,1.75,1.74,17.41,1.74,36.73s15.66,34.97,34.98,34.97,34.97-15.66,34.97-34.97S56.05,1.75,36.72,1.75h0Z"/>
|
||||
<path class="cls-3" d="M22.8,11.65c-.65.36-1.37-.02-1.85-.87-.46-.83-.43-1.67.25-2.03.67-.38,1.39.08,1.83.87.46.83.43,1.67-.23,2.03h0ZM24.02,9.02c-.65-1.19-1.93-1.78-3.24-1.05-1.28.7-1.55,2.13-.85,3.4.69,1.24,1.98,1.78,3.24,1.08,1.26-.7,1.63-2.03.85-3.43h0Z"/>
|
||||
<path class="cls-3" d="M45.5,6c.39.1.67.26.87.41l.44-.78c-.16-.16-.56-.38-1.11-.52-1.44-.36-2.83.23-3.25,1.85-.34,1.36.25,2.6,1.88,3.02.57.15,1.05.15,1.26.11l.07-.88c-.25.03-.6,0-.93-.08-.96-.25-1.37-1-1.13-1.95.28-1.05,1.08-1.39,1.91-1.18h0Z"/>
|
||||
<path class="cls-3" d="M63.04,17.05c-.92-1.18-2.39-1.54-3.69-.51-1.11.87-1.41,2.21-.36,3.55.38.46.75.75.95.85l.59-.67c-.21-.11-.49-.36-.7-.64-.6-.77-.47-1.6.29-2.21.85-.69,1.7-.47,2.24.21.25.33.38.62.43.85l.83-.36c-.03-.21-.21-.64-.57-1.08h0Z"/>
|
||||
<path class="cls-3" d="M17.12,13.35l-.92-1.13c.05-.07.16-.16.33-.31.44-.34.85-.33,1.13.02.33.38.23.85-.23,1.23-.13.1-.23.16-.31.2h0ZM17.97,13.81c.51-.42.83-.9.92-1.41.07-.41-.08-.82-.39-1.19-.29-.38-.72-.56-1.11-.56-.42,0-.88.21-1.42.64-.52.43-.87.77-1.1,1.03l3.04,3.78c.28-.25.56-.49.83-.72l-1.08-1.36c.1-.05.2-.13.31-.21h0Z"/>
|
||||
<path class="cls-3" d="M28.99,9.91l-.33-.9-1.84.65-1.35-3.81c-.35.13-.69.27-1.03.4l1.66,4.65c.94-.39,1.9-.72,2.89-1h0Z"/>
|
||||
<path class="cls-3" d="M30.43,9.53c.36-.08.72-.16,1.08-.23l-.42-1.97.95-3.12c-.39.06-.78.12-1.17.19l-.25,1.3c-.07.37-.13.67-.17,1h-.02c-.18-.29-.34-.52-.56-.84l-.78-1.09c-.39.09-.78.19-1.17.3l2.08,2.52.41,1.94h0Z"/>
|
||||
<path class="cls-3" d="M52.33,13.58l.85-1.18c.47-.65.87-1.22,1.23-1.77l.02.02c-.15.6-.26,1.31-.33,1.9l-.27,2.12c.31.24.62.49.92.75l2.92-4c-.26-.22-.53-.42-.79-.63l-.87,1.18c-.44.6-.81,1.15-1.14,1.71h-.01c.14-.59.27-1.25.34-1.84l.23-2.13c-.34-.24-.69-.46-1.03-.69l-2.91,4c.29.18.58.36.86.55h0Z"/>
|
||||
<path class="cls-3" d="M56.63,17.16l3.44-3.54c-.26-.26-.53-.52-.8-.77l-3.44,3.53c.27.25.53.51.79.77h0Z"/>
|
||||
<path class="cls-3" d="M41.02,9.14s0,0,0,0l.08-.92s-1.14-.15-2-.23l.11-1.14c.47.04,1.2.11,1.8.2l.08-.9c-.63-.08-1.31-.16-1.79-.21l.09-.98s1.05.09,1.91.21l.08-.95c-1.01-.14-2.01-.25-3.01-.3l-.45,4.92c1.03.04,2.06.14,3.1.3h0Z"/>
|
||||
<path class="cls-3" d="M33.09,4.09l.05,1c.45-.05.97-.09,1.32-.12l.21,3.93c.37-.03.74-.05,1.1-.06l-.21-3.94s.6-.02,1.33-.02l-.05-1c-1.26,0-2.51.07-3.77.21h0Z"/>
|
||||
<path class="cls-3" d="M51.42,7.35l-.83,1.79c-.66-.33-1.25-.6-1.65-.78l.82-1.78c-.34-.15-.68-.28-1.03-.42l-2.09,4.48c.35.13.69.27,1.03.41l.88-1.85c.66.29,1.24.57,1.66.77l-.88,1.86c.33.17.66.34.98.52l2.09-4.49c-.32-.18-.66-.34-.98-.51h0Z"/>
|
||||
<path class="cls-2" d="M29,30.63c.94-.66,1.87-.34,2.63-.09,1.11.36,1.95-.23,1.95-.23l.91.77v6.19c-.54.24-1.04.4-2.12.07-.93-.29-1.77-.39-2.45-.34v.21c0,.12-.41.21-.92.21s-.92-.1-.92-.21v-.21c-.68-.05-1.52.05-2.45.34-1.07.33-1.57.17-2.12-.07v-6.19l.91-.77s.84.59,1.95.23c.76-.25,1.69-.57,2.63.09h0Z"/>
|
||||
<path class="cls-4" d="M31.25,31.16c.86.3,1.6.16,2.15-.07v5.21c-.5.2-.92.23-1.72-.05-.93-.32-1.93-.38-2.4-.2v-4.81c.28-.24.9-.45,1.98-.07h0Z"/>
|
||||
<path class="cls-4" d="M26.69,31.15c-.88.31-1.64.17-2.21-.07v5.22c.52.21.94.23,1.77-.05.96-.33,1.99-.39,2.47-.21v-4.81c-.29-.24-.93-.46-2.04-.07h0Z"/>
|
||||
<path class="cls-2" d="M44.24,30.63c.94-.66,1.87-.34,2.63-.09,1.11.36,1.95-.23,1.95-.23l.91.77v6.19c-.54.24-1.04.4-2.12.07-.93-.29-1.77-.39-2.45-.34v.21c0,.12-.41.21-.92.21s-.92-.1-.92-.21v-.21c-.68-.05-1.52.05-2.45.34-1.07.33-1.57.17-2.12-.07v-6.19l.91-.77s.84.59,1.95.23c.76-.25,1.69-.57,2.63.09h0Z"/>
|
||||
<path class="cls-4" d="M46.55,31.15c.88.31,1.65.17,2.21-.07v5.22c-.51.21-.94.23-1.77-.05-.96-.33-1.99-.39-2.47-.21v-4.81c.29-.24.93-.46,2.03-.07h0Z"/>
|
||||
<path class="cls-4" d="M41.99,31.16c-.86.3-1.6.16-2.15-.07v5.21c.5.2.92.23,1.72-.05.93-.32,1.93-.38,2.4-.2v-4.81c-.28-.24-.9-.45-1.98-.07h0Z"/>
|
||||
<path class="cls-3" d="M38.46,47.92c1.43-.6,1.53-2.04,1.53-2.04l.4-.26v-.25c-.4-.96-1.4-2.01-2.28-2.69-.59-.45-.6-.94-.54-1.23l.2-.09c.2-.09.31-.14.48-.05.17.1.22.03.22.03.14-.06.13-.35-.01-.64-.14-.29-.37-.49-.51-.43,0,0-.08,0-.12.18-.04.19-.16.23-.35.32l-.21.09s-.07-.04-.07-.04c-.46-.21-.55.07-.55.07-.46-.2-.54.14-.54.14-.49-.11-.52.21-.52.21-.68,0-.56.43-.5.57l-.78.34-.36-.75-1.36.59.91,1.93.59.25.57-.25.19-.59-.28-.59.62-.27c.07.19.25.41.64.44.62.04.79-.1,1.25.95.45,1.05,1.13,1.44,1.13,1.44-1.07-.11-1.36.75-1.36.75-1.71-.07-2.09,1.19-2.17,1.87h-2.37c.14.28.29.55.44.81h7.71c.15-.26.3-.53.44-.81h-2.47Z"/>
|
||||
<path class="cls-3" d="M67.95,33.17c-.7.05-1.13.62-1.37,1.45-.16.59-.33.83-.62.85-.33.03-.56-.23-.59-.74-.03-.47.1-.95.23-1.24l-.92-.18c-.15.29-.26.85-.23,1.41.08,1.34.82,1.93,1.65,1.88.69-.05,1.11-.47,1.37-1.36.21-.65.33-.93.64-.95.25-.02.49.2.52.69.03.47-.1.83-.18,1.03l.9.2c.13-.29.21-.7.18-1.28-.07-1.14-.75-1.81-1.59-1.77h0Z"/>
|
||||
<path class="cls-3" d="M61.02,50.23c-.62,1.12-.37,2.14.95,2.88l2.41,1.34c.2-.31.39-.62.59-.94l-2.51-1.4c-.76-.43-.96-.91-.68-1.41.27-.49.81-.56,1.55-.15l2.5,1.4c.17-.33.34-.65.5-.99l-2.39-1.34c-1.36-.76-2.32-.47-2.92.61h0Z"/>
|
||||
<path class="cls-3" d="M62.77,26.69l4.57-1.87c-.13-.35-.27-.69-.41-1.03l-4.57,1.87c.15.34.28.68.42,1.03h0Z"/>
|
||||
<path class="cls-3" d="M63.57,29.07l1.42-.35c.78-.19,1.45-.37,2.07-.56v.03c-.49.36-1.03.83-1.47,1.24l-1.57,1.46c.08.38.15.77.22,1.16l4.8-1.18c-.06-.34-.12-.67-.19-1.01l-1.43.35c-.72.18-1.36.36-1.97.58h0c.48-.37,1.01-.79,1.44-1.19l1.55-1.46c-.11-.41-.22-.81-.35-1.21l-4.81,1.18c.11.32.2.65.3.98h0Z"/>
|
||||
<path class="cls-3" d="M64.11,42.15c-.07.36-.15.72-.24,1.08l4.82,1.04c.08-.36.17-.72.24-1.08l-4.83-1.04h0Z"/>
|
||||
<path class="cls-3" d="M63.42,55.85l-.78-.63c-.26.36-.58.78-.8,1.06l-3.06-2.47c-.22.29-.46.58-.69.86l3.07,2.48s-.38.46-.88,1l.77.63c.84-.93,1.63-1.92,2.36-2.94h0Z"/>
|
||||
<path class="cls-3" d="M54.23,58.46s0,0,0,0l.62.68s.88-.75,1.52-1.33l.77.85c-.35.32-.89.81-1.36,1.2l.61.67c.49-.41,1-.86,1.36-1.19l.66.73s-.77.71-1.44,1.27l.65.7c.78-.65,1.54-1.32,2.25-2.03l-3.34-3.65c-.72.73-1.49,1.43-2.31,2.09h0Z"/>
|
||||
<path class="cls-3" d="M68.29,45.82l-.94-.33c-.13.43-.29.93-.39,1.27l-3.71-1.31c-.12.35-.24.7-.36,1.05l3.72,1.31s-.2.56-.49,1.24l.94.34c.49-1.16.9-2.35,1.24-3.56h0Z"/>
|
||||
<path class="cls-3" d="M69.54,37.87l-.99-.09c-.02.45-.05.98-.07,1.33l-3.92-.35c-.03.37-.05.74-.09,1.1l3.93.35s-.06.6-.17,1.32l.99.09c.18-1.24.29-2.5.33-3.76h0Z"/>
|
||||
<path class="cls-3" d="M9.46,42.17c-.13-.59-.34-1.01-.47-1.18l-.82.34c.13.2.28.54.36.87.21.96-.28,1.67-1.23,1.88-1.08.25-1.73-.31-1.93-1.16-.08-.39-.07-.72-.03-.95l-.9-.05c-.07.21-.08.67.05,1.23.33,1.45,1.49,2.42,3.12,2.06,1.37-.31,2.22-1.39,1.85-3.04h0Z"/>
|
||||
<path class="cls-3" d="M7.33,49.27c-.05-.07-.13-.2-.23-.46-.2-.47-.08-.83.33-1,.39-.16.77.03.98.54l.16.41-1.24.51h0ZM11.08,47.75l-1.77.72-.11-.31c-.16-.42-.1-.69.43-1.05.34-.25.6-.44.92-.7-.13-.36-.26-.74-.38-1.11-.43.38-.83.65-1.18.92-.38.28-.59.57-.59.95h-.03c-.29-.33-.87-.57-1.44-.34-.41.16-.67.44-.78.82-.11.42-.03.93.25,1.62.23.54.46,1.01.65,1.32l4.5-1.83c-.16-.33-.31-.65-.46-1h0Z"/>
|
||||
<path class="cls-3" d="M8.81,36.72h0s-.92.05-.92.05c0,0,.03,1.15.08,2.02l-1.14.07c-.03-.47-.07-1.2-.08-1.81l-.91.06c.01.64.04,1.31.07,1.81l-.98.06s-.07-1.05-.08-1.92l-.96.07c.01,1.02.06,2.03.17,3.02l4.93-.31c-.11-1.02-.17-2.05-.17-3.11h0Z"/>
|
||||
<path class="cls-3" d="M11.81,54.08c-.8.51-1.63.52-2.04-.11-.41-.64,0-1.41.75-1.88.8-.52,1.63-.54,2.04.1.39.62.07,1.37-.75,1.9h0ZM13.33,51.74c-.78-1.21-2.13-1.5-3.48-.62-1.14.74-1.65,2.03-.83,3.3.78,1.23,2.21,1.42,3.45.62,1.19-.75,1.65-2.08.87-3.3h0Z"/>
|
||||
<path class="cls-3" d="M7.71,32.19c-.69-.07-1.18.29-1.59,1.13-.29.6-.46.87-.77.83-.25-.03-.46-.28-.41-.75.05-.47.21-.82.33-1l-.85-.33c-.16.26-.31.65-.38,1.21-.11,1.14.46,1.91,1.29,1.99.7.07,1.21-.43,1.57-1.21.26-.56.46-.78.77-.75.31.03.51.33.46.83-.05.47-.25.92-.43,1.19l.88.31c.18-.26.38-.8.44-1.36.13-1.34-.51-2.03-1.32-2.11h0Z"/>
|
||||
<path class="cls-3" d="M10.98,20.17l-.25.36-1.13-.74c.03-.07.1-.21.25-.44.28-.43.64-.56,1.01-.31.36.25.41.67.11,1.13h0ZM12.69,20.45c.44.16.77.26,1.11.36.21-.33.44-.64.69-.95-.46-.13-.95-.29-1.42-.44-.44-.15-.82-.16-1.13.05l-.02-.02c.1-.44-.02-1.05-.52-1.37-.39-.25-.77-.31-1.13-.18-.43.13-.78.51-1.19,1.11-.31.51-.57.96-.72,1.29l4.09,2.65c.18-.31.36-.64.56-.95l-1.6-1.03.18-.28c.26-.38.51-.46,1.11-.25h0Z"/>
|
||||
<path class="cls-3" d="M17.43,56.89l-1.81,1.14c-.43.26-.82.54-1.28.86h-.01c.36-.45.63-.83.91-1.24l1.19-1.76c-.28-.29-.54-.59-.8-.89l-4.33,2.53c.24.29.48.56.72.85l1.7-1.12c.49-.34.98-.67,1.42-1h0c-.34.45-.65.87-.99,1.35l-1.23,1.77c.26.28.53.55.8.82l1.78-1.13c.52-.34,1.02-.68,1.46-.99h.01c-.3.42-.67.94-1.02,1.43l-1.17,1.69c.28.26.57.5.86.75l2.66-4.22c-.3-.27-.6-.54-.9-.82h0Z"/>
|
||||
<path class="cls-3" d="M11.87,24.05s0,0,0,0l-.84-.37s-.51,1.04-.86,1.83l-1.05-.47c.19-.43.49-1.1.76-1.64l-.83-.36c-.28.57-.57,1.19-.77,1.64l-.9-.4s.42-.96.81-1.74l-.88-.38c-.46.91-.88,1.83-1.24,2.76l4.52,2c.37-.96.79-1.9,1.27-2.84h0Z"/>
|
||||
<path class="cls-3" d="M4.52,30.26l.97.25c.09-.44.21-.95.29-1.3l3.81,1c.09-.36.18-.72.28-1.07l-3.81-1s.16-.58.39-1.28l-.96-.26c-.39,1.2-.7,2.41-.95,3.65h0Z"/>
|
||||
<polygon class="cls-3" points="30.28 64.08 28.93 64.36 28.93 65.21 29.89 65 29.91 65 29.07 68.66 30.12 68.89 31.17 64.28 30.28 64.08 30.28 64.08"/>
|
||||
<path class="cls-3" d="M34.14,66.56c-.36-.15-.64-.38-.6-.7.03-.29.25-.52.62-.49.39.03.54.34.51.64-.02.29-.26.51-.52.56h0ZM33.88,68.74c-.43-.03-.65-.38-.62-.72.03-.34.28-.59.64-.65.43.15.72.43.67.83-.02.34-.31.57-.69.54h0ZM34.94,66.97v-.02c.49-.2.74-.57.78-.98.05-.57-.36-1.26-1.45-1.36-.95-.08-1.72.39-1.78,1.19-.03.41.15.82.59,1.1v.02c-.54.18-.9.54-.95,1.1-.05.65.44,1.37,1.63,1.47,1.1.1,1.86-.41,1.95-1.28.05-.6-.33-1.03-.77-1.24h0Z"/>
|
||||
<path class="cls-3" d="M39,68.74c-.51.03-.78-.41-.83-.9-.02-.13,0-.23.03-.29.08-.25.31-.44.62-.46.46-.03.72.33.75.77.03.47-.2.85-.57.88h0ZM39.13,66.29c-.44.02-.77.18-.98.43h-.03c.1-.54.49-1.08,1.47-1.23.18-.02.31-.03.43-.03l-.05-.85c-.1,0-.25,0-.44.03-.74.08-1.34.34-1.78.8-.47.52-.75,1.29-.7,2.17.08,1.13.75,2.03,2.03,1.93,1.01-.07,1.68-.88,1.62-1.81-.07-.98-.77-1.5-1.55-1.44h0Z"/>
|
||||
<path class="cls-3" d="M44.28,65.85c-.38-.16-.85-.16-1.29-.07-.11.02-.2.05-.29.08l-.07-.74,1.8-.39-.2-.88-2.55.56.25,2.48c.16-.07.34-.11.6-.18.92-.2,1.36,0,1.47.49.1.49-.33.8-.77.9-.42.1-.87.07-1.1,0l-.02.87c.28.07.78.1,1.34-.03,1.24-.26,1.81-1.19,1.63-2.06-.13-.54-.42-.87-.82-1.03h0Z"/>
|
||||
<path class="cls-3" d="M23.38,63.6c0,.54-.43.97-.97.97s-.97-.43-.97-.97.43-.97.97-.97.97.43.97.97h0Z"/>
|
||||
<path class="cls-3" d="M49.81,63.6c0,.54.43.97.97.97s.97-.43.97-.97-.43-.97-.97-.97-.97.43-.97.97h0Z"/>
|
||||
<path class="cls-2" d="M24.7,20.75l-.88-2.06c-2.73.58-4.11,2.86-4.11,2.86,0,0,1.73.49,4.99-.8h0Z"/>
|
||||
<path class="cls-3" d="M23.82,18.69h-4.43l1.11,1.88c.68-.69,1.78-1.56,3.32-1.88h0Z"/>
|
||||
<path class="cls-3" d="M52.95,20.57l1.11-1.88h-4.43c1.54.33,2.64,1.19,3.32,1.88h0Z"/>
|
||||
<path class="cls-2" d="M30.8,21.17c0,.55,1.46,1.03,3.56,1.24v-3.49c0,1.15-3.56.88-3.56,2.25h0Z"/>
|
||||
<path class="cls-3" d="M29.74,49.63c.17-.49.14-1.05-.09-1.54-.39.16-.69.46-.87.84.19.45.39.88.59,1.28.15-.16.29-.35.37-.57h0Z"/>
|
||||
<path class="cls-3" d="M31.08,51.63c.11-.56-.02-1.15-.34-1.65-.43.26-.72.69-.84,1.2.27.46.54.89.79,1.26.18-.24.32-.5.38-.81h0Z"/>
|
||||
<path class="cls-3" d="M28.77,47.19c.23-.46.27-1.01.1-1.53-.4.1-.73.34-.96.68.11.47.26.93.41,1.38.18-.14.35-.31.46-.52h0Z"/>
|
||||
<path class="cls-3" d="M28.2,44.59c.29-.41.41-.95.31-1.48-.37.03-.7.19-.96.42.01.51.05,1.01.12,1.5.2-.11.39-.25.53-.44h0Z"/>
|
||||
<path class="cls-3" d="M31.52,54c-3.86-4.11-4.45-8.72-4.44-11.14l.07-.06s0,0,0,0c.3-.29.52-.67.59-1.11.1-.58-.04-1.2-.38-1.71-.46.29-.78.78-.87,1.35-.09.51.02,1.05.28,1.52-.07.4-.11.8-.12,1.19-.04-.13-.09-.26-.16-.38-.28-.5-.74-.87-1.26-1.03-.12.53-.04,1.11.25,1.61.23.4.76.84,1.2,1.06.03.42.08.84.15,1.25-.05-.07-.08-.13-.14-.2-.37-.44-.87-.71-1.41-.76-.02.56.17,1.12.54,1.56.35.42.83.68,1.33.75.13.44.28.87.45,1.29-.06-.06-.12-.13-.19-.18-.43-.36-.97-.53-1.49-.47.08.56.38,1.08.82,1.44.42.34.94.51,1.45.46.2.38.41.76.63,1.12-.08-.06-.16-.12-.24-.16-.51-.28-1.1-.33-1.62-.15.2.58.6,1.06,1.13,1.35.35.19.74.28,1.12.25.14,0,.28-.04.41-.07.6.84,1.24,1.62,1.88,2.34-.04-.42,0-.8.04-1.1h0Z"/>
|
||||
<path class="cls-3" d="M43.5,49.63c-.17-.49-.14-1.05.09-1.54.39.16.69.46.87.84-.19.45-.39.88-.59,1.28-.15-.16-.29-.35-.37-.57h0Z"/>
|
||||
<path class="cls-3" d="M42.16,51.63c-.1-.56.02-1.15.34-1.65.42.26.72.69.84,1.2-.27.46-.54.89-.79,1.26-.18-.24-.32-.5-.38-.81h0Z"/>
|
||||
<path class="cls-3" d="M44.47,47.19c-.23-.46-.27-1.01-.1-1.53.4.1.73.34.96.68-.11.47-.25.93-.41,1.38-.18-.14-.35-.31-.45-.52h0Z"/>
|
||||
<path class="cls-3" d="M45.04,44.59c-.29-.41-.41-.95-.31-1.48.37.03.7.19.96.42-.01.51-.05,1.01-.12,1.5-.2-.11-.39-.25-.53-.44h0Z"/>
|
||||
<path class="cls-3" d="M41.73,54c3.86-4.11,4.45-8.72,4.44-11.14l-.07-.06s0,0,0,0c-.3-.29-.52-.67-.59-1.11-.1-.58.04-1.2.38-1.71.46.29.78.78.87,1.35.09.51-.02,1.05-.28,1.52.06.4.11.8.12,1.19.04-.13.09-.26.16-.38.28-.5.74-.87,1.26-1.03.12.53.04,1.11-.25,1.61-.23.4-.76.84-1.2,1.06-.03.42-.08.84-.15,1.25.05-.07.08-.13.14-.2.37-.44.87-.71,1.41-.76.02.56-.17,1.12-.54,1.56-.35.42-.83.68-1.33.75-.13.44-.28.87-.45,1.29.06-.06.12-.13.19-.18.43-.36.97-.53,1.49-.47-.08.56-.38,1.08-.82,1.44-.42.34-.94.51-1.45.46-.2.38-.41.76-.63,1.12.08-.06.16-.12.24-.16.51-.28,1.1-.33,1.62-.15-.2.58-.6,1.06-1.13,1.35-.35.19-.74.28-1.12.25-.14,0-.28-.04-.41-.07-.6.84-1.24,1.62-1.88,2.34.04-.42,0-.8-.04-1.1h0Z"/>
|
||||
<path class="cls-2" d="M40.57,50.82c-.55-.59-1.28-.92-2.06-.92-.7,0-1.36.26-1.88.74-1.1-1.01-2.9-.94-3.93.18-.59.64-.88,1.52-.81,2.42,0,.05.01.08.01.08,0,.04.01.09.02.14.02.12.05.25.1.46.02.06.03.11.05.16.17.49.39.95.66,1.4.74,1.19,1.9,2.33,3.45,3.39l.44.3.44-.3c.63-.43,1.2-.88,1.73-1.36,1.08-1.09,1.88-1.97,2.39-3.44l.03-.08c.08-.27.13-.54.16-.8.06-.88-.24-1.74-.81-2.36h0Z"/>
|
||||
<path class="cls-4" d="M32.81,53.24c.01.09.04.2.07.31.02.06.03.11.05.17.16.45.35.85.57,1.21.54.87,1.49,1.94,3.14,3.06.62-.42,1.13-.83,1.57-1.23.93-.93,1.69-1.74,2.14-3.06,0-.02.01-.03.01-.05.08-.26.11-.47.12-.61.04-.62-.15-1.26-.59-1.73-.79-.86-2.08-.86-2.88,0-.16.18-.29.38-.38.6-.1-.22-.22-.42-.38-.6-.79-.86-2.08-.86-2.88,0-.45.48-.64,1.14-.59,1.77,0,.03,0,.05.01.08,0,.03,0,.05.01.08h0Z"/>
|
||||
<path class="cls-2" d="M48.75,20.75l.88-2.06c2.73.58,4.11,2.86,4.11,2.86,0,0-1.73.49-4.99-.8h0Z"/>
|
||||
<path class="cls-2" d="M42.65,21.17c0,.55-1.46,1.03-3.56,1.24v-3.49c0,1.15,3.56.88,3.56,2.25h0Z"/>
|
||||
<path class="cls-3" d="M46.64,24.71s1.73.88,3.84,1.07l3.26-4.23s-2.48.71-7.14-1.8c-4.81-2.59-7.51-1.96-7.51-.82s3.56.88,3.56,2.25c0,.74-2.65,1.35-5.92,1.36-3.28,0-5.93-.61-5.93-1.36,0-1.36,3.56-1.1,3.56-2.25s-2.7-1.78-7.51.82c-4.66,2.51-7.14,1.8-7.14,1.8l3.26,4.23c.91-.06,2.19-.33,3.88-1.09,1.54-.83,2.86-1.33,3.95-1.59v2.53c0,.75,2.69,1.36,6.01,1.36s5.84-.61,5.84-1.36v-2.49c1.06.27,2.48.76,3.95,1.55l.04.02h0Z"/>
|
||||
<polygon class="cls-2" points="24.2 24 24.2 22.07 23.73 22.18 23.73 24.47 24.84 24.24 24.84 23.87 24.2 24 24.2 24"/>
|
||||
<polygon class="cls-2" points="25.58 23.6 25.58 22.98 26.11 22.8 26.11 22.44 25.58 22.62 25.58 22.08 26.15 21.9 26.15 21.51 25.12 21.85 25.12 24.16 26.18 23.78 26.18 23.41 25.58 23.6 25.58 23.6"/>
|
||||
<polygon class="cls-2" points="27.39 20.94 27.39 21.85 26.93 22.07 26.93 21.15 26.49 21.36 26.49 23.65 26.93 23.44 26.93 22.49 27.39 22.26 27.39 23.23 27.83 23.02 27.83 20.73 27.39 20.94 27.39 20.94"/>
|
||||
<path class="cls-2" d="M28.75,21.35l-.08.03v-.69s.08-.03.11-.05c.2-.08.28.02.28.21,0,.21-.11.41-.31.49h0ZM29.43,21.71c-.03-.25-.11-.34-.28-.34v-.02c.25-.2.36-.47.36-.72,0-.2-.05-.33-.18-.39-.15-.08-.38-.02-.62.08-.18.08-.34.16-.49.26v2.26l.44-.2v-.92l.08-.02c.15-.07.21-.02.26.25.03.25.08.46.11.51l.46-.2c-.03-.07-.1-.33-.15-.56h0Z"/>
|
||||
<path class="cls-2" d="M44.77,20.25l-.51-.2-.31.62c-.03.08-.07.16-.11.25v-1.03l-.46-.18v2.3l.46.16v-.75l.1-.15.34,1.08.49.18-.52-1.5.52-.78h0Z"/>
|
||||
<path class="cls-2" d="M45.83,20.74v1.49c0,.34-.1.39-.23.34-.11-.07-.21-.21-.21-.54v-1.5l-.44-.2v1.42c0,.57.18.98.65,1.21.44.2.67-.02.67-.62v-1.41l-.44-.2h0Z"/>
|
||||
<path class="cls-2" d="M47.61,21.54v.51c0,.43.03.83.05,1.08-.07-.23-.18-.57-.25-.77l-.36-1.05-.42-.18v2.3l.41.16v-.52c0-.46-.02-.82-.03-1.06.05.23.16.57.25.8l.34,1.01.43.16v-2.29l-.41-.16h0Z"/>
|
||||
<path class="cls-2" d="M49.07,22.97c-.26-.23-.33-.31-.33-.46,0-.11.1-.21.29-.15.13.03.23.1.31.15l.07-.36c-.07-.05-.21-.13-.38-.18-.51-.13-.77.1-.77.47,0,.2.13.47.46.75.21.18.31.29.31.46s-.1.23-.33.18c-.13-.03-.29-.13-.39-.2l-.07.36c.08.07.26.16.46.21.47.13.8-.05.8-.47,0-.25-.11-.51-.44-.77h0Z"/>
|
||||
<polygon class="cls-2" points="49.62 22.15 49.62 22.56 50.06 22.62 50.06 24.5 50.55 24.58 50.55 22.7 51 22.77 51 22.36 49.62 22.15 49.62 22.15"/>
|
||||
<path class="cls-2" d="M34.89,23.57v1.49c0,.36-.11.44-.26.43-.15-.02-.26-.13-.26-.46v-1.49l-.54-.05v1.42c0,.57.21.92.8.96.52.03.8-.26.8-.85v-1.41l-.54-.05h0Z"/>
|
||||
<path class="cls-2" d="M37.07,23.64v.51c0,.42.05.82.07,1.06h-.02c-.08-.2-.21-.49-.29-.67l-.43-.9h-.51v2.29h.47v-.51c0-.47-.02-.82-.03-1.05h.02c.07.2.18.49.28.69l.42.87h.51v-2.29h-.49Z"/>
|
||||
<path class="cls-2" d="M38.67,25.52h-.08v-1.57s.07-.02.1-.02c.33-.03.47.25.47.7,0,.64-.23.87-.49.88h0ZM39.36,23.72c-.18-.11-.41-.16-.77-.15-.21.02-.41.05-.56.08v2.26c.11,0,.28,0,.46-.02.38-.02.65-.11.85-.28.25-.2.38-.54.38-1s-.11-.74-.36-.9h0Z"/>
|
||||
<polygon class="cls-3" points="264.25 73.45 263.43 73.45 263.43 0 264.25 0 264.25 73.45 264.25 73.45"/>
|
||||
<path class="cls-3" d="M317.44,21.21c-.37,1.26-1.05,3.14-1.44,3.95-.76.16-2.8.63-4.79.63-6.25,0-9.45-4.16-9.45-8.74,0-5.34,4.06-9.03,9.92-9.03,2.25,0,4.08.47,4.95.6.1,1.18.29,2.75.5,4.06l-.81.18c-.52-1.75-1.15-2.83-2.49-3.38-.68-.31-1.75-.5-2.75-.5-4.32,0-6.59,3.19-6.59,7.51,0,5.05,2.62,8.29,6.86,8.29,2.67,0,3.98-1.23,5.31-3.85l.78.26h0Z"/>
|
||||
<path class="cls-3" d="M324.76,14.48c-1.6,0-3.04,1.54-3.04,4.58,0,3.32,1.46,5.73,3.61,5.73,1.62,0,2.98-1.18,2.98-4.76,0-3.06-1.26-5.55-3.56-5.55h0ZM325.08,13.59c3.27,0,5.71,2.49,5.71,5.86,0,4.24-3.14,6.25-5.71,6.25-3.61,0-5.81-2.9-5.81-5.83,0-4.26,3.32-6.28,5.81-6.28h0Z"/>
|
||||
<path class="cls-3" d="M346.32,25.39v-.73c1.54-.16,1.73-.26,1.73-2.09v-4.37c0-1.86-.63-3.03-2.25-3.03-1,0-1.91.55-2.9,1.36.03.31.08.63.08,1.13v5.08c0,1.65.24,1.78,1.68,1.94v.73h-5.6v-.73c1.62-.16,1.86-.26,1.86-1.99v-4.5c0-1.94-.6-3.01-2.2-3.01-1.05,0-2.07.71-2.88,1.36v6.15c0,1.73.18,1.83,1.68,1.99v.73h-5.63v-.73c1.73-.16,1.88-.26,1.88-1.99v-5.42c0-1.67-.1-1.78-1.57-2.04v-.65c1.23-.18,2.46-.52,3.64-1.05v2.12c.55-.42,1.1-.86,1.94-1.36.65-.42,1.23-.68,2.07-.68,1.26,0,2.33.78,2.85,2.15.73-.58,1.41-1.02,2.07-1.47.58-.37,1.31-.68,2.07-.68,2.04,0,3.3,1.46,3.3,4.03v5.05c0,1.75.16,1.83,1.65,1.99v.73h-5.44Z"/>
|
||||
<path class="cls-3" d="M356.25,23.41c.6.6,1.62,1.02,2.49,1.02,2.28,0,3.74-1.91,3.74-4.84s-1.65-4.42-3.51-4.42c-.92,0-2.02.6-2.72,1.12v7.12h0ZM352.46,14.46c1.23-.18,2.59-.63,3.79-1.12v2.09c.08-.05,2.17-1.26,2.28-1.31.63-.34,1.18-.52,1.52-.52,2.88,0,4.63,2.41,4.63,5,0,3.98-3.14,6.49-6.57,7.12-.78-.03-1.49-.26-1.86-.47v3.53c0,1.94.21,2.09,2.22,2.28v.73h-6.2v-.73c1.7-.18,1.91-.31,1.91-2.07v-11.91c0-1.57-.05-1.67-1.73-1.91v-.71h0Z"/>
|
||||
<path class="cls-3" d="M378.75,24.79c-1.26.18-2.67.52-4,.92v-2.01c-1.41,1.18-2.56,2.01-4,2.01-1.75,0-3.27-1.07-3.27-3.92v-5.08c0-1.41-.21-1.57-.86-1.7l-.73-.13v-.68c1.12-.05,2.85-.31,3.74-.47-.08.84-.08,2.09-.08,3.82v3.56c0,2.3,1.2,2.96,2.38,2.96.97,0,1.94-.42,2.82-1.26v-6.1c0-1.41-.31-1.6-1.2-1.73l-.84-.1v-.68c1.67-.08,3.51-.37,4.11-.47v8.77c0,1.31.21,1.49,1.2,1.54l.73.03v.73h0Z"/>
|
||||
<path class="cls-3" d="M384.66,25.37c-.44.24-.86.34-1.12.34-1.68,0-2.56-1.02-2.56-3.11v-7.61h-1.8l-.1-.31.71-.76h1.2v-2.2c.5-.52,1.26-1.2,1.75-1.73l.39.05c-.05,1.1-.08,2.62-.08,3.87h2.98c.24.26.16.84-.16,1.07h-2.83v6.7c0,2.12.84,2.51,1.52,2.51.63,0,1.23-.24,1.6-.42l.24.68-1.73.92h0Z"/>
|
||||
<path class="cls-3" d="M391.61,14.59c-1.2,0-2.38,1.13-2.75,3.24,1.47,0,2.93,0,4.48-.08.47,0,.63-.13.63-.52.03-1.39-.89-2.64-2.36-2.64h0ZM396.12,23.17c-1.68,2.09-3.51,2.54-4.35,2.54-3.19,0-5.13-2.62-5.13-5.63,0-1.78.63-3.43,1.7-4.58,1.1-1.23,2.54-1.91,3.9-1.91,2.28,0,4,1.96,4,4.06-.03.52-.1.76-.52.86-.52.1-3.87.34-6.99.44-.08,3.51,2.07,4.94,3.92,4.94,1.07,0,2.07-.44,3.04-1.33l.42.6h0Z"/>
|
||||
<path class="cls-3" d="M403.3,25.39h-6.02v-.73c1.65-.16,1.81-.29,1.81-1.99v-5.44c0-1.73-.1-1.81-1.62-1.99v-.65c1.28-.21,2.46-.52,3.69-1.07v2.88c.92-1.36,2.02-2.8,3.32-2.8.97,0,1.52.6,1.52,1.26,0,.6-.42,1.18-.89,1.44-.26.16-.47.13-.68-.05-.39-.39-.71-.65-1.18-.65-.55,0-1.52.81-2.09,2.15v4.92c0,1.73.13,1.86,2.14,2.01v.73h0Z"/>
|
||||
<path class="cls-3" d="M310.82,43.75c-.44-1.73-1.18-3.43-3.64-3.43-2.04,0-2.75,1.49-2.75,2.85,0,1.81,1.15,2.72,3.32,3.85,3.14,1.62,4.5,2.83,4.5,5.31,0,2.75-2.38,4.84-5.76,4.84-1.57,0-2.93-.45-4-.86-.21-.73-.52-2.51-.71-3.92l.81-.21c.52,1.75,1.68,4.03,4.4,4.03,1.88,0,3.04-1.31,3.04-3.01,0-2.01-1.07-2.83-3.38-4.08-2.75-1.49-4.29-2.75-4.29-5.18s1.94-4.53,5.39-4.53c1.46,0,2.9.39,3.45.5.1.94.21,1.99.42,3.69l-.81.16h0Z"/>
|
||||
<path class="cls-3" d="M323.9,54.43c-1.15,1.52-2.9,2.67-4.48,2.67-3.32,0-5.28-2.69-5.28-5.49,0-2.07.89-3.79,2.64-5.13,1.39-1.07,2.96-1.49,3.98-1.49,1.18,0,2.04.37,2.43.71.37.29.42.47.42.76,0,.63-.65,1.18-.94,1.18-.13,0-.24-.05-.5-.26-.81-.73-1.7-1.1-2.64-1.1-1.73,0-3.24,1.47-3.24,4.19-.03,3.64,2.46,4.84,3.98,4.84,1.1,0,1.99-.29,3.19-1.44l.44.58h0Z"/>
|
||||
<path class="cls-3" d="M327.5,42.36c-.73,0-1.39-.65-1.39-1.39,0-.84.65-1.44,1.41-1.44s1.34.6,1.34,1.44c0,.73-.6,1.39-1.36,1.39h0ZM324.78,56.78v-.73c1.65-.16,1.83-.29,1.83-2.07v-5.39c0-1.62-.08-1.73-1.65-1.99v-.63c1.36-.24,2.59-.58,3.72-1.05v9.05c0,1.78.18,1.91,1.88,2.07v.73h-5.78Z"/>
|
||||
<path class="cls-3" d="M336.37,45.97c-1.2,0-2.38,1.13-2.75,3.24,1.47,0,2.93,0,4.48-.08.47,0,.63-.13.63-.52.03-1.39-.89-2.64-2.36-2.64h0ZM340.87,54.56c-1.68,2.09-3.51,2.54-4.35,2.54-3.19,0-5.13-2.62-5.13-5.63,0-1.78.63-3.43,1.7-4.58,1.1-1.23,2.54-1.91,3.9-1.91,2.28,0,4,1.96,4,4.06-.03.52-.1.76-.52.86-.52.1-3.87.34-6.99.44-.08,3.51,2.07,4.94,3.92,4.94,1.07,0,2.07-.44,3.04-1.33l.42.6h0Z"/>
|
||||
<path class="cls-3" d="M349.56,56.78v-.73c1.52-.16,1.67-.34,1.67-2.12v-4.32c0-1.83-.65-3.06-2.38-3.06-1.07,0-2.09.63-2.9,1.36v6.12c0,1.81.16,1.86,1.7,2.01v.73h-5.65v-.73c1.73-.18,1.88-.29,1.88-2.01v-5.39c0-1.7-.18-1.78-1.6-2.01v-.68c1.28-.21,2.56-.55,3.66-1.05v2.07c.52-.37,1.1-.76,1.78-1.2.73-.47,1.41-.78,2.17-.78,2.09,0,3.4,1.54,3.4,4.08v4.97c0,1.78.16,1.86,1.68,2.01v.73h-5.42Z"/>
|
||||
<path class="cls-3" d="M365.77,54.43c-1.15,1.52-2.9,2.67-4.47,2.67-3.32,0-5.29-2.69-5.29-5.49,0-2.07.89-3.79,2.64-5.13,1.39-1.07,2.96-1.49,3.98-1.49,1.18,0,2.04.37,2.43.71.37.29.42.47.42.76,0,.63-.65,1.18-.94,1.18-.13,0-.24-.05-.5-.26-.81-.73-1.7-1.1-2.64-1.1-1.73,0-3.24,1.47-3.24,4.19-.03,3.64,2.46,4.84,3.98,4.84,1.1,0,1.99-.29,3.19-1.44l.44.58h0Z"/>
|
||||
<path class="cls-3" d="M371.66,45.97c-1.2,0-2.38,1.13-2.75,3.24,1.46,0,2.93,0,4.47-.08.47,0,.63-.13.63-.52.03-1.39-.89-2.64-2.35-2.64h0ZM376.16,54.56c-1.68,2.09-3.51,2.54-4.34,2.54-3.19,0-5.13-2.62-5.13-5.63,0-1.78.63-3.43,1.7-4.58,1.1-1.23,2.54-1.91,3.9-1.91,2.28,0,4,1.96,4,4.06-.03.52-.1.76-.52.86-.52.1-3.87.34-6.99.44-.08,3.51,2.07,4.94,3.92,4.94,1.07,0,2.07-.44,3.04-1.33l.42.6h0Z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 3.6 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="353" height="98" viewBox="0 0 353 98" version="1.1"><path d="M 0 47.500 L 0 62 14.500 62 L 29 62 29 47.500 L 29 33 14.500 33 L 0 33 0 47.500" stroke="none" fill="#f16524" fill-rule="evenodd"/><path d="M 0 16.500 L 0 33 14.500 33 L 29 33 29 47.500 L 29 62 14.500 62 L 0 62 0 80 L 0 98 15 98 L 30 98 30 80.500 L 30 63 44 63 L 58 63 58 80.500 L 58 98 73 98 L 88 98 88 49 L 88 0 73 0 L 58 0 58 16.500 L 58 33 44 33 L 30 33 30 16.500 L 30 0 15 0 L 0 0 0 16.500 M 100 49 L 100 98 115 98 L 130 98 130.030 76.750 C 130.054 60.387, 130.322 55.960, 131.195 57.500 C 131.819 58.600, 132.631 59.725, 133.001 60 C 133.371 60.275, 134.914 62.638, 136.432 65.250 C 137.949 67.862, 139.518 70, 139.918 70 C 140.318 70, 141.602 71.915, 142.771 74.256 C 143.940 76.597, 145.739 79.416, 146.769 80.521 C 147.798 81.626, 149.940 84.774, 151.529 87.515 C 153.118 90.257, 155.223 93.088, 156.209 93.807 C 157.194 94.525, 158 95.763, 158 96.557 C 158 97.734, 160.210 98, 170 98 C 177.327 98, 182.004 97.611, 182.010 97 C 182.016 96.450, 182.025 74.513, 182.031 48.250 L 182.042 0.500 167.521 0.223 L 153 -0.053 152.994 20.723 C 152.988 40.051, 152.880 41.291, 151.451 38.500 C 150.605 36.850, 149.371 35.041, 148.707 34.480 C 147.531 33.487, 146.994 32.635, 142.795 25.113 C 141.686 23.126, 140.153 21.140, 139.389 20.700 C 138.625 20.260, 138 19.296, 138 18.556 C 138 17.817, 136.762 15.862, 135.250 14.212 C 132.516 11.231, 130.792 8.690, 128.388 4.100 C 127.697 2.779, 126.539 1.324, 125.816 0.865 C 125.092 0.406, 118.987 0.024, 112.250 0.015 L 100 0 100 49 M 190 14.500 L 190 29 200.500 29 L 211 29 211 63.500 L 211 98 226.500 98 L 242 98 242 63.500 L 242 29 253 29 L 264 29 264 14.500 L 264 0 227 0 L 190 0 190 14.500 M 271 48.933 L 271 98 300 98 C 316.998 98, 329 97.619, 329 97.079 C 329 96.573, 330.462 95.850, 332.250 95.472 C 339.529 93.932, 349.100 85.418, 351.500 78.347 C 353.303 73.038, 353.480 59.209, 351.796 55.297 C 351.133 53.759, 349.896 51.768, 349.046 50.873 C 343.764 45.311, 343.726 45.185, 346.154 41.188 C 347.386 39.160, 348.868 37.177, 349.447 36.783 C 350.787 35.870, 350.804 18.147, 349.466 17.198 C 348.924 16.814, 347.242 14.588, 345.726 12.250 C 344.211 9.912, 342.636 8, 342.226 8 C 341.815 8, 340.359 6.984, 338.990 5.742 C 333.427 0.696, 332.393 0.546, 300.750 0.196 L 271 -0.134 271 48.933 M 300 28.887 L 300 36 308.550 36 C 314.404 36, 318.067 35.499, 320.170 34.412 C 323.047 32.924, 323.209 32.544, 322.737 28.363 C 322.461 25.909, 321.930 23.596, 321.557 23.224 C 321.184 22.851, 316.182 22.372, 310.440 22.160 L 300 21.773 300 28.887 M 300 65.917 C 300 71.288, 299.598 74.011, 298.750 74.386 C 298.063 74.690, 302.742 74.840, 309.148 74.720 C 319.005 74.534, 321.119 74.207, 322.898 72.595 C 325.364 70.360, 325.625 66.110, 323.543 62.084 C 321.812 58.735, 318.990 58, 307.875 58 L 300 58 300 65.917" stroke="none" fill="#1b232c" fill-rule="evenodd"/></svg>
|
Before Width: | Height: | Size: 2.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" version="1.1"><path d="M 42.215 40.250 L 42.500 50.500 58.750 50.775 L 75 51.050 75 40.525 L 75 30 58.465 30 L 41.930 30 42.215 40.250 M 42 110.500 L 42 161 58.500 161 L 75 161 75 110.500 L 75 60 58.500 60 L 42 60 42 110.500 M 85.212 69.250 L 85.500 78.500 121.750 78.762 L 158 79.025 158 69.512 L 158 60 121.462 60 L 84.925 60 85.212 69.250 M 107 110.500 L 107 120 132.500 120 L 158 120 158 110.500 L 158 101 132.500 101 L 107 101 107 110.500 M 85.667 142.667 C 85.300 143.033, 85 147.308, 85 152.167 L 85 161 121.500 161 L 158 161 158 151.500 L 158 142 122.167 142 C 102.458 142, 86.033 142.300, 85.667 142.667" stroke="none" fill="#050505" fill-rule="evenodd"/><path d="M -0 100.005 L -0 200.010 100.250 199.755 L 200.500 199.500 200.755 99.750 L 201.010 0 100.505 0 L 0 0 -0 100.005 M 0.481 100.500 C 0.481 155.500, 0.602 178.147, 0.750 150.826 C 0.898 123.506, 0.898 78.506, 0.750 50.826 C 0.602 23.147, 0.481 45.500, 0.481 100.500 M 42.215 40.250 L 42.500 50.500 58.750 50.775 L 75 51.050 75 40.525 L 75 30 58.465 30 L 41.930 30 42.215 40.250 M 42 110.500 L 42 161 58.500 161 L 75 161 75 110.500 L 75 60 58.500 60 L 42 60 42 110.500 M 85.212 69.250 L 85.500 78.500 121.750 78.762 L 158 79.025 158 69.512 L 158 60 121.462 60 L 84.925 60 85.212 69.250 M 107 110.500 L 107 120 132.500 120 L 158 120 158 110.500 L 158 101 132.500 101 L 107 101 107 110.500 M 85.667 142.667 C 85.300 143.033, 85 147.308, 85 152.167 L 85 161 121.500 161 L 158 161 158 151.500 L 158 142 122.167 142 C 102.458 142, 86.033 142.300, 85.667 142.667" stroke="none" fill="#fbfbfb" fill-rule="evenodd"/></svg>
|
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 27 KiB |
|
@ -1,235 +0,0 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="300.000000pt" height="358.000000pt" viewBox="0 0 300.000000 358.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||
</metadata>
|
||||
|
||||
<defs>
|
||||
|
||||
<filter id="sofGlow" height="300%" width="300%" x="-75%" y="-75%">
|
||||
<!-- Thicken out the original shape -->
|
||||
<feMorphology operator="dilate" radius="4" in="SourceAlpha" result="thicken" />
|
||||
|
||||
<!-- Use a gaussian blur to create the soft blurriness of the glow -->
|
||||
<feGaussianBlur in="thicken" stdDeviation="25" result="blurred" />
|
||||
|
||||
<!-- Change the colour -->
|
||||
<feFlood flood-color="rgb(239 68 68)" result="glowColor" />
|
||||
|
||||
<!-- Color in the glows -->
|
||||
<feComposite in="glowColor" in2="blurred" operator="in" result="softGlow_colored" />
|
||||
|
||||
<!-- Layer the effects together -->
|
||||
<feMerge>
|
||||
<feMergeNode in="softGlow_colored"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
|
||||
</filter>
|
||||
|
||||
</defs>
|
||||
|
||||
<g transform="translate(0.000000,358.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M630 3255 c-18 -42 -31 -77 -29 -80 2 -2 26 1 52 7 27 5 50 8 53 6
|
||||
18 -18 74 -449 84 -645 l10 -182 -31 -68 c-17 -37 -31 -69 -33 -70 -3 -4 -68
|
||||
15 -328 94 -172 52 -224 64 -253 59 -31 -6 -35 -10 -29 -29 9 -32 57 -125 101
|
||||
-198 l38 -64 110 -17 c61 -9 121 -19 135 -21 14 -3 51 -9 83 -13 53 -6 58 -9
|
||||
54 -28 -36 -153 -38 -176 -22 -330 9 -83 24 -241 35 -351 11 -110 23 -222 26
|
||||
-250 4 -27 6 -86 6 -129 l-2 -80 65 -101 c63 -100 64 -102 79 -211 37 -280 72
|
||||
-514 77 -514 3 0 72 154 153 343 203 467 200 462 270 522 l58 50 44 -50 c72
|
||||
-82 112 -143 191 -290 41 -77 77 -141 78 -143 2 -2 40 24 86 58 l83 60 126
|
||||
238 c126 236 127 237 144 347 10 61 26 161 37 224 10 62 19 125 19 140 0 22
|
||||
-121 358 -132 365 -2 1 -28 14 -58 28 -35 16 -49 28 -40 31 8 3 69 22 135 42
|
||||
l120 37 96 95 c87 85 98 101 113 154 18 66 21 115 7 124 -5 3 -34 -5 -63 -19
|
||||
-161 -72 -240 -104 -408 -162 l-185 -64 -17 23 c-9 12 -24 38 -33 57 l-16 35
|
||||
116 285 c63 157 121 299 127 315 16 43 31 58 101 101 34 21 138 85 230 142
|
||||
l168 104 177 -70 c166 -66 277 -98 287 -83 2 4 -25 41 -59 82 -56 67 -71 78
|
||||
-132 101 -95 36 -93 36 -239 52 l-130 14 -155 -30 -155 -30 -75 -61 c-80 -65
|
||||
-169 -138 -341 -281 l-106 -88 -99 -224 -98 -224 -113 0 c-62 0 -113 2 -113 5
|
||||
0 3 7 49 16 102 8 53 12 108 9 122 -7 29 -37 131 -95 321 -21 69 -46 151 -55
|
||||
182 -13 46 -27 68 -68 107 -108 103 -105 101 -183 101 l-71 0 -33 -75z m216
|
||||
13 c97 -85 105 -94 119 -143 8 -28 46 -156 85 -285 l72 -235 -12 -85 c-19
|
||||
-135 -15 -128 -64 -123 -23 3 -79 -2 -125 -12 -45 -9 -89 -14 -96 -11 -11 4
|
||||
-14 28 -13 103 1 110 -7 213 -28 353 -19 128 -18 140 14 176 15 18 37 45 49
|
||||
60 l21 29 4 -120 c3 -119 3 -121 -29 -183 -39 -74 -43 -94 -7 -34 14 23 26 42
|
||||
28 42 2 0 -5 -37 -14 -82 -22 -108 -33 -185 -26 -177 7 6 10 21 20 80 11 70
|
||||
36 192 39 196 2 2 18 -32 35 -74 17 -43 44 -108 61 -146 26 -57 30 -76 26
|
||||
-130 -2 -34 -2 -51 1 -37 13 70 28 100 65 125 22 14 39 28 39 31 0 6 -13 -1
|
||||
-53 -29 -16 -10 -30 -18 -32 -16 -1 2 -6 58 -9 124 -11 222 -18 285 -29 293
|
||||
-7 4 -33 42 -59 85 l-47 78 24 11 c14 6 25 16 25 21 0 5 -11 2 -25 -7 -29 -19
|
||||
-31 -16 -60 72 -9 29 -19 51 -22 49 -3 -4 21 -86 41 -137 3 -9 -7 -29 -25 -50
|
||||
-17 -19 -38 -47 -47 -62 -9 -15 -19 -28 -23 -28 -4 0 -13 33 -19 73 -7 39 -15
|
||||
90 -19 112 -4 22 -11 39 -16 37 -36 -9 -77 -14 -81 -9 -3 3 4 28 17 56 l21 51
|
||||
63 0 c59 0 65 -2 111 -42z m1689 22 c80 -9 130 -20 184 -43 74 -30 124 -71
|
||||
116 -94 -2 -7 1 -10 8 -8 7 3 20 -7 31 -21 l19 -26 -40 7 c-22 3 -107 33 -189
|
||||
67 -82 33 -163 66 -181 72 -18 7 -41 20 -53 31 -11 10 -23 16 -26 12 -3 -3 4
|
||||
-10 15 -17 30 -15 26 -28 -14 -47 -19 -9 -35 -20 -35 -23 0 -4 -12 -7 -27 -7
|
||||
-26 0 -237 -79 -418 -156 -44 -18 -110 -56 -148 -83 -37 -27 -91 -61 -120 -77
|
||||
-34 -18 -42 -25 -23 -21 26 6 20 -6 -86 -162 -63 -93 -118 -176 -123 -184 -7
|
||||
-13 -6 -13 8 0 17 16 36 44 163 233 62 92 99 136 133 159 25 18 55 40 65 50
|
||||
37 34 38 18 2 -32 -20 -28 -36 -53 -36 -56 0 -3 -13 -24 -29 -47 -31 -46 -57
|
||||
-87 -180 -283 l-82 -131 -51 -6 c-29 -4 -54 -5 -56 -2 -3 2 3 16 12 29 9 14
|
||||
16 30 16 36 0 6 34 88 76 183 75 170 94 199 169 256 18 14 119 97 225 185 124
|
||||
102 205 162 228 168 73 21 278 56 307 53 17 -2 80 -9 140 -15z m-197 -113 c-9
|
||||
-7 -96 -61 -193 -121 -101 -62 -180 -118 -186 -130 -4 -11 -63 -156 -130 -321
|
||||
-66 -165 -123 -302 -124 -304 -2 -1 -19 8 -37 22 -18 14 -55 32 -83 41 -27 9
|
||||
-63 22 -78 28 l-28 11 43 42 c24 23 66 66 93 96 244 264 291 317 308 339 32
|
||||
40 -210 -210 -298 -309 -44 -49 -83 -90 -87 -90 -4 -1 8 23 27 52 19 28 54 84
|
||||
78 122 144 231 222 348 236 352 27 9 245 94 266 103 63 29 191 79 200 79 6 0
|
||||
2 -5 -7 -12z m-1434 -117 c6 -11 27 -46 47 -77 l37 -58 10 -175 c6 -96 9 -176
|
||||
8 -178 -2 -1 -18 35 -36 80 -19 46 -44 106 -56 133 -18 41 -23 75 -28 179 -3
|
||||
71 -2 126 1 122 3 -3 11 -15 17 -26z m1526 -687 c0 -10 -6 -44 -14 -75 -12
|
||||
-53 -20 -64 -112 -152 -54 -53 -103 -96 -109 -96 -5 0 -66 -18 -135 -41 -123
|
||||
-40 -125 -40 -138 -20 -8 11 -25 32 -38 48 -13 15 -24 31 -24 34 0 3 42 25 93
|
||||
49 50 24 142 67 202 96 68 32 139 75 185 113 41 33 78 60 83 61 4 0 7 -8 7
|
||||
-17z m-1117 -5 c9 1 17 -2 17 -5 0 -15 -32 -129 -38 -134 -4 -4 -68 -10 -142
|
||||
-13 -74 -4 -162 -9 -195 -11 -68 -6 -65 -4 75 48 181 68 260 100 257 104 -6 5
|
||||
-258 -84 -332 -117 -34 -15 -97 -40 -102 -40 -3 0 12 19 33 43 22 24 46 52 54
|
||||
63 8 11 22 28 30 38 9 11 10 17 3 15 -11 -4 -115 -127 -132 -156 -7 -13 -14
|
||||
-14 -40 -5 -17 6 -31 7 -31 3 0 -5 10 -12 23 -15 20 -6 18 -10 -33 -56 -30
|
||||
-27 -50 -50 -44 -50 5 0 23 14 39 30 48 50 47 34 -4 -47 -52 -84 -94 -163 -87
|
||||
-163 4 0 128 205 154 254 9 19 10 19 15 0 3 -10 11 -48 18 -84 12 -68 12 -70
|
||||
22 -110 4 -14 8 -38 11 -55 2 -16 9 -54 15 -84 13 -65 13 -64 2 -56 -9 5 -72
|
||||
19 -145 32 -16 2 -40 9 -53 14 -13 5 -32 9 -41 9 -41 -1 40 -28 133 -45 55
|
||||
-10 103 -21 107 -24 5 -4 -1 -38 -13 -76 -11 -39 -27 -97 -35 -130 -9 -33 -18
|
||||
-67 -21 -75 -4 -8 -8 -26 -10 -40 -2 -14 -8 -28 -12 -33 -7 -7 -17 15 -75 163
|
||||
-30 77 -85 198 -86 188 0 -8 83 -226 106 -275 8 -17 14 -34 14 -38 0 -4 7 -22
|
||||
16 -41 15 -32 15 -39 0 -87 -24 -80 -66 -251 -62 -255 2 -2 13 30 25 70 12 40
|
||||
28 94 36 119 8 26 15 56 15 68 0 11 5 21 10 21 6 0 10 -6 10 -12 0 -7 11 -35
|
||||
25 -63 13 -27 25 -57 25 -66 0 -16 -23 -72 -81 -196 -16 -34 -29 -67 -29 -72
|
||||
0 -5 -10 -17 -22 -26 -21 -16 -22 -16 -2 -11 17 5 23 -2 42 -56 20 -57 22 -53
|
||||
5 12 -3 14 22 -16 56 -67 34 -51 67 -95 73 -99 14 -9 10 -3 -61 106 -30 47
|
||||
-62 92 -70 100 -13 13 -7 15 57 18 44 2 72 7 72 14 0 7 -22 9 -70 4 -38 -3
|
||||
-70 -4 -70 -1 0 2 16 37 35 76 19 40 35 76 35 79 0 4 7 25 16 46 12 28 18 34
|
||||
24 24 6 -12 24 -108 21 -117 0 -2 6 -22 13 -45 7 -24 14 -94 15 -156 1 -63 6
|
||||
-124 11 -135 6 -14 7 18 5 85 -2 63 0 110 6 113 5 4 50 -17 99 -46 50 -28 93
|
||||
-50 96 -47 6 7 -27 28 -100 63 -33 16 -54 31 -48 33 6 2 56 -6 111 -17 115
|
||||
-24 111 -24 111 -12 0 5 -21 12 -47 15 -27 4 -55 9 -63 11 -29 6 -95 17 -124
|
||||
21 -38 5 -40 8 -26 33 6 12 8 25 5 30 -3 5 6 51 21 103 35 127 50 183 69 250
|
||||
11 43 21 58 38 63 12 4 57 25 100 46 43 22 83 37 88 33 7 -4 9 -26 5 -58 -3
|
||||
-28 -8 -96 -11 -151 -7 -143 -15 -252 -21 -310 -4 -35 -3 -47 5 -40 6 6 13 51
|
||||
16 100 7 129 13 234 21 362 l6 112 42 5 c90 11 196 22 196 20 0 -4 -66 -150
|
||||
-131 -290 -11 -22 -19 -43 -19 -46 0 -4 -15 -39 -34 -80 -18 -40 -36 -80 -39
|
||||
-88 -3 -8 -13 -33 -22 -55 -9 -22 -12 -35 -7 -30 6 6 29 53 52 105 45 102 82
|
||||
184 107 240 9 19 17 37 18 40 0 3 12 30 27 62 14 31 32 72 39 92 12 34 29 49
|
||||
29 25 0 -5 8 -29 19 -52 10 -23 29 -66 41 -94 13 -29 26 -51 28 -48 5 4 -24
|
||||
82 -66 174 l-24 54 73 73 c40 40 74 72 76 71 1 -2 -2 -32 -8 -68 -12 -70 -14
|
||||
-93 -25 -219 -7 -93 0 -108 10 -20 3 30 11 91 17 135 7 44 12 95 11 113 0 54
|
||||
14 36 32 -40 9 -40 26 -97 38 -127 l21 -54 -63 -57 c-35 -32 -70 -56 -77 -53
|
||||
-8 3 -11 0 -8 -9 7 -17 -198 -219 -435 -430 -62 -55 -180 -137 -247 -171 -28
|
||||
-15 -35 -15 -87 0 -44 12 -58 21 -62 39 -4 13 -11 24 -16 24 -6 0 -7 7 -4 16
|
||||
3 8 2 13 -3 9 -5 -3 -28 24 -50 60 -39 62 -42 70 -40 133 2 64 -8 178 -52 583
|
||||
-11 103 -20 202 -20 220 -1 86 0 120 1 137 4 32 30 147 39 167 5 11 37 83 71
|
||||
161 l63 141 71 15 c55 12 110 15 241 11 94 -3 178 -5 188 -5z m256 -70 c47
|
||||
-45 87 -85 89 -88 2 -5 -106 -120 -113 -120 -2 0 -10 42 -20 93 -9 50 -20 103
|
||||
-25 117 -4 14 -11 34 -14 44 -12 35 -15 11 -5 -34 6 -25 12 -52 14 -60 2 -8
|
||||
11 -46 20 -84 9 -37 14 -70 12 -72 -1 -2 -19 7 -38 20 -18 13 -67 42 -108 66
|
||||
l-74 43 30 26 c49 42 120 125 97 113 -12 -6 -41 -34 -64 -62 -23 -28 -45 -49
|
||||
-47 -46 -3 2 1 29 8 60 13 61 16 63 98 65 l54 1 86 -82z m8 52 c65 -20 125
|
||||
-71 155 -131 14 -30 64 -101 109 -158 l82 -103 4 -100 c3 -79 1 -98 -9 -92
|
||||
-11 6 -11 5 0 -8 10 -13 1 -45 -50 -188 l-63 -172 -23 78 c-12 44 -31 107 -42
|
||||
141 l-19 62 35 78 c20 43 42 93 50 112 l14 34 42 -62 c22 -34 43 -59 45 -57 3
|
||||
2 -14 33 -37 68 -38 56 -40 64 -25 73 10 5 27 18 39 28 17 15 14 15 -15 -2
|
||||
-43 -25 -51 -19 -69 48 -6 23 -13 41 -16 39 -2 -3 3 -32 11 -66 16 -61 16 -61
|
||||
-13 -124 -15 -35 -33 -74 -40 -88 -9 -22 -11 -22 -11 -5 0 11 4 38 9 60 11 47
|
||||
25 202 17 195 -8 -8 -33 -186 -38 -273 -1 -21 -5 -39 -8 -40 -3 -1 -29 21 -57
|
||||
49 l-51 51 75 123 c42 68 78 117 80 110 3 -9 8 -6 16 8 l11 21 33 -25 c27 -21
|
||||
30 -29 21 -45 -6 -11 -9 -25 -7 -31 2 -6 10 3 17 20 13 31 12 33 -15 55 -42
|
||||
32 -76 67 -107 109 -33 45 -34 52 -4 38 19 -10 20 -9 5 2 -9 7 -24 18 -34 23
|
||||
-14 9 -15 15 -5 35 10 21 10 22 -1 10 -7 -9 -18 -15 -24 -15 -6 0 -44 31 -85
|
||||
69 -41 37 -67 66 -58 63 10 -3 34 -11 56 -17z m783 17 c0 -11 -140 -103 -192
|
||||
-126 -35 -16 -121 -57 -193 -91 l-130 -61 -28 32 -29 31 159 55 c87 30 169 58
|
||||
183 63 14 4 70 28 125 54 105 48 105 48 105 43z m-1978 -98 c149 -75 208 -109
|
||||
296 -174 1 -1 -2 -14 -9 -27 l-11 -25 -116 19 c-65 10 -151 24 -194 30 l-76
|
||||
11 -45 81 c-57 104 -77 146 -77 163 0 29 57 9 232 -78z m51 21 c54 -18 142
|
||||
-44 197 -59 l99 -26 -21 -47 -20 -48 -46 33 c-25 17 -53 38 -62 44 -8 7 -71
|
||||
40 -139 73 -115 55 -156 78 -121 66 8 -2 59 -19 113 -36z m847 -86 c0 -4 -8
|
||||
-14 -17 -23 -10 -9 -47 -52 -83 -96 -72 -88 -100 -122 -115 -139 -38 -41 -127
|
||||
-157 -123 -161 5 -5 59 57 243 283 59 73 108 131 109 130 1 -2 0 -66 -2 -144
|
||||
l-3 -141 -92 -35 c-51 -19 -128 -51 -173 -71 -45 -19 -86 -32 -92 -28 -5 3
|
||||
-12 20 -15 36 -3 17 -13 66 -22 110 -9 44 -19 89 -21 100 -2 11 -11 49 -19 84
|
||||
-19 74 -14 82 50 79 51 -2 299 12 304 18 7 7 71 5 71 -2z m175 -84 c76 -41 83
|
||||
-48 59 -56 -10 -4 -21 -10 -24 -13 -5 -6 -145 -102 -167 -115 -10 -6 -13 24
|
||||
-13 133 l0 140 43 -28 c23 -16 69 -43 102 -61z m257 27 c15 -23 33 -49 39 -58
|
||||
10 -14 6 -25 -22 -65 -20 -27 -52 -80 -73 -117 -21 -37 -40 -66 -42 -64 -3 2
|
||||
0 26 6 53 16 69 19 83 25 129 4 22 10 56 15 75 6 19 10 47 10 63 0 37 10 34
|
||||
42 -16z m-62 -23 c-6 -27 -13 -60 -15 -74 -15 -103 -45 -240 -52 -240 -2 0
|
||||
-63 23 -135 52 l-130 52 28 23 c16 13 34 23 41 23 6 0 13 4 15 8 2 5 32 28 67
|
||||
51 44 30 66 40 71 32 4 -7 13 -51 20 -99 11 -81 29 -141 30 -102 0 8 -9 62
|
||||
-19 120 l-19 105 51 52 c28 29 53 51 54 49 2 -2 -1 -25 -7 -52z m351 -206 c27
|
||||
-13 48 -26 49 -29 0 -3 -8 -14 -18 -25 -10 -10 -31 -37 -47 -58 -25 -33 -26
|
||||
-37 -8 -26 12 8 34 33 49 57 15 24 30 40 34 36 12 -15 113 -284 108 -289 -3
|
||||
-3 -18 6 -34 19 -37 30 -122 90 -151 106 -43 22 -23 2 36 -38 32 -22 65 -46
|
||||
72 -53 8 -7 31 -22 52 -33 45 -24 45 -24 12 -233 -47 -286 -44 -277 -168 -510
|
||||
-63 -116 -116 -215 -119 -218 -4 -3 -11 21 -18 53 -14 71 -66 293 -91 388 -10
|
||||
38 -17 71 -16 72 1 1 45 -7 97 -18 164 -34 241 -49 253 -49 23 0 -4 13 -45 21
|
||||
-24 5 -54 11 -68 14 -14 3 -34 7 -45 9 -87 18 -180 38 -182 40 -2 2 287 270
|
||||
296 274 4 1 12 -39 19 -90 7 -51 14 -102 16 -113 3 -11 5 -26 5 -32 1 -7 5
|
||||
-13 9 -13 5 0 5 24 0 53 -4 28 -10 75 -13 102 -4 28 -10 62 -15 77 -8 24 -4
|
||||
31 23 53 64 52 79 65 70 65 -10 0 -50 -27 -77 -52 -11 -10 -22 -18 -25 -18 -3
|
||||
0 -20 37 -38 83 -50 129 -64 160 -69 154 -5 -5 9 -43 67 -180 20 -48 25 -69
|
||||
16 -72 -16 -5 -68 -17 -89 -21 -22 -5 -115 -43 -105 -43 18 -2 143 33 155 42
|
||||
7 5 15 7 18 5 5 -6 -14 -24 -176 -173 -41 -38 -79 -75 -85 -81 -9 -11 -88 -27
|
||||
-128 -26 -9 1 -15 -4 -11 -9 4 -6 28 -7 62 -3 51 6 55 5 48 -12 -8 -20 -34
|
||||
-139 -42 -189 -3 -16 -9 -46 -14 -65 -5 -19 -12 -55 -15 -80 -4 -25 -10 -47
|
||||
-15 -50 -13 -8 -14 -33 -2 -60 6 -14 11 -19 11 -13 1 9 20 4 59 -13 78 -35
|
||||
134 -55 128 -45 -3 4 -46 25 -96 46 -95 41 -100 48 -80 101 6 14 12 41 14 58
|
||||
6 45 56 290 61 294 3 3 7 -16 29 -123 5 -23 30 -127 47 -195 6 -25 17 -70 24
|
||||
-100 7 -30 16 -62 19 -71 5 -12 -12 -29 -64 -67 -39 -29 -74 -52 -79 -52 -5 0
|
||||
-12 12 -16 28 -3 15 -12 34 -20 42 -7 8 -36 60 -65 115 -28 55 -79 134 -113
|
||||
175 -34 41 -68 83 -76 93 -12 17 3 35 192 220 l205 202 58 165 c32 91 61 169
|
||||
64 173 4 5 5 58 2 118 -3 60 -1 109 3 109 5 0 30 -10 56 -22z m-719 -35 c-14
|
||||
-27 -55 -117 -101 -223 -98 -224 -115 -259 -122 -255 -4 3 -10 17 -14 32 -3
|
||||
16 -31 90 -61 166 -30 76 -54 141 -54 145 0 4 66 34 148 66 81 32 158 65 172
|
||||
72 34 18 42 17 32 -3z m108 -13 c25 -10 79 -31 120 -48 l74 -29 -101 -104
|
||||
c-56 -57 -117 -122 -137 -143 -20 -22 -37 -38 -38 -35 -2 2 -2 91 0 197 3 178
|
||||
4 193 20 187 9 -4 37 -15 62 -25z m-100 -188 l-5 -194 -103 -49 c-57 -27 -102
|
||||
-43 -99 -36 17 42 115 260 156 350 17 37 31 69 31 71 0 9 21 59 23 55 1 -2 0
|
||||
-91 -3 -197z m410 -2 c0 -7 -132 -141 -135 -138 -1 2 1 28 6 58 18 116 22 155
|
||||
15 149 -7 -7 -22 -88 -32 -174 -3 -27 -6 -51 -7 -52 -1 -1 -33 -4 -70 -8 -37
|
||||
-3 -88 -10 -113 -14 -25 -5 -44 -5 -42 -1 5 15 252 265 268 271 10 5 31 -9 63
|
||||
-39 26 -26 47 -49 47 -52z m-720 -105 c23 -60 49 -126 57 -145 9 -19 16 -39
|
||||
15 -45 -4 -36 -11 -66 -25 -110 -9 -27 -19 -65 -22 -84 -3 -19 -8 -38 -11 -43
|
||||
-5 -7 -26 -85 -49 -182 -6 -27 -15 -32 -16 -10 -1 32 -5 55 -24 141 l-18 82
|
||||
76 82 c43 45 75 84 72 87 -2 2 -36 -29 -74 -69 -82 -86 -76 -97 -60 121 15
|
||||
203 15 198 18 265 3 68 0 72 61 -90z m-85 -45 c-7 -80 -13 -154 -12 -165 0
|
||||
-11 -1 -49 -2 -85 l-2 -65 -21 45 c-12 25 -25 55 -31 67 -11 25 -8 49 22 153
|
||||
27 96 27 96 41 153 7 26 14 46 16 45 1 -2 -3 -69 -11 -148z m327 -738 c-40
|
||||
-100 -167 -391 -169 -388 -9 9 133 373 151 388 26 22 27 22 18 0z m-155 -289
|
||||
c-46 -131 -90 -255 -97 -276 -26 -83 -17 -23 25 153 24 102 49 213 55 246 11
|
||||
55 17 65 54 91 22 17 43 29 44 27 2 -1 -34 -110 -81 -241z m-31 143 c-3 -14
|
||||
-15 -66 -27 -118 -11 -51 -27 -120 -34 -153 -8 -33 -20 -91 -26 -130 -13 -75
|
||||
-34 -118 -24 -50 6 41 25 347 25 400 0 24 7 34 38 51 49 29 55 29 48 0z m-144
|
||||
-8 l39 -12 -7 -179 c-8 -192 -9 -222 -13 -264 -2 -20 -67 403 -71 460 0 10 6
|
||||
9 52 -5z"
|
||||
filter="url(#sofGlow)"
|
||||
/>
|
||||
<path d="M789 3268 c0 -7 -2 -20 -3 -28 -2 -8 -6 -51 -9 -95 -4 -58 -3 -70 3
|
||||
-45 12 46 24 180 16 180 -3 0 -6 -6 -7 -12z" filter="url(#sofGlow)" />
|
||||
<path d="M2152 3255 c3 -3 63 -7 134 -10 90 -3 116 -1 84 5 -49 9 -227 13
|
||||
-218 5z" filter="url(#sofGlow)" />
|
||||
<path d="M2600 3229 c44 -10 126 -9 108 2 -7 5 -42 8 -78 8 -58 -1 -61 -2 -30
|
||||
-10z" filter="url(#sofGlow)" />
|
||||
<path d="M2354 2288 c-26 -24 -64 -60 -82 -80 -38 -43 -58 -48 -67 -18 -3 11
|
||||
-11 20 -16 20 -6 0 -3 -10 5 -22 19 -26 20 -38 6 -38 -16 0 -274 -101 -285
|
||||
-112 -15 -14 42 2 105 30 126 56 133 52 20 -14 -44 -25 -83 -50 -86 -56 -7
|
||||
-10 50 21 131 71 22 14 81 47 130 73 50 27 79 46 65 42 -18 -5 -3 15 55 69 86
|
||||
82 99 104 19 35z" filter="url(#sofGlow)" />
|
||||
<path d="M1240 1408 c-61 -98 -111 -176 -209 -331 -35 -54 -61 -101 -58 -104
|
||||
3 -3 27 29 54 72 26 42 67 105 90 141 90 140 165 266 160 270 -2 3 -19 -19
|
||||
-37 -48z" filter="url(#sofGlow)" />
|
||||
<path d="M963 850 c18 -45 77 -139 77 -123 0 12 -66 132 -82 148 -5 6 -3 -6 5
|
||||
-25z" filter="url(#sofGlow)" />
|
||||
<path d="M206 2261 c6 -6 33 -20 60 -30 58 -22 220 -88 249 -101 34 -15 96
|
||||
-32 101 -28 2 3 -14 11 -36 18 -34 11 -39 17 -34 34 6 20 5 20 -8 2 -13 -16
|
||||
-17 -17 -39 -5 -13 7 -26 14 -29 14 -13 4 -67 26 -82 35 -10 6 -22 10 -28 10
|
||||
-5 0 -33 11 -62 24 -70 31 -107 42 -92 27z" filter="url(#sofGlow)" />
|
||||
<path d="M1561 1084 c-1 -12 10 -75 23 -140 13 -66 27 -137 31 -159 4 -22 10
|
||||
-34 12 -27 3 7 -3 54 -12 105 -10 51 -19 103 -21 117 -9 50 -32 124 -33 104z" filter="url(#sofGlow)" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 15 KiB |
|
@ -96,13 +96,13 @@ body {
|
|||
border-radius: 4px;
|
||||
}
|
||||
.bg-primary {
|
||||
background-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
}
|
||||
.bg-success {
|
||||
background-color: #40b0bf !important;
|
||||
}
|
||||
.bg-info {
|
||||
background-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
}
|
||||
.bg-warning {
|
||||
background-color: #fdf0d5 !important;
|
||||
|
@ -112,8 +112,8 @@ body {
|
|||
}
|
||||
.btn-primary,
|
||||
.btn-primary:active {
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
border-color: #273043 !important;
|
||||
color: #ffffff !important;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
@ -156,8 +156,8 @@ body {
|
|||
}
|
||||
.btn-info,
|
||||
.btn-info:active {
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
border-color: #273043 !important;
|
||||
color: #ffffff !important;
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
@ -276,21 +276,21 @@ body {
|
|||
.btn-black.focus,
|
||||
.btn-black.active {
|
||||
color: #ffffff !important;
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #000000 !important;
|
||||
border-color: #000000 !important;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-black.disabled,
|
||||
.btn-black:disabled {
|
||||
color: #ffffff !important;
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #000000 !important;
|
||||
border-color: #000000 !important;
|
||||
}
|
||||
.btn-primary-outline,
|
||||
.btn-primary-outline:active {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent;
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.btn-primary-outline:hover,
|
||||
.btn-primary-outline:focus,
|
||||
|
@ -304,8 +304,8 @@ body {
|
|||
.btn-primary-outline.disabled,
|
||||
.btn-primary-outline:disabled {
|
||||
color: #ffffff !important;
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
border-color: #273043 !important;
|
||||
}
|
||||
.btn-secondary-outline,
|
||||
.btn-secondary-outline:active {
|
||||
|
@ -332,7 +332,7 @@ body {
|
|||
.btn-info-outline:active {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent;
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.btn-info-outline:hover,
|
||||
.btn-info-outline:focus,
|
||||
|
@ -346,8 +346,8 @@ body {
|
|||
.btn-info-outline.disabled,
|
||||
.btn-info-outline:disabled {
|
||||
color: #ffffff !important;
|
||||
background-color: #171717 !important;
|
||||
border-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
border-color: #273043 !important;
|
||||
}
|
||||
.btn-success-outline,
|
||||
.btn-success-outline:active {
|
||||
|
@ -422,7 +422,7 @@ body {
|
|||
.btn-black-outline:focus,
|
||||
.btn-black-outline.focus,
|
||||
.btn-black-outline.active {
|
||||
color: #171717 !important;
|
||||
color: #000000 !important;
|
||||
background-color: transparent!important;
|
||||
border-color: transparent!important;
|
||||
box-shadow: none!important;
|
||||
|
@ -455,7 +455,7 @@ body {
|
|||
border-color: #fafafa !important;
|
||||
}
|
||||
.text-primary {
|
||||
color: #171717 !important;
|
||||
color: #273043 !important;
|
||||
}
|
||||
.text-secondary {
|
||||
color: #dd0426 !important;
|
||||
|
@ -464,7 +464,7 @@ body {
|
|||
color: #40b0bf !important;
|
||||
}
|
||||
.text-info {
|
||||
color: #171717 !important;
|
||||
color: #273043 !important;
|
||||
}
|
||||
.text-warning {
|
||||
color: #fdf0d5 !important;
|
||||
|
@ -516,7 +516,7 @@ a.text-white.active {
|
|||
a.text-black:hover,
|
||||
a.text-black:focus,
|
||||
a.text-black.active {
|
||||
color: #171717 !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
|
||||
position: relative;
|
||||
|
@ -532,7 +532,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
|
|||
background-position: 0px 1.2em;
|
||||
}
|
||||
.nav-tabs .nav-link.active {
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.nav-tabs .nav-link:not(.active) {
|
||||
color: #232323;
|
||||
|
@ -541,7 +541,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
|
|||
background-color: #70c770;
|
||||
}
|
||||
.alert-info {
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.alert-warning {
|
||||
background-color: #fdf0d5;
|
||||
|
@ -550,15 +550,17 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
|
|||
background-color: #ff9966;
|
||||
}
|
||||
.mbr-gallery-filter li.active .btn {
|
||||
background-color: #171717;
|
||||
border-color: #171717;
|
||||
background-color: #273043;
|
||||
border-color: #273043;
|
||||
color: #ffffff;
|
||||
}
|
||||
.mbr-gallery-filter li.active .btn:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
a,
|
||||
|
||||
a:hover {
|
||||
color: #273043;
|
||||
}
|
||||
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
|
||||
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
|
||||
color: #91a0bf;
|
||||
|
@ -595,7 +597,7 @@ a,
|
|||
.form-control:hover,
|
||||
.form-control:focus {
|
||||
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
|
||||
border-color: #171717 !important;
|
||||
border-color: #273043 !important;
|
||||
}
|
||||
.form-control:-webkit-input-placeholder {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
|
@ -607,19 +609,19 @@ a,
|
|||
font-size: 1.375rem;
|
||||
}
|
||||
blockquote {
|
||||
border-color: #171717;
|
||||
border-color: #273043;
|
||||
}
|
||||
/* Forms */
|
||||
.jq-selectbox li:hover,
|
||||
.jq-selectbox li.selected {
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
color: #ffffff;
|
||||
}
|
||||
.jq-number__spin {
|
||||
transition: 0.25s ease;
|
||||
}
|
||||
.jq-number__spin:hover {
|
||||
border-color: #171717;
|
||||
border-color: #273043;
|
||||
}
|
||||
.jq-selectbox .jq-selectbox__trigger-arrow,
|
||||
.jq-number__spin.minus:after,
|
||||
|
@ -631,14 +633,14 @@ blockquote {
|
|||
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
|
||||
.jq-number__spin.minus:hover:after,
|
||||
.jq-number__spin.plus:hover:after {
|
||||
border-top-color: #171717;
|
||||
border-bottom-color: #171717;
|
||||
border-top-color: #273043;
|
||||
border-bottom-color: #273043;
|
||||
}
|
||||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
|
||||
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
|
||||
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
|
||||
color: #ffffff !important;
|
||||
background-color: #171717 !important;
|
||||
background-color: #273043 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
|
||||
|
@ -716,7 +718,7 @@ a {
|
|||
}
|
||||
.cid-sgPI0rTtnd .dropdown-item:hover,
|
||||
.cid-sgPI0rTtnd .dropdown-item:focus {
|
||||
background: #171717 !important;
|
||||
background: #273043 !important;
|
||||
color: white !important;
|
||||
}
|
||||
.cid-sgPI0rTtnd .dropdown-item:first-child {
|
||||
|
@ -750,7 +752,7 @@ a {
|
|||
}
|
||||
.cid-sgPI0rTtnd .dropdown-menu,
|
||||
.cid-sgPI0rTtnd .navbar.opened {
|
||||
background: #171717 !important;
|
||||
background: #273043 !important;
|
||||
}
|
||||
.cid-sgPI0rTtnd .nav-item:focus,
|
||||
.cid-sgPI0rTtnd .nav-link:focus {
|
||||
|
@ -785,7 +787,7 @@ a {
|
|||
transition: all 0.3s;
|
||||
border-bottom: 1px solid transparent;
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
|
||||
background: #171717;
|
||||
background: #273043;
|
||||
}
|
||||
.cid-sgPI0rTtnd .navbar.opened {
|
||||
transition: all 0.3s;
|
||||
|
@ -930,7 +932,7 @@ a {
|
|||
padding: 0.667em 1.667em;
|
||||
}
|
||||
.cid-sgPI0rTtnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
|
||||
background: #171717;
|
||||
background: #273043;
|
||||
}
|
||||
.cid-sgPI0rTtnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
|
||||
margin: 0;
|
||||
|
@ -1035,7 +1037,7 @@ a {
|
|||
.cid-sgPJ0TKe9q {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.cid-sgPJ0TKe9q .image-wrapper {
|
||||
|
@ -1055,7 +1057,7 @@ a {
|
|||
.cid-tih9EvSaF5 {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 0rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-tih9EvSaF5 .mbr-section-title {
|
||||
color: #ffffff;
|
||||
|
@ -1066,7 +1068,7 @@ a {
|
|||
.cid-sgPJIlmBEv {
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 5rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-sgPJIlmBEv .card-wrapper {
|
||||
background: #9197ae;
|
||||
|
@ -1098,7 +1100,7 @@ a {
|
|||
.cid-t5rSAuN6jS {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 6rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-t5rSAuN6jS img,
|
||||
.cid-t5rSAuN6jS .item-img {
|
||||
|
@ -1114,7 +1116,7 @@ a {
|
|||
.cid-t5rSAuN6jS .slide-content {
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
background: #171717;
|
||||
background: #273043;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
|
@ -1230,15 +1232,15 @@ a {
|
|||
}
|
||||
.cid-sU99xA04eV .mbr-section-subtitle {
|
||||
text-align: center;
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.cid-sU99xA04eV .mbr-text {
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.cid-tqAPe2NEkt {
|
||||
padding-top: 6rem;
|
||||
padding-bottom: 6rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-tqAPe2NEkt .item {
|
||||
padding-bottom: 2rem;
|
||||
|
@ -1428,9 +1430,9 @@ a {
|
|||
width: 7px;
|
||||
height: 7px;
|
||||
margin: 3px;
|
||||
background: #171717;
|
||||
background: #000000;
|
||||
opacity: 0.5;
|
||||
border: 4px solid #171717;
|
||||
border: 4px solid #000000;
|
||||
}
|
||||
.cid-tqAPe2NEkt .carousel-indicators .active {
|
||||
background: #fff;
|
||||
|
@ -1492,7 +1494,7 @@ a {
|
|||
.cid-sU9iJiwiKR {
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 8rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-sU9iJiwiKR .mbr-section-title {
|
||||
color: #ffffff;
|
||||
|
@ -1520,19 +1522,19 @@ a {
|
|||
padding-left: 1rem;
|
||||
font-family: 'Moririse2' !important;
|
||||
font-size: 1.4rem !important;
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.cid-sU9izjxqWU .panel-body,
|
||||
.cid-sU9izjxqWU .card-header {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
.cid-sU9izjxqWU .panel-title-edit {
|
||||
color: #171717;
|
||||
color: #000000;
|
||||
}
|
||||
.cid-t5zRJx1DXX {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
background-color: #171717;
|
||||
background-color: #273043;
|
||||
}
|
||||
.cid-t5zRJx1DXX .image-wrapper {
|
||||
display: flex;
|
||||
|
@ -1557,7 +1559,7 @@ a {
|
|||
.cid-t5zRJx1DXX .mbr-iconfont {
|
||||
font-size: 2rem;
|
||||
padding-right: 1.5rem;
|
||||
color: #171717;
|
||||
color: #273043;
|
||||
}
|
||||
.cid-t5zRJx1DXX .mbr-section-title {
|
||||
color: #ffffff;
|
||||
|
|
|
@ -8,7 +8,6 @@ body {
|
|||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
color: #232323;
|
||||
background-color: #171717;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -41,7 +40,9 @@ a {
|
|||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mbr-section-title {
|
||||
font-style: normal;
|
||||
|
@ -779,74 +780,6 @@ body {
|
|||
width: 14px;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.image-container::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
bottom: -24px;
|
||||
left: 24px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
|
||||
}
|
||||
|
||||
.image-container img {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.image-container-alt {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.image-container-alt::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
bottom: -24px;
|
||||
left: -24px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
|
||||
}
|
||||
|
||||
.image-container-alt img {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.game-font {
|
||||
font-family: 'Jersey 10', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.roboto-mono-font {
|
||||
font-family: "Roboto Mono", monospace;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@keyframes cycle-pulse {
|
||||
0% {
|
||||
filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
|
||||
}
|
||||
|
||||
50% {
|
||||
filter: invert(0%) sepia(1%) saturate(10%) hue-rotate(306deg) brightness(98%) contrast(101%);
|
||||
}
|
||||
|
||||
100% {
|
||||
filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.form-control {
|
||||
background-color: #ffffff;
|
||||
background-clip: border-box;
|
||||
|
@ -1002,6 +935,10 @@ blockquote {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.dropdown-item:hover + .dropdown-menu,
|
||||
.dropdown-menu:hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-aspect-ratio: 16/9) {
|
||||
.mbr-video-foreground {
|
||||
|
|
|
@ -23,50 +23,48 @@ $jscomp.checkStringArgs=function(a,b,c){if(null==a)throw new TypeError("The 'thi
|
|||
EventEmitter.prototype.on=function(a,b){"object"!==typeof this.events[a]&&(this.events[a]=[]);this.events[a].push(b)};EventEmitter.prototype.removeListener=function(a,b){"object"===typeof this.events[a]&&(b=this.indexOf(this.events[a],b),-1<b&&this.events[a].splice(b,1))};EventEmitter.prototype.emit=function(a){var b,c=[].slice.call(arguments,1);if("object"===typeof this.events[a]){var d=this.events[a].slice();var e=d.length;for(b=0;b<e;b++)d[b].apply(this,c)}};
|
||||
EventEmitter.prototype.once=function(a,b){this.on(a,function d(){this.removeListener(a,d);b.apply(this,arguments)})};
|
||||
var loadScript=function(a,b,c){return new Promise(function(d,e){var f=document.createElement("script");f.async=!0;f.src=a;for(var g=$jscomp.makeIterator(Object.entries(b||{})),k=g.next();!k.done;k=g.next()){var h=$jscomp.makeIterator(k.value);k=h.next().value;h=h.next().value;f.setAttribute(k,h)}f.onload=function(){f.onerror=f.onload=null;d(f)};f.onerror=function(){f.onerror=f.onload=null;e(Error("Failed to load "+a))};(c||document.head||document.getElementsByTagName("head")[0]).appendChild(f)})},
|
||||
YOUTUBE_IFRAME_API_SRC="https://www.youtube.com/iframe_api",YOUTUBE_STATES={"-1":"unstarted",0:"ended",1:"playing",2:"paused",3:"buffering",5:"cued"},YOUTUBE_ERROR={INVALID_PARAM:2,HTML5_ERROR:5,NOT_FOUND:100,UNPLAYABLE_1:101,UNPLAYABLE_2:150},loadIframeAPICallbacks=[],$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0=function(a,b){EventEmitter.call(this);var c=this;a="string"===
|
||||
typeof a?document.querySelector(a):a;this._id=a.id?a.id:a.id="ytplayer-"+Math.random().toString(16).slice(2,8);this._opts=Object.assign({width:640,height:360,autoplay:!1,captions:void 0,controls:!0,keyboard:!0,fullscreen:!0,annotations:!0,modestBranding:!1,related:!0,timeupdateFrequency:1E3,playsInline:!0,start:0},b);this.videoId=null;this.destroyed=!1;this._api=null;this._autoplay=!1;this._player=null;this._ready=!1;this._queue=[];this.replayInterval=[];this._interval=null;this._startInterval=this._startInterval.bind(this);
|
||||
YOUTUBE_IFRAME_API_SRC="https://www.youtube.com/iframe_api",YOUTUBE_STATES={"-1":"unstarted",0:"ended",1:"playing",2:"paused",3:"buffering",5:"cued"},YOUTUBE_ERROR={INVALID_PARAM:2,HTML5_ERROR:5,NOT_FOUND:100,UNPLAYABLE_1:101,UNPLAYABLE_2:150},loadIframeAPICallbacks=[],C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0=function(a,b){EventEmitter.call(this);var c=this;a="string"===typeof a?
|
||||
document.querySelector(a):a;this._id=a.id?a.id:a.id="ytplayer-"+Math.random().toString(16).slice(2,8);this._opts=Object.assign({width:640,height:360,autoplay:!1,captions:void 0,controls:!0,keyboard:!0,fullscreen:!0,annotations:!0,modestBranding:!1,related:!0,timeupdateFrequency:1E3,playsInline:!0,start:0},b);this.videoId=null;this.destroyed=!1;this._api=null;this._autoplay=!1;this._player=null;this._ready=!1;this._queue=[];this.replayInterval=[];this._interval=null;this._startInterval=this._startInterval.bind(this);
|
||||
this._stopInterval=this._stopInterval.bind(this);this.on("playing",this._startInterval);this.on("unstarted",this._stopInterval);this.on("ended",this._stopInterval);this.on("paused",this._stopInterval);this.on("buffering",this._stopInterval);this._loadIframeAPI(function(a,b){if(a)return c._destroy(Error("YouTube Iframe API failed to load"));c._api=b;c.videoId&&c.load(c.videoId,c._autoplay,c._start)})};
|
||||
$jscomp.inherits($Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0,EventEmitter);$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.indexOf=function(a,b){for(var c=0,d=a.length,e=-1,f=!1;c<d&&!f;)a[c]===b&&(e=c,f=!0),c++;return e};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.load=function(a,b,c){b=void 0===b?!1:b;c=void 0===c?0:c;this.destroyed||(this._startOptimizeDisplayEvent(),this._optimizeDisplayHandler("center, center"),this.videoId=a,this._autoplay=b,this._start=c,this._api&&(this._player?this._ready&&(b?this._player.loadVideoById(a,c):this._player.cueVideoById(a,c)):this._createPlayer(a)))};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.play=function(){this._ready?this._player.playVideo():this._queueCommand("play")};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.replayFrom=function(a){var b=this;!this.replayInterval.find(function(a){return a.iframeParent===b._player.i.parentNode})&&a&&this.replayInterval.push({iframeParent:this._player.i.parentNode,interval:setInterval(function(){if(b._player.getCurrentTime()>=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()),
|
||||
d=c.next();!d.done;d=c.next()){d=$jscomp.makeIterator(d.value);var e=d.next().value;d.next();Object.hasOwnProperty.call(b.replayInterval,e)&&(clearInterval(b.replayInterval[e].interval),b.replayInterval.splice(e,1))}}},1E3*Number(a))})};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c;if(c=b.parentElement){var d=window.getComputedStyle(c);var e=c.clientHeight+parseFloat(d.marginTop,10)+parseFloat(d.marginBottom,10)+parseFloat(d.borderTopWidth,10)+parseFloat(d.borderBottomWidth,10);c=c.clientWidth+parseFloat(d.marginLeft,
|
||||
$jscomp.inherits(C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0,EventEmitter);C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.indexOf=function(a,b){for(var c=0,d=a.length,e=-1,f=!1;c<d&&!f;)a[c]===b&&(e=c,f=!0),c++;return e};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.load=function(a,b,c){b=void 0===b?!1:b;c=void 0===c?0:c;this.destroyed||(this._startOptimizeDisplayEvent(),this._optimizeDisplayHandler("center, center"),this.videoId=a,this._autoplay=b,this._start=c,this._api&&(this._player?this._ready&&(b?this._player.loadVideoById(a,c):this._player.cueVideoById(a,c)):this._createPlayer(a)))};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.play=function(){this._ready?this._player.playVideo():this._queueCommand("play")};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.replayFrom=function(a){var b=this;!this.replayInterval.find(function(a){return a.iframeParent===b._player.i.parentNode})&&a&&this.replayInterval.push({iframeParent:this._player.i.parentNode,interval:setInterval(function(){if(b._player.getCurrentTime()>=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()),
|
||||
d=c.next();!d.done;d=c.next()){d=$jscomp.makeIterator(d.value);var e=d.next().value;d.next();Object.hasOwnProperty.call(b.replayInterval,e)&&(clearInterval(b.replayInterval[e].interval),b.replayInterval.splice(e,1))}}},1E3*Number(a))})};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c;if(c=b.parentElement){var d=window.getComputedStyle(c);var e=c.clientHeight+parseFloat(d.marginTop,10)+parseFloat(d.marginBottom,10)+parseFloat(d.borderTopWidth,10)+parseFloat(d.borderBottomWidth,10);c=c.clientWidth+parseFloat(d.marginLeft,
|
||||
10)+parseFloat(d.marginRight,10)+parseFloat(d.borderLeftWidth,10)+parseFloat(d.borderRightWidth,10);e+=80;b.style.width=c+"px";b.style.height=Math.ceil(parseFloat(b.style.width,10)/1.7)+"px";b.style.marginTop=Math.ceil(-((parseFloat(b.style.height,10)-e)/2))+"px";b.style.marginLeft=0;if(d=parseFloat(b.style.height,10)<e)b.style.height=e+"px",b.style.width=Math.ceil(1.7*parseFloat(b.style.height,10))+"px",b.style.marginTop=0,b.style.marginLeft=Math.ceil(-((parseFloat(b.style.width,10)-c)/2))+"px";
|
||||
for(var f in a)if(a.hasOwnProperty(f))switch(a[f].replace(/ /g,"")){case "top":b.style.marginTop=d?-((parseFloat(b.style.height,10)-e)/2)+"px":0;break;case "bottom":b.style.marginTop=d?0:-(parseFloat(b.style.height,10)-e)+"px";break;case "left":b.style.marginLeft=0;break;case "right":b.style.marginLeft=d?-(parseFloat(b.style.width,10)-c):"0px";break;default:parseFloat(b.style.width,10)>c&&(b.style.marginLeft=-((parseFloat(b.style.width,10)-c)/2)+"px")}}}}};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopResize=function(){window.removeEventListener("resize",this._resizeListener);this._resizeListener=null};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopReplay=function(a){for(var b=$jscomp.makeIterator(this.replayInterval.entries()),c=b.next();!c.done;c=b.next()){c=$jscomp.makeIterator(c.value);var d=c.next().value;c.next();Object.hasOwnProperty.call(this.replayInterval,d)&&a===this.replayInterval[d].iframeParent&&(clearInterval(this.replayInterval[d].interval),this.replayInterval.splice(d,
|
||||
1))}};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setVolume=function(a){this._ready?this._player.setVolume(a):this._queueCommand("setVolume",a)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.loadPlaylist=function(){this._ready?this._player.loadPlaylist(this.videoId):this._queueCommand("loadPlaylist",this.videoId)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setLoop=function(a){this._ready?this._player.setLoop(a):this._queueCommand("setLoop",a)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getVolume=function(){return this._ready&&this._player.getVolume()||0};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.mute=function(){this._ready?this._player.mute():this._queueCommand("mute")};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.unMute=function(){this._ready?this._player.unMute():this._queueCommand("unMute")};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.isMuted=function(){return this._ready&&this._player.isMuted()||!1};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setSize=function(a,b){this._ready?this._player.setSize(a,b):this._queueCommand("setSize",a,b)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackRate=function(a){this._ready?this._player.setPlaybackRate(a):this._queueCommand("setPlaybackRate",a)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackQuality=function(a){this._ready?this._player.setPlaybackQuality(a):this._queueCommand("setPlaybackQuality",a)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getPlaybackRate=function(){return this._ready&&this._player.getPlaybackRate()||1};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getAvailablePlaybackRates=function(){return this._ready&&this._player.getAvailablePlaybackRates()||[1]};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getDuration=function(){return this._ready&&this._player.getDuration()||0};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getProgress=function(){return this._ready&&this._player.getVideoLoadedFraction()||0};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getState=function(){return this._ready&&YOUTUBE_STATES[this._player.getPlayerState()]||"unstarted"};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getCurrentTime=function(){return this._ready&&this._player.getCurrentTime()||0};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.destroy=function(){this._destroy()};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._destroy=function(a){this.destroyed||(this.destroyed=!0,this._player&&(this._player.stopVideo&&this._player.stopVideo(),this._player.destroy()),this._player=this._api=this._opts=this._id=this.videoId=null,this._ready=!1,this._queue=null,this._stopInterval(),this.removeListener("playing",this._startInterval),this.removeListener("paused",
|
||||
this._stopInterval),this.removeListener("buffering",this._stopInterval),this.removeListener("unstarted",this._stopInterval),this.removeListener("ended",this._stopInterval),a&&this.emit("error",a))};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._queueCommand=function(a,b){for(var c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];this.destroyed||this._queue.push([a,c])};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._flushQueue=function(){for(;this._queue.length;){var a=this._queue.shift();this[a[0]].apply(this,a[1])}};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._loadIframeAPI=function(a){if(window.YT&&"function"===typeof window.YT.Player)return a(null,window.YT);loadIframeAPICallbacks.push(a);Array.from(document.getElementsByTagName("script")).some(function(a){return a.src===YOUTUBE_IFRAME_API_SRC})||loadScript(YOUTUBE_IFRAME_API_SRC).catch(function(a){for(;loadIframeAPICallbacks.length;)loadIframeAPICallbacks.shift()(a)});
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopResize=function(){window.removeEventListener("resize",this._resizeListener);this._resizeListener=null};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopReplay=function(a){for(var b=$jscomp.makeIterator(this.replayInterval.entries()),c=b.next();!c.done;c=b.next()){c=$jscomp.makeIterator(c.value);var d=c.next().value;c.next();Object.hasOwnProperty.call(this.replayInterval,d)&&a===this.replayInterval[d].iframeParent&&(clearInterval(this.replayInterval[d].interval),this.replayInterval.splice(d,
|
||||
1))}};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setVolume=function(a){this._ready?this._player.setVolume(a):this._queueCommand("setVolume",a)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.loadPlaylist=function(){this._ready?this._player.loadPlaylist(this.videoId):this._queueCommand("loadPlaylist",this.videoId)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setLoop=function(a){this._ready?this._player.setLoop(a):this._queueCommand("setLoop",a)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getVolume=function(){return this._ready&&this._player.getVolume()||0};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.mute=function(){this._ready?this._player.mute():this._queueCommand("mute")};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.unMute=function(){this._ready?this._player.unMute():this._queueCommand("unMute")};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.isMuted=function(){return this._ready&&this._player.isMuted()||!1};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setSize=function(a,b){this._ready?this._player.setSize(a,b):this._queueCommand("setSize",a,b)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackRate=function(a){this._ready?this._player.setPlaybackRate(a):this._queueCommand("setPlaybackRate",a)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackQuality=function(a){this._ready?this._player.setPlaybackQuality(a):this._queueCommand("setPlaybackQuality",a)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getPlaybackRate=function(){return this._ready&&this._player.getPlaybackRate()||1};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getAvailablePlaybackRates=function(){return this._ready&&this._player.getAvailablePlaybackRates()||[1]};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getDuration=function(){return this._ready&&this._player.getDuration()||0};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getProgress=function(){return this._ready&&this._player.getVideoLoadedFraction()||0};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getState=function(){return this._ready&&YOUTUBE_STATES[this._player.getPlayerState()]||"unstarted"};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getCurrentTime=function(){return this._ready&&this._player.getCurrentTime()||0};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.destroy=function(){this._destroy()};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._destroy=function(a){this.destroyed||(this.destroyed=!0,this._player&&(this._player.stopVideo&&this._player.stopVideo(),this._player.destroy()),this._player=this._api=this._opts=this._id=this.videoId=null,this._ready=!1,this._queue=null,this._stopInterval(),this.removeListener("playing",this._startInterval),this.removeListener("paused",
|
||||
this._stopInterval),this.removeListener("buffering",this._stopInterval),this.removeListener("unstarted",this._stopInterval),this.removeListener("ended",this._stopInterval),a&&this.emit("error",a))};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._queueCommand=function(a,b){for(var c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];this.destroyed||this._queue.push([a,c])};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._flushQueue=function(){for(;this._queue.length;){var a=this._queue.shift();this[a[0]].apply(this,a[1])}};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._loadIframeAPI=function(a){if(window.YT&&"function"===typeof window.YT.Player)return a(null,window.YT);loadIframeAPICallbacks.push(a);Array.from(document.getElementsByTagName("script")).some(function(a){return a.src===YOUTUBE_IFRAME_API_SRC})||loadScript(YOUTUBE_IFRAME_API_SRC).catch(function(a){for(;loadIframeAPICallbacks.length;)loadIframeAPICallbacks.shift()(a)});
|
||||
var b=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){for("function"===typeof b&&b();loadIframeAPICallbacks.length;)loadIframeAPICallbacks.shift()(null,window.YT)}};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._createPlayer=function(a){var b=this;if(!this.destroyed){var c=this._opts;this._player=new this._api.Player(this._id,{width:c.width,height:c.height,videoId:a,host:c.host,playerVars:{autoplay:c.autoplay?1:0,mute:c.mute?1:0,hl:null!=c.captions&&!1!==c.captions?c.captions:void 0,cc_lang_pref:null!=c.captions&&!1!==c.captions?
|
||||
c.captions:void 0,controls:c.controls?2:0,enablejsapi:1,allowfullscreen:!0,iv_load_policy:c.annotations?1:3,modestbranding:c.modestBranding?1:0,origin:"*",rel:c.related?1:0,mode:"transparent",showinfo:0,html5:1,version:3,playerapiid:"iframe_YTP_1624972482514"},events:{onReady:function(){return b._onReady(a)},onStateChange:function(a){return b._onStateChange(a)},onPlaybackQualityChange:function(a){return b._onPlaybackQualityChange(a)},onPlaybackRateChange:function(a){return b._onPlaybackRateChange(a)},
|
||||
onError:function(a){return b._onError(a)}}})}};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onReady=function(a){this.destroyed||(this._ready=!0,this.load(this.videoId,this._autoplay,this._start),this._flushQueue())};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onStateChange=function(a){if(!this.destroyed){var b=YOUTUBE_STATES[a.data];if(b)["paused","buffering","ended"].includes(b)&&this._onTimeupdate(),this.emit(b),["unstarted","playing","cued"].includes(b)&&this._onTimeupdate();else throw Error("Unrecognized state change: "+a);}};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onPlaybackQualityChange=function(a){this.destroyed||this.emit("playbackQualityChange",a.data)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onPlaybackRateChange=function(a){this.destroyed||this.emit("playbackRateChange",a.data)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onError=function(a){if(!this.destroyed&&(a=a.data,a!==YOUTUBE_ERROR.HTML5_ERROR)){if(a===YOUTUBE_ERROR.UNPLAYABLE_1||a===YOUTUBE_ERROR.UNPLAYABLE_2||a===YOUTUBE_ERROR.NOT_FOUND||a===YOUTUBE_ERROR.INVALID_PARAM)return this.emit("unplayable",this.videoId);this._destroy(Error("YouTube Player Error. Unknown error code: "+
|
||||
a))}};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._startOptimizeDisplayEvent=function(){var a=this;this._resizeListener||(this._resizeListener=function(){return a._optimizeDisplayHandler("center, center")},window.addEventListener("resize",this._resizeListener))};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onTimeupdate=function(){this.emit("timeupdate",this.getCurrentTime())};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._startInterval=function(){var a=this;this._interval=setInterval(function(){return a._onTimeupdate()},this._opts.timeupdateFrequency)};
|
||||
$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._stopInterval=function(){clearInterval(this._interval);this._interval=null};YouTubePlayer=$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0;
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._createPlayer=function(a){var b=this;if(!this.destroyed){var c=this._opts;this._player=new this._api.Player(this._id,{width:c.width,height:c.height,videoId:a,host:c.host,playerVars:{autoplay:c.autoplay?1:0,mute:c.mute?1:0,hl:null!=c.captions&&!1!==c.captions?c.captions:void 0,cc_lang_pref:null!=c.captions&&!1!==c.captions?c.captions:
|
||||
void 0,controls:c.controls?2:0,enablejsapi:1,allowfullscreen:!0,iv_load_policy:c.annotations?1:3,modestbranding:c.modestBranding?1:0,origin:"*",rel:c.related?1:0,mode:"transparent",showinfo:0,html5:1,version:3,playerapiid:"iframe_YTP_1624972482514"},events:{onReady:function(){return b._onReady(a)},onStateChange:function(a){return b._onStateChange(a)},onPlaybackQualityChange:function(a){return b._onPlaybackQualityChange(a)},onPlaybackRateChange:function(a){return b._onPlaybackRateChange(a)},onError:function(a){return b._onError(a)}}})}};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onReady=function(a){this.destroyed||(this._ready=!0,this.load(this.videoId,this._autoplay,this._start),this._flushQueue())};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onStateChange=function(a){if(!this.destroyed){var b=YOUTUBE_STATES[a.data];if(b)["paused","buffering","ended"].includes(b)&&this._onTimeupdate(),this.emit(b),["unstarted","playing","cued"].includes(b)&&this._onTimeupdate();else throw Error("Unrecognized state change: "+a);}};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onPlaybackQualityChange=function(a){this.destroyed||this.emit("playbackQualityChange",a.data)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onPlaybackRateChange=function(a){this.destroyed||this.emit("playbackRateChange",a.data)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onError=function(a){if(!this.destroyed&&(a=a.data,a!==YOUTUBE_ERROR.HTML5_ERROR)){if(a===YOUTUBE_ERROR.UNPLAYABLE_1||a===YOUTUBE_ERROR.UNPLAYABLE_2||a===YOUTUBE_ERROR.NOT_FOUND||a===YOUTUBE_ERROR.INVALID_PARAM)return this.emit("unplayable",this.videoId);this._destroy(Error("YouTube Player Error. Unknown error code: "+a))}};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._startOptimizeDisplayEvent=function(){var a=this;this._resizeListener||(this._resizeListener=function(){return a._optimizeDisplayHandler("center, center")},window.addEventListener("resize",this._resizeListener))};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._onTimeupdate=function(){this.emit("timeupdate",this.getCurrentTime())};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._startInterval=function(){var a=this;this._interval=setInterval(function(){return a._onTimeupdate()},this._opts.timeupdateFrequency)};
|
||||
C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._stopInterval=function(){clearInterval(this._interval);this._interval=null};YouTubePlayer=C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0;
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'NES';
|
||||
src: url('../NES/NESCyrillic.ttf') format('truetype');
|
||||
}
|
1280
index.html
|
@ -6,7 +6,7 @@
|
|||
"name": "mobirise5",
|
||||
"title": "Mobirise 5",
|
||||
"styling": {
|
||||
"primaryColor": "#000000",
|
||||
"primaryColor": "#273043",
|
||||
"secondaryColor": "#dd0426",
|
||||
"successColor": "#40b0bf",
|
||||
"infoColor": "#273043",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"cookiesAlert": false,
|
||||
"gdpr": false,
|
||||
"uniqCompNum": 55,
|
||||
"versionPublish": "5.9.13",
|
||||
"versionPublish": "5.9.6",
|
||||
"screenshot": "screenshot.png",
|
||||
"mbrsiteDomain": "qzetfjxjfh",
|
||||
"publishChangesOnly": true,
|
||||
|
@ -825,7 +825,7 @@
|
|||
},
|
||||
"_name": "content5",
|
||||
"_sourceTheme": "mobirise5",
|
||||
"_customHTML": "<section data-bs-version=\"5.1\" class=\"content5\" group=\"Content\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n <input type=\"range\" name=\"textWidth\" title=\"Width\" min=\"4\" max=\"12\" value=\"10\" step=\"1\">\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n <header>Background</header>\n <input type=\"color\" title=\"Color\" name=\"bgColor\" value=\"#9197ae\">\n </mbr-parameters>\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-12 col-lg-{{textWidth}}\">\n <h3 class=\"mbr-section-title mbr-fonts-style mb-4\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\" mbr-theme-style=\"display-2\">\n <b>Article Title</b>\n </h3>\n <h4 class=\"mbr-section-subtitle mbr-fonts-style mb-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\" mbr-theme-style=\"display-2\"><b>Event Schedule</b></h4>\n <p class=\"mbr-text mbr-fonts-style\" data-app-selector=\".mbr-text\" mbr-theme-style=\"display-7\"><b>Friday January 12th </b><br><b>06:00 PM</b> Doors Open / Check-In Begins\n<br><b>06:30 PM Opening Ceremony Begins</b><b><br>07:00 PM</b> Dinner<b><br>07:30 PM</b> Opening Ceremony Ends\n<br><b>07:30 PM</b> Team Formation Activity<br><b>09:00 PM</b> Git Workshop<br><b>10:00 PM</b> Python Workshop<br><br><br><b>Saturday January 13th</b><br><b>09:00 AM</b> Drop-in Breakfast\n<br><b>12:30 PM</b> Drop-in Lunch<br><b>01:00 PM</b> React Workshop<br><b>03:00 PM</b> Physical Party Games<br><b>05:00 PM</b> Flask and Express Workshop<br><b>06:00 PM</b> PC Building Workshop<br><b>07:00 PM</b> Creative Buildathon (VGC)<br><b>07:00 PM</b> Drop-in Dinner\n<br><b>08:00 PM</b> Movie Night\n<br><b>10:00 PM</b> Digital Party Games (Jackbox, Gartic Phone, skribbl.io)<br><br><b>Sunday January 14th</b><br><b>09:00 AM </b>Drop-in<b> </b>Breakfast<br><b>11:00 AM</b> Project Submission Deadline (Upload to DevPost!)<br><b>02:30 PM</b> <b>Closing Ceremony and Awards</b><br><br><i><br></i><br></p>\n </div>\n </div>\n </div>\n</section>",
|
||||
"_customHTML": "<section data-bs-version=\"5.1\" class=\"content5\" group=\"Content\">\n <mbr-parameters>\n <header>Size</header>\n <input type=\"checkbox\" title=\"Full Width\" name=\"fullWidth\">\n <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"10\" step=\"1\" value=\"5\">\n <input type=\"range\" name=\"textWidth\" title=\"Width\" min=\"4\" max=\"12\" value=\"10\" step=\"1\">\n <header>Show/Hide</header>\n <input type=\"checkbox\" title=\"Title\" name=\"showTitle\">\n <input type=\"checkbox\" title=\"Subtitle\" name=\"showSubtitle\" checked>\n <header>Background</header>\n <input type=\"color\" title=\"Color\" name=\"bgColor\" value=\"#9197ae\">\n </mbr-parameters>\n <div mbr-class=\"{'container': !fullWidth, 'container-fluid': fullWidth}\">\n <div class=\"row justify-content-center\">\n <div class=\"col-md-12 col-lg-{{textWidth}}\">\n <h3 class=\"mbr-section-title mbr-fonts-style mb-4\" mbr-if=\"showTitle\" data-app-selector=\".mbr-section-title\" mbr-theme-style=\"display-2\">\n <b>Article Title</b>\n </h3>\n <h4 class=\"mbr-section-subtitle mbr-fonts-style mb-4\" mbr-if=\"showSubtitle\" data-app-selector=\".mbr-section-subtitle\" mbr-theme-style=\"display-2\"><b>Event Schedule</b></h4>\n <p class=\"mbr-text mbr-fonts-style\" data-app-selector=\".mbr-text\" mbr-theme-style=\"display-7\"><b>Friday January 13th </b><br><b>06:00 PM</b> Doors Open / Check-In Begins\n<br><b>06:30 PM Opening Ceremony Begins</b><b><br>07:00 PM</b> Dinner<b><br>07:30 PM</b> Opening Ceremony Ends\n<br><b>07:30 PM</b> Team Formation Activity\n<br><b>08:30 PM</b> Merch Drop\n<br><b>09:00 PM</b> Workshop1<br><br><b>Saturday January 14th</b><br><b>09:00 AM</b> Breakfast\n<br><b>12:30 PM</b> Lunch<br><b>01:00 PM</b> Workshop2<br><b>02:00 PM</b> Workshop3<br><b>05:00 PM</b> Workshop4<br><b>07:00 PM</b> Dinner\n<br><b>08:00 PM</b> Movie Night\n<br><b>10:00 PM</b> Games (Jackbox, Gartic Phone, skribbl.io)<br><br><b>Sunday January 15th</b><br><b>09:00 AM </b>Drop-in<b> </b>Breakfast<br><b>11:00 AM</b> Project Submission Deadline (Upload to DevPost!)<br><b>\n12:00 PM</b> Workshop5<br><b>02:30 PM</b> <b>Closing Ceremony and Awards</b><br><br><i><br></i><br></p>\n </div>\n </div>\n </div>\n</section>",
|
||||
"_cid": "sU99xA04eV",
|
||||
"_anchor": "content5-x",
|
||||
"_protectedParams": [],
|
||||
|
|