This commit is contained in:
Nathan Woodburn 2020-10-31 15:00:30 +11:00
parent 680d3b4ab6
commit f5558bff7a
10 changed files with 864 additions and 315 deletions

193
Home.css
View File

@ -1,37 +1,164 @@
.u-section-1 {background-image: url("images/default-image.jpg")}
.u-section-1 .u-sheet-1 {min-height: 520px}
.u-section-1 .u-layout-wrap-1 {margin-top: 120px; margin-bottom: 0}
.u-section-1 .u-layout-cell-1 {min-height: 400px}
.u-section-1 .u-container-layout-1 {padding: 30px}
.u-section-1 .u-icon-1 {height: 64px; width: 64px; margin: 0 auto}
.u-section-1 .u-btn-1 {border-style: none; font-weight: 700; font-size: 0.9375rem; margin: 44px auto 0; padding: 8px 33px}
.u-section-1 .u-layout-cell-2 {min-height: 400px}
.u-section-1 .u-container-layout-2 {padding: 30px}
.u-section-1 .u-icon-2 {height: 59px; width: 64px; margin: 0 auto}
.u-section-1 .u-btn-2 {border-style: none; font-weight: 700; font-size: 0.9375rem; margin: 49px auto 0; padding: 8px 33px}
.u-section-1 .u-layout-cell-3 {min-height: 400px}
.u-section-1 .u-container-layout-3 {padding: 30px}
.u-section-1 .u-icon-3 {height: 64px; width: 64px; margin: 0 auto}
.u-section-1 .u-btn-3 {border-style: none; font-weight: 700; font-size: 0.9375rem; margin: 44px auto 0; padding: 8px 33px}
.u-section-1 {
background-image: url("images/default-image.jpg");
}
@media (max-width: 1199px){ .u-section-1 .u-sheet-1 {min-height: 430px}
.u-section-1 .u-layout-wrap-1 {margin-top: 60px; position: relative}
.u-section-1 .u-layout-cell-1 {min-height: 330px}
.u-section-1 .u-btn-1 {width: 253px; height: 37px}
.u-section-1 .u-layout-cell-2 {min-height: 330px}
.u-section-1 .u-btn-2 {width: 253px; height: 37px}
.u-section-1 .u-layout-cell-3 {min-height: 330px} }
.u-section-1 .u-sheet-1 {
min-height: 520px;
}
@media (max-width: 991px){ .u-section-1 .u-sheet-1 {min-height: 353px}
.u-section-1 .u-layout-cell-1 {min-height: 100px}
.u-section-1 .u-btn-1 {width: 180px}
.u-section-1 .u-layout-cell-2 {min-height: 100px}
.u-section-1 .u-btn-2 {width: 180px}
.u-section-1 .u-layout-cell-3 {min-height: 100px} }
.u-section-1 .u-layout-wrap-1 {
margin-top: 120px;
margin-bottom: 0;
}
@media (max-width: 767px){ .u-section-1 .u-sheet-1 {min-height: 1238px}
.u-section-1 .u-container-layout-1 {padding-left: 10px; padding-right: 10px}
.u-section-1 .u-container-layout-2 {padding-left: 10px; padding-right: 10px}
.u-section-1 .u-container-layout-3 {padding-left: 10px; padding-right: 10px} }
.u-section-1 .u-layout-cell-1 {
min-height: 400px;
}
@media (max-width: 575px){ .u-section-1 .u-sheet-1 {min-height: 816px} }
.u-section-1 .u-container-layout-1 {
padding: 30px;
}
.u-section-1 .u-icon-1 {
height: 64px;
width: 64px;
margin: 0 auto;
}
.u-section-1 .u-btn-1 {
border-style: none;
font-weight: 700;
font-size: 0.9375rem;
margin: 44px auto 0;
padding: 8px 33px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 400px;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-icon-2 {
height: 59px;
width: 64px;
margin: 0 auto;
}
.u-section-1 .u-btn-2 {
border-style: none;
font-weight: 700;
font-size: 0.9375rem;
margin: 49px auto 0;
padding: 8px 33px;
}
.u-section-1 .u-layout-cell-3 {
min-height: 400px;
}
.u-section-1 .u-container-layout-3 {
padding: 30px;
}
.u-section-1 .u-icon-3 {
height: 64px;
width: 64px;
margin: 0 auto;
}
.u-section-1 .u-btn-3 {
border-style: none;
font-weight: 700;
font-size: 0.9375rem;
margin: 44px auto 0;
padding: 8px 33px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 430px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 60px;
position: relative;
}
.u-section-1 .u-layout-cell-1 {
min-height: 330px;
}
.u-section-1 .u-btn-1 {
width: 253px;
height: 37px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 330px;
}
.u-section-1 .u-btn-2 {
width: 253px;
height: 37px;
}
.u-section-1 .u-layout-cell-3 {
min-height: 330px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 353px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-1 .u-btn-1 {
width: 180px;
}
.u-section-1 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-1 .u-btn-2 {
width: 180px;
}
.u-section-1 .u-layout-cell-3 {
min-height: 100px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1238px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 816px;
}
}

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="Home.css" media="screen">
<script class="u-script" type="text/javascript" src="jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 2.28.1, nicepage.com">
<meta name="generator" content="Nicepage 2.29.0, nicepage.com">
<link rel="icon" href="images/favicon.png">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
@ -22,7 +22,7 @@
"@type": "Organization",
"name": "Nathan Woodburn",
"url": "index.html",
"logo": "images/NJWIconbig.png"
"logo": "np://user.desktop.nicepage.com/Site_221126440/images/NJWIconbig.png"
}</script>
<meta property="og:title" content="Home">
<meta property="og:type" content="website">
@ -40,22 +40,22 @@
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-spacing-25 u-unstyled"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
<ul class="u-nav u-spacing-25 u-unstyled"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0px;">Home</a>
</li></ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-align-center u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
<div class="u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0px;">Home</a>
</li></ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
<a href="Home.html" class="u-image u-logo u-image-1" src="" title="Home">
<img src="images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="88.421">
<img src="np://user.desktop.nicepage.com/Site_221126440/images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="88.421">
</a>
<h1 class="u-text u-text-1">Nathan Woodburn</h1>
</div></header>
@ -81,7 +81,7 @@
<div class="u-container-layout u-container-layout-3"><span class="u-icon u-icon-circle u-text-palette-1-base u-icon-3"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 512 512" style=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-b8ae"></use></svg><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xml:space="preserve" class="u-svg-content" viewBox="0 0 512 512" x="0px" y="0px" id="svg-b8ae" style="enable-background:new 0 0 512 512;"><g><path style="fill:#2D527C;" d="M352.34,233.393c-7.748,0-14.03-6.281-14.03-14.03v-56.121c0-7.749,6.283-14.03,14.03-14.03 c7.747,0,14.03,6.281,14.03,14.03v56.121C366.371,227.111,360.088,233.393,352.34,233.393z"></path><path style="fill:#2D527C;" d="M182.395,233.393c-7.748,0-14.03-6.281-14.03-14.03v-75.253c0-1.115-0.54-2.175-1.442-2.831 l-31.383-22.81c-6.267-4.556-7.655-13.33-3.099-19.597c4.557-6.27,13.33-7.656,19.599-3.099l31.383,22.81 c8.143,5.919,13.005,15.463,13.005,25.528v75.253C196.425,227.111,190.142,233.393,182.395,233.393z"></path><path style="fill:#2D527C;" d="M116.4,144.861c-3.147,0-6.255-0.525-9.235-1.557L50.5,123.646 c-8.369-2.903-14.76-9.393-17.532-17.806s-1.494-17.431,3.508-24.742l41.011-59.922c5.257-7.682,13.956-12.268,23.269-12.268 c8.281,0,16.105,3.621,21.472,9.935l38.839,45.704c8.209,9.661,8.941,23.713,1.782,34.174l-23.182,33.873 C134.408,140.275,125.711,144.861,116.4,144.861z M100.671,36.983L59.633,96.945c-0.029,0.074-0.006,0.15,0.018,0.175L116.4,116.8 c0.022,0,0.074-0.006,0.109-0.058l23.181-33.875c0.032-0.048,0.029-0.111-0.007-0.154l-38.839-45.702L100.671,36.983z"></path><path style="fill:#2D527C;" d="M352.34,135.18c-30.094,0-54.576-24.483-54.576-54.576s24.483-54.576,54.576-54.576 c30.094,0,54.576,24.483,54.576,54.576S382.434,135.18,352.34,135.18z M352.34,54.087c-14.621,0-26.516,11.895-26.516,26.516 s11.896,26.516,26.516,26.516c14.62,0,26.516-11.895,26.516-26.516S366.961,54.087,352.34,54.087z"></path><path style="fill:#2D527C;" d="M88.905,434.872c-4.76,0-9.402-2.423-12.035-6.798l-49.015-81.45 c-9.998-16.617-8.716-38.066,3.192-53.373l46.478-59.744c9.016-11.589,22.607-18.237,37.291-18.237h303.519 c14.683,0,28.274,6.646,37.29,18.237l46.479,59.742c11.908,15.308,13.19,36.757,3.19,53.373l-49.015,81.45 c-3.997,6.636-12.619,8.78-19.257,4.787c-6.639-3.996-8.783-12.617-4.787-19.257l49.015-81.45 c4.062-6.749,3.54-15.459-1.295-21.674l-46.479-59.742c-3.66-4.706-9.181-7.405-15.143-7.405H114.818 c-5.963,0-11.484,2.699-15.144,7.405l-46.478,59.744c-4.835,6.217-5.355,14.927-1.296,21.674l49.015,81.45 c3.996,6.639,1.852,15.261-4.787,19.257C93.862,434.224,91.368,434.872,88.905,434.872z"></path>
</g><circle style="fill:#CEE8FA;" cx="120.731" cy="436.032" r="53.03"></circle><path style="fill:#2D527C;" d="M120.737,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 S187.8,399.051,187.8,436.03C187.8,473.008,157.715,503.092,120.737,503.092z M120.737,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S142.243,397.027,120.737,397.027z "></path><circle style="fill:#CEE8FA;" cx="412.422" cy="436.032" r="53.03"></circle><path style="fill:#2D527C;" d="M412.416,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 s67.063,30.084,67.063,67.063C479.481,473.008,449.397,503.092,412.416,503.092z M412.416,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S433.923,397.027,412.416,397.027z "></path><circle style="fill:#CEE8FA;" cx="266.572" cy="436.032" r="53.03"></circle><g><path style="fill:#2D527C;" d="M266.577,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 s67.063,30.084,67.063,67.063C333.641,473.008,303.556,503.092,266.577,503.092z M266.577,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S288.083,397.027,266.577,397.027 z"></path><path style="fill:#2D527C;" d="M406.88,331.605H14.03c-7.748,0-14.03-6.281-14.03-14.03c0-7.749,6.283-14.03,14.03-14.03h392.85 c7.748,0,14.03,6.281,14.03,14.03C420.91,325.324,414.628,331.605,406.88,331.605z"></path>
</g></svg></span>
<a href="http://new.anurobot.tech" class="u-btn u-btn-round u-button-style u-hover-palette-1-light-1 u-palette-1-base u-radius-6 u-btn-3" target="_blank">ANU Autonomous Rover</a>
<a href="http://anurobot.tech" class="u-btn u-btn-round u-button-style u-hover-palette-1-light-1 u-palette-1-base u-radius-6 u-btn-3" target="_blank">ANU Autonomous Rover</a>
</div>
</div>
</div>

