stevekrouse-jumpchain_website.web.val.run
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/** @jsxImportSource https://esm.sh/hono@latest/jsx **/
import { modifyFetchHandler } from "https://esm.town/v/andreterron/codeOnValTown?v=50";
import { html } from "https://esm.town/v/stevekrouse/html?v=5";
import { Context, Hono } from "npm:hono";
export const homepage = (c: Context) => {
return c.html(
<html>
<head>
<title>What is Jumpchain?</title>
<style
dangerouslySetInnerHTML={{
__html:
`:root{--slate1: hsl(200, 7%, 8.8%);--slate2: hsl(195, 7.1%, 11%);--slate3: hsl(197, 6.8%, 13.6%);--slate4: hsl(198, 6.6%, 15.8%);--slate5: hsl(199, 6.4%, 17.9%);--slate6: hsl(201, 6.2%, 20.5%);--slate7: hsl(203, 6%, 24.3%);--slate8: hsl(207,
}}
>
</style>
</head>
<body>
<h1>What is Jumpchain</h1>
<p>
Jumpchain is a game, story prompt, and a community. The central premise is that you gain powers, items, and
companions as you travel through universes. It's common for people to write stories about adventures of people
living the experience of Jumpchain. In the community, people like posting what they would buy before entering
a universe, trying to figure out the best decisions they can make, and answering questions.
</p>
<h2>Introductions</h2>
<ul>
<li>
<a
href="https://forums.spacebattles.com/threads/general-jumpchain-thread-the-13th.1124501/?post=96367940#post-96367940"
target="_blank"
>
Spacebattles'
</a>
</li>
<li>
<a href="https://jumpchain.fandom.com/wiki/Jumpchain_Wikia" target="_blank">Jumpchain_Wikia's</a>
</li>
<li>
<a href="https://jumpchain.wordpress.com/what-is-jumpchain/" target="_blank">SJ-chan's</a>
</li>
<li>
<a href="https://drive.google.com/file/d/1u2szJsmjD_5LdJlJ6_95CYxh3PIjSUJ2/view" target="_blank">
Glossary
</a>
</li>
<li>
<a
href="https://www.reddit.com/r/JumpChain/comments/mco5cb/i_created_a_document_for_first_timer_to_the_hobby/"
target="_blank"
>
Astrangeplaytomake's deep dive explanation how to play
</a>
</li>
</ul>
<h2>Jumpdocs</h2>
<ul>
<li>
<a
href="https://drive.google.com/drive/folders/0B1qb0_OLhDrDYVVpbllIREdOczg?resourcekey=0-m3LU1xaC5-PnnA0VLRfK9g"
target="_blank"
>
Brutus' Drive
</a>
</li>
<li>
<a href="https://drive.google.com/drive/folders/1Cx7KoDkQa9qmDfJN9_CehZ0fxXEweKOu" target="_blank">
DriveAnon's Drive
</a>
</li>
<li>
<a
href="https://drive.google.com/drive/folders/0By8NY-NO4-N5OXNwN3R2QkZjeXM?resourcekey=0-EltLFNXY3J-bNB_E_z4bZw"
target="_blank"
>
SpaceBattles and Questionable Questing's Drive
</a>
</li>
<li>
<a
href="https://drive.google.com/drive/folders/1KxTXeHrbttL4G1lugsQdTd1CjktBmBwd?tid=0B20r6rsFLOg_Zk5RdVdya3hJNnc"
target="_blank"
>
Reddit's JumpDrive you need to message soniccody12 to add one
</a>
</li>
<li>
<a href="https://old.reddit.com/r/JumpChain/comments/hbjstz/jump_tracker/" target="_blank">
Jump Tracker by u/infaera
</a>
</li>
<li>
<a href="https://old.reddit.com/r/JumpChain/comments/emxagc/alljumps_list_update/" target="_blank">
All Jump List
</a>
</li>
<li>
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
July 23, 2024