Add applications page and link

This commit is contained in:
Ethan Paul 2018-12-31 01:00:51 -05:00
parent 288a43574c
commit ca0fb176a6
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
2 changed files with 48 additions and 0 deletions

45
applications/index.html Normal file
View File

@ -0,0 +1,45 @@
<html>
<head>
<!-- Web crawler and search indexing meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="enpaul@enpaul.net"/>
<meta name="description" content="My personal landing page"/>
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server, omnipod, open, omni, diy, pancreas, t1d, type, one, diabetes, diabetic"/>
<title>Apps</title>
<link rel="shortcut icon" href="https://cdn.enp.one/img/logos/e-b-sm.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.enp.one/img/logos/e-b-sm.png">
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://cdn.enp.one/img/logos/e-b-sm.png" sizes="16x16">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="links">
<div class="link">
<a href="https://cfs.enp.one/">cloud file system</a> - powered by <a href="https://nextcloud.com/">nextcloud</a>
</div>
<div class="link">
<a href="https://cdn.enp.one/">content delivery network</a> - powered by <a href="https://www.digitalocean.com/">digital ocean</a>
</div>
<div class="link">
<a href="https://mpw.enp.one/">master password</a> - powered by <a href="https://github.com/tmthrgd/mpw-js">masterpassword js</a>
</div>
<div class="link">
<a href="https://ssv.enp.one/">secure storage vault</a> - powered by <a href="https://bitwarden.com/">bitwarden</a>
</div>
<div class="link">
<a href="https://vcs.enp.one/">version control system</a> - powered by <a href="https://gitea.io/">gitea</a>
</div>
</div>
</div>
</body>
<footer>
&copy;2018 E.N.Paul
</footer>
</html>

View File

@ -29,6 +29,9 @@
</div>
</div>
<div id="links">
<div class="link">
<a href="https://enp.one/applications/">apps</a>
</div>
<div class="link">
<a href="https://enpaul.net/">home</a>
</div>