fix badges
This commit is contained in:
38
index.html
38
index.html
@@ -4,10 +4,11 @@
|
|||||||
<title>rawley.xyz</title>
|
<title>rawley.xyz</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="description" value="Rawley Fowler's personal website, about Perl, Emacs and Software in General.">
|
<meta name="description" value="Rawley Fowler's personal website, about Perl, Emacs and Software in General.">
|
||||||
|
<meta name="keywords" value="Rawley Fowler rawley.xyz emacs netbsd functional clojure perl software architecture bugs fixing maker">
|
||||||
<link rel="stylesheet" href="index.css">
|
<link rel="stylesheet" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div class="blerb">
|
||||||
<p>
|
<p>
|
||||||
Hi, I'm Rawley. I'm a full-time Husband, Dad, Emacs evangelist and Perl aficionado.
|
Hi, I'm Rawley. I'm a full-time Husband, Dad, Emacs evangelist and Perl aficionado.
|
||||||
</p>
|
</p>
|
||||||
@@ -60,30 +61,31 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Noteworthy Projects</h2>
|
<h2>Noteworthy Projects</h2>
|
||||||
<ul>
|
<div class="projects">
|
||||||
<li>
|
<ul>
|
||||||
<a href="https://github.com/mollusc-labs/slapbird">SlapbirdAPM</a>
|
<li>
|
||||||
</li>
|
<a href="https://github.com/mollusc-labs/slapbird">SlapbirdAPM</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a>
|
<li>
|
||||||
</li>
|
<a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a>
|
||||||
<li>
|
</li>
|
||||||
<a href="https://github.com/rawleyfowler/mojolicious-Plugin-IsBot">Mojolicious::Plugin::IsBot</a>
|
<li>
|
||||||
</li>
|
<a href="https://github.com/rawleyfowler/mojolicious-Plugin-IsBot">Mojolicious::Plugin::IsBot</a>
|
||||||
</ul>
|
</li>
|
||||||
<br />
|
</ul>
|
||||||
<div>
|
</div>
|
||||||
|
<div class="cards">
|
||||||
<a href="http://www.gnu.org/software/emacs">
|
<a href="http://www.gnu.org/software/emacs">
|
||||||
<img src="/assets/gnu_emacs.png" width="81" height="36"/>
|
<img src="/assets/gnu_emacs.png" width="88" height="31"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="http://www.gnu.org/software/emacs">
|
<a href="http://www.gnu.org/software/emacs">
|
||||||
<img src="/assets/made_with_emacs.png" width="81" height="36"/>
|
<img src="/assets/made_with_emacs.png" width="88" height="31"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://netbsd.org">
|
<a href="https://netbsd.org">
|
||||||
<img src="/assets/powered_by_netbsd.png" width="81" height="36"/>
|
<img src="/assets/powered_by_netbsd.png" width="88" height="31"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="/assets/no_bad_hair_days.png" width="81" height="36"/>
|
<img src="/assets/no_bad_hair_days.png" width="88" height="31"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h2>Disclaimer</h2>
|
<h2>Disclaimer</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user