mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-04-28 13:32:12 +01:00
Start contact fix
This commit is contained in:
parent
58ab6498f0
commit
592be102b8
@ -4,41 +4,39 @@ block head
|
|||||||
script(src='https://hcaptcha.com/1/api.js' async='' defer='defer')
|
script(src='https://hcaptcha.com/1/api.js' async='' defer='defer')
|
||||||
|
|
||||||
block nav-links
|
block nav-links
|
||||||
li.nav-item
|
a(href='/')
|
||||||
a.nav-link(href='/')
|
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
|
||||||
span Home
|
span Home
|
||||||
li.nav-item
|
a(href='/about')
|
||||||
a.nav-link(href='/about')
|
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
|
||||||
span About
|
span About
|
||||||
li.nav-item
|
a(href='#')
|
||||||
a.nav-link(href='#')
|
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
|
||||||
span CV
|
span CV
|
||||||
li.nav-item
|
a(href='https://github.com/aurora-dot')
|
||||||
a.nav-link(href='https://github.com/aurora-dot')
|
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
|
||||||
span Projects
|
span Projects
|
||||||
li.nav-item
|
a(href='https://blog.pastel.codes')
|
||||||
a.nav-link(href='https://blog.pastel.codes')
|
li(class="py-3 bg-pink text-black hover:bg-black hover:text-pink transition duration-500 ease-in-out")
|
||||||
span Blog
|
span Blog
|
||||||
li.nav-item.active
|
a(href='#')
|
||||||
a.nav-link(href='#')
|
li(class="py-3 bg-black text-green hover:bg-pink hover:text-black transition duration-500 ease-in-out")
|
||||||
span Contact
|
span Contact
|
||||||
|
|
||||||
block content
|
block content
|
||||||
.container
|
div
|
||||||
.row
|
div
|
||||||
.col
|
h1.font-sans.text-6xl.wavy.mb-10 Contact.
|
||||||
h1
|
|
||||||
span Contact.
|
div
|
||||||
.row
|
|
||||||
.col
|
|
||||||
form#contact-form(action='/contact' method='post' role='form')
|
form#contact-form(action='/contact' method='post' role='form')
|
||||||
.form-group
|
.form-group
|
||||||
label Name
|
label Name
|
||||||
.form-row
|
.form-row
|
||||||
.col
|
.col
|
||||||
input#fname(name='firstname' class="form-control" type='text' placeholder='First name' required="true" pattern="^[\\w'\\-,.][^0-9_!¡?÷?¿/\\\\+=@#$%ˆ&*(){}|~<>;:[\\]]{2,}$")
|
input#fname(name='firstname' class="form-control" type='text' placeholder='First name' required="true")
|
||||||
.col
|
.col
|
||||||
input#lname(name='lastname' class="form-control" type='text' placeholder='Last name' required="true" pattern="^[\\w'\\-,.][^0-9_!¡?÷?¿/\\\\+=@#$%ˆ&*(){}|~<>;:[\\]]{2,}$")
|
input#lname(name='lastname' class="form-control" type='text' placeholder='Last name' required="true")
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label(for='email') Email
|
label(for='email') Email
|
||||||
@ -50,8 +48,7 @@ block content
|
|||||||
.h-captcha(data-sitekey='49abba50-1813-4ab3-acbf-2a8bfff1f7c3')
|
.h-captcha(data-sitekey='49abba50-1813-4ab3-acbf-2a8bfff1f7c3')
|
||||||
button(type='submit' class="button-c") Submit
|
button(type='submit' class="button-c") Submit
|
||||||
|
|
||||||
.row
|
div
|
||||||
.col
|
|
||||||
if message
|
if message
|
||||||
#contact-message
|
#contact-message
|
||||||
p=message
|
p=message
|
||||||
|
Loading…
Reference in New Issue
Block a user