mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-12-17 19:21:42 +00:00
Branding
This commit is contained in:
parent
9bdff9332b
commit
e82b090d60
3 changed files with 15 additions and 5 deletions
|
@ -10,9 +10,9 @@
|
|||
<link rel="alternate icon" type="image/png" sizes="48x48" href="/favicon.ico">
|
||||
<meta name="theme-color" content="#2E3440">
|
||||
|
||||
<title>Profectus</title>
|
||||
<meta name="description" content="A project made in Profectus"/>
|
||||
|
||||
<title>Advent Incremental</title>
|
||||
<meta name="description" content="An incremental game you play a day at a time, leading up to Christmas!"/>
|
||||
<script defer="true" data-domain="thepaperpilot.org" src="https://plausible.io/js/plausible.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
@ -26,7 +26,17 @@
|
|||
<template v-slot:header
|
||||
><h2>{{ main.loreTitle.value }}</h2></template
|
||||
>
|
||||
<template v-slot:body>{{ main.loreBody.value }}</template>
|
||||
<template v-slot:body>
|
||||
{{ main.loreBody.value }}
|
||||
<div v-if="!main.days[main.day.value - 1].opened.value">
|
||||
<br />
|
||||
You can help continue the <i>advent</i>ure at:
|
||||
<a href="https://discord.gg/WzejVAx" class="info-modal-discord-link">
|
||||
<span class="material-icons info-modal-discord">discord</span>
|
||||
The Paper Pilot Community
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
</Modal>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -81,7 +81,7 @@ function openChangelog() {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style>
|
||||
.info-modal-header {
|
||||
display: flex;
|
||||
margin: -20px;
|
||||
|
|
Loading…
Reference in a new issue