diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8e9f655 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [layla-p] \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85a1daf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public \ No newline at end of file diff --git a/content/Profiles/jamie-howarth.md b/content/Profiles/jamie-howarth.md new file mode 100644 index 0000000..3f8d24f --- /dev/null +++ b/content/Profiles/jamie-howarth.md @@ -0,0 +1,32 @@ +--- +title: "Jamie Howarth" +profileimage: "/images/profile-pictures/jamie-howarth.jpg" +coverimage: "/images/profile-pictures/your-cover.jpg" +tags: ["CSharp","Umbraco","Blazor","Javascript","TypeScript","Web","Serverless","AI","Azure","AWS","Meetup Organiser","Speaking - in person", "Speaking - virtual","Panels"] +twitter: "jamiehowarth0" +github: "jamiehowarth0" +twitch: "jamiehowarth0" +instagram: "jamiehowarth0" +blogsite: "https://jamiehowarth.me" +linkedin: "jamiehowarth0" +comments: false +summary: "I'm a transgender freelance ASP.NET software consultant, who also has autism spectrum disorder (with ADHD & bipolar disorder). Hobbies include politics, psychology, law, mental health advocacy and in my spare time, I do some distance running." +pronouns: "she/her" +draft: false +location: "Bath, UK" +--- + +### About me +##### Freelance software consultant specialising in ASP.NET/Core, Umbraco & scalable web applications. ASPInsider, speaker, author & mentor. + +I'm a freelance ASP.NET consultant, specialising in content management systems such as Umbraco, Sitecore and Kentico, with a broad variety of outside interests as to how technology interacts with our society at large, in law, politics and ethical oversight of the tech industry. + +I've spoken at multiple .NET community events and conferences regarding website performance, especially on techniques to measure metrics for ASP.NET-based websites and how to improve performance metrics for responsive websites. + +I'm also in the process of developing my own tech startup, specialising in helping businesses and public authorities comply with data protection laws across numerous countries, including the EU, the USA and Brazil. + +In my spare time I am a fierce mental health advocate, as I have autism, ADHD and bipolar disorder. + +### Contact + +Social media is generally the best way to contact me! Or you can email hello@jamiehowarth.me. \ No newline at end of file diff --git a/static/data/profiles.json b/static/data/profiles.json index 36280ce..ea35ed1 100644 --- a/static/data/profiles.json +++ b/static/data/profiles.json @@ -210,6 +210,13 @@ "img":"emma-burstow-profile.jpg", "location": "Odense, Denmark", "tags" :["CSharp","Open-source","Hackathons","Speaking - in person","Speaking - virtual","Panels","Mentorship","MVP","Web","Umbraco","DevRel"] + }, + { + "name": "Jamie Howarth", + "url": "jamie-howarth", + "img": "jamie-howarth.jpg", + "location": "Bath, UK", + "tags": ["CSharp","Umbraco","Blazor","Javascript","TypeScript","Web","Serverless","AI","Azure","AWS","Meetup Organiser","Speaking - in person", "Speaking - virtual","Panels"] } ] } diff --git a/static/images/profile-pictures/jamie-howarth.jpg b/static/images/profile-pictures/jamie-howarth.jpg new file mode 100644 index 0000000..9bda213 Binary files /dev/null and b/static/images/profile-pictures/jamie-howarth.jpg differ