Skip to content

Commit bd845e7

Browse files
authored
Merge pull request #75 from celenium-io/dev
Dev
2 parents 8339ea9 + 9fd685c commit bd845e7

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

pages/brussels-ctf.vue

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<script setup>
2+
useHead({
3+
title: "Brussels CTF",
4+
})
5+
</script>
6+
7+
<template>
8+
<Flex direction="column" gap="24" :class="$style.wrapper">
9+
<Text size="13" height="160" color="secondary" mono>
10+
<Text weight="600" color="primary">Welcome, seeker of truth.</Text> You stand at the threshold of Celestia blobs, ready to
11+
uncover the boundless potential of unfettered data creation. Your journey will test your resolve and ingenuity, leading you to
12+
the heart of hidden knowledge.
13+
</Text>
14+
15+
<Text size="13" height="160" color="secondary" mono>
16+
<Text weight="600" color="primary">Your first mission:</Text> locate the entry point linked to Celenium. This address is your
17+
key to unlocking the secrets within. Once found, you will face five tasks, each meticulously concealed within the blobs. Decode
18+
them.
19+
</Text>
20+
21+
<Text size="13" height="160" color="secondary" mono>
22+
Each task demands a singular answer. Upon solving, embed your answer within the blob and share the transaction hash at the
23+
Celenium Booth, located near the Gaming Section. Remember, only the first correct solution will be rewarded.
24+
</Text>
25+
26+
<Text size="13" height="160" color="secondary" mono> May your path be clear and your mind sharp. Time is of the essence. </Text>
27+
28+
<Text size="13" height="160" color="primary" mono> Good luck. </Text>
29+
</Flex>
30+
</template>
31+
32+
<style module>
33+
.wrapper {
34+
max-width: 550px;
35+
36+
padding: 40px 24px 60px 24px;
37+
}
38+
</style>

0 commit comments

Comments
 (0)