1

callsigns

This commit is contained in:
Evan Pratten 2022-05-03 11:01:33 -04:00
parent 2b8797bbdc
commit ff87809b9c

View File

@ -10,48 +10,50 @@
<meta name="og:title" content="Evan Pratten (VA3ZZA)" /> <meta name="og:title" content="Evan Pratten (VA3ZZA)" />
<script type="application/ld+json"> <script type="application/ld+json">
[ {
{ "@context": "http://www.schema.org",
"@context": "http://www.schema.org", "@type": "person",
"@type": "person", "name": "Evan Pratten",
"name": "Evan Pratten", "jobTitle": "Software Developer",
"jobTitle": "Software Developer", "callSign": "VA3ZZA",
"gender": "male", "callSign": "VA3UJF",
"url": "https://va3zza.com", "gender": "male",
"image": "https://avatars.githubusercontent.com/u/21065412", "url": "https://va3zza.com",
"address": { "image": "https://avatars.githubusercontent.com/u/21065412",
"@type": "PostalAddress", "address": {
"addressLocality": "Oakville", "@type": "PostalAddress",
"addressRegion": "Ontario", "addressLocality": "Oakville",
"postalCode": "L6H6W4", "addressRegion": "Ontario",
"addressCountry": "Canada" "postalCode": "L6H6W4",
}, "addressCountry": "Canada"
"email": "ewpratten@gmail.com",
"birthDate": "2003-06-01",
"sameAs": [
"https://github.com/ewpratten",
"https://www.linkedin.com/in/ewpratten",
"https://www.instagram.com/evanpratten",
"https://keybase.io/ewpratten",
"https://gitlab.com/ewpratten",
"https://twitter.com/ewpratten"
]
}, },
{ "email": "ewpratten@gmail.com",
"@context": "https://schema.org", "birthDate": "2003-06-01",
"@type": "WebSite", "sameAs": [
"url": "https://va3zza.com/", "https://github.com/ewpratten",
"about": "{{config.description}}", "https://www.linkedin.com/in/ewpratten",
"potentialAction": [{ "https://www.instagram.com/evanpratten",
"@type": "SearchAction", "https://keybase.io/ewpratten",
"target": { "https://gitlab.com/ewpratten",
"@type": "EntryPoint", "https://twitter.com/ewpratten"
"urlTemplate": "https://va3zza.com/search?q={search_term_string}" ]
}, }
"query-input": "required name=search_term_string" </script>
}] <script type="application/ld+json">
} {
] "@context": "https://schema.org",
"@type": "WebSite",
"url": "https://va3zza.com/",
"about": "{{config.description}}",
"potentialAction": [{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://va3zza.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}]
}
</script> </script>
{% endblock head %} {% endblock head %}