Skip to content

Commit 66d148f

Browse files
authored
Merge pull request #68 from ethersphere/Swarm-app
Swarm Desktop app
2 parents 9833f29 + 0cee3dc commit 66d148f

File tree

1 file changed

+50
-27
lines changed

1 file changed

+50
-27
lines changed

src/index.html

Lines changed: 50 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
class="sr-only">(current)</span></a>
6868
</li>
6969
<li class="nav-item">
70-
<a class="nav-link" href="#section-why"><span class="navlink">Why</span></a>
70+
<a class="nav-link" href="#section-how"><span class="navlink">How</span></a>
7171
</li>
7272
<li class="nav-item">
73-
<a class="nav-link" href="#section-how"><span class="navlink">How</span></a>
73+
<a class="nav-link" href="#section-why"><span class="navlink">Why</span></a>
7474
</li>
7575
<li class="nav-item">
7676
<a class="nav-link" href="#section-ecosystem">Grants</a>
@@ -144,43 +144,31 @@ <h4>
144144
</div>
145145
</section>
146146

147-
148-
<section class="section-dark" id="section-why">
147+
<section class="section-dark" id="section-how">
149148
<div class="container">
150-
<div class="section-content">
149+
<div class="section-content section-right">
151150
<h5>
152-
WHY SWARM?
151+
How does it work?
153152
</h5>
154153
<h2>
155-
Swarm exists so the internet can again be decentralised.
154+
Swarm Desktop App offers an easy-to-use experience, giving everyone truly decentralised access to the Swarm network.
156155
</h2>
157156
<h4>
158-
Swarm’s longer term vision is to become the operating system of the re-decentralised internet. It provides a
159-
scalable and self-sustaining infrastructure for a supply-chain economy of data.
157+
Get the best of Swarm by running a Bee light-node on your desktop, laptop or spare hardware to give you direct p2p access to the network, without any restricted and trustful centralised gateways.
160158
</h4>
161-
<p>
162-
<a class="more" data-toggle="collapse" href="#dark-section-more" moretext="tell me more">
163-
tell me more
164-
</a>
165-
</p>
166-
<div class="collapse" id="dark-section-more">
167-
<p>The Internet is no longer just a niche where geeks play. It has become a fundamental conduit of value
168-
creation and a huge share of overall economic activity. Yet the data economy in it’s current state is far
169-
from fair, the distribution of the spoils is under the control of those who control the data - mostly
170-
companies keeping the data to themselves in isolated data silos. To achieve the goal of a fair data
171-
economy many social, legal and technological issues will have to be tackled.
172-
</div>
159+
173160
<div class="spacer"></div>
174-
<!-- <div class="more btn btn-orange">
175-
<a class="nav-link" href="#question-who">
176-
<span class="navlink">register</span>
161+
162+
<div class="more btn btn-light">
163+
<a class="nav-link" href="https://desktop.ethswarm.org/" target="_blank">
164+
<span class="navlink">learn more about Swarm Desktop app</span>
177165
</a>
178-
</div> -->
166+
</div>
179167
</div>
180-
</div>
181168
</section>
169+
182170

183-
<section class="section-orange" id="section-how">
171+
<section class="section-orange">
184172
<div class="container">
185173
<div class="section-content section-right">
186174
<h5>
@@ -218,6 +206,41 @@ <h4>Bee will happily fly on MacOS, Windows and various Linux flavors.</h4>
218206
</div>
219207
</div>
220208
</section>
209+
210+
<section class="section-dark" id="section-why">
211+
<div class="container">
212+
<div class="section-content">
213+
<h5>
214+
WHY SWARM?
215+
</h5>
216+
<h2>
217+
Swarm exists so the internet can again be decentralised.
218+
</h2>
219+
<h4>
220+
Swarm’s longer term vision is to become the operating system of the re-decentralised internet. It provides a
221+
scalable and self-sustaining infrastructure for a supply-chain economy of data.
222+
</h4>
223+
<p>
224+
<a class="more" data-toggle="collapse" href="#dark-section-more" moretext="tell me more">
225+
tell me more
226+
</a>
227+
</p>
228+
<div class="collapse" id="dark-section-more">
229+
<p>The Internet is no longer just a niche where geeks play. It has become a fundamental conduit of value
230+
creation and a huge share of overall economic activity. Yet the data economy in it’s current state is far
231+
from fair, the distribution of the spoils is under the control of those who control the data - mostly
232+
companies keeping the data to themselves in isolated data silos. To achieve the goal of a fair data
233+
economy many social, legal and technological issues will have to be tackled.
234+
</div>
235+
<div class="spacer"></div>
236+
<!-- <div class="more btn btn-orange">
237+
<a class="nav-link" href="#question-who">
238+
<span class="navlink">register</span>
239+
</a>
240+
</div> -->
241+
</div>
242+
</div>
243+
</section>
221244

222245

223246
<section class="section-light" id="section-jobs">

0 commit comments

Comments
 (0)