onibrowser
Version:
A browser in the browser
78 lines (77 loc) • 4.43 kB
JavaScript
export function FiveElements(state) {
const {Wrap} = state.boilerplate;
return Wrap(state, "Five Elements of BrowserGap Security", `
<section class=content>
<section class=introduction tabindex=0>
<div class=story>
<h1>Five Elements Strong.</h1>
<p>
The Five Elements of Enhanced Web Security.
</p>
</div>
<div class=graphic>
<img src=/images/3rd-party/undraw/five.svg>
</div>
</section>
</section>
`,`
<section class=content>
<section class=five-elements tabindex=0>
<div class=graphic>
<img src=/images/3rd-party/undraw/connection.svg>
</div>
<div class=points>
<h1>Total Isolation Solution</h1>
<h1>Codeless Interactive Image Client</h1>
<p>
BrowserGap never runs any remote code on your machine. Ever. We also strip out most ads using adblocking technology on the remote browser. We never run any JavaScript, applets, CSS and not even one tag of HTML on your machine that comes from the remote browser. This means that malware, exploits, ransomware, adware and other web risks cannot harm you or your infrastructure.
</p>
</div>
</section>
<section class=five-elements tabindex=0>
<div class=points>
<h1>Familiar Browsing Experience</h1>
<p>
BrowserGap never runs any remote code on your machine. Ever. We also strip out most ads using adblocking technology on the remote browser. We never run any JavaScript, applets, CSS and not even one tag of HTML on your machine that comes from the remote browser. This means that malware, exploits, ransomware, adware and other web risks cannot harm you or your infrastructure.
</p>
</div>
<div class=graphic>
<img src=/images/3rd-party/undraw/familiar.svg>
</div>
</section>
<section class=five-elements tabindex=0>
<div class=graphic>
<img src=/images/3rd-party/undraw/world.svg>
</div>
<div class=points>
<h1>Remote cloud browsers.</h1>
<p>
BrowserGap never runs any remote code on your machine. Ever. We also strip out most ads using adblocking technology on the remote browser. We never run any JavaScript, applets, CSS and not even one tag of HTML on your machine that comes from the remote browser. This means that malware, exploits, ransomware, adware and other web risks cannot harm you or your infrastructure.
</p>
</div>
</section>
<section class=five-elements tabindex=0>
<div class=points>
<h1>Single-tenant architecture</h1>
<p>
BrowserGap never runs any remote code on your machine. Ever. We also strip out most ads using adblocking technology on the remote browser. We never run any JavaScript, applets, CSS and not even one tag of HTML on your machine that comes from the remote browser. This means that malware, exploits, ransomware, adware and other web risks cannot harm you or your infrastructure.
</p>
</div>
<div class=graphic>
<img src=/images/3rd-party/undraw/secserver.svg>
</div>
</section>
<section class=five-elements tabindex=0>
<div class=graphic>
<img src=/images/3rd-party/undraw/webdevice.svg>
</div>
<div class=points>
<h1>Any browser. Any device. No downloads or installs.</h1>
<p>
BrowserGap never runs any remote code on your machine. Ever. We also strip out most ads using adblocking technology on the remote browser. We never run any JavaScript, applets, CSS and not even one tag of HTML on your machine that comes from the remote browser. This means that malware, exploits, ransomware, adware and other web risks cannot harm you or your infrastructure.
</p>
</div>
</section>
</section>
`);
}