View File

@ -1,11 +0,0 @@
.u-section-1 .u-sheet-1 {min-height: 500px}
.u-section-1 .u-form-1 {height: 311px; width: 570px; margin: 57px auto 60px}
.u-section-1 .u-btn-1 {border-style: solid}
@media (max-width: 767px){ .u-section-1 .u-form-1 {width: 540px} }
@media (max-width: 575px){ .u-section-1 .u-form-1 {width: 340px}
.u-section-1 .u-form-group-1 {width: 100%}
.u-section-1 .u-form-group-2 {width: 100%}
.u-section-1 .u-form-group-3 {width: 100%}
.u-section-1 .u-form-group-4 {width: 100%} }

View File

@ -1,98 +0,0 @@
<!DOCTYPE html>
<html style="font-size: 16px;" lang="en-AU">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="page_type" content="np-template-header-footer-from-plugin">
<title>Nathan Woodburn - Contact</title>
<link rel="stylesheet" href="nicepage.css" media="screen">
<link rel="stylesheet" href="Nathan-Woodburn---Contact.css" media="screen">
<script class="u-script" type="text/javascript" src="jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 2.28.1, nicepage.com">
<link rel="icon" href="images/favicon.png">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Nathan Woodburn",
"url": "index.html",
"logo": "images/NJWIconbig.png"
}</script>
<meta property="og:title" content="Nathan Woodburn - Contact">
<meta property="og:type" content="website">
<meta name="theme-color" content="#3a0e63">
<link rel="canonical" href="index.html">
<meta property="og:url" content="index.html">
</head>
<body class="u-body"><header class="u-black u-clearfix u-header u-sticky u-header" id="sec-8ded"><div class="u-clearfix u-sheet u-sheet-1">
<nav class="u-align-left u-menu u-menu-dropdown u-nav-spacing-25 u-offcanvas u-menu-1" data-responsive-from="XS">
<div class="menu-collapse">
<a class="u-button-style u-nav-link" href="#" style="padding: 11px 10px; font-size: calc(1em + 22px);">
<svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 302 302" style="undefined"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-7b92"></use></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="svg-7b92" x="0px" y="0px" viewBox="0 0 302 302" style="enable-background:new 0 0 302 302;" xml:space="preserve" class="u-svg-content"><g><rect y="36" width="302" height="30"></rect><rect y="236" width="302" height="30"></rect><rect y="136" width="302" height="30"></rect>
</g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-spacing-25 u-unstyled"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
</li></ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-align-center u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
</li></ul>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
<a href="Home.html" class="u-image u-logo u-image-1" src="" title="Home">
<img src="images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="88.421">
</a>
<h1 class="u-text u-text-1">Nathan Woodburn</h1>
</div></header>
<section class="u-clearfix u-section-1" id="sec-ebf4">
<div class="u-clearfix u-sheet u-sheet-1">
<div class="u-form u-form-1">
<form action="https://nathanwoodburn.us2.list-manage.com/subscribe/post?u=a510bf1fc5cd45acf22f3176f&amp;amp;id=74e66b008e" method="POST" class="u-clearfix u-form-spacing-10 u-form-vertical u-inner-form" style="padding: 10px" source="mailchimp" name="form">
<div class="u-form-group u-form-name u-form-group-1">
<label for="name-b4cd" class="u-form-control-hidden u-label">Name</label>
<input type="text" placeholder="Enter your Name" id="name-b4cd" name="name" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white" required="">
</div>
<div class="u-form-email u-form-group u-form-group-2">
<label for="email-b4cd" class="u-form-control-hidden u-label">Email</label>
<input type="email" placeholder="Email" id="email-b4cd" name="email" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white" required="">
</div>
<div class="u-form-group u-form-message u-form-group-3">
<label for="message-b4cd" class="u-form-control-hidden u-label">Message</label>
<textarea placeholder="Enter your message" rows="4" cols="50" id="message-b4cd" name="message" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white" required=""></textarea>
</div>
<div class="u-align-left u-form-group u-form-submit u-form-group-4">
<a href="#" class="u-border-hover-white u-btn u-btn-submit u-button-style u-hover-black u-btn-1">Submit</a>
<input type="submit" value="submit" class="u-form-control-hidden">
</div>
<div class="u-form-send-message u-form-send-success">Thank you! I'll get back to you soon.</div>
<div class="u-form-send-error u-form-send-message">Unable to send your message. Please fix errors then try again.</div>
<input type="hidden" value="" name="recaptchaResponse">
</form>
</div>
</div>
</section>
<footer class="u-align-left u-clearfix u-footer u-footer" id="sec-e6a2"><div class="u-clearfix u-sheet u-sheet-1">
<div class="u-container-layout u-valign-middle-xs u-container-layout-1"></div>
<p class="u-text u-text-1">Copyright © 2020 Nathan Woodburn&nbsp;All rights reserved!</p>
<p class="u-text u-text-default u-text-2">
<a href="mailto:nathan@woodburn.tk" class="u-active-none u-border-none u-btn u-button-link u-button-style u-hover-none u-none u-text-palette-1-base u-btn-1">nathan@woodburn.tk</a>
</p>
</div></footer>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1,42 +0,0 @@
<!DOCTYPE html>
<html style="font-size: 16px;"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content=""><meta name="description" content=""><meta name="page_type" content="np-template-header-footer-from-plugin">
<title></title>
<link rel="stylesheet" href="/nicepage.css" media="screen">
<script class="u-script" type="text/javascript" src="np://app.desktop.nicepage.com/jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="np://app.desktop.nicepage.com/nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 2.28.1, nicepage.com"><link rel="icon" href="favicon.png"></head>
<body class="u-body" data-style="blank" data-posts="" data-global-section-properties="{&quot;colorings&quot;:{&quot;light&quot;:[&quot;clean&quot;],&quot;colored&quot;:[&quot;clean&quot;],&quot;dark&quot;:[&quot;dark&quot;]}}" data-source="blank" data-page-sections-style="" data-page-coloring-types="{&quot;light&quot;:[&quot;clean&quot;],&quot;colored&quot;:[&quot;clean&quot;],&quot;dark&quot;:[&quot;dark&quot;]}" data-page-category="&quot;Basic&quot;"><section class="u-clearfix u-block-c640-1" custom-posts-hash="[]" data-style="blank" data-section-properties="{&quot;margin&quot;:&quot;none&quot;,&quot;stretch&quot;:true}" id="sec-ebf4" data-source="Blank" data-id="c640">
<div class="u-clearfix u-sheet u-block-c640-2" data-state="{&quot;margin-top&quot;:{&quot;shouldApplyDefaultMargins&quot;:{&quot;XL&quot;:false,&quot;LG&quot;:false,&quot;MD&quot;:false,&quot;SM&quot;:false,&quot;XS&quot;:false},&quot;parentVerticalAlign&quot;:{&quot;XL&quot;:&quot;&quot;,&quot;LG&quot;:&quot;&quot;,&quot;MD&quot;:&quot;&quot;,&quot;SM&quot;:&quot;&quot;,&quot;XS&quot;:&quot;&quot;}},&quot;margin-bottom&quot;:{&quot;shouldApplyDefaultMargins&quot;:{&quot;XL&quot;:false,&quot;LG&quot;:false,&quot;MD&quot;:false,&quot;SM&quot;:false,&quot;XS&quot;:false},&quot;parentVerticalAlign&quot;:{&quot;XL&quot;:&quot;&quot;,&quot;LG&quot;:&quot;&quot;,&quot;MD&quot;:&quot;&quot;,&quot;SM&quot;:&quot;&quot;,&quot;XS&quot;:&quot;&quot;}}}"><div class="u-form u-block-c640-3" data-state="{&quot;margin-top&quot;:{&quot;shouldApplyDefaultMargins&quot;:{&quot;XL&quot;:false,&quot;LG&quot;:false,&quot;MD&quot;:false,&quot;SM&quot;:false,&quot;XS&quot;:false},&quot;parentVerticalAlign&quot;:{&quot;XL&quot;:&quot;&quot;,&quot;LG&quot;:&quot;&quot;,&quot;MD&quot;:&quot;&quot;,&quot;SM&quot;:&quot;&quot;,&quot;XS&quot;:&quot;&quot;}},&quot;margin-bottom&quot;:{&quot;shouldApplyDefaultMargins&quot;:{&quot;XL&quot;:false,&quot;LG&quot;:false,&quot;MD&quot;:false,&quot;SM&quot;:false,&quot;XS&quot;:false},&quot;parentVerticalAlign&quot;:{&quot;XL&quot;:&quot;&quot;,&quot;LG&quot;:&quot;&quot;,&quot;MD&quot;:&quot;&quot;,&quot;SM&quot;:&quot;&quot;,&quot;XS&quot;:&quot;&quot;}}}"><form action="https://nathanwoodburn.us2.list-manage.com/subscribe/post?u=a510bf1fc5cd45acf22f3176f&amp;amp;id=74e66b008e" method="POST" class="u-clearfix u-form-spacing-10 u-form-vertical u-inner-form" style="padding: 10px" source="mailchimp" name="form">
<div class="u-form-group u-form-name u-block-c640-4"><label for="name-b4cd" class="u-form-control-hidden u-label u-block-c640-5">Name</label>
<input type="text" placeholder="Enter your Name" id="name-b4cd" name="name" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white u-block-c640-6" required=""></div><div class="u-form-email u-form-group u-block-c640-7"><label for="email-b4cd" class="u-form-control-hidden u-label u-block-c640-8">Email</label>
<input type="email" placeholder="Email" id="email-b4cd" name="email" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white u-block-c640-9" required=""></div><div class="u-form-group u-form-message u-block-c640-10"><label for="message-b4cd" class="u-form-control-hidden u-label u-block-c640-11">Message</label>
<textarea placeholder="Enter your message" rows="4" cols="50" id="message-b4cd" name="message" class="u-border-1 u-border-grey-30 u-input u-input-rectangle u-white u-block-c640-12" required=""></textarea></div>
<div class="u-align-left u-form-group u-form-submit u-block-c640-13">
<a href="#" class="u-border-hover-white u-btn u-btn-submit u-button-style u-hover-black u-block-c640-14">Submit</a>
<input type="submit" value="submit" class="u-form-control-hidden">
</div>
<div class="u-form-send-message u-form-send-success">Thank you! I'll get back to you soon.</div>
<div class="u-form-send-error u-form-send-message">Unable to send your message. Please fix errors then try again.</div>
<input type="hidden" value="" name="recaptchaResponse">
</form></div></div>
<style data-mode="XL">@media (min-width: 1200px){ .u-block-c640-2 {min-height: 500px}
.u-block-c640-3 {height: 311px; width: 570px; margin-top: 57px; margin-left: auto; margin-right: auto; margin-bottom: 60px}
.u-block-c640-14 {border-style: solid} }</style><style data-mode="LG">@media (max-width: 1199px) and (min-width: 992px){ .u-block-c640-2 {min-height: 500px}
.u-block-c640-3 {height: 311px; width: 570px; margin-top: 57px; margin-left: auto; margin-right: auto; margin-bottom: 60px}
.u-block-c640-14 {border-style: solid} }</style><style data-mode="MD">@media (max-width: 991px) and (min-width: 768px){ .u-block-c640-2 {min-height: 500px}
.u-block-c640-3 {height: 311px; width: 570px; margin-top: 57px; margin-left: auto; margin-right: auto; margin-bottom: 60px}
.u-block-c640-14 {border-style: solid} }</style><style data-mode="SM">@media (max-width: 767px) and (min-width: 576px){ .u-block-c640-2 {min-height: 500px}
.u-block-c640-3 {height: 311px; width: 540px; margin-top: 57px; margin-left: auto; margin-right: auto; margin-bottom: 60px}
.u-block-c640-14 {border-style: solid} }</style><style data-mode="XS">@media (max-width: 575px){ .u-block-c640-2 {min-height: 500px}
.u-block-c640-3 {height: 311px; width: 340px; margin-top: 57px; margin-left: auto; margin-right: auto; margin-bottom: 60px}
.u-block-c640-4 {width: 100%}
.u-block-c640-7 {width: 100%}
.u-block-c640-10 {width: 100%}
.u-block-c640-13 {width: 100%}
.u-block-c640-14 {border-style: solid} }</style></section>
</body></html>

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="Home.css" media="screen">
<script class="u-script" type="text/javascript" src="jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 2.28.1, nicepage.com">
<meta name="generator" content="Nicepage 2.29.0, nicepage.com">
<link rel="icon" href="images/favicon.png">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
@ -22,7 +22,7 @@
"@type": "Organization",
"name": "Nathan Woodburn",
"url": "index.html",
"logo": "images/NJWIconbig.png"
"logo": "np://user.desktop.nicepage.com/Site_221126440/images/NJWIconbig.png"
}</script>
<meta property="og:title" content="Home">
<meta property="og:type" content="website">
@ -40,22 +40,22 @@
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-spacing-25 u-unstyled"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
<ul class="u-nav u-spacing-25 u-unstyled"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0px;">Home</a>
</li></ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-align-center u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0;">Home</a>
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Nathan-Woodburn---Contact.html" style="padding: 8px 0;">Nathan Woodburn - Contact</a>
<div class="u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2"><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Home.html" style="padding: 8px 0px;">Home</a>
</li></ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
<a href="Home.html" class="u-image u-logo u-image-1" src="" title="Home">
<img src="images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="88.421">
<img src="np://user.desktop.nicepage.com/Site_221126440/images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="88.421">
</a>
<h1 class="u-text u-text-1">Nathan Woodburn</h1>
</div></header>
@ -81,7 +81,7 @@
<div class="u-container-layout u-container-layout-3"><span class="u-icon u-icon-circle u-text-palette-1-base u-icon-3"><svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 512 512" style=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-b8ae"></use></svg><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xml:space="preserve" class="u-svg-content" viewBox="0 0 512 512" x="0px" y="0px" id="svg-b8ae" style="enable-background:new 0 0 512 512;"><g><path style="fill:#2D527C;" d="M352.34,233.393c-7.748,0-14.03-6.281-14.03-14.03v-56.121c0-7.749,6.283-14.03,14.03-14.03 c7.747,0,14.03,6.281,14.03,14.03v56.121C366.371,227.111,360.088,233.393,352.34,233.393z"></path><path style="fill:#2D527C;" d="M182.395,233.393c-7.748,0-14.03-6.281-14.03-14.03v-75.253c0-1.115-0.54-2.175-1.442-2.831 l-31.383-22.81c-6.267-4.556-7.655-13.33-3.099-19.597c4.557-6.27,13.33-7.656,19.599-3.099l31.383,22.81 c8.143,5.919,13.005,15.463,13.005,25.528v75.253C196.425,227.111,190.142,233.393,182.395,233.393z"></path><path style="fill:#2D527C;" d="M116.4,144.861c-3.147,0-6.255-0.525-9.235-1.557L50.5,123.646 c-8.369-2.903-14.76-9.393-17.532-17.806s-1.494-17.431,3.508-24.742l41.011-59.922c5.257-7.682,13.956-12.268,23.269-12.268 c8.281,0,16.105,3.621,21.472,9.935l38.839,45.704c8.209,9.661,8.941,23.713,1.782,34.174l-23.182,33.873 C134.408,140.275,125.711,144.861,116.4,144.861z M100.671,36.983L59.633,96.945c-0.029,0.074-0.006,0.15,0.018,0.175L116.4,116.8 c0.022,0,0.074-0.006,0.109-0.058l23.181-33.875c0.032-0.048,0.029-0.111-0.007-0.154l-38.839-45.702L100.671,36.983z"></path><path style="fill:#2D527C;" d="M352.34,135.18c-30.094,0-54.576-24.483-54.576-54.576s24.483-54.576,54.576-54.576 c30.094,0,54.576,24.483,54.576,54.576S382.434,135.18,352.34,135.18z M352.34,54.087c-14.621,0-26.516,11.895-26.516,26.516 s11.896,26.516,26.516,26.516c14.62,0,26.516-11.895,26.516-26.516S366.961,54.087,352.34,54.087z"></path><path style="fill:#2D527C;" d="M88.905,434.872c-4.76,0-9.402-2.423-12.035-6.798l-49.015-81.45 c-9.998-16.617-8.716-38.066,3.192-53.373l46.478-59.744c9.016-11.589,22.607-18.237,37.291-18.237h303.519 c14.683,0,28.274,6.646,37.29,18.237l46.479,59.742c11.908,15.308,13.19,36.757,3.19,53.373l-49.015,81.45 c-3.997,6.636-12.619,8.78-19.257,4.787c-6.639-3.996-8.783-12.617-4.787-19.257l49.015-81.45 c4.062-6.749,3.54-15.459-1.295-21.674l-46.479-59.742c-3.66-4.706-9.181-7.405-15.143-7.405H114.818 c-5.963,0-11.484,2.699-15.144,7.405l-46.478,59.744c-4.835,6.217-5.355,14.927-1.296,21.674l49.015,81.45 c3.996,6.639,1.852,15.261-4.787,19.257C93.862,434.224,91.368,434.872,88.905,434.872z"></path>
</g><circle style="fill:#CEE8FA;" cx="120.731" cy="436.032" r="53.03"></circle><path style="fill:#2D527C;" d="M120.737,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 S187.8,399.051,187.8,436.03C187.8,473.008,157.715,503.092,120.737,503.092z M120.737,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S142.243,397.027,120.737,397.027z "></path><circle style="fill:#CEE8FA;" cx="412.422" cy="436.032" r="53.03"></circle><path style="fill:#2D527C;" d="M412.416,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 s67.063,30.084,67.063,67.063C479.481,473.008,449.397,503.092,412.416,503.092z M412.416,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S433.923,397.027,412.416,397.027z "></path><circle style="fill:#CEE8FA;" cx="266.572" cy="436.032" r="53.03"></circle><g><path style="fill:#2D527C;" d="M266.577,503.092c-36.978,0-67.063-30.084-67.063-67.062s30.084-67.063,67.063-67.063 s67.063,30.084,67.063,67.063C333.641,473.008,303.556,503.092,266.577,503.092z M266.577,397.027 c-21.506,0-39.003,17.497-39.003,39.003s17.497,39.001,39.003,39.001s39.003-17.496,39.003-39.001S288.083,397.027,266.577,397.027 z"></path><path style="fill:#2D527C;" d="M406.88,331.605H14.03c-7.748,0-14.03-6.281-14.03-14.03c0-7.749,6.283-14.03,14.03-14.03h392.85 c7.748,0,14.03,6.281,14.03,14.03C420.91,325.324,414.628,331.605,406.88,331.605z"></path>
</g></svg></span>
<a href="http://new.anurobot.tech" class="u-btn u-btn-round u-button-style u-hover-palette-1-light-1 u-palette-1-base u-radius-6 u-btn-3" target="_blank">ANU Autonomous Rover</a>
<a href="http://anurobot.tech" class="u-btn u-btn-round u-button-style u-hover-palette-1-light-1 u-palette-1-base u-radius-6 u-btn-3" target="_blank">ANU Autonomous Rover</a>
</div>
</div>
</div>

