all: Added link tag and og:url metadata

This commit is contained in:
Nathan Woodburn 2023-04-21 13:01:32 +10:00
parent 21065e7aba
commit e59e5288b7
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
10 changed files with 110 additions and 0 deletions

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/about.html">
<meta property="og:url" content="https://nathan.woodburn.au/about.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/ascii.html">
<meta property="og:url" content="https://nathan.woodburn.au/ascii.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -6,19 +6,24 @@
* Copyright (c) 2016 Daniel Eden */ * Copyright (c) 2016 Daniel Eden */
.animated { .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s; animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; animation-fill-mode: both;
} }
.animated.infinite { .animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; animation-iteration-count: infinite;
} }
.animated.hinge { .animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s; animation-duration: 2s;
} }
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s; animation-duration: .75s;
} }
@ -48,7 +53,9 @@
} }
.bounce { .bounce {
-webkit-animation-name: bounce;
animation-name: bounce; animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom; transform-origin: center bottom;
} }
@ -62,6 +69,7 @@
} }
.flash { .flash {
-webkit-animation-name: flash;
animation-name: flash; animation-name: flash;
} }
@ -81,6 +89,7 @@
} }
.pulse { .pulse {
-webkit-animation-name: pulse;
animation-name: pulse; animation-name: pulse;
} }
@ -116,6 +125,7 @@
} }
.rubberBand { .rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand; animation-name: rubberBand;
} }
@ -135,6 +145,7 @@
} }
.shake { .shake {
-webkit-animation-name: shake;
animation-name: shake; animation-name: shake;
} }
@ -166,7 +177,9 @@
} }
.headShake { .headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out; animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake; animation-name: headShake;
} }
@ -194,7 +207,9 @@
} }
.swing { .swing {
-webkit-transform-origin: top center;
transform-origin: top center; transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing; animation-name: swing;
} }
@ -222,6 +237,7 @@
} }
.tada { .tada {
-webkit-animation-name: tada;
animation-name: tada; animation-name: tada;
} }
@ -257,6 +273,7 @@
} }
.wobble { .wobble {
-webkit-animation-name: wobble;
animation-name: wobble; animation-name: wobble;
} }
@ -296,7 +313,9 @@
} }
.jello { .jello {
-webkit-animation-name: jello;
animation-name: jello; animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center; transform-origin: center;
} }
@ -335,6 +354,7 @@
} }
.bounceIn { .bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn; animation-name: bounceIn;
} }
@ -368,6 +388,7 @@
} }
.bounceInDown { .bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown; animation-name: bounceInDown;
} }
@ -401,6 +422,7 @@
} }
.bounceInLeft { .bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft; animation-name: bounceInLeft;
} }
@ -434,6 +456,7 @@
} }
.bounceInRight { .bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight; animation-name: bounceInRight;
} }
@ -467,6 +490,7 @@
} }
.bounceInUp { .bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp; animation-name: bounceInUp;
} }
@ -488,6 +512,7 @@
} }
.bounceOut { .bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut; animation-name: bounceOut;
} }
@ -509,6 +534,7 @@
} }
.bounceOutDown { .bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown; animation-name: bounceOutDown;
} }
@ -526,6 +552,7 @@
} }
.bounceOutLeft { .bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft; animation-name: bounceOutLeft;
} }
@ -543,6 +570,7 @@
} }
.bounceOutRight { .bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight; animation-name: bounceOutRight;
} }
@ -564,6 +592,7 @@
} }
.bounceOutUp { .bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp; animation-name: bounceOutUp;
} }
@ -577,6 +606,7 @@
} }
.fadeIn { .fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn; animation-name: fadeIn;
} }
@ -594,6 +624,7 @@
} }
.fadeInDown { .fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown; animation-name: fadeInDown;
} }
@ -611,6 +642,7 @@
} }
.fadeInDownBig { .fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig; animation-name: fadeInDownBig;
} }
@ -628,6 +660,7 @@
} }
.fadeInLeft { .fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft; animation-name: fadeInLeft;
} }
@ -645,6 +678,7 @@
} }
.fadeInLeftBig { .fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig; animation-name: fadeInLeftBig;
} }
@ -662,6 +696,7 @@
} }
.fadeInRight { .fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight; animation-name: fadeInRight;
} }
@ -679,6 +714,7 @@
} }
.fadeInRightBig { .fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig; animation-name: fadeInRightBig;
} }
@ -696,6 +732,7 @@
} }
.fadeInUp { .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp; animation-name: fadeInUp;
} }
@ -713,6 +750,7 @@
} }
.fadeInUpBig { .fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig; animation-name: fadeInUpBig;
} }
@ -726,6 +764,7 @@
} }
.fadeOut { .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; animation-name: fadeOut;
} }
@ -741,6 +780,7 @@
} }
.fadeOutDown { .fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown; animation-name: fadeOutDown;
} }
@ -756,6 +796,7 @@
} }
.fadeOutDownBig { .fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig; animation-name: fadeOutDownBig;
} }
@ -771,6 +812,7 @@
} }
.fadeOutLeft { .fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft; animation-name: fadeOutLeft;
} }
@ -786,6 +828,7 @@
} }
.fadeOutLeftBig { .fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig;
} }
@ -801,6 +844,7 @@
} }
.fadeOutRight { .fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight; animation-name: fadeOutRight;
} }
@ -816,6 +860,7 @@
} }
.fadeOutRightBig { .fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig; animation-name: fadeOutRightBig;
} }
@ -831,6 +876,7 @@
} }
.fadeOutUp { .fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp; animation-name: fadeOutUp;
} }
@ -846,6 +892,7 @@
} }
.fadeOutUpBig { .fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig; animation-name: fadeOutUpBig;
} }
@ -883,7 +930,9 @@
} }
.animated.flip { .animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible; backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip; animation-name: flip;
} }
@ -917,7 +966,9 @@
} }
.flipInX { .flipInX {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important; backface-visibility: visible!important;
-webkit-animation-name: flipInX;
animation-name: flipInX; animation-name: flipInX;
} }
@ -951,7 +1002,9 @@
} }
.flipInY { .flipInY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important; backface-visibility: visible!important;
-webkit-animation-name: flipInY;
animation-name: flipInY; animation-name: flipInY;
} }
@ -973,7 +1026,9 @@
} }
.flipOutX { .flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX; animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important; backface-visibility: visible!important;
} }
@ -995,7 +1050,9 @@
} }
.flipOutY { .flipOutY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important; backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY; animation-name: flipOutY;
} }
@ -1024,7 +1081,9 @@
} }
.lightSpeedIn { .lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn; animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out; animation-timing-function: ease-out;
} }
@ -1040,7 +1099,9 @@
} }
.lightSpeedOut { .lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut; animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in; animation-timing-function: ease-in;
} }
@ -1063,6 +1124,7 @@
} }
.rotateIn { .rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn; animation-name: rotateIn;
} }
@ -1085,6 +1147,7 @@
} }
.rotateInDownLeft { .rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft; animation-name: rotateInDownLeft;
} }
@ -1107,6 +1170,7 @@
} }
.rotateInDownRight { .rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight; animation-name: rotateInDownRight;
} }
@ -1129,6 +1193,7 @@
} }
.rotateInUpLeft { .rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft; animation-name: rotateInUpLeft;
} }
@ -1151,6 +1216,7 @@
} }
.rotateInUpRight { .rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight; animation-name: rotateInUpRight;
} }
@ -1171,6 +1237,7 @@
} }
.rotateOut { .rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut; animation-name: rotateOut;
} }
@ -1191,6 +1258,7 @@
} }
.rotateOutDownLeft { .rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft;
} }
@ -1211,6 +1279,7 @@
} }
.rotateOutDownRight { .rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight; animation-name: rotateOutDownRight;
} }
@ -1231,6 +1300,7 @@
} }
.rotateOutUpLeft { .rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft;
} }
@ -1251,6 +1321,7 @@
} }
.rotateOutUpRight { .rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight; animation-name: rotateOutUpRight;
} }
@ -1285,6 +1356,7 @@
} }
.hinge { .hinge {
-webkit-animation-name: hinge;
animation-name: hinge; animation-name: hinge;
} }
@ -1302,6 +1374,7 @@
} }
.rollIn { .rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn; animation-name: rollIn;
} }
@ -1317,6 +1390,7 @@
} }
.rollOut { .rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut; animation-name: rollOut;
} }
@ -1332,6 +1406,7 @@
} }
.zoomIn { .zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn; animation-name: zoomIn;
} }
@ -1353,6 +1428,7 @@
} }
.zoomInDown { .zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown; animation-name: zoomInDown;
} }
@ -1374,6 +1450,7 @@
} }
.zoomInLeft { .zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft; animation-name: zoomInLeft;
} }
@ -1395,6 +1472,7 @@
} }
.zoomInRight { .zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight; animation-name: zoomInRight;
} }
@ -1416,6 +1494,7 @@
} }
.zoomInUp { .zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp; animation-name: zoomInUp;
} }
@ -1433,6 +1512,7 @@
} }
.zoomOut { .zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut; animation-name: zoomOut;
} }
@ -1456,6 +1536,7 @@
} }
.zoomOutDown { .zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown; animation-name: zoomOutDown;
} }
@ -1475,6 +1556,7 @@
} }
.zoomOutLeft { .zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft; animation-name: zoomOutLeft;
} }
@ -1494,6 +1576,7 @@
} }
.zoomOutRight { .zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight; animation-name: zoomOutRight;
} }
@ -1517,6 +1600,7 @@
} }
.zoomOutUp { .zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp; animation-name: zoomOutUp;
} }
@ -1533,6 +1617,7 @@
} }
.slideInDown { .slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown; animation-name: slideInDown;
} }
@ -1549,6 +1634,7 @@
} }
.slideInLeft { .slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft; animation-name: slideInLeft;
} }
@ -1565,6 +1651,7 @@
} }
.slideInRight { .slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight; animation-name: slideInRight;
} }
@ -1581,6 +1668,7 @@
} }
.slideInUp { .slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; animation-name: slideInUp;
} }
@ -1597,6 +1685,7 @@
} }
.slideOutDown { .slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown; animation-name: slideOutDown;
} }
@ -1613,6 +1702,7 @@
} }
.slideOutLeft { .slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft; animation-name: slideOutLeft;
} }
@ -1629,6 +1719,7 @@
} }
.slideOutRight { .slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight; animation-name: slideOutRight;
} }
@ -1645,6 +1736,7 @@
} }
.slideOutUp { .slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp; animation-name: slideOutUp;
} }

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/gitpgp.html">
<meta property="og:url" content="https://nathan.woodburn.au/gitpgp.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/">
<meta property="og:url" content="https://nathan.woodburn.au/">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/link.html">
<meta property="og:url" content="https://nathan.woodburn.au/link.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/pgp.html">
<meta property="og:url" content="https://nathan.woodburn.au/pgp.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Alliance Church Woden Valley | Podcast</title> <title>Alliance Church Woden Valley | Podcast</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/podcast.html">
<meta property="og:url" content="https://nathan.woodburn.au/podcast.html">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="Alliance Church Woden Valley Podcast"> <meta property="og:title" content="Alliance Church Woden Valley Podcast">
<meta name="twitter:image" content="https://nathan.woodburn.au/assets/img/podcast/wvac.png"> <meta name="twitter:image" content="https://nathan.woodburn.au/assets/img/podcast/wvac.png">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Projects | Nathan.Woodburn/</title> <title>Projects | Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/projects.html">
<meta property="og:url" content="https://nathan.woodburn.au/projects.html">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:image" content="https://nathan.woodburn.au/assets/img/profile.jpg"> <meta property="og:image" content="https://nathan.woodburn.au/assets/img/profile.jpg">

View File

@ -13,6 +13,8 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Nathan.Woodburn/</title> <title>Nathan.Woodburn/</title>
<meta name="theme-color" content="#97009a"> <meta name="theme-color" content="#97009a">
<link rel="canonical" href="https://nathan.woodburn.au/resume.html">
<meta property="og:url" content="https://nathan.woodburn.au/resume.html">
<meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects."> <meta name="description" content="G'day, this is my personal website. You can find out who I am or check out some of my projects.">
<meta name="twitter:title" content="Nathan.Woodburn/"> <meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:type" content="website"> <meta property="og:type" content="website">