-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwelcome.html
27 lines (27 loc) · 1.83 KB
/
welcome.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
<body>
<div class="welcome-page class-categories">
<div class="copy">
<h1 class="top">WebPG v0.9.4</h1>
<p>WebPG is a free, open source suite of tools to bring GnuPG/PGP operations to the browser, in an effort to make cryptographic methods usable and accessible to the common man. WebPG encompasses several projects, from the backend technology that interfaces with GnuPG/PGP (gpg, gnupg), to the user interface utilities that bring those methods to the browser. <a href="#!/guide/introduction">(learn more)</a>.</p>
</div>
<div class="img"><img id="webpg-welcome-logo" src="resources/images/flogo.png" title="WebPG" alt="WebPG"></div>
<div class="section">
<div class="col">
<a href="#!/guide"><div class="sub-title guides">User Guides</div></a>
<p>Get step-by-step guides for performing various tasks, from installation and setup of WebPG to the terminology used, technical specs, contributing and more.</p>
</div>
<div class="col">
<a href="#!/video"><div class="sub-title examples">Videos</div></a>
<p>View demonstration videos of WebPG in action! Demonstration videos convey common usage examples for various tasks that WebPG can perform.</p>
</div>
<div class="x-clear"></div>
<div class="supported-browsers">
<img src="resources/images/google-chrome.png" title="Google Chrome/Chromium" alt="Google Chrome/Chromium"/>
<img src="resources/images/mozilla-firefox.png" title="Mozilla Firefox" alt="Mozilla Firefox"/>
<img src="resources/images/mozilla-thunderbird.png" title="Mozilla Thunderbird" alt="Mozilla Thunderbird"/>
<img src="resources/images/mozilla-seamonkey.png" title="Mozilla Seamonkey" alt="Mozilla Seamonkey"/>
<img src="resources/images/opera.png" title="Opera" alt="Opera"/>
</div>
</div>
</div>
<body>