View File

@ -4343,16 +4343,19 @@ a {
}
.u-block-content > :first-child,
.u-product-desc > :first-child,
.u-product-tab-pane > :first-child,
.u-post-content > :first-child {
margin-top: 0;
}
.u-block-content > :last-child,
.u-product-desc > :last-child,
.u-product-tab-pane > :last-child,
.u-post-content > :last-child {
margin-bottom: 0;
}
.u-block-content p,
.u-product-desc p,
.u-product-tab-pane p,
.u-post-content p {
text-decoration: inherit !important;
color: inherit !important;
@ -15607,7 +15610,6 @@ div.u-video,
}
.u-enable-responsive.u-offcanvas .u-sidenav {
height: 100vh;
overflow: auto;
transition: margin-left 500ms ease;
border-top: none;
border-bottom: none;
@ -15630,7 +15632,6 @@ div.u-video,
}
.u-enable-responsive:not(.u-offcanvas) .u-sidenav {
display: none;
overflow: auto;
}
.u-enable-responsive:not(.u-offcanvas).open .u-sidenav {
display: block;
@ -15649,6 +15650,14 @@ div.u-video,
.u-menu-overlay:not(.u-opacity) {
opacity: 0;
}
.u-sidenav-overflow {
overflow: auto;
position: absolute !important;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.u-offcanvas-unshifted-left .u-body > *,
.u-offcanvas-unshifted-left.u-body > * {
animation: menu-unshift-left 500ms normal forwards ease;
@ -17246,6 +17255,7 @@ a.pswp__share--download:hover {
.u-tab-link .u-icon > svg + img {
position: absolute !important;
left: 0 !important;
top: calc(49.5%);
display: inline !important;
padding: 0.5em !important;
margin: 0 !important;
@ -17257,7 +17267,6 @@ a.pswp__share--download:hover {
width: 0 !important;
height: 0 !important;
line-height: 1 !important;
vertical-align: middle !important;
}
.u-login {
display: table;
@ -30673,36 +30682,145 @@ a.u-link.u-text-hover-grey-90:hover {
/*end-variables sitestylecss*/
.u-header {background-image: none}
.u-header .u-sheet-1 {min-height: 105px}
.u-header .u-menu-1 {font-family: size-14; margin: 65px -2px 0 auto}
.u-header .u-nav-2 {font-size: 1.25rem}
.u-header .u-image-1 {margin: -97px auto 0 0}
.u-header .u-logo-image-1 {max-width: 88px; max-height: 88px}
.u-header .u-text-1 {margin: -66px 502px 17px 109px}
@media (max-width: 1199px){ .u-header .u-menu-1 {margin-right: 0}
.u-header .u-image-1 {margin-top: -97px}
.u-header .u-logo-image-1 {max-width: 215px; max-height: 215px}
.u-header .u-text-1 {margin-right: 402px; margin-left: 90px} }
@media (max-width: 991px){ .u-header .u-image-1 {width: auto}
.u-header .u-logo-image-1 {max-width: 212px; max-height: 212px}
.u-header .u-text-1 {margin-right: 191px; margin-left: 69px} }
@media (max-width: 767px){ .u-header .u-logo-image-1 {max-width: 148px; max-height: 148px}
.u-header .u-text-1 {margin-right: 11px; margin-left: 52px} }
@media (max-width: 575px){ .u-header .u-logo-image-1 {max-width: 147px; max-height: 147px}
.u-header .u-text-1 {margin-right: 0; margin-left: 33px} }
.u-footer {min-height: 238px}
.u-footer .u-sheet-1 {min-height: 249px}
.u-footer .u-container-layout-1 {padding-left: 112px; padding-right: 88px}
.u-footer .u-text-1 {margin: 119px 0 0 711px}
.u-footer .u-text-2 {margin: -25px auto 60px 0}
.u-footer .u-btn-1 {padding: 0}
@media (max-width: 1199px){ .u-footer .u-text-1 {margin-left: 511px} }
@media (max-width: 991px){ .u-footer .u-container-layout-1 {padding-left: 30px; padding-right: 30px}
.u-footer .u-text-1 {margin-left: 291px} }
@media (max-width: 767px){ .u-footer .u-container-layout-1 {padding-left: 10px; padding-right: 10px}
.u-footer .u-text-1 {margin-left: 111px} }
@media (max-width: 575px){ .u-footer .u-text-1 {margin-left: 0} }
.u-header {
background-image: none;
}
.u-header .u-sheet-1 {
min-height: 105px;
}
.u-header .u-menu-1 {
font-family: size-14;
margin: 65px -2px 0 auto;
}
.u-header .u-nav-2 {
font-size: 1.25rem;
}
.u-header .u-image-1 {
margin: -97px auto 0 0;
}
.u-header .u-logo-image-1 {
max-width: 88px;
max-height: 88px;
}
.u-header .u-text-1 {
margin: -66px 502px 17px 109px;
}
@media (max-width: 1199px) {
.u-header .u-menu-1 {
margin-right: 0;
}
.u-header .u-image-1 {
margin-top: -97px;
}
.u-header .u-logo-image-1 {
max-width: 215px;
max-height: 215px;
}
.u-header .u-text-1 {
margin-right: 402px;
margin-left: 90px;
}
}
@media (max-width: 991px) {
.u-header .u-image-1 {
width: auto;
}
.u-header .u-logo-image-1 {
max-width: 212px;
max-height: 212px;
}
.u-header .u-text-1 {
margin-right: 191px;
margin-left: 69px;
}
}
@media (max-width: 767px) {
.u-header .u-logo-image-1 {
max-width: 148px;
max-height: 148px;
}
.u-header .u-text-1 {
margin-right: 11px;
margin-left: 52px;
}
}
@media (max-width: 575px) {
.u-header .u-logo-image-1 {
max-width: 147px;
max-height: 147px;
}
.u-header .u-text-1 {
margin-right: 0;
margin-left: 33px;
}
}
.u-footer {
min-height: 238px;
}
.u-footer .u-sheet-1 {
min-height: 249px;
}
.u-footer .u-container-layout-1 {
padding-left: 112px;
padding-right: 88px;
}
.u-footer .u-text-1 {
margin: 119px 0 0 711px;
}
.u-footer .u-text-2 {
margin: -25px auto 60px 0;
}
.u-footer .u-btn-1 {
padding: 0;
}
@media (max-width: 1199px) {
.u-footer .u-text-1 {
margin-left: 511px;
}
}
@media (max-width: 991px) {
.u-footer .u-container-layout-1 {
padding-left: 30px;
padding-right: 30px;
}
.u-footer .u-text-1 {
margin-left: 291px;
}
}
@media (max-width: 767px) {
.u-footer .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-footer .u-text-1 {
margin-left: 111px;
}
}
@media (max-width: 575px) {
.u-footer .u-text-1 {
margin-left: 0;
}
}
/*begin-variables base-font-size*/
html { font-size: 16px; }

File diff suppressed because one or more lines are too long