Updates
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule "themes/osm"]
|
[submodule "themes/osm"]
|
||||||
path = themes/osm
|
path = themes/osm
|
||||||
url = https://github.com/Hanzei/hugo-component-osm.git
|
url = https://github.com/Hanzei/hugo-component-osm.git
|
||||||
|
[submodule "themes/hugo-cloak-email"]
|
||||||
|
path = themes/hugo-cloak-email
|
||||||
|
url = https://github.com/martignoni/hugo-cloak-email.git
|
||||||
|
|||||||
Binary file not shown.
@@ -3,13 +3,13 @@ contact:
|
|||||||
enable : true
|
enable : true
|
||||||
# office
|
# office
|
||||||
office:
|
office:
|
||||||
title : "Central Office"
|
title : "Mais où suis-je ?"
|
||||||
content : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna"
|
content : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna"
|
||||||
# other information comes from "config.toml"
|
# other information comes from "config.toml"
|
||||||
|
|
||||||
# opennig hour
|
# opennig hour
|
||||||
opennigHour:
|
openningHour:
|
||||||
title : "Opening Hours"
|
title : "Au bureau"
|
||||||
dayTimeList:
|
dayTimeList:
|
||||||
- dayTime : "Monday: 9:00 – 19:00"
|
- dayTime : "Monday: 9:00 – 19:00"
|
||||||
- dayTime : "Tuesday: 9:00 – 19:00"
|
- dayTime : "Tuesday: 9:00 – 19:00"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- id: important_link
|
- id: important_link
|
||||||
translation: Important Links
|
translation: Quelques liens...
|
||||||
- id: connect_us
|
- id: connect_us
|
||||||
translation: Connect With Us
|
translation: Restons en lien...
|
||||||
- id: shortDescriptionTitle
|
- id: shortDescriptionTitle
|
||||||
translation: In a few words...
|
translation: En quelques mots...
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
- id: important_link
|
- id: important_link
|
||||||
translation: Liens Importants
|
translation: Quelques liens...
|
||||||
- id: connect_us
|
- id: connect_us
|
||||||
translation: Contactez-nous
|
translation: Restons en lien...
|
||||||
- id: shortDescriptionTitle
|
- id: shortDescriptionTitle
|
||||||
translation: En quelques mots...
|
translation: En quelques mots...
|
||||||
|
|||||||
@@ -22,15 +22,19 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 offset-lg-1 col-sm-6">
|
<div class="col-lg-2 offset-lg-1 col-sm-6">
|
||||||
{{ with site.Data.contact.contact.opennigHour }}
|
<!-- {{ with site.Data.contact.contact.opennigHour }}
|
||||||
<h3 class="mb-4">{{ .title | markdownify }}</h3>
|
<h3 class="mb-4">{{ .title | markdownify }}</h3>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
{{ range .dayTimeList }}
|
{{ range .dayTimeList }}
|
||||||
<li class="mb-3">{{ .dayTime | markdownify }}</li>
|
<li class="mb-3">{{ .dayTime | markdownify }}</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
{{ end }}
|
{{ end }} -->
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-5 col-md-5">
|
||||||
|
<h3 class="font-weight-medium mb-4">{{i18n `connect_us`}}</h3>
|
||||||
|
{{- partial "contact-form.html" . -}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,9 +1,24 @@
|
|||||||
<form id="contact-form">
|
<form id="contact-form">
|
||||||
|
<!-- .meta -->
|
||||||
|
<div class="meta">
|
||||||
<input type="hidden" class="form-control mb-2" id="Origin" name="Origin" value="https://shop.delmar.bzh" />
|
<input type="hidden" class="form-control mb-2" id="Origin" name="Origin" value="https://shop.delmar.bzh" />
|
||||||
<input type="text" required class="form-control mb-2" id="name" name="name" placeholder="Nom" />
|
<input type="text" required class="form-control mb-2" name="name" placeholder="Nom" />
|
||||||
<input type="email" required class="form-control mb-2" id="email" name="email" placeholder="Email" />
|
<input type="email" required class="form-control mb-2" name="email" placeholder="Email" />
|
||||||
<textarea name="message" required class="form-control mb-2" id="message" placeholder="Sujet" rows="7"></textarea>
|
<input type="text" required class="form-control mb-2" name="subject" placeholder="Sujet" />
|
||||||
<button type="submit" value="send" class="btn btn-block btn-outline-primary rounded">Envoyer</button>
|
</div>
|
||||||
|
<textarea name="content" required class="form-control mb-2" placeholder="Votre message" rows="7"></textarea>
|
||||||
|
</br>
|
||||||
|
<!-- .captcha -->
|
||||||
|
<!-- <div align="center" class="g-recaptcha" data-sitekey="6LdbMswrAAAAAC_98Cih4UjrdlLAAlL-a27WVy5g"></div> -->
|
||||||
|
<div class="captcha" align="center">
|
||||||
|
<cap-widget
|
||||||
|
data-cap-api-endpoint="https://cap.delmar.bzh/894998fe7c/"
|
||||||
|
></cap-widget>
|
||||||
|
</div>
|
||||||
|
</br>
|
||||||
|
<button type="submit" class="btn btn-block btn-outline-primary rounded">Envoyer</button>
|
||||||
|
</br>
|
||||||
|
<!-- .overlay -->
|
||||||
<div class="overlay">
|
<div class="overlay">
|
||||||
<div>
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -33,8 +33,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 col-md-5">
|
<div class="col-lg-4 col-md-5">
|
||||||
<h5 class="font-weight-medium mb-4">Contact us</h5>
|
<h5 class="font-weight-medium mb-4"> ... </h5>
|
||||||
{{- partial "contact-form.html" . -}}
|
<!-- Nothing here yet -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@@ -31,4 +31,8 @@
|
|||||||
{{ "<!-- Favicon -->" | safeHTML }}
|
{{ "<!-- Favicon -->" | safeHTML }}
|
||||||
<link rel="shortcut icon" href="{{ `favicon.png` | absURL }} " type="image/x-icon">
|
<link rel="shortcut icon" href="{{ `favicon.png` | absURL }} " type="image/x-icon">
|
||||||
<link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
|
<link rel="icon" href="{{ `images/favicon.png` | absURL }} " type="image/x-icon">
|
||||||
|
|
||||||
|
{{ "<!-- reCAPTCHA -->" | safeHTML }}
|
||||||
|
<!-- <script src="https://www.google.com/recaptcha/api.js" async defer></script> -->
|
||||||
|
<script src="https://cap.delmar.bzh/assets/widget.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user