2020-10-29 12:20:24 +11:00
<!DOCTYPE html>
2021-08-19 11:01:15 +10:00
< html >
< head >
2020-10-29 12:33:22 +11:00
< meta charset = "utf-8" >
2021-08-19 11:01:15 +10:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > Home | Nathan Woodburn< / title >
< meta name = "description" content = "About Nathan Woodburn" >
< link rel = "apple-touch-icon" type = "image/png" sizes = "180x180" href = "assets/img/NJW%20Icon%20180.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "assets/img/NJW%20Icon%2016.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "assets/img/NJW%20Icon%2032.png" >
< link rel = "icon" type = "image/png" sizes = "180x180" href = "assets/img/NJW%20Icon%20180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "assets/img/NJW%20Icon%20192.png" >
< link rel = "icon" type = "image/png" sizes = "512x512" href = "assets/img/NJW%20Icon%20512.png" >
< link rel = "stylesheet" href = "assets/bootstrap/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Cabin:700" >
< link rel = "stylesheet" href = "assets/fonts/font-awesome.min.css" >
< link rel = "stylesheet" href = "assets/fonts/ionicons.min.css" >
< / head >
< body id = "page-top" data-bs-spy = "scroll" data-bs-target = "#mainNav" data-bs-offset = "77" >
< nav class = "navbar navbar-light navbar-expand-md fixed-top" id = "mainNav" >
2021-08-26 12:22:04 +10:00
< div class = "container" > < a class = "navbar-brand" 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 >
2021-08-19 11:01:15 +10:00
< div class = "collapse navbar-collapse" id = "navbarResponsive" >
< ul class = "navbar-nav ms-auto" >
< li class = "nav-item nav-link" > < a class = "nav-link active" href = "#about" > About< / a > < / li >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "#sites" > Sites< / a > < / li >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "#contact" > contact< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< header class = "masthead" style = "background-image:url('assets/img/intro-bg.jpg');" >
< div class = "intro-body" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< h1 class = "brand-heading" > Nathan< br > Woodburn< / h1 >
< p class = "intro-text" > About Me< / p > < a class = "btn btn-link btn-circle" role = "button" href = "#about" > < i class = "fa fa-angle-double-down animated" > < / i > < / a >
< / div >
2020-10-29 12:33:22 +11:00
< / div >
2021-08-19 11:01:15 +10:00
< / div >
< / div >
< / header >
< section class = "text-center content-section" id = "about" style = "padding-bottom: 100px;" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< h2 > About ME< / h2 >
< p > < strong > Hi, I'm Nathan Woodburn and I live in Canberra.< / strong > < br > < strong > I run Nathan 3D Printing Service.< / strong > < br > < strong > I do CAD modeling using Fusion 360.< / strong > < br > < strong > I Program Windows 10 Application using C#.< / strong > < br > < strong > I make stuff with Arduinos.< / strong > < br > < / p >
2021-04-13 11:46:16 +10:00
< / div >
< / div >
< / div >
< / section >
2021-08-19 11:01:15 +10:00
< section class = "text-center content-section" id = "sites" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< h2 > My WebSites< / h2 >
< / div >
< / div >
< div class = "row" >
< div class = "col" > < a href = "https://nathan3dprint.tk" target = "_blank" > < img src = "assets/img/favicon_trans.png" width = "50%" > < / a >
< p > Nathan 3D Printing Service< br > Cheap 3D printing and CAD modeling< / p > < a class = "btn btn-primary" role = "button" href = "https://nathan3dprint.tk" target = "_blank" > Visit Nathan 3D Printing Service< / a >
2021-04-13 11:46:16 +10:00
< / div >
2021-08-19 11:01:15 +10:00
< div class = "col" > < a href = "https://nathan3dprint.tk" target = "_blank" > < img src = "assets/img/NJW%20Icon%20512.png" width = "50%" > < / a >
< p > NJW Apps< br > C# Programmed Windows 10 Applications< br > < / p > < a class = "btn btn-primary" role = "button" href = "https://njwapp.tk" target = "_blank" > Visit NJW Apps< / a >
< / div >
< div class = "col" > < a href = "https://nathan3dprint.tk" target = "_blank" > < img src = "assets/img/acrylicRover41.jpg" width = "50%" > < / a >
< p > ANU Robot< br > Autonomous maze solving robot< / p > < a class = "btn btn-primary" role = "button" href = "https://anurobot.tk" target = "_blank" > Visit ANU Robot< / a >
< / div >
< / div >
< / div >
< / section >
< section class = "text-center content-section" id = "contact" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< h2 > Contact Me< / h2 >
< p > Feel free to send me a message with any of the below buttons< / p >
< ul class = "list-inline banner-social-buttons" >
2021-08-26 11:33:48 +10:00
< li class = "list-inline-item" > < a class = "btn btn-primary btn-lg btn-default" role = "button" href = "mailto:nathan@woodburn.id.au" style = "width: 170px;" > < i class = "icon ion-email fa-fw" > < / i > < span class = "network-name" > Email< / span > < / a > < / li >
2021-08-19 11:01:15 +10:00
< li class = "list-inline-item" > < a class = "btn btn-primary btn-lg btn-default" role = "button" href = "https://www.facebook.com/nathanjwoodburn" style = "width: 170px;" target = "_blank" > < i class = "fa fa-facebook fa-fw" > < / i > < span class = "network-name" > Facebook< / span > < / a > < / li >
< li class = "list-inline-item" > < a class = "btn btn-primary btn-lg btn-default" role = "button" href = "https://github.com/Nathanwoodburn" style = "width: 171px;" target = "_blank" > < i class = "fa fa-github fa-fw" > < / i > < span class = "network-name" > github< / span > < / a > < / li >
< / ul >
2020-10-29 12:33:22 +11:00
< / div >
< / div >
< / div >
< / section >
2021-08-19 11:01:15 +10:00
< footer >
< div class = "container text-center" >
< p > Copyright © Nathan Woodburn 2021< / p >
< / div >
< / footer >
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "assets/js/grayscale.js" > < / script >
< / body >
2020-10-29 12:20:24 +11:00
< / html >