API Docs
This website contains some API endpoints that may be fetched.
/experience.json
A JSON file detailing my experience from work and studies.
{
"education": [
{
"institution": "The Open University",
"programme": "Computing & IT and Statistics",
"start": {
"month": 1,
"year": 2017
},
"qualification": "BSc (Honours)",
"url": "https://www.open.ac.uk/courses/computing-it/degrees/bsc-computing-it-statistics-q67-cits"
},
{
"institution": "The Open University",
"programme": "Open",
"start": {
"month": 1,
"year": 2017
},
"end": {
"month": 6,
"year": 2022
},
"qualification": "Diploma",
"url": "https://www.open.ac.uk/courses/combined-studies/diplomas/open-diploma-w34"
},
{
"institution": "The Open University",
"programme": "Mathematical Sciences",
"start": {
"month": 1,
"year": 2017
},
"end": {
"month": 6,
"year": 2018
},
"qualification": "Certificate",
"url": "https://www.open.ac.uk/courses/maths/certificates/certificate-of-higher-education-in-mathematical-sciences-t14"
}
],
"work": [
{
"position": "Freelance Web Developer",
"description": "Web design, automating online marketing, server management, creating a WordPress theme, managing Shopify website",
"start": {
"month": 2,
"year": 2018
}
},
{
"position": "Personal Assistant",
"description": "Designing graphical flyers, managing their website, public speaking, and event planning",
"start": {
"month": 9,
"year": 2014
},
"end": {
"month": 12,
"year": 2016
}
}
]
}
/contact.json
A JSON file containing my email address and social media account information.
{
"email": {
"address": "ChrisJohnNewton@gmail.com",
"PGPPublicKey": "https://keyserver.ubuntu.com/pks/lookup?search=chrisjohnnewton@gmail.com&op=get"
},
"socials": [
{
"provider": "GitHub",
"username": "ChrisJohnNewton",
"profile": "https://github.com/ChrisJohnNewton/"
},
{
"provider": "LinkedIn",
"username": "ChrisJohnNewton",
"profile": "https://www.linkedin.com/in/ChrisJohnNewton/"
}
]
}
/sitemap.xml
An XML sitemap providing information about the pages and images on this website and how they're connected.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://chrisnewton.dev</loc>
<image:image>
<image:loc>https://chrisnewton.dev/saddleworth-moor.jpg</image:loc>
</image:image>
<image:image>
<image:loc>https://chrisnewton.dev/saddleworth-moor-1371.webp</image:loc>
</image:image>
<image:image>
<image:loc>https://chrisnewton.dev/saddleworth-moor-1371.avif</image:loc>
</image:image>
</url>
<url>
<loc>https://chrisnewton.dev/about</loc>
<image:image>
<image:loc>https://chrisnewton.dev/just-right.jpg</image:loc>
</image:image>
<image:image>
<image:loc>https://chrisnewton.dev/just-right-940.webp</image:loc>
</image:image>
<image:image>
<image:loc>https://chrisnewton.dev/just-right-940.avif</image:loc>
</image:image>
</url>
<url>
<loc>https://chrisnewton.dev/api-docs</loc>
</url>
<url>
<loc>https://chrisnewton.dev/weight-loss-calculator</loc>
</url>
<url>
<loc>https://chrisnewton.dev/text-manipulator</loc>
</url>
<url>
<loc>https://chrisnewton.dev/colour-info-tool</loc>
</url>
<url>
<loc>https://chrisnewton.dev/legal</loc>
</url>
<url>
<loc>https://chrisnewton.dev/favicon.svg</loc>
</url>
<url>
<loc>https://chrisnewton.dev/logo512.png</loc>
</url>
<url>
<loc>https://chrisnewton.dev/baby-chris.png</loc>
</url>
<url>
<loc>https://chrisnewton.dev/baby-chris-1371.webp</loc>
</url>
<url>
<loc>https://chrisnewton.dev/baby-chris-1371.avif</loc>
</url>
</urlset>