-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated layout styling. tweaked additional styles to match branding
- Loading branch information
1 parent
ac19723
commit 7488604
Showing
9 changed files
with
79 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,60 @@ | ||
<form name="Contact" method="POST" action="/contact/thank-you/" netlify> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="fullNameInput"> Your Name: </label> | ||
<input | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
type="text" | ||
name="fullName" | ||
id="fullNameInput" | ||
placeholder="Name" | ||
/> | ||
</div> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="emailInput"> Email Address: </label> | ||
<input | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
type="email" | ||
name="email" | ||
id="emailInput" | ||
placeholder="[email protected]" | ||
/> | ||
</div> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="servicesDropdown"> I Need Help With: </label> | ||
<div class="relative"> | ||
<select | ||
<div id="block-contact-form"> | ||
<form name="Contact" method="POST" action="/contact/thank-you/" netlify> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="fullNameInput"> Your Name: </label> | ||
<input | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
name="service-needed" | ||
id="servicesDropdown" | ||
> | ||
<option>Web Design or Development</option> | ||
<option>RevOps Automation</option> | ||
<option>Headless WordPress</option> | ||
<option>Technical Writing</option> | ||
<option>Other</option> | ||
</select> | ||
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700"> | ||
<svg class="h-4 w-4 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> | ||
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path> | ||
</svg> | ||
type="text" | ||
name="fullName" | ||
id="fullNameInput" | ||
placeholder="Name" | ||
/> | ||
</div> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="emailInput"> Email Address: </label> | ||
<input | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
type="email" | ||
name="email" | ||
id="emailInput" | ||
placeholder="[email protected]" | ||
/> | ||
</div> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="servicesDropdown"> I Need Help With: </label> | ||
<div class="relative"> | ||
<select | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
name="service-needed" | ||
id="servicesDropdown" | ||
> | ||
<option>Web Design or Development</option> | ||
<option>RevOps Automation</option> | ||
<option>Headless WordPress</option> | ||
<option>Technical Writing</option> | ||
<option>Other</option> | ||
</select> | ||
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700"> | ||
<svg class="h-4 w-4 fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> | ||
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"></path> | ||
</svg> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="messageInput"> Your Message: </label> | ||
<textarea | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
name="message" | ||
id="messageInput" | ||
rows="5" | ||
placeholder="How can I help you?"></textarea> | ||
</div> | ||
<button | ||
class="inline-block w-full rounded bg-deep-purple-500 px-8 py-4 font-work-sans font-semibold leading-none text-white shadow kepson-transition hover:bg-deep-purple-400" | ||
type="submit" | ||
> | ||
Submit | ||
</button> | ||
</form> | ||
<div class="mb-6"> | ||
<label class="mb-2 block text-sm font-bold text-gray-700" for="messageInput"> Your Message: </label> | ||
<textarea | ||
class="block w-full appearance-none rounded border border-gray-200 bg-gray-50 px-4 py-3 leading-tight text-gray-700 focus:border-gray-500 focus:bg-white focus:outline-none" | ||
name="message" | ||
id="messageInput" | ||
rows="5" | ||
placeholder="How can I help you?"></textarea> | ||
</div> | ||
<button | ||
class="inline-block w-full rounded bg-deep-purple-500 px-8 py-4 font-work-sans font-semibold leading-none text-white shadow kepson-transition hover:bg-deep-purple-400" | ||
type="submit" | ||
> | ||
Submit | ||
</button> | ||
</form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 4 additions & 13 deletions
17
src/pages/headless-wordpress-developer/_components/Hero.astro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
<section class="py-5"> | ||
<section id="block-headless-wordpress-developer-hero" class="py-5 pt-6"> | ||
<div class="container mx-auto px-4"> | ||
<h1 class="font-roboto mb-6 text-3xl font-semibold leading-tight text-gray-800 md:text-6xl lg:text-5xl"> | ||
Headless WordPress Developer Andrew Kepson | ||
</h1> | ||
<h1 class="heading-one mb-6">Headless WordPress Developer Andrew Kepson</h1> | ||
<div class="flex flex-wrap items-center"> | ||
<div class="mb-6 inline-block max-w-xl md:mb-0"> | ||
<p class="font-work-sans text-xl text-gray-800"> | ||
Blast past your competitors with a headless WordPress website. | ||
</p> | ||
<p class="body-text">Blast past your competitors with a headless WordPress website.</p> | ||
</div> | ||
<a | ||
class="ml-auto inline-block w-full rounded bg-purple-600 px-12 py-4 text-center text-sm font-medium leading-normal text-white hover:bg-purple-500 md:w-auto" | ||
href="/contact/" | ||
> | ||
Contact Me | ||
</a> | ||
<a class="button-purple ml-auto" href="/contact/"> Contact Me </a> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters