2021-12-15 11:58:12 +11:00
<!DOCTYPE html>
< html 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 > Nathan Woodburn< / title >
< 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" >
2022-01-23 17:40:01 +11:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Anonymous+Pro&display=swap" >
2021-12-15 11:58:12 +11:00
< link rel = "stylesheet" href = "assets/fonts/font-awesome.min.css" >
< link rel = "stylesheet" href = "assets/fonts/ionicons.min.css" >
< link rel = "stylesheet" href = "assets/css/Social-Icons.css" >
< / head >
< body style = "background: url("assets/img/intro-bg.jpg") no-repeat;text-align: center;color: rgb(255,255,255);background-size: cover;" >
< header style = "padding: 18px;padding-top: 160px;" >
< picture > < img class = "rounded-circle" src = "assets/img/Profile%20picture.jpg" width = "150px" > < / picture >
< h1 > Nathan Woodburn< / h1 >
< p > Hi, I am Nathan Woodburn and I live in Canberra.< br > I started a 3D printing service in early 2021.< br > I create CAD models using Fusion 360.< br > I Program Windows 10 Application using C#.< br > I make stuff with Arduinos.< br > < / p >
< div class = "social-icons" style = "padding-top: 0px;padding-bottom: 10px;padding-right: 0px;padding-left: 0px;background: rgba(255,255,255,0);color: rgb(255,255,255);" > < a href = "https://www.facebook.com/nathanjwoodburn" target = "_blank" > < i class = "icon ion-social-facebook" style = "border-color: #ffffff;color: rgb(255,255,255);" > < / i > < / a > < a href = "https://www.linkedin.com/in/nathanwoodburn/" target = "_blank" > < i class = "icon ion-social-linkedin" style = "border-color: #ffffff;color: rgb(255,255,255);" > < / i > < / a > < a href = "https://github.com/Nathanwoodburn" target = "_blank" > < i class = "icon ion-social-github" style = "border-color: #ffffff;color: rgb(255,255,255);" > < / i > < / a > < a href = "mailto:contact@nathan.woodburn.id.au" target = "_blank" > < i class = "icon ion-email" style = "border-color: #ffffff;color: rgb(255,255,255);" > < / i > < / a > < / div >
2021-12-15 11:59:57 +11:00
< div class = "btn-group-vertical btn-group-lg" role = "group" style = "width: 300px;" > < a class = "btn btn-primary" role = "button" href = "https://nathan.woodburn.id.au" target = "_blank" > My Website< / a > < a class = "btn btn-primary" role = "button" href = "https://nathan3dprinting.business" target = "_blank" style = "margin-top: 6px;" > 3D Printing Service< / a > < / div >
2021-12-15 11:58:12 +11:00
< / header >
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "assets/js/grayscale.js" > < / script >
< / body >
< / html >