forked from brooksbingham/theme-elegance
Compare commits
No commits in common. "b9f3f135d1661bee71c7921983d764778f4a3b2f" and "1f714d75afd23d8463d1565105fbab38fe48d15f" have entirely different histories.
b9f3f135d1
...
1f714d75af
File diff suppressed because it is too large
Load Diff
|
@ -1,13 +0,0 @@
|
||||||
{shop_url}
|
|
||||||
|
|
||||||
Message from {first_name} {last_name}
|
|
||||||
|
|
||||||
Candidate Email Address: {email}
|
|
||||||
|
|
||||||
Candidate message:
|
|
||||||
|
|
||||||
{message}
|
|
||||||
|
|
||||||
[{shop_name}]({shop_url})
|
|
||||||
|
|
||||||
Powered by [PrestaShop](https://www.prestashop-project.org/)
|
|
|
@ -58,7 +58,7 @@
|
||||||
<input type="hidden" name="token" value="{$static_token}">
|
<input type="hidden" name="token" value="{$static_token}">
|
||||||
<input type="hidden" name="addDiscount" value="1">
|
<input type="hidden" name="addDiscount" value="1">
|
||||||
<input class="promo-input" type="text" name="discount_name" placeholder="{l s='Promo code' d='Shop.Theme.Checkout'}">
|
<input class="promo-input" type="text" name="discount_name" placeholder="{l s='Promo code' d='Shop.Theme.Checkout'}">
|
||||||
<button type="submit" class="px-4 py-2 uppercase font-medium border text-center border-blue-950 hover:text-blue-900 hover:border-blue-900 hover:underline text-blue-950"><span>{l s='Add' d='Shop.Theme.Actions'}</span></button>
|
<button type="submit" class="px-4 py-2 uppercase font-medium border border-gray-900 text-center"><span>{l s='Add' d='Shop.Theme.Actions'}</span></button>
|
||||||
</form>
|
</form>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
|
|
||||||
{block name='cms_content'}
|
{block name='cms_content'}
|
||||||
{$cms.content nofilter}
|
{$cms.content nofilter}
|
||||||
{block name='careers-page-form'}
|
|
||||||
{if $page.meta.title == 'Careers' || $page.meta.title == 'careers'}
|
|
||||||
{include file="../misc/careers-page-form.tpl"}
|
|
||||||
{/if}
|
|
||||||
{/block}
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name='hook_cms_dispute_information'}
|
{block name='hook_cms_dispute_information'}
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
<div class="flex flex-col items-center my-24 gap-8">
|
|
||||||
<img src="https://brooksbingham.com/img/logo-1715173509.jpg" alt="brooksbingham-company-logo" width="64" height="64" />
|
|
||||||
<form action="" method="post" autocomplete="off" class="flex flex-col gap-4 max-w-4xl mx-auto w-full">
|
|
||||||
<input name="careersPageForm" value="careers-page-form" class="hidden" />
|
|
||||||
<div class="w-full flex flex-col md:flex-row gap-3">
|
|
||||||
<input name="firstName" type="text" placeholder="First name*" class="flex-grow" required />
|
|
||||||
<input name="lastName" type="text" placeholder="Last name*" class="flex-grow" required />
|
|
||||||
</div>
|
|
||||||
<input name="email" type="email" placeholder="Email*" class="" required />
|
|
||||||
<input name="subject" type="text" placeholder="Subject*" class="hidden" />
|
|
||||||
<textarea name="message" type="text" placeholder="Tell us about your experience in sales and why you're interested in brooksbingham" class="" rows="4"></textarea>
|
|
||||||
<button class="uppercase py-2 flex-1 text-center border border-blue-950 hover:text-blue-900 hover:border-blue-900 hover:underline text-blue-950 font-medium max-h-[40px]" type="submit">
|
|
||||||
Send
|
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue