Skip to content

Commit

Permalink
inform about campaign end
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed May 29, 2024
1 parent c6e0d24 commit abc3e4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions components/Index/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
<span class="gradient gradient_one">Test</span> Campaign
</h1>
<p class="paragraph paragraph_medium main__description margin_large">
Become one of the first users to help improving Incognitee and get a
chance to win one of the juicy prices.
Integritee ran a test campaign for Incognitee from May 7th to 21st 2024.
The campaign is over and the <NuxtLink to="https://x.com/integri_t_e_e/status/1795431400469835777" class="color_blue">winners have been announced on X</NuxtLink>
</p>
<p class="paragraph paragraph_medium main__description margin_large">
<p class="color_blue"><b>please stay tuned while we prepare a full wallet experience for you here on this page</b></p>

<p class="mt-3"> for your reference, we keep the content of our past campaign available until we launch the wallet beta</p>

<p class="paragraph paragraph_medium main__description margin_large mt-8">
<a href="https://incognitee.io/"> Incognitee</a> is a fast and
scalable privacy enhancement for
<a href="https://polkadot.network">Polkadot</a>, and we are
Expand Down
10 changes: 7 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<template>
<div class="home-section">
<Main />
<Steps />
<Rules />
<Prizes />
<Socials />
<Footer />
</div>
</template>

<script setup lang="ts">
import Main from "~/components/Index/Main.vue";
import Prizes from "~/components/Index/Prizes.vue";
import Rules from "~/components/Index/Rules.vue";
import Steps from "~/components/Index/Steps.vue";
import Footer from "~/components/Footer/index.vue";
import Socials from "~/components/Socials/Section.vue";
import { generateSEO } from "~/helpers/generateSEO";
Expand All @@ -25,6 +25,10 @@ generateSEO({

<style lang="scss">
.home-section {
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
flex-grow: 1;
}
</style>

0 comments on commit abc3e4b

Please sign in to comment.