Add openvpn to projects page

This commit is contained in:
Danny Berger
2015-07-19 23:44:15 -06:00
parent aebbcd8dc1
commit 23defa094d
2 changed files with 26 additions and 2 deletions

View File

@@ -67,6 +67,21 @@ description: I like tinkering with ideas and seeing where they end up. These are
</dl>
<h3>openvpn-boshrelease</h3>
<p>
A BOSH release to easily manage and deploy an OpenVPN server capable of securing networks to and from clients.
</p>
<dl>
<dt>github</dt>
<dd><a href="https://github.com/dpb587/openvpn-boshrelease">dpb587/openvpn-boshrelease</a></dd>
<dt>blog</dt>
<dd><a href="/blog/2015/06/03/new-bosh-release-for-openvpn.html">New BOSH Release for OpenVPN</a> (2015-06-03)</dd>
</dl>
<h2>Personal</h2>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<script>
@@ -17,13 +18,21 @@
document.getElementById('paginate').innerHTML = 'page ' + vars.page + ' of ' + vars.topage;
}
</script>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css" />
</head>
<body style="margin:0;" onload="dynvar();">
<div style="border-bottom:#CCCCCC solid 1px;color:#333;font-family:Lato,sans-serif;font-size:12px;height:36px;position:relative;">
<div style="float:left;padding:0 5px 0 4px;"><img alt="DPB" src="http://www.gravatar.com/avatar/5544fe6a05400da5a8957ff29dd6718c.png?s=128" style="border-radius:3px;width:32px;" /></div>
<div style="float:right;list-style:none;margin:3px 3px 0;text-align:right;"><strong id="doctitle">{doctitle}</strong><br /><span id="paginate" style="color:#666666;display:inline-block;font-size:11px;font-weight:300;padding-right:1px;">page {page} of {topage}</span></div>
<div class="site-title" style="font-size:15px;margin:0;"><strong>Danny Berger</strong><br /><a href="http://dpb587.me/" style="color:#666666;font-size:11px;font-weight:300;text-decoration:none;">http://dpb587.me</a></div>
<div style="float:right;margin:3px 3px 0;text-align:right;">
<strong id="doctitle">{doctitle}</strong><br />
<span id="paginate" style="color:#666666;display:inline-block;font-size:11px;font-weight:300;padding-right:1px;">page {page} of {topage}</span>
</div>
<div>
<strong style="font-size:15px;">Danny Berger</strong><br />
<a href="http://dpb587.me/" style="color:#787878;font-size:10px;font-weight:300;padding-top:2px;text-decoration:none;">http://dpb587.me</a>
</div>
</div>
</body>
</html>