2023-11-02 20:26:15 +11:00
<!DOCTYPE html>
< html data-bs-theme = "light" lang = "en-au" >
< head >
< meta charset = "utf-8" >
<!-- Google Tag Manager -->
< script > ( f u n c t i o n ( w , d , s , l , i ) { w [ l ] = w [ l ] | | [ ] ; w [ l ] . p u s h ( { ' g t m . s t a r t ' :
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NNXTCKW');< / script >
<!-- End Google Tag Manager -->
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > Projects | Nathan.Woodburn/< / title >
< meta name = "theme-color" content = "#97009a" >
< link rel = "canonical" href = "https://nathan.woodburn.au/projects.html" >
< meta property = "og:url" content = "https://nathan.woodburn.au/projects.html" >
< meta http-equiv = "onion-location" content = "http://wdbrncwefot4hd7bdrz5rzb74mefay7zvrjn2vmkpdm44l7fwnih5ryd.onion" >
< meta name = "twitter:description" content = "G'day, this is my personal website. You can find out about me or check out some of my projects." >
< meta property = "og:title" content = "Nathan.Woodburn/" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:image" content = "https://nathan.woodburn.au/assets/img/profile.jpg" >
< meta property = "og:image" content = "https://nathan.woodburn.au/assets/img/profile.jpg" >
< meta property = "og:type" content = "website" >
< meta name = "twitter:title" content = "Nathan.Woodburn/" >
< meta property = "og:description" content = "G'day, this is my personal website. You can find out about me or check out some of my projects." >
< meta name = "description" content = "Check out some of my projects" >
2023-11-02 22:53:08 +11:00
< link rel = "apple-touch-icon" type = "image/png" sizes = "180x180" href = "/assets/img/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/assets/img/favicon-16x16.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/assets/img/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "180x180" href = "/assets/img/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/assets/img/android-chrome-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "512x512" href = "/assets/img/android-chrome-512x512.png" >
< link rel = "stylesheet" href = "/assets/bootstrap/css/bootstrap.min.css" >
< link rel = "manifest" href = "/manifest.json" >
2023-11-02 20:26:15 +11:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Cabin:700&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Anonymous+Pro&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" >
2023-11-02 22:53:08 +11:00
< link rel = "stylesheet" href = "/assets/fonts/font-awesome.min.css" >
< link rel = "stylesheet" href = "/assets/css/styles.min.css" >
< link rel = "stylesheet" href = "/assets/css/profile.min.css" >
2023-11-02 20:26:15 +11:00
< link rel = "me" href = "https://mastodon.woodburn.au/@nathanwoodburn" / >
2023-12-13 12:19:59 +11:00
<!-- Matomo -->
< script >
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.woodburn.au/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
< / script >
<!-- End Matomo Code -->
2023-11-02 20:26:15 +11:00
< / head >
< body id = "page-top" data-bs-spy = "scroll" data-bs-target = "#mainNav" data-bs-offset = "77" > <!-- Google Tag Manager (noscript) -->
< noscript > < iframe src = "https://www.googletagmanager.com/ns.html?id=GTM-NNXTCKW"
height="0" width="0" style="display:none;visibility:hidden">< / iframe > < / noscript >
<!-- End Google Tag Manager (noscript) -->
< nav class = "navbar navbar-expand-md fixed-top navbar-light" id = "mainNav" >
< div class = "container" > < a class = "navbar-brand nathanwoodburn" href = "/#" > Nathan.Woodburn/< / a > < button data-bs-toggle = "collapse" class = "navbar-toggler navbar-toggler-right" data-bs-target = "#navbarResponsive" type = "button" aria-controls = "navbarResponsive" aria-expanded = "false" aria-label = "Toggle navigation" value = "Menu" > < i class = "fa fa-bars" > < / i > < / button >
< div class = "collapse navbar-collapse" id = "navbarResponsive" >
< ul class = "navbar-nav ms-auto" >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "/" > Home< / a > < / li >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "projects" > Projects< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
2023-11-02 22:53:08 +11:00
< header class = "masthead" style = "background-image:url('/assets/img/intro-bg.webp');" >
2023-11-02 20:26:15 +11:00
< div class = "intro-body" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< h1 class = "brand-heading" > Projects< / h1 >
< p class = "intro-text" > A Few of My Bigger Projects< / p > < a class = "btn btn-link btn-circle" role = "button" href = "#projects" aria-label = "Go to projects" > < i class = "fa fa-angle-double-down animated" > < / i > < / a >
< / div >
< / div >
< / div >
< / div >
< / header >
< section class = "text-center content-section" id = "projects" style = "padding-bottom: 100px;" >
2023-11-02 20:45:36 +11:00
< p style = "font-size: 28px;" > Check out my < a href = "https://git.woodburn.au/nathanwoodburn" target = "_blank" > Git< / a > for all my projects< / p >
2023-11-02 20:26:15 +11:00
< div class = "container" >
< div class = "row" >
< div class = "col" style = "padding-top: 20px;" >
< h2 > FireWallet< / h2 >
< p > < span style = "background-color: initial;" > The Handshake wallet that is Fire.< / span > < br > < span style = "background-color: initial;" > A new frontend to HSD or Bob Wallet< / span > < / p > < a class = "btn btn-primary" role = "button" target = "_blank" href = "https://firewallet.au" > More Info< / a >
< / div >
< div class = "col" style = "padding-top: 20px;" >
< h2 > HNS HOSting< / h2 >
< p > A hosting service for Handshake domains< br > < br > < / p > < a class = "btn btn-primary" role = "button" href = "https://hnshosting.au" target = "_blank" > More Info< / a >
< / div >
< / div >
< div class = "row" >
< div class = "col" style = "padding-top: 20px;" >
< h2 > HNS AU< / h2 >
< p > < span style = "background-color: initial;" > The home of Australians using the decentralized web, built on Handshake.< / span > < br > < / p > < a class = "btn btn-primary" role = "button" href = "https://hns.au" target = "_blank" > More Info< / a >
< / div >
< div class = "col" style = "padding-top: 20px;" >
< h2 > HNS Proxy< / h2 >
< p > < span style = "background-color: initial;" > A Proxy to access Handshake domains over SSL.< / span > < br > < / p > < a class = "btn btn-primary" role = "button" href = "https://hnsproxy.au" target = "_blank" > More Info< / a >
< / div >
< / div >
< div class = "row" >
< div class = "col" style = "padding-top: 20px;" >
< h2 > Woodburn Registry< / h2 >
< p > Selling SLDs off domains secured on the Handshake blockchain.< / p > < a class = "btn btn-primary" role = "button" href = "https://reg.woodburn.au" target = "_blank" > More Info< / a >
< / div >
< div class = "col" style = "padding-top: 20px;" >
< h2 > HSD Batcher< / h2 >
< p > < span style = "background-color: initial;" > A GUI to send transaction batches to the Handshake chain.< / span > < / p > < a class = "btn btn-primary" role = "button" target = "_blank" href = "https://github.com/Nathanwoodburn/HSDBatcherGUI" > More Info< / a >
< / div >
< / div >
< / div >
< / section >
< footer >
< div class = "container text-center" >
< p class = "copyright" > Copyright © Nathan Woodburn 2023< / p >
< / div >
< / footer >
2023-11-02 21:06:43 +11:00
{{handshake_scripts | safe}}
2023-11-02 22:53:08 +11:00
< script src = "/assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "/assets/js/script.min.js" > < / script >
< script src = "/assets/js/hacker.min.js" > < / script >
2023-11-02 20:26:15 +11:00
< / body >
< / html >