Skip to content

Commit bd6c5b3

Browse files
authored
add jam-search card, rename demo to app (#16)
1 parent fe3ac17 commit bd6c5b3

File tree

1 file changed

+32
-19
lines changed

1 file changed

+32
-19
lines changed

src/index.html

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>fluffy labs</h1>
4848
</div>
4949

5050
<div class="top-section-description">
51-
<div class="container">
51+
<div class="container">
5252
<p>hey there! we build fluffy blockchain stuff. talk is cheap, so see our github for the code.</p>
5353
</div>
5454
</div>
@@ -81,53 +81,66 @@ <h3>pvm debugger<br/><small>&nbsp;</small></h3>
8181
and after plugging in one of available pvm implementations also running &amp; debugging it.
8282
</p>
8383
<a href="//github.com/fluffylabs/pvm-debugger" class="btn-transparent">code</a>
84-
<a href="//pvm.fluffylabs.dev" class="btn">demo</a>
84+
<a href="//pvm.fluffylabs.dev" class="btn">app</a>
8585
</div>
8686
<div class="item">
8787
<div class="img"><img src="assets/images/icon1.png" alt="gray paper reader icon"></div>
8888
<h3>gray paper reader<br/><small>&nbsp;</small></h3>
8989
<p>
90-
to accelerate jam implementation, we have built a web-based reader for the <a href="//graypaper.com">gray paper</a>. it allows sharing links to a selection and manage personal notes. there is also an ai assistant to help explaining the concise form of the paper.
90+
to accelerate jam implementation, we have built a web-based reader for the <a href="//graypaper.com">gray paper</a>. it allows sharing links to a selection and manage personal notes. there is also an ai assistant to help explaining the concise form of the paper.
9191
</p>
9292
<br />
9393
<a href="//github.com/fluffylabs/graypaper-reader" class="btn-transparent">code</a>
94-
<a href="//graypaper.fluffylabs.dev" class="btn">demo</a>
94+
<a href="//graypaper.fluffylabs.dev" class="btn">app</a>
9595
</div>
9696
<div class="item">
97-
<div class="img"><img src="assets/images/icon2.png" alt="trie visualiser icon"></div>
98-
<h3>trie visualiser<br/><small>(in progress)</small></h3>
99-
<p>jam's binary merkle trie visualiser for educational purposes. see how nodes are added to the trie and how the merkle root hash is calculated.</p>
100-
<br />
101-
<br />
102-
<br />
103-
<a href="//github.com/fluffylabs/trie-visualiser" class="btn-transparent">code</a>
104-
<a href="//trie.fluffylabs.dev" class="btn">demo</a>
97+
<div class="img"><img src="assets/images/icon6.png" alt="jam search icon"></div>
98+
<h3>jam search<br /><small>&nbsp;</small></h3>
99+
<p> search for jam-related content on the web & matrix chat rooms </p>
100+
<br/>
101+
<br/>
102+
<br/>
103+
<br/>
104+
<br/>
105+
<a href="//github.com/fluffylabs/jam-search" class="btn-transparent">code</a>
106+
<a href="//search.fluffylabs.dev/" class="btn">app</a>
105107
</div>
106108
<div class="item">
107109
<div class="img"><img src="assets/images/icon5.png" alt=""></div>
108110
<h3>jam codec<br/><small>&nbsp;</small></h3>
109111
<p>
110112
encode &amp; decode basic jam data structure's
111113
</p>
114+
<br/>
115+
<br/>
112116
<a href="//github.com/fluffylabs/codec" class="btn-transparent">code</a>
113-
<a href="//papi.fluffylabs.dev" class="btn">demo</a>
117+
<a href="//papi.fluffylabs.dev" class="btn">app</a>
114118
</div>
115119
<div class="item">
116-
<div class="img"><img src="assets/images/icon6.png" alt=""></div>
117-
<h3>jam block explorer<br /><small>(planned)</small></h3>
118-
<br/>
119-
<br/>
120-
<br/>
121-
<a href="#contact" class="scroll-down btn-transparent">contact</a>
120+
<div class="img"><img src="assets/images/icon2.png" alt="trie visualiser icon"></div>
121+
<h3>trie visualiser<br/><small>(in progress)</small></h3>
122+
<p>jam's binary merkle trie visualiser for educational purposes. see how nodes are added to the trie and how the merkle root hash is calculated.</p>
123+
<a href="//github.com/fluffylabs/trie-visualiser" class="btn-transparent">code</a>
124+
<a href="//trie.fluffylabs.dev" class="btn">app</a>
122125
</div>
123126
<div class="item">
124127
<div class="img"><img src="assets/images/icon3.png" alt=""></div>
125128
<h3>jam network dashboard<br /><small>(planned)</small></h3>
126129
<br/>
127130
<br/>
128131
<br/>
132+
<br/>
133+
<br/>
129134
<a href="#contact" class="scroll-down btn-transparent">contact</a>
130135
</div>
136+
<!--<div class="item">
137+
<div class="img"><img src="assets/images/icon9.png" alt=""></div>
138+
<h3>jam block explorer<br /><small>(planned)</small></h3>
139+
<br/>
140+
<br/>
141+
<br/>
142+
<a href="#contact" class="scroll-down btn-transparent">contact</a>
143+
</div>-->
131144
<div class="item-full mobile-hidden">
132145
<div class="img"></div>
133146
<div class="text">

0 commit comments

Comments
 (0)