Add applications page and link
This commit is contained in:
parent
b6bd64e9f1
commit
0971be9614
45
applications/index.html
Normal file
45
applications/index.html
Normal 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>
|
||||
©2018 E.N.Paul
|
||||
</footer>
|
||||
</html>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user