Skip to content

Commit 4d98c93

Browse files
committed
brsls-ctf
1 parent 5146c5a commit 4d98c93

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

pages/brussels-ctf.vue

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

0 commit comments

Comments
 (0)