You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.html
+12-3
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ <h3>You'll be able to add a comment to your donation, so use that to reach out i
96
96
<divclass="main-content" id="content5">
97
97
<divclass="onecolumn">
98
98
<h1>PeerViewer is a remote desktop and support solution, completely free for unlimited personal and commercial use.</h1>
99
-
Under the hood, it uses direct (peer-to-peer) connections between the participants. This was recently made possible by the power of the <ahref="https://pears.com/" target="_blank"><imgclass="pearslogo" src="../images/pears-logo.svg" alt="Pear Runtime Logo"/>Pear Runtime</a>.
99
+
<p>
100
+
Under the hood, it uses direct (peer-to-peer) connections between the participants. This was recently made possible by the power of the <ahref="https://pears.com/" target="_blank"><imgclass="pearslogo" src="../images/pears-logo.svg" alt="Pear Runtime Logo"/>Pear Runtime</a>.</p>
100
101
<!--
101
102
<h3>Why build an alternative to TeamViewer?</h3>
102
103
<p>TeamViewer works well and is very popular as a remote desktop and support program, but it's not free for commercial use.<p>
@@ -106,21 +107,28 @@ <h3>Why build an alternative to TeamViewer?</h3>
<p>Traditionally, when you use network apps such as TeamViewer, place audio and video calls or share files, your data is going through intermediate servers which are expensive to host, can harm your privacy, increase latency and consume additional bandwidth.</p>
110
+
<div>
111
+
<p>
112
+
Traditionally, when you use network apps such as TeamViewer, place audio and video calls or share files, your data is going through intermediate servers which are expensive to host, can harm your privacy, increase latency and consume additional bandwidth.
<p>We're lucky to be standing on the shoulders of giants to pull this off.<br/>Here's a list of some key, free and open-source technologies that make this possible:</p>
125
133
<ul>
126
134
<li>HolePunch, for establishing direct peer-to-peer connections.</li>
@@ -129,6 +137,7 @@ <h3>Building blocks</h3>
129
137
<li>Bitcoin and Lightning, for accepting payments without needing anyone's permission or approval.</li>
130
138
</ul>
131
139
</div>
140
+
</div>
132
141
<buttonclass="bigbutton" onClick="menuChange(event,4)">Any suggestions? Let us know!</button>
133
142
</div>
134
143
</div>
@@ -181,7 +190,7 @@ <h3>Building blocks</h3>
181
190
["View-Only Mode","A View-Only mode might be nice to be able to share your desktop, without having the other party control it.","LNURL1DP68GURN8GHJ7MR9VAJKUEPWD3HXY6T5WVHXXMMD9AKXUATJD3CZ7CFKDFUXXSGUDGTFU","viewonly-logo"]];
featuresHTML+='<div class="feature" id="feature'+featurenr+'"><a href="lightning:'+features[featurenr][2]+'"><img class="qrcode" src="../images/'+features[featurenr][2]+'.png" alt="QR code that can be paid with bitcoin lightning wallet"/></a><div class="featuredetail"><img class="headericon" src="../images/'+features[featurenr][3]+'.svg" alt="'+features[featurenr][3]+'"/><h3>'+features[featurenr][0]+'</h3><p>'+features[featurenr][1]+'</p></div></div>';
193
+
featuresHTML+='<div class="feature" id="feature'+featurenr+'"><a href="lightning:'+features[featurenr][2]+'"><img class="qrcode" src="../images/'+features[featurenr][2]+'.png" alt="QR code that can be paid with bitcoin lightning wallet"/></a><div class="featuredetail"><img class="featureheadericon" src="../images/'+features[featurenr][3]+'.svg" alt="'+features[featurenr][3]+'"/><h3>'+features[featurenr][0]+'</h3><p>'+features[featurenr][1]+'</p></div></div>';
0 commit comments