CINXE.COM
VerifID – the easy way to verify customer status
<!DOCTYPE html> <html lang="en-AU"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("https://verifid.ac.uk/","20231130115702","http://web.archive.org/","web","/_static/", "1701345422"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://verifid.com.au/xmlrpc.php"> <title>VerifID – the easy way to verify customer status</title> <meta name="robots" content="max-image-preview:large"/> <link rel="dns-prefetch" href="//web.archive.org/web/20231130115702/https://verifid.com.au/"/> <link rel="dns-prefetch" href="//web.archive.org/web/20231130115702/https://fonts.googleapis.com/"/> <link rel="alternate" type="application/rss+xml" title="VerifID » Feed" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/feed/"/> <link rel="alternate" type="application/rss+xml" title="VerifID » Comments Feed" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/comments/feed/"/> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.22.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//web.archive.org/web/20231130115702js_/https://www.googletagmanager.com/gtag/js?id=G-SMFG6BXVPJ" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '8.22.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-G-SMFG6BXVPJ', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); __gtagTracker('config', 'G-SMFG6BXVPJ', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"http:\/\/web.archive.org\/web\/20231130115702\/https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"http:\/\/web.archive.org\/web\/20231130115702\/https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/web.archive.org\/web\/20231130115702\/https:\/\/verifid.com.au\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="wp-block-library-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-includes/css/dist/block-library/style.min.css?ver=6.3.2" media="all"/> <style id="classic-theme-styles-inline-css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id="global-styles-inline-css"> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel="stylesheet" id="zerif_font-css" href="//web.archive.org/web/20231130115702cs_/https://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A700%7CHomemade+Apple&ver=2.2.1" media="all"/> <link rel="stylesheet" id="zerif_font_all-css" href="//web.archive.org/web/20231130115702cs_/https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C300italic%2C400italic%2C600italic%2C600%2C700%2C700italic%2C800%2C800italic&ver=2.2.1" media="all"/> <link rel="stylesheet" id="zerif_bootstrap_style-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-content/themes/zerif-pro/css/bootstrap.min.css?ver=2.2.1" media="all"/> <link rel="stylesheet" id="zerif_font-awesome_style-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-content/themes/zerif-pro/assets/css/font-awesome.min.css?ver=2.2.1" media="all"/> <link rel="stylesheet" id="zerif_style-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-content/themes/zerif-pro/style.css?ver=2.2.1" media="all"/> <style id="zerif_style-inline-css"> .zerif-top-bar, .zerif-top-bar .widget.widget_shopping_cart .cart_list { background-color: #363537 } .zerif-top-bar .widget .label-floating input[type=search]:-webkit-autofill { -webkit-box-shadow: inset 0 0 0px 9999px #363537 }.zerif-top-bar, .zerif-top-bar .widget .label-floating input[type=search], .zerif-top-bar .widget.widget_search form.form-group:before, .zerif-top-bar .widget.widget_product_search form.form-group:before, .zerif-top-bar .widget.widget_shopping_cart:before { color: #ffffff } .zerif-top-bar .widget .label-floating input[type=search]{ -webkit-text-fill-color:#ffffff !important }.zerif-top-bar a, .zerif-top-bar .top-bar-nav li a { color: #ffffff }.zerif-top-bar a:hover, .zerif-top-bar .top-bar-nav li a:hover { color: #eeeeee } .navbar-inverse .navbar-nav > li > a, .nav.navbar-inverse .nav.navbar-nav ul.sub-menu li a, .navbar.navbar-inverse .primary-menu a, .navbar.navbar-inverse .primary-menu > li > a, .nav.navbar-inverse .primary-menu ul.sub-menu li a { color:#808080; } .navbar-inverse .navbar-nav > li.current-menu-item > a:not(.page-anchor), .navbar.navbar-inverse .nav.navbar-nav>li.current>a, .navbar.navbar-inverse .nav.navbar-nav a:hover, .navbar.navbar-inverse .nav.navbar-nav > li > a:hover, .nav.navbar-inverse .nav.navbar-nav ul.sub-menu li a:hover, .navbar.navbar-inverse .primary-menu a:hover, .navbar.navbar-inverse .primary-menu > li > a:hover, .nav.navbar-inverse .primary-menu ul.sub-menu li a:hover { color:#ffffff; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } </style> <link rel="stylesheet" id="zerif_wpforms_style-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-content/themes/zerif-pro/inc/compatibility/wpforms/style.css?ver=2.2.1" media="all"/> <!--[if lt IE 9]> <link rel='stylesheet' id='zerif_ie_style-css' href='https://verifid.com.au/wp-content/themes/zerif-pro/css/ie.css?ver=2.2.1' media='all' /> <![endif]--> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.22.0" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id="monsterinsights-frontend-script-js-extra">var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"http:\/\/web.archive.org\/web\/20231130115702\/https:\/\/verifid.com.au","hash_tracking":"false","v4_id":"G-SMFG6BXVPJ"};</script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.0" id="jquery-core-js"></script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://verifid.com.au/wp-json/"/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://verifid.com.au/xmlrpc.php?rsd"/> <script async src="http://web.archive.org/web/20231130115702js_/https://www.googletagmanager.com/gtag/js?id=UA-10905861-9"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-10905861-9'); </script> <link rel="canonical" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/"> <link rel="alternate" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/" hreflang="x-default"/> <link rel="alternate" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/" hreflang="en"/> <link rel="alternate" href="http://web.archive.org/web/20231130115702/https://verifid.com.au/" hreflang="en-AU"/> <link rel="alternate" href="http://web.archive.org/web/20231130115702/https://verifid.ac.uk/" hreflang="en-GB"/><!-- Enter your scripts here --><style> .site-content { background: #fff } .navbar, .navbar-inverse .navbar-nav ul.sub-menu { background: #fff; } .entry-title, .entry-title a, .widget-title, .widget-title a, .page-header .page-title, .comments-title, h1.page-title { color: #404040 !important} .widget .widget-title:before, .entry-title:before, .page-header .page-title:before, .entry-title:after, ul.nav > li.current_page_item > a:before, .nav > li.current-menu-item > a:before, h1.page-title:before, .navbar.navbar-inverse .primary-menu ul li.current-menu-item > a:before, ul.nav > li > a.nav-active:before, .navbar.navbar-inverse .primary-menu ul > li.current > a:before { background: #079189 !important; } body, button, input, select, textarea, .widget p, .widget .textwidget, .woocommerce .product h3, h2.woocommerce-loop-product__title, .woocommerce .product span.amount, .woocommerce-page .woocommerce .product-name a { color: #404040 } .widget li a, .widget a, article .entry-meta a, article .entry-content a, .entry-footer a, .site-content a { color: #808080; } .widget li a:hover, .widget a:hover, article .entry-meta a:hover, article .entry-content a:hover , .entry-footer a:hover, .site-content a:hover { color: #ffffff } .header-content-wrap { background: rgba(0, 0, 0, 0.5)} .big-title-container .intro-text { color: #fff} .big-title-container .red-btn { background: #079189} .big-title-container .red-btn:hover { background: #ffffff} .big-title-container .buttons .red-btn { color: #808080 !important } .big-title-container .green-btn { background: #079189} .big-title-container .green-btn:hover { background: #ffffff} .big-title-container .buttons .green-btn { color: #e8e8e8 !important } .big-title-container .red-btn:hover { color: #808080 !important } .big-title-container .green-btn:hover { color: #808080 !important } .focus { background: rgba(255, 255, 255, 1) } .focus .section-header h2{ color: #404040 } .focus .section-header h6{ color: #404040 } .focus .focus-box h5{ color: #404040 } .focus .focus-box p{ color: #404040 } #focus div.box-circle:nth-child(4n+1) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+1) .focus-box .red-border-bottom:before{ background: #079189 } #focus div.box-circle:nth-child(4n+2) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+2) .focus-box .red-border-bottom:before { background: #079189 } #focus div.box-circle:nth-child(4n+3) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+3) .focus-box .red-border-bottom:before { background: #079189 } #focus div.box-circle:nth-child(4n+4) .focus-box .service-icon:hover { border: 10px solid #079189 } #focus div.box-circle:nth-child(4n+4) .focus-box .red-border-bottom:before { background: #079189 } .works { background: rgba(255, 255, 255, 1) } .works .section-header h2 { color: #404040 } .works .section-header h6 { color: #404040 } .works .white-text { color: #fff }.works .red-border-bottom:before { background: #e96656 !important; } .about-us, .about-us .our-clients .section-footer-title { background: rgba(39, 39, 39, 1) } .about-us { color: #fff } .about-us p{ color: #fff } .about-us .section-header h2, .about-us .section-header h6 { color: #fff }.about-us .skills input { color: #fff !important; }.about-us .our-clients .section-footer-title { color: #fff !important; } .our-team { background: rgba(255, 255, 255, 1) } .our-team .section-header h2, .our-team .member-details h5, .our-team .member-details h5 a, .our-team .section-header h6, .our-team .member-details .position { color: #404040 } .our-team .team-member:hover .details { color: #fff } .our-team .team-member .social-icons ul li a:hover { color: #e96656 } .our-team .team-member .social-icons ul li a { color: #808080 }.team-member:hover .details { background: #333 !important; } .our-team .row > span:nth-child(4n+1) .red-border-bottom:before { background: #e96656 } .our-team .row > span:nth-child(4n+2) .red-border-bottom:before { background: #34d293 } .our-team .row > span:nth-child(4n+3) .red-border-bottom:before { background: #3ab0e2 } .our-team .row > span:nth-child(4n+4) .red-border-bottom:before { background: #f7d861 } .testimonial { background: rgba(219, 191, 86, 1) } .testimonial .section-header h2, .testimonial .section-header h6 { color: #fff } .testimonial .feedback-box .message { color: #909090 } .testimonial .feedback-box .client-info .client-name { color: #909090 } .testimonial .feedback-box .quote { color: #e96656 } #client-feedbacks .feedback-box { background: #FFFFFF; } .separator-one { background: rgba(52, 210, 147, 0.8) } .separator-one h3 { color: #fff !important; } .separator-one .green-btn { background: #20AA73 } .separator-one .green-btn:hover { background: #14a168 } .separator-one .green-btn { color: #fff !important; } .separator-one .green-btn:hover { color: #fff !important; } .purchase-now { background: rgba(233, 102, 86, 1) } .purchase-now h3 { color: #fff } .purchase-now .red-btn { background: #db5a4a !important } .purchase-now .red-btn:hover { background: #bf3928 !important } .purchase-now .red-btn { color: #fff !important; } .purchase-now .red-btn:hover { color: #fff !important; } .contact-us { background: rgba(0, 0, 0, 0.5) } .contact-us form.wpcf7-form p label, .contact-us form.wpcf7-form .wpcf7-list-item-label, .contact-us .section-header h2, .contact-us .section-header h6 { color: #fff } .contact-us button { background: #e96656 } .contact-us button:hover { background: #cb4332 !important; box-shadow: none; } .contact-us button, .pirate_forms .pirate-forms-submit-button { color: #fff !important; } .contact-us button:hover, .pirate_forms .pirate-forms-submit-button:hover { color: #fff !important; } .packages .section-header h2, .packages .section-header h6 { color: #fff} .packages .package-header h5,.best-value .package-header h4,.best-value .package-header .meta-text { color: #ffffff} .packages .package ul li, .packages .price .price-meta { color: #808080} .packages .package .custom-button { color: #fff !important; } .packages .dark-bg { background: #404040; } .packages .price h4 { color: #fff; } .packages { background: rgba(0, 0, 0, 0.5) } #latestnews { background: rgba(255, 255, 255, 1) } #latestnews .section-header h2 { color: #404040 } #latestnews .section-header h6 { color: #808080 } #latestnews #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a { color: #404040} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a:before { background: #e96656} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a:before { background: #34d293} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a:before { background: #3ab0e2} #latestnews #carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+4) .latestnews-title a:before { background: #f7d861} #latestnews .latesnews-content p, .latesnews-content { color: #909090} section#subscribe { background: rgba(0, 0, 0, 0.5) !important; } section#subscribe h3, .newsletter .sub-heading, .newsletter label { color: #fff !important; } section#subscribe input[type="submit"] { color: #fff !important; } section#subscribe input[type="submit"] { background: #e96656 !important; } section#subscribe input[type="submit"]:hover { background: #cb4332 !important; } #footer { background: #272727 } .copyright { background: #171717 } #footer .company-details, #footer .company-details a, #footer .footer-widget p, #footer .footer-widget a { color: #939393 !important; } #footer .social li a { color: #939393 } #footer .social li a:hover { color: #e96656 } #footer .company-details a:hover, #footer .footer-widget a:hover { color: #e96656 !important; } #footer .footer-widget h1 { color: #fff !important; } #footer .footer-widget h1:before { background: #e96656 !important; } .comment-form #submit, .comment-reply-link,.woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .edd-submit.button, .page button, .post button, .woocommerce-page .woocommerce input[type="submit"], .woocommerce-page #content input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page .products a.button { background-color: #079189 !important; } .comment-form #submit:hover, .comment-reply-link:hover, .woocommerce .add_to_cart_button:hover, .woocommerce .checkout-button:hover, .woocommerce .single_add_to_cart_button:hover, .woocommerce #place_order:hover, .edd-submit.button:hover, .page button:hover, .post button:hover, .woocommerce-page .woocommerce input[type="submit"]:hover, .woocommerce-page #content input.button:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page .products a.button:hover { background-color: #cccccc !important; box-shadow: none; } .comment-form #submit, .comment-reply-link, .woocommerce .add_to_cart_button, .woocommerce .checkout-button, .woocommerce .single_add_to_cart_button, .woocommerce #place_order, .edd-submit.button span, .page button, .post button, .woocommerce-page .woocommerce input[type="submit"], .woocommerce-page #content input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page input.button.alt, .woocommerce .button { color: #808080 !important }</style><style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style id="custom-background-css"> body.custom-background { background-image: url("http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/05/annie-spratt-608001-unsplash.jpg"); background-position: left top; background-size: contain; background-repeat: no-repeat; background-attachment: scroll; } </style> <link rel="icon" href="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-32x32.png" sizes="32x32"/> <link rel="icon" href="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-192x192.png" sizes="192x192"/> <link rel="apple-touch-icon" href="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-180x180.png"/> <meta name="msapplication-TileImage" content="https://verifid.com.au/wp-content/uploads/2019/04/cropped-verifid_green-tick-270x270.png"/> <style id="wp-custom-css"> .section-header h6 { text-transform: none; } h1.intro-text { text-transform: none; } .section-header h2 { text-transform: none; } .newsletter h3{ text-transform: none; } .custom-button { text-transform: none; } .sib_signup_form input[type="submit"] { text-transform: none!important; } .focus-box h5 { text-transform: none; } .skills .skill h6 { text-transform: none; } .team-member h5{ text-transform: none; } .package-header h5 { text-transform: none; } #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a { text-transform: none; } </style> </head> <body class="home blog custom-background wp-custom-logo" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <div id="mobile-bg-responsive" class="zerif-mobile-bg-helper-wrap-all"> <div class="zerif-mobile-bg-helper-bg"><div class="zerif-mobile-bg-helper-bg-inside"></div></div> <div class="zerif-mobile-bg-helper-content"> <div class="preloader"><div class="status"> </div></div> <header id="home" class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div id="main-nav" class="navbar navbar-inverse bs-docs-nav"> <div class="container"> <div class="navbar-header responsive-logo"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="screen-reader-text">Menu</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="navbar-brand"> <a href="http://web.archive.org/web/20231130115702/https://verifid.com.au/"> <img src="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/12/cropped-verifIDGlobal_grey-and-green_artwork_v5-01.png" alt="VerifID"> </a> </div> <!-- /.navbar-brand --> </div> <!-- /.navbar-header --> <nav class="navbar-collapse bs-navbar-collapse collapse" id="site-navigation" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul id="menu-top-menu" class="nav navbar-nav navbar-right responsive-nav main-nav-list"><li id="menu-item-321" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-321"><a href="http://web.archive.org/web/20231130115702/http://verifid.com.au/#focus">VerifID Global</a></li> <li id="menu-item-319" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-319"><a href="http://web.archive.org/web/20231130115702/https://verifid.com.au/#aboutus">About</a></li> <li id="menu-item-322" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-322"><a href="http://web.archive.org/web/20231130115702/http://verifid.com.au/#team">How it works</a></li> <li id="menu-item-305" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-305"><a href="http://web.archive.org/web/20231130115702/https://support.aaf.edu.au/support/home">Contact Us</a></li> </ul> </nav> </div> </div> <!-- / END TOP BAR --> <div class="home-header-wrap"> <div class="header-content-wrap"><div class="container big-title-container"><div class="row"><div class="big-title-container-wrapper big-title-content-content text-center "><h1 class="intro-text">VerifID Global — the easy way to verify customer status</h1><div class="buttons"><a href="http://web.archive.org/web/20231130115702/https://support.aaf.edu.au/support/home" class="btn btn-primary custom-button green-btn">Start your trial</a></div></div></div></div><div class="clear"></div></div><!-- .header-content-wrap --> </div><!--.home-header-wrap --> </header> <!-- / END HOME SECTION --> <div id="content" class="site-content zerif-fp-site-content"> <section class="focus" id="focus"><div class="container"><div class="section-header"><h2 class="dark-text">VerifID Global</h2><h6>Improve your user experience by verifying customers quickly and accurately with VerifID Global.</h6></div><!-- .section-header --><div class="row"><span id="ctup-ads-widget-1"> <div class="focus-box" data-scrollreveal="enter left after 0.15s over 1s"> <div class="service-icon"> <i class="pixeden our-focus-widget-image" style="background:url(http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/12x18_1.png) no-repeat center;"></i> <!-- FOCUS ICON--> </div> <h5 class="red-border-bottom"> Contact us</h5> <!-- FOCUS HEADING --> <p> Find out today if VerifID Global is right for your business </p> </div> </span><span id="ctup-ads-widget-5"> <div class="focus-box" data-scrollreveal="enter left after 0.15s over 1s"> <div class="service-icon"> <i class="pixeden our-focus-widget-image" style="background:url(http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/12x18_2.png) no-repeat center;"></i> <!-- FOCUS ICON--> </div> <h5 class="red-border-bottom"> Start your trial</h5> <!-- FOCUS HEADING --> <p> Test the VerifID Global application with your system </p> </div> </span><span id="ctup-ads-widget-3"> <div class="focus-box" data-scrollreveal="enter left after 0.15s over 1s"> <div class="service-icon"> <i class="pixeden our-focus-widget-image" style="background:url(http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/04/12x18_3.png) no-repeat center;"></i> <!-- FOCUS ICON--> </div> <h5 class="red-border-bottom"> Sign up and start</h5> <!-- FOCUS HEADING --> <p> Sign up and begin verifying your customers </p> </div> </span></div></div> <!-- / END CONTAINER --></section> <!-- / END FOCUS SECTION --><section class="about-us" id="aboutus"><div class="container"><div class="section-header"><h2 class="white-text">Benefits</h2><h6 class="white-text">VerifID Global replaces manual, paper-based transactions with a streamlined and accurate online process.</h6></div><div class="row"><div class="col-lg-6 col-md-6 column zerif-rtl-big-title"><div class="big-intro" data-scrollreveal="enter left after 0s over 1s">Verify your customers instantly and accurately </div></div><div class="col-lg-6 col-md-6 column zerif_about_us_center text_and_skills" data-scrollreveal="enter bottom after 0s over 1s"><p><span style="color:white"> <ul style="text-align: left"> VerifID Global is integrated with universities and organisations, enabling verification of customers associated with their institution. <br/> <br/> VerifID Global: <li>is a reliable and accurate online solution</li> <li>removes manual processes and improves conversion rates</li> <li>saves time for both the customer and supplier </li> <li>reduces risk by limiting the personal information handled.</li> <br/> Customers: <li>Students</li> <li>Staff</li> <li>Employees</li> </ul> </span></p></div></div> <!-- / END CONTAINER --></section> <!-- END ABOUT US SECTION --><section class="our-team" id="team"><div class="container"><div class="section-header"></div><div class="row" data-scrollreveal="enter left after 0s over 2s"><span id="media_video-4"><h1 class="widget-title">VerifID Global</h1><div style="width:100%;" class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]--> <video class="wp-video-shortcode" id="video-0-1" preload="metadata" controls="controls"><source type="video/youtube" src="http://web.archive.org/web/20231130115702im_/https://youtu.be/tvsRHM8VUPQ?_=1"/><a href="http://web.archive.org/web/20231130115702/https://youtu.be/tvsRHM8VUPQ">https://youtu.be/tvsRHM8VUPQ</a></video></div></span></div> </div></section></div><!-- .site-content --> <footer id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="footer-widget-wrap"><div class="container"><div class="footer-widget col-xs-12 col-sm-4"><aside id="custom_html-1" class="widget_text widget footer-widget-footer widget_custom_html"><div class="textwidget custom-html-widget"><div class="footer-social"><h6 class="follow-heading">Follow us </h6><div class="footer-social-icons"><a target="_blank" href="#" title="Twitter" rel="noopener"><i class="fa fa-twitter"></i></a></div></div></div></aside></div></div></div> <div class="container"> <div class="footer-box-wrap"> <div class="col-md-6 footer-box two-cell company-details"><div class="icon-top red-text"><a target="_blank" href="http://web.archive.org/web/20231130115702/https://www.google.com.sg/maps/place/Australia%20%0A%0Aenquiries%40aaf.edu.au%0A%0A%2B61%207%203854%202353"><img src="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/05/verifid_green_mail.png" alt=""/></a></div><div class="zerif-footer-address"><p> Australia </p> <a href="http://web.archive.org/web/20231130115702/mailto:enquiries@aaf.edu.au"> enquiries@aaf.edu.au </a><br/> <a href="http://web.archive.org/web/20231130115702/tel:61 7 3854 2353">+61 7 3854 2353</a></div></div><div class="col-md-6 footer-box two-cell company-details"><div class="icon-top blue-text"><a href="http://web.archive.org/web/20231130115702/tel:UnitedKingdominfo@verifid.ac.uk+441235822185"><img src="http://web.archive.org/web/20231130115702im_/https://verifid.com.au/wp-content/uploads/2019/05/verifid_green_mail.png" alt=""/></a></div><div class="zerif-footer-phone"><p> United Kingdom </p> <a href="http://web.archive.org/web/20231130115702/mailto:info@verifid.ac.uk"> info@verifid.ac.uk </a><br/> <a href="http://web.archive.org/web/20231130115702/tel:+44 1235 822185">+44 1235 822185</a></div></div> </div> </div> <!-- / END CONTAINER --> </footer> <!-- / END FOOOTER --> </div><!-- .zerif-mobile-bg-helper-content --></div><!-- .zerif-mobile-bg-helper-wrap-all --><!-- Enter your scripts here --><link rel="stylesheet" id="mediaelement-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17" media="all"/> <link rel="stylesheet" id="wp-mediaelement-css" href="http://web.archive.org/web/20231130115702cs_/https://verifid.com.au/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.3.2" media="all"/> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/themes/zerif-pro/js/bootstrap.min.js?ver=2.2.1" id="zerif_bootstrap_script-js"></script> <script id="zerif_knob_nav-js-extra"> var zerif_knob_var = {"zerif_aboutus_feature1_color":"#E96656","zerif_aboutus_feature2_color":"#34D293","zerif_aboutus_feature3_color":"#3AB0E2","zerif_aboutus_feature4_color":"#E7AC44"}; </script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/themes/zerif-pro/js/jquery.knob.min.js?ver=2.2.1" id="zerif_knob_nav-js"></script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/themes/zerif-pro/js/smoothscroll.min.js?ver=2.2.1" id="zerif_smoothscroll-js"></script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/themes/zerif-pro/js/scrollReveal.min.js?ver=2.2.1" id="zerif_scrollReveal_script-js"></script> <!--[if lt IE 9]> <script src='https://verifid.com.au/wp-content/themes/zerif-pro/js/html5.js?ver=2.2.1' id='zerif_html5-js'></script> <![endif]--> <script id="zerif_script-js-extra"> var zerifSettings = {"masonry":""}; </script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-content/themes/zerif-pro/js/zerif.js?ver=2.2.1" id="zerif_script-js"></script> <script id="mediaelement-core-js-before"> var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; </script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.3.2" id="mediaelement-migrate-js"></script> <script id="mediaelement-js-extra"> var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; </script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.3.2" id="wp-mediaelement-js"></script> <script src="http://web.archive.org/web/20231130115702js_/https://verifid.com.au/wp-includes/js/mediaelement/renderers/vimeo.min.js?ver=4.2.17" id="mediaelement-vimeo-js"></script> </body> </html> <!-- FILE ARCHIVED ON 11:57:02 Nov 30, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 09:59:59 Dec 01, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.455 exclusion.robots: 0.023 exclusion.robots.policy: 0.016 esindex: 0.008 cdx.remote: 21.364 LoadShardBlock: 276.536 (3) PetaboxLoader3.datanode: 88.971 (4) PetaboxLoader3.resolve: 161.793 (2) load_resource: 78.899 -->