Skip to content

Commit

Permalink
Update formspree to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyhabit committed Nov 16, 2023
1 parent 2346041 commit 0e05f5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ <h1>Patrick Daly</h1>
<section class="section-copy">
<div class="row portfolio-copy">
<h2>Portfolio</h2>
<p class="long-copy">Hi, nice to meet you! I'm a Senior Frontend Engineer at Khoros. Javascript is my preferred programming language, and I'm comfortable working with most of the latest frontend frameworks used to build modern websites. I've also got experience working various build and CI/CD tools, testing libraries, databases, and Javascript server-side frameworks.
<p class="long-copy">Hi, nice to meet you! I'm a Senior Frontend Engineer at Khoros. Javascript is my preferred programming language, and I'm comfortable working with most of the latest frontend frameworks used to build modern websites. I also have experience working various build and CI/CD tools, testing libraries, databases, and Javascript server-side frameworks.
</p><p class="long-copy">
I was the lead instructor at one of the country's top software engineering bootcamps for 2 years, and I truly enjoy collaborating with people who are excited about building cool things. I am passionate about learning new technologies and always looking for opportunities to expand and hone my skills. A few of my personal projects can be seen below.</p>
I was the lead instructor at one of the country's top software engineering bootcamps for 2 years. Collaborating with people who are excited about building cool things is what I enjoy. I am passionate about learning new technologies and always looking for opportunities to expand and hone my skills. A few of my personal projects can be seen below.</p>
</div>
</section>
<section class="section-portfolio">
Expand All @@ -78,7 +78,7 @@ <h3>Corporate-Quarters.com</h3>
<p>Website for a company who connects landlords to tenants by providing short-term rentals to corporate business travelers, travel nurses, etc. Developed using React 18 and Webpack 5, hosted by AWS. Continuous integration and continuous deployment configured through AWS Amplify.</p>
</div>
<div class="col span-1-of-3 box portfolio-col">
<a target="_blank" href="https://github.com/dalyhabit/dalyhabit.github.io" aria-label="dalyhabit.com">
<a target="_blank" href="https://github.com/dalyhabit/dalyhabit.github.io" aria-label="patrickdaly.us">
<div class="screenshot-container">
<picture>
<source class="screenshot" srcset="resources/images/dalyhabit.com.jp2" type="image/jp2">
Expand Down Expand Up @@ -155,7 +155,7 @@ <h2>Contact</h2>
</div>

<div class="row">
<form method="post" action="https://formspree.io/dalyhabit@gmail.com" class="contact-form">
<form method="post" action="https://formspree.io/f/xeqbwzry" class="contact-form">
<div class="small-inputs">
<input type="text" name="name" id="name" placeholder="Name" required>
<input type="email" name="email" id="email" placeholder="Email address" required>
Expand Down

0 comments on commit 0e05f5d

Please sign in to comment.