-
-
Notifications
You must be signed in to change notification settings - Fork 203
/
Copy pathcustom-archive-contact.hbs
50 lines (43 loc) · 2.53 KB
/
custom-archive-contact.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{{!-- Layout --}}
{{!< default}}
{{!-- Class for <body> --}}
{{#contentFor "special_body_class"}}archive-contact{{/contentFor}}
{{#post}}
<article class="post-body godo-canvas mx-auto py-vmin8">
<header class="text-center">
<h1 class="mb-8 text-gray-600">{{title}}</h1>
{{#if custom_excerpt}}<p class="md:text-2xl text-gray-500 text-xl">{{custom_excerpt}}</p>{{/if}}
</header>
{{!-- Content --}}
{{content}}
{{!-- <form
action="https://formspree.io/your@email.com"
class="mt-10 grid md:grid-cols-2 gap-6"
method="POST">
<input name="name" class="col-span-1" type="text" placeholder="Your Name" required>
<input name="email" class="col-span-1" type="email" placeholder="Your Email" required>
<textarea name="message" class="col-span-full" placeholder="Type Message" required></textarea>
<div class="col-span-full text-center"><button type="submit" class="button is-primary">Send Message</button></div>
</form> --}}
{{!-- phone Andress Email --}}
{{!-- <div class="grid md:grid-cols-3 gap-6 text-center mt-20 kg-width-wide">
<div class="flex flex-col items-center">
<svg viewBox="0 0 24 24" width="64" height="64" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12" y2="18"></line></svg>
<h4 class="my-5 text-lg">PHONE</h4>
<p>+51 987 659 249</p>
<p>+51 01 424 0827</p>
</div>
<div class="flex flex-col items-center">
<svg viewBox="0 0 24 24" width="64" height="64" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>
<h4 class="my-5 text-lg">ADDRESS</h4>
<p>Parque de la Reserva, Jr. Madre de Dios, Cercado de Lima, Perú</p>
</div>
<div class="flex flex-col items-center">
<svg viewBox="0 0 24 24" width="64" height="64" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
<h4 class="my-5 text-lg">EMAIL</h4>
<p>hello@godofredo.ninja</p>
<p>test@godofredo.ninja</p>
</div>
</div> --}}
</article>
{{/post}}