Skip to content

Commit 3bad262

Browse files
committed
Cleaup up CheerpJ hackathon messaging
1 parent a7a685d commit 3bad262

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/lib/messages.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
const color= "\x1b[1;35m";
2-
const orange = "\x1b[38;5;202m";
3-
const purple = "\x1b[38;5;141m";
42
const underline= "\x1b[94;4m";
5-
const bold = "\x1b[1m"
63
const normal= "\x1b[0m";
74
export const introMessage = [
85
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
@@ -21,13 +18,6 @@ export const introMessage = [
2118
"| |",
2219
"| " + underline + "https://labs.leaningtech.com/blog/browserpod-annoucement" + normal + " |",
2320
"| |",
24-
"|"+ orange +" [Join] "+ normal + "our first " + bold + orange + "CheerpJ Hackathon!" + normal + " |",
25-
"| |",
26-
"| Explore how CheerpJ can be applied to real-world science and research |",
27-
"| projects, with a" + bold + " £500 " + normal + "prize awaiting the winning team. |",
28-
"| |",
29-
"| Visit " + underline + "https://labs.leaningtech.com/cheerpj-hackathon" + normal + " for more details! |",
30-
"| |",
3121
"+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+",
3222
"",
3323
" Welcome to WebVM. If unsure, try these examples:",

0 commit comments

Comments
 (0)