Updated website
This commit is contained in:
71
Home.html
71
Home.html
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="font-size: 16px;">
|
||||
<html style="font-size: 16px;" lang="en-AU">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
@@ -12,13 +12,14 @@
|
||||
<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=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
|
||||
|
||||
|
||||
<script type="application/ld+json">{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "",
|
||||
"name": "NathanWoodburn",
|
||||
"url": "index.html",
|
||||
"logo": "images/NJWIconbig.png"
|
||||
}</script>
|
||||
@@ -27,14 +28,60 @@
|
||||
<meta name="theme-color" content="#478ac9">
|
||||
<link rel="canonical" href="index.html">
|
||||
<meta property="og:url" content="index.html">
|
||||
</head>
|
||||
<script src="https://www.google.com/recaptcha/api.js?render=6LcQfNsZAAAAAMq8ZhzMC89bxasnVkJdCrJKiNxU"></script>
|
||||
<script>
|
||||
( function( grecaptcha, sitekey, actions ) {
|
||||
|
||||
var recaptcha = {
|
||||
|
||||
execute: function( action ) {
|
||||
grecaptcha.execute(
|
||||
sitekey,
|
||||
{ action: action }
|
||||
).then( function( token ) {
|
||||
var forms = document.getElementsByTagName( 'form' );
|
||||
|
||||
for ( var i = 0; i < forms.length; i++ ) {
|
||||
var fields = forms[ i ].getElementsByTagName( 'input' );
|
||||
|
||||
for ( var j = 0; j < fields.length; j++ ) {
|
||||
var field = fields[ j ];
|
||||
|
||||
if ( 'recaptchaResponse' === field.getAttribute( 'name' ) ) {
|
||||
field.setAttribute( 'value', token );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} );
|
||||
},
|
||||
|
||||
executeContact: function() {
|
||||
recaptcha.execute( actions[ 'contact' ] );
|
||||
}
|
||||
};
|
||||
|
||||
grecaptcha.ready(
|
||||
recaptcha.executeContact
|
||||
);
|
||||
|
||||
document.addEventListener( 'change',
|
||||
recaptcha.executeContact, false
|
||||
);
|
||||
} )(
|
||||
grecaptcha,
|
||||
'6LcQfNsZAAAAAMq8ZhzMC89bxasnVkJdCrJKiNxU',
|
||||
{"contact":"contact"}
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
<body class="u-body u-overlap"><header class="u-align-left u-clearfix u-header u-header" id="sec-a026"><div class="u-clearfix u-sheet u-valign-top u-sheet-1">
|
||||
<a href="Home.html" class="u-image u-logo u-image-1" title="Home">
|
||||
<img src="images/NJWIconbig.png" class="u-logo-image u-logo-image-1" data-image-width="64">
|
||||
</a>
|
||||
<nav class="u-align-right u-menu u-menu-dropdown u-offcanvas u-menu-1">
|
||||
<div class="menu-collapse" style="font-size: 1rem; letter-spacing: 0;">
|
||||
<a class="u-button-style u-custom-left-right-menu-spacing u-custom-padding-bottom u-custom-top-bottom-menu-spacing u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base" href="#">
|
||||
<a class="u-button-style u-custom-left-right-menu-spacing u-custom-padding-bottom u-custom-top-bottom-menu-spacing u-nav-link u-text-active-white u-text-hover-black" href="#">
|
||||
<svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#menu-hamburger"></use></svg>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><symbol id="menu-hamburger" viewBox="0 0 16 16" style="width: 16px; height: 16px;"><rect y="1" width="16" height="2"></rect><rect y="7" width="16" height="2"></rect><rect y="13" width="16" height="2"></rect>
|
||||
</symbol>
|
||||
@@ -42,15 +89,14 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="u-custom-menu u-nav-container">
|
||||
<ul class="u-nav u-unstyled u-nav-1"><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base" href="Home.html" style="padding: 10px 20px;">Home</a>
|
||||
</li><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base" href="Page-2.html" style="padding: 10px 20px;">Page 2</a>
|
||||
<ul class="u-nav u-unstyled u-nav-1"><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-white u-text-hover-black" href="Home.html" style="padding: 10px 20px;">Home</a>
|
||||
</li><li class="u-nav-item"><a class="u-button-style u-nav-link u-text-active-white u-text-hover-black" href="" style="padding: 10px 20px;">Contact</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="u-custom-menu u-nav-container-collapse">
|
||||
<div class="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: 10px 20px;">Home</a>
|
||||
</li><li class="u-nav-item"><a class="u-button-style u-nav-link" href="Page-2.html" style="padding: 10px 20px;">Page 2</a>
|
||||
</li></ul>
|
||||
</div>
|
||||
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
|
||||
@@ -72,16 +118,5 @@
|
||||
</a>
|
||||
</p>
|
||||
</div></footer>
|
||||
<section class="u-backlink u-clearfix u-grey-80">
|
||||
<a class="u-link" href="https://nicepage.com/website-templates" target="_blank">
|
||||
<span>Website Templates</span>
|
||||
</a>
|
||||
<p class="u-text">
|
||||
<span>created with</span>
|
||||
</p>
|
||||
<a class="u-link" href="https://nicepage.com/" target="_blank">
|
||||
<span>Website Builder Software</span>
|
||||
</a>.
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user