2023-07-13 17:44:04 +10:00
<!DOCTYPE html>
< html data-bs-theme = "light" lang = "en-au" style = "background: #000000;height: 100vh;" >
< head >
< meta charset = "utf-8" >
<!-- This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > Home | Woodburn< / title >
< link rel = "canonical" href = "https://woodburn.au/" >
< meta property = "og:url" content = "https://woodburn.au/" >
< meta name = "description" content = "Woodburn Home Page" >
< script type = "application/ld+json" >
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Woodburn",
"url": "https://woodburn.au"
}
< / script >
< link rel = "apple-touch-icon" type = "image/png" sizes = "180x180" href = "assets/img/180.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "assets/img/16.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "assets/img/32.png" >
< link rel = "icon" type = "image/png" sizes = "180x180" href = "assets/img/180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "assets/img/192.png" >
< link rel = "icon" type = "image/png" sizes = "512x512" href = "assets/img/512.png" >
< link rel = "stylesheet" href = "assets/bootstrap/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap" >
< link rel = "stylesheet" href = "assets/fonts/font-awesome.min.css" >
< link rel = "stylesheet" href = "assets/css/Contact-Form-Clean.css" >
< link rel = "stylesheet" href = "assets/css/index.css" >
<!-- This Website was made by Nathan Woodburn https://nathan.woodburn.au -->
< / head >
< body id = "page-top" data-bs-spy = "scroll" data-bs-target = "#mainNav" data-bs-offset = "54" > <!-- This Website was made by Nathan Woodburn https://nathan.woodburn.au --> < script src = "https://nathan.woodburn/handshake.js" domain = "woodburn" > < / script >
< script src = "https://nathan.woodburn/https.js" > < / script >
< nav class = "navbar navbar-expand-lg fixed-top bg-dark navbar-dark" id = "mainNav" style = "height: 67.531px;" >
< div class = "container-fluid" > < a class = "navbar-brand" href = "/#" style = "font-family: Montserrat, sans-serif;font-weight: bold;color: rgb(255,255,255);" > < img src = "assets/img/192.png" width = "15%" > Woodburn< / a > < button data-bs-toggle = "collapse" data-bs-target = "#navbarResponsive" class = "navbar-toggler navbar-toggler-right" type = "button" aria-controls = "navbarResponsive" aria-expanded = "false" aria-label = "Toggle navigation" > < i class = "fa fa-bars" > < / i > < / button >
< div class = "collapse navbar-collapse" id = "navbarResponsive" style = "margin-top: 4px;" >
< ul class = "navbar-nav ms-auto text-uppercase" style = "background: rgb(52,58,64);" >
< li class = "nav-item" > < a class = "nav-link" href = "/" style = "padding-left: 15px;" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "https://dashboard.woodburn.au" style = "padding-left: 15px;" target = "_blank" > Dashboard< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "https://nathan.woodburn.au" target = "_blank" style = "padding-left: 15px;" > Nathan< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "https://nathan.woodburn.au/link" target = "_blank" style = "padding-left: 15px;" > Links< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "https://dash.woodburn.au" style = "padding-left: 15px;" > Login< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< header class = "masthead" style = "background: url("assets/img/back.jpg") center / cover no-repeat;" >
< div class = "container" >
< div class = "intro-text" >
< div class = "intro-heading text-uppercase" > < span > Woodburn< / span > < / div >
< / div >
< / div >
< / header >
< footer style = "background: #000000;color: rgb(255,255,255);" >
< div class = "container" >
< div class = "row justify-content-center align-items-center" >
< div class = "col-md-4" > < a href = "mailto:contact@woodburn.au" > contact@woodburn.au< / a > < / div >
< div class = "col-md-4" > < span class = "copyright" > Copyright © < a href = "https://nathan.woodburn.au" target = "_blank" > Nathan Woodburn< / a > 2023< / span > < / div >
< / div >
< / div >
< / footer >
< script src = "assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "assets/js/agency.js" > < / script >
< / body >
< / html >