forked from beakerbrowser/beakerbrowser.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (134 loc) · 3.88 KB
/
index.html
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: home
header: light
desc: Beaker is a new peer-to-peer browser for a Web where users control their data and websites are hosted locally.
---
<div class="hero">
{% comment %}
<div class="container">
<a class="notice" href="https://decentralizedweb.net/">
<div class="badge round">
July 31
</div>
<span>
Decentralized Web Summit, San Francisco
</span>
</a>
</div>
{% endcomment %}
<div class="container hero-container">
<div class="hero-container-col">
<h1 class="tagline">
Beaker Browser
</h1>
<p class="description">
An experimental peer-to-peer Web browser.
</p>
<p class="cta">
<a href="/install/" class="btn action white">
Install Beaker
</a>
<a href="https://docs.beakerbrowser.com/" class="btn white">
Read the Docs
</a>
</p>
</div>
<div class="hero-container-col video">
<video autoplay loop playsinline poster="/img/beaker-site-demo-poster.png" src="/beaker-site-demo.mp4"></video>
</div>
</div>
<div class="testimonials-wrapper">
{% for t in site.data.testimonials %}
<a class="testimonial" href="{{ t.href }}">
<img class="avatar" src="{{ t.img }}"/>
<q class="testimonial__quote">{{ t.text }}</q>
</a>
{% endfor %}
</div>
<div class="container">
<button id="show-all-testimonials">
<span>Show more</span>
<span class="fa fa-angle-down"></span>
</button>
</div>
<script src="/js/testimonials.js"></script>
</div>
<div class="section features">
<div class="container featuregrid">
<div class="featuregrid-col">
<div class="img-container">
<img src="/img/feature-instant-deploy.png">
</div>
<h2>Create a P2P site</h2>
<p>
Create a new Hyperdrive site with one click.
</p>
</div>
<div class="featuregrid-col">
<div class="img-container">
<img src="/img/feature-editor.png">
</div>
<h2>Edit the source</h2>
<p>
The integrated editor lets you work side-by-side with your page.
</p>
</div>
<div class="featuregrid-col">
<div class="img-container">
<img src="/img/feature-cohost.png">
</div>
<h2>And share!</h2>
<p>
Other Beaker users can visit your site directly from your computer.
</p>
</div>
</div>
</div>
{% include midcta.html %}
<div class="section how-it-works">
<div class="container narrow">
<div class="columns">
<div class="col col-1-2">
<img src="/img/how-it-works/url-bar.svg"/>
</div>
<div class="col col-1-2">
<h3>How it works</h3>
<p>
Beaker uses a new peer-to-peer network called
<strong><a href="https://hypercore-protocol.org">Hypercore Protocol</a>.</strong>
Other Beaker users can visit these Websites with no servers required.
</p>
</div>
</div>
</div>
</div>
<div class="section code-examples">
<div class="container columns">
<div class="col col-1-2">
<div class="codebox">
{% include code-examples/hyperdrive.html %}
</div>
</div>
<div class="col col-1-2">
<h3>Read & write files</h3>
<p><a href="https://docs.beakerbrowser.com/apis/beaker.hyperdrive" target="_blank">beaker.hyperdrive API <span class="fa fa-arrow-right"></span></a></p>
</div>
</div>
</div>
<div class="section what">
<div class="container columns">
<div class="col col-1-2">
<img src="/img/what-is-beaker.svg"/>
</div>
<div class="col col-1-2">
<h3>
Make Websites from inside the browser
</h3>
<p>
Beaker is great for classrooms and offices where you need an easy way to share Websites
without setting up servers or touching the command-line.
</p>
</div>
</div>
</div>
{% include midcta.html %}