<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>
         
         Contact | Philip Todd
         
      </title>
      <meta name="description"
         content="Philip Todd - Senior Software Engineer, Azure Cloud Architect and Technical Leader specialising in .NET, Azure, distributed systems and modern software delivery.">
      <style>
         :root {
         --primary: #0078d4;
         --text: #222;
         --muted: #666;
         --border: #e5e5e5;
         --background: #ffffff;
         --max-width: 1100px;
         }
         * {
         box-sizing: border-box;
         }
         body {
         margin: 0;
         padding: 0;
         font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
         color: var(--text);
         background: var(--background);
         line-height: 1.7;
         }
         a {
         color: var(--primary);
         text-decoration: none;
         }
         a:hover {
         text-decoration: underline;
         }
         header {
         border-bottom: 1px solid var(--border);
         background: #fff;
         }
         .container {
         max-width: var(--max-width);
         margin: 0 auto;
         padding: 0 20px;
         }
         .site-header {
         display: flex;
         justify-content: space-between;
         align-items: center;
         padding: 24px 0;
         flex-wrap: wrap;
         }
         .brand {
         font-size: 1.4rem;
         font-weight: 700;
         }
         .tagline {
         color: var(--muted);
         font-size: 0.9rem;
         }
         nav {
         margin-top: 10px;
         }
         nav a {
         margin-left: 20px;
         font-weight: 500;
         }
         main {
         padding: 50px 0;
         min-height: 70vh;
         }
         h1 {
         font-size: 2.5rem;
         margin-top: 0;
         }
         h2 {
         margin-top: 2.5rem;
         border-bottom: 1px solid var(--border);
         padding-bottom: 8px;
         }
         h3 {
         margin-top: 2rem;
         }
         p,
         li {
         font-size: 1.05rem;
         }
         code {
         background: #f4f4f4;
         padding: 2px 6px;
         border-radius: 4px;
         }
         pre {
         background: #f8f8f8;
         border: 1px solid var(--border);
         padding: 16px;
         overflow-x: auto;
         }
         blockquote {
         border-left: 4px solid var(--primary);
         padding-left: 16px;
         color: var(--muted);
         margin-left: 0;
         }
         footer {
         border-top: 1px solid var(--border);
         margin-top: 50px;
         padding: 30px 0;
         color: var(--muted);
         font-size: 0.95rem;
         }
         .footer-links a {
         margin-right: 20px;
         }
         @media (max-width: 768px) {
         .site-header {
         flex-direction: column;
         align-items: flex-start;
         }
         nav {
         margin-top: 20px;
         }
         nav a {
         margin-left: 0;
         margin-right: 15px;
         display: inline-block;
         margin-bottom: 10px;
         }
         h1 {
         font-size: 2rem;
         }
         }
      </style>
   </head>
   <body>
      <header>
         <div class="container">
            <div class="site-header">
               <div>
                  <div class="brand">
                     Philip Todd
                  </div>
                  <div class="tagline">
                     Senior Software Engineer | Azure Cloud Architect | Technical Leader
                  </div>
               </div>
               <nav>
                  <a href="/">Home</a>
                  <a href="/about">About</a>
                  <a href="/projects">Projects</a>
                  <a href="/architecture">Architecture</a>
                  <a href="/github">GitHub</a>
                  <a href="/resume">Resume</a>
                  <a href="/contact">Connect</a>
               </nav>
            </div>
         </div>
      </header>
      <main>
         <div class="container">
            # Contact

## Philip Todd

### Senior Software Engineer | Azure Cloud Architect | Technical Leader

Thank you for visiting my site.

I am always interested in discussing software engineering, cloud architecture, distributed systems, Azure technologies, technical leadership, and opportunities to build high-quality software solutions.

Whether you are looking for a senior software engineer, technical leader, solution architect, or simply wish to connect professionally, I welcome the opportunity to hear from you.

---

# Connect

## LinkedIn

The best way to connect professionally is via LinkedIn.

**LinkedIn Profile**

https://linkedin.com/in/philiptodd

---

## GitHub

Explore my public repositories, reference projects, and technical work.

**GitHub Profile**

https://github.com/philiptodd

---

## Email

For professional enquiries, please contact me via email.

**Email**

[philip.todd@gmail.com](mailto:philip.todd@gmail.com)

---

# Areas of Interest

I am particularly interested in discussions relating to:

* Software Engineering
* Cloud Architecture
* Microsoft Azure
* .NET and C#
* Distributed Systems
* Event-Driven Architecture
* Event Sourcing and CQRS
* DevOps and Platform Engineering
* Technical Leadership
* Artificial Intelligence

---

# Current Focus

My current areas of professional focus include:

* Cloud-native application development
* Azure platform engineering
* Distributed systems architecture
* Event-driven solutions
* Infrastructure as Code
* DevOps automation
* AI-assisted software development

---

# Reference Projects

Examples of my work can be found throughout this site, including:

* Azure Distributed Systems Reference Platform
* Event Sourcing Reference Platform
* Architecture Documentation
* Public GitHub Repositories

These projects demonstrate practical implementations of modern software engineering and cloud architecture practices.

---

# Availability

I am open to discussing:

* Permanent opportunities
* Contract engagements
* Technical leadership roles
* Senior software engineering positions
* Architecture and design discussions
* Professional networking

---

> Building modern software systems with Azure, .NET, distributed architecture, and disciplined engineering practices.

         </div>
      </main>
      <footer>
         <div class="container">
            <strong>Philip Todd</strong><br>
            Senior Software Engineer | Azure Cloud Architect | Technical Leader
            <div class="footer-links" style="margin-top:15px;">
               <a href="https://github.com/philiptodd">GitHub</a>
               <a href="https://linkedin.com/in/philiptodd">LinkedIn</a>
               <a href="mailto:philip.todd@gmail.com">Email</a>
            </div>
            <p style="margin-top:20px;">
               © 2026 Philip Todd. All rights reserved.
            </p>
         </div>
      </footer>
   </body>
</html>
```
