forked from didirus/AstralRinth
* feat: medal promotion on servers page * feat: medal server card * fix: styling changes * fix: colors for dark mode only * fix: light mode medal promotion * feat: finish server card layout * feat: countdown on server panel * fix: lint * feat: use same gradient as promo * fix: scale for medal bg * fix: border around server icon * feat: medal subscr expiry date stuff * feat: progress on plans within the modal * feat: finalize plan modal stage * fix: unused scss * feat: remove buttons from cards * feat: upgrade button opens modal on server panel * feat: billing endpoint * fix: lint issues * fix: lint issues * fix: lint issues * feat: better handling of downgrades + existing plan checks * feat: update medal url * feat: proration visual in modal * feat: standardize upgrade modal into ServersUpgradeModalWrapper * feat: replace upgrade PurchaseModal with ServersUpgradeModalWrapper * feat: allow server region * fix: lint * fix: lint * fix: medal frontend completion * fix: lint issues * feat: ad * fix: hover tooltip + orange new server sparkle * feat: ad * fix: lint issues new eslint * feat: match ad * feat: support for ?dry=true * fix: lint isuses * fix: lint issues * fix: TeleportDropdownMenu imports * fix: hash nav issues * feat: clarify confirm changes btn * fix: lint issues * fix: "Using new payment method" * fix: lint * fix: re-add -mt-2 --------- Signed-off-by: Cal H. <hendersoncal117@gmail.com>
156 lines
3.0 KiB
Vue
156 lines
3.0 KiB
Vue
<template>
|
|
<div class="ad-parent relative mb-3 flex w-full justify-center rounded-2xl bg-bg-raised">
|
|
<nuxt-link
|
|
to="/servers?plan&ref=medal"
|
|
class="flex max-h-[250px] min-h-[250px] min-w-[300px] max-w-[300px] flex-col gap-4 rounded-[inherit]"
|
|
>
|
|
<img
|
|
src="https://cdn-raw.modrinth.com/medal-modrinth-servers-light.webp"
|
|
alt="Host your next server with Modrinth Servers"
|
|
class="light-image hidden rounded-[inherit]"
|
|
/>
|
|
<img
|
|
src="https://cdn-raw.modrinth.com/medal-modrinth-servers-dark.webp"
|
|
alt="Host your next server with Modrinth Servers"
|
|
class="dark-image rounded-[inherit]"
|
|
/>
|
|
</nuxt-link>
|
|
<div
|
|
class="absolute top-0 flex items-center justify-center overflow-hidden rounded-2xl bg-bg-raised"
|
|
>
|
|
<div id="modrinth-rail-1" />
|
|
</div>
|
|
</div>
|
|
</template>
|
|
<script setup>
|
|
useHead({
|
|
script: [
|
|
// {
|
|
// // Clean.io
|
|
// src: "https://cadmus.script.ac/d14pdm1b7fi5kh/script.js",
|
|
// },
|
|
{
|
|
// Aditude
|
|
src: 'https://dn0qt3r0xannq.cloudfront.net/modrinth-7JfmkEIXEp/modrinth-longform/prebid-load.js',
|
|
async: true,
|
|
},
|
|
{
|
|
// Optima
|
|
src: 'https://bservr.com/o.js?uid=8118d1fdb2e0d6f32180bd27',
|
|
async: true,
|
|
},
|
|
{
|
|
src: '/inmobi.js',
|
|
async: true,
|
|
},
|
|
],
|
|
link: [
|
|
{
|
|
rel: 'preload',
|
|
as: 'script',
|
|
href: 'https://www.googletagservices.com/tag/js/gpt.js',
|
|
},
|
|
],
|
|
})
|
|
|
|
onMounted(() => {
|
|
window.tude = window.tude || { cmd: [] }
|
|
window.Raven = window.Raven || { cmd: [] }
|
|
|
|
window.Raven.cmd.push(({ config }) => {
|
|
config.setCustom({
|
|
param1: 'web',
|
|
})
|
|
})
|
|
|
|
tude.cmd.push(function () {
|
|
tude.refreshAdsViaDivMappings([
|
|
{
|
|
divId: 'modrinth-rail-1',
|
|
baseDivId: 'pb-slot-square-2',
|
|
targeting: {
|
|
location: 'web',
|
|
},
|
|
},
|
|
])
|
|
})
|
|
})
|
|
</script>
|
|
<style>
|
|
iframe[id^='google_ads_iframe'] {
|
|
color-scheme: normal;
|
|
background: transparent;
|
|
}
|
|
|
|
#qc-cmp2-ui {
|
|
background: var(--color-raised-bg);
|
|
border-radius: var(--radius-lg);
|
|
color: var(--color-base);
|
|
}
|
|
|
|
#qc-cmp2-ui::before {
|
|
background: var(--color-raised-bg);
|
|
}
|
|
|
|
#qc-cmp2-ui::after {
|
|
background: var(--color-raised-bg);
|
|
}
|
|
|
|
#qc-cmp2-ui button[mode='primary'] {
|
|
background: var(--color-brand);
|
|
color: var(--color-accent-contrast);
|
|
border-radius: var(--radius-lg);
|
|
border: none;
|
|
}
|
|
|
|
#qc-cmp2-ui button[mode='secondary'] {
|
|
background: var(--color-button-bg);
|
|
color: var(--color-base);
|
|
border-radius: var(--radius-lg);
|
|
border: none;
|
|
}
|
|
|
|
#qc-cmp2-ui button[mode='link'] {
|
|
color: var(--color-link);
|
|
}
|
|
|
|
#qc-cmp2-ui h2 {
|
|
color: var(--color-contrast);
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
#qc-cmp2-ui div,
|
|
#qc-cmp2-ui li,
|
|
#qc-cmp2-ui strong,
|
|
#qc-cmp2-ui p,
|
|
#qc-cmp2-ui .qc-cmp2-list-item-title,
|
|
#qc-cmp2-ui .qc-cmp2-expandable-info {
|
|
color: var(--color-base);
|
|
font-family: var(--font-standard);
|
|
}
|
|
|
|
#qc-cmp2-ui .qc-cmp2-toggle[aria-checked='true'] {
|
|
background-color: var(--color-brand);
|
|
border: 1px solid var(--color-brand);
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
.ad-parent {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<style lang="scss" scoped>
|
|
.light,
|
|
.light-mode {
|
|
.dark-image {
|
|
display: none;
|
|
}
|
|
|
|
.light-image {
|
|
display: block;
|
|
}
|
|
}
|
|
</style>
|