Skip to content

Commit

Permalink
deploy: a40c1aa
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Dec 11, 2024
1 parent 4d428fe commit d8e9423
Show file tree
Hide file tree
Showing 246 changed files with 28,563 additions and 3,517 deletions.
128 changes: 117 additions & 11 deletions .well-known/change-password.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="h-100" >
<html lang="en" class=" " class="h-100" >
<head>
<!-- Head -->

Expand Down Expand Up @@ -76,8 +76,8 @@
app: 'somiibo',
version: '1.0.0',
url: 'https://twitbooster.com',
buildTime: '1733865756',
cacheBreaker: '1733865756',
buildTime: '1733918722',
cacheBreaker: '1733918722',
settings: { libraries: { firebase_app: { enabled: true, config: { apiKey: 'AIzaSyA3-YBkywbzpstijvMqUwn_a0GQTi3EZQc', authDomain: 'somiibo.com', databaseURL: 'https://somiibo-91d13.firebaseio.com', projectId: 'somiibo-91d13', storageBucket: 'somiibo-91d13.appspot.com', messagingSenderId: '605660972329', appId: '1:605660972329:web:4860b3b7afb8591f', measurementId: 'G-PM3ZKCHLMS', }, }, firebase_appCheck: { enabled: false, config: { siteKey: '6LddIDsoAAAAAIlymzmJuwr9Ktz7vS7e0LLxY4kd', }, }, cookieconsent: { enabled: true, config: { palette: { popup: { background: '#1fb7f2', text: '#fff', }, button: { background: '#fff', text: '#1fb7f2', }, }, }, }, chatsy: { enabled: true, config: { accountId: '98WVIFYdGrUbjL4jgyXLPe8ICFt1', chatId: 'NcEywcnfLMs1cB', settings: { openChatButton: { background: '#1fb7f2', text: '#fff', }, }, }, }, sentry: { enabled: true, config: { dsn: '', release: 'ultimate-jekyll-website', replaysSessionSampleRate: 0.01, replaysOnErrorSampleRate: 0.01, }, }, }, exitPopup: { enabled: true, config: { timeout: 1000 * 60 * 60 * 4, handler: null, title: 'Special Offer!', message: 'Get 15% off your purchase of our <strong>Premium plans</strong>. <br><br> Get access to all features and unlimited usage.', okButton: { text: 'Claim 15% Discount', link: '/pricing?utm_source=exit-popup&utm_medium=popup&utm_campaign={pathname}', }, }, }, } ,
brand: {
name: 'Twit Booster',
Expand Down Expand Up @@ -111,13 +111,13 @@
};
</script>

<!-- Favicon --><link rel="apple-touch-icon" sizes="180x180" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/apple-touch-icon.png?cb=1733865756">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon-32x32.png?cb=1733865756">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon-16x16.png?cb=1733865756">
<!-- Favicon --><link rel="apple-touch-icon" sizes="180x180" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/apple-touch-icon.png?cb=1733918722">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon-32x32.png?cb=1733918722">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon-16x16.png?cb=1733918722">
<link rel="mask-icon" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon.ico?cb=1733865756">
<link rel="shortcut icon" href="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/favicon.ico?cb=1733918722">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/browserconfig.xml?cb=1733865756">
<meta name="msapplication-config" content="https://cdn.itwcreativeworks.com/assets/somiibo/images/favicon/browserconfig.xml?cb=1733918722">
<meta name="theme-color" content="#ffffff">

<!-- CSS - Defaults-->
Expand Down Expand Up @@ -196,20 +196,35 @@
}
}

.animation-hover-up {
-webkit-transition: all .3s cubic-bezier(.2,.3,0,1);
-moz-transition: all .3s cubic-bezier(.2,.3,0,1);
-ms-transition: all .3s cubic-bezier(.2,.3,0,1);
-o-transition: all .3s cubic-bezier(.2,.3,0,1);
transition: all .3s cubic-bezier(.2,.3,0,1);
}
.animation-hover-up:hover {
-moz-transform: translate(0,-8px);
-o-transform: translate(0,-8px);
-ms-transform: translate(0,-8px);
-webkit-transform: translate(0,-8px);
transform: translateY(-8px);
}
.animation-hover-up {

.animation-hover-zoom {
-webkit-transition: all .3s cubic-bezier(.2,.3,0,1);
-moz-transition: all .3s cubic-bezier(.2,.3,0,1);
-ms-transition: all .3s cubic-bezier(.2,.3,0,1);
-o-transition: all .3s cubic-bezier(.2,.3,0,1);
transition: all .3s cubic-bezier(.2,.3,0,1);
}
.animation-hover-zoom:hover {
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
transform: scale(1.05);
}

/* @keyframes opacity {
0% {
Expand Down Expand Up @@ -372,6 +387,24 @@
animation: shimmer 3s ease-out infinite alternate;
}

@keyframes flex {
0% {
transform: scaleX(1)
}

50% {
transform: scale3d(1.05, 1.05, 1.05)
}

to {
transform: scaleX(1)
}
}

.animation-flex {
animation: flex 1s ease-in-out infinite;
}

@keyframes wiggle {
0%,
20%,
Expand Down Expand Up @@ -403,6 +436,79 @@
animation: wiggle 1.5s ease-in-out infinite;
}

@keyframes up-down {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}

.animation-up-down {
animation: up-down 3s ease-in-out infinite;
}

/* Filters */
.filter-white {
filter: brightness(0) invert(1);
}

.filter-black {
filter: brightness(0) invert(1) hue-rotate(180deg);
}

/* Buttons */
/* .btn-gradient {
animation: shimmer 3s ease-out infinite alternate !important;
border-width: 0 !important;
border-color: transparent !important;
background-color: transparent !important;
background-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) !important;
background-size: 300% 300% !important;
text-transform: none !important;
--tw-text-opacity: 1 !important;
color: rgb(255 255 255/ 1!important) !important;
--tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition-duration: .1s;
animation-duration: .1s;
} */

.btn-gradient {
animation: shimmer 3s ease-out infinite alternate !important;
border-width: 0 !important;
border-color: transparent !important;
background-color: transparent !important;
background-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) !important;
background-size: 300% 300% !important;
text-transform: none !important;
color: rgba(255, 255, 255, 1) !important;
/* Replacing Tailwind CSS custom properties with a specific box-shadow value */
box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
transition-duration: 3s !important;
animation-duration: 3s !important;
}
.btn-gradient:hover {
opacity: 0.70;
}

.text-gradient {
background-image: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
background-size: 300% 300%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shimmer 3s ease-out infinite alternate;
}

@keyframes shimmer {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}





.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
Expand Down Expand Up @@ -587,7 +693,7 @@

<!-- Style - IE 9 and Below Only -->
<!--[if lte IE 9]>
<link rel="stylesheet" type="text/css" href="/assets/css/master/lte-ie9.css?cb=1733865756">
<link rel="stylesheet" type="text/css" href="/assets/css/master/lte-ie9.css?cb=1733918722">
<![endif]-->

<!-- Style - Scripts are Disabled -->
Expand Down Expand Up @@ -776,7 +882,7 @@ <h5 class="modal-title">


<!-- Script - Bundle -->
<script type="text/javascript" src="https://twitbooster.com/assets/js/main.js?cb=1733865756" async></script>
<script type="text/javascript" src="https://twitbooster.com/assets/js/main.js?cb=1733918722" async></script>


<!-- TODO: FIX THIS -->
Expand Down
Loading

0 comments on commit d8e9423

Please sign in to comment.