added more preview pages and more templates

This commit is contained in:
2026-07-21 07:10:03 -05:00
parent c6119ffdf5
commit b19fdee30d
3726 changed files with 651487 additions and 6169 deletions
@@ -0,0 +1,74 @@
section.text-center.text-sm-left.section-50.section-sm-top-80.section-lg-bottom-90
.shell
h1 Locations
.range.range-xs-center.offset-top-22
.cell-sm-6
p.big.text-dark Office 01
.offset-top-15
p.text-bold 9863 - 9867 MILL ROAD, CAMBRIDGE, MG09 99HT.
address
.unit.unit-sm-horizontal.unit-middle
.unit-left
span.text-bold Telephone:
.unit-body
a(href="callto:#").text-bold.text-base
| +1 800 603 6035
.unit.unit-sm-horizontal.unit-middle
.unit-left
span.text-bold E-mail:
.unit-body
a(href="mailto:#").text-bold.text-primary mail@demolink.org
// RD Google Map
.rd-google-map-wrap.offset-top-30
.rd-google-map(class="rd-google-map__model", data-zoom='15', data-x='-73.9874068', data-y='40.643180', data-styles='')
ul.map_locations
li(data-x='-73.9874068', data-y='40.643180')
p
| 9870 St Vincent Place, Glasgow, DC 45 Fr 45.
.cell-sm-6.offset-top-60.offset-sm-top-0
p.big.text-dark Office 02
.offset-top-15
p.text-bold 9870 ST VINCENT PLACE, GLASGOW, DC 45 FR 45.
address
.unit.unit-sm-horizontal.unit-middle
.unit-left
span.text-bold Telephone:
.unit-body
a(href="callto:#").text-bold.text-base
| +1 800 559 6580
.unit.unit-sm-horizontal.unit-middle
.unit-left
span.text-bold E-mail:
.unit-body
a(href="mailto:#").text-bold.text-primary mail@demolink.org
// RD Google Map
.rd-google-map-wrap.offset-top-30
.rd-google-map(class="rd-google-map__model", data-zoom='15', data-x='-73.9984068', data-y='40.643180', data-styles='')
ul.map_locations
li(data-x='-73.9984068', data-y='40.643180')
p
| 9870 St Vincent Place, Glasgow, DC 45 Fr 45.
h1.offset-top-50.offset-md-top-85 Get in touch
// RD Mailform
form.rd-mailform.text-left.offset-top-22(data-form-output="form-output-global", data-form-type='contact', method='post', action='bat/rd-mailform.php')
.range.range-xs-center
.cell-sm-4
.form-group
label.form-label.form-label-outside(for="contact-name") Your name:
input#contact-name.form-control(type="text" name="name" data-constraints="@Required" placeholder='Enter your name')
.cell-sm-4
.form-group
label.form-label.form-label-outside(for="contact-last-name") Your last name:
input#contact-last-name.form-control(type="text" name="lastName" data-constraints="@Required" placeholder='Enter your last name')
.cell-sm-4
.form-group
label.form-label.form-label-outside(for="contact-email") Your email:
input#contact-email.form-control(type="email" name="email" data-constraints="@Email @Required" placeholder='Enter your email')
.cell-xs-12.offset-top-30
.form-group
label.form-label.form-label-outside(for="contact-message") Your message:
textarea#contact-message.form-control(name="message" data-constraints="@Required" placeholder='Enter your message')
.cell-xs-12.offset-top-15.text-sm-right
button(type="submit").btn.btn-primary.btn-md Send message