Initial commit to new repo
This commit is contained in:
parent
a267f9bfcc
commit
a5173c981b
292 changed files with 17472 additions and 0 deletions
14
resources/views/projects.blade.php
Normal file
14
resources/views/projects.blade.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
@extends('master')
|
||||
@section('title')Jonny Barnes’ Projects @stop
|
||||
|
||||
@section('content')
|
||||
<div id="projects">
|
||||
<h2>Projects</h2>
|
||||
<h3><a href="https://shaaaaaaaaaaaaa.com">Shaaaaaaaaaaaaa.com</a></h3>
|
||||
<p>I’m collaborating on a project with Eric Mill (@konklone) to help people test their HTTPS certificates for weak signature algorithms. SHA-1 is the current standard, but is too weak. People should use a form of SHA-2.</p>
|
||||
<h3><a href="https://github.com/jonnybarnes/indieweb">IndieWeb tools</a></h3>
|
||||
<p>This library consists of various useful tools for running an IndieWeb aware site.</p>
|
||||
<h3><a href="https://github.com/jonnybarnes/webmentions-parser">Webmentions Parser</a></h3>
|
||||
<p>A tool to parse incoming webmentions to a site, including determining the author of the source webmention.</p>
|
||||
</div>
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue