first commit

This commit is contained in:
2025-06-25 15:43:30 +02:00
commit eb4f0a1736
511 changed files with 56019 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{{with .Site.Data.blogSection}}
{{if .enable}}
<section class="blog" id="blog">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title">
<h2>{{.title}}</h2>
<p>
{{.subtitle}}
</p>
</div>
</div>
</div>
<div class="row justify-content-center">
{{ range first 3 (where $.Site.RegularPages "Type" "blog") }}
<div class="col-lg-4 col-md-6">
<article class="blog-post">
<img src="{{ .Params.featureImage | absURL }}" alt="blog-images">
<div class="blog-content">
<h3><a href="{{ .Permalink }}">{{.Title}}</a></h3>
<p>{{ truncate 75 .Summary }}</p>
<a class="more" href="{{ .Permalink }}">Voir plus...<span></span></a>
</div>
</article>
</div>
{{end}}
<div class="col-12 text-center">
<a href="{{.buttonTarget | absURL}}" class="btn btn-primary">En savoir encore plus...</a>
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,24 @@
{{ with .Site.Data.clients}}
{{ if .enable}}
<section class="clients">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>{{ .title}}</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="clients-slider">
{{ range .clients}}
<div class="clients-slider-item">
<img src="{{ .image | absURL}}" alt="{{ .image}}">
</div>
{{end}}
</div>
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,28 @@
{{ $address := .Site.Params.address}}
<section class="contact" id="contact">
<div class="container-fluid">
<div class="row no-gutters">
<div class="col-lg-6">
<iframe width="100%" height="100%" frameBorder="0" src="https://umap.openstreetmap.fr/fr/map/loic-gentil_1123879"></iframe>
</div>
<div class="col-lg-6">
<div class="contact-aria">
<h3>
{{ $address.name | safeHTML }}
</h3>
<h3>
{{ $address.address | safeHTML }}
</h3>
<ul>
{{ with $address.email }}<li><i class="ti-email"></i>&nbsp;<a href="mailto:{{ . }}">{{ . }}</a></li>{{ end }}
{{ with $address.phone }}<li><i class="ti-mobile"></i>&nbsp;<a href="tel:{{ . }}">{{ . }}</a></li>{{ end }}
</ul>
<p>
{{ $address.openingDesc }}
</p>
<p>{{ $address.openingHours }}</p>
</div>
</div>
</div>
</div>
</section>

19
layouts/partials/cta.html Normal file
View File

@@ -0,0 +1,19 @@
{{with .Site.Data.cta}}
{{ if .enable }}
<section class="cta">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="cta-content">
<h2>{{.title}}</h2>
<a href="{{.buttonTarget | absURL }}" class="btn btn-primary mb-3">
Schedule your day
</a>
<p style="font-size: 12px;">or check out <a class="scroll-to" href="{{ $.Site.BaseURL }}{{ .priceLink }}">pricing plans</a></p>
</div>
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,18 @@
{{with .Site.Data.feedback}}
{{if .enable}}
<section class="testimonial" style="background-image: url( {{ .backgroundImage }} );">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="testimonial-content">
<h3>{{ .title}}</h3>
<blockquote>
{{ .feedback}}
<cite>{{ .feedbackAuthor }}</cite>
</blockquote>
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,73 @@
<section class="footer">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="footer-logo">
<img class="img-fluid" src="{{ .Site.Params.footerlogo | absURL}}" alt="logo">
</div>
<p class="footer-description">
{{ .Site.Params.footerDescription}}
</p>
<div class="footer-text-block">
<p>
{{ .Site.Params.address.address | safeHTML}}
</p>
</div>
</div>
{{ $socialIcon := .Site.Params.social}}
<div class="col-lg-6 col-md-12 align-self-end">
<div class="footer-icon">
<ul>
{{ range $socialIcon }}
<li>
<a target="_blank" href="{{ .url }}">
<i
class="{{ .icon }}">
</i>
</a>
</li>
{{ end }}
{{ with .Site.Params.address.email }}
<li><a target="_blank" href="mailto:{{ . }}"><i class="ti-email"></i></a></li>
{{ end }}
{{ with .Site.Params.address.phone }}
<li><a target="_blank" href="tel:{{ . }}"><i class="ti-mobile"></i></a></li>
{{ end }}
</ul>
</div>
<div class="footer-copyright-text">
<p> {{ replace .Site.Params.copyright "{year}" now.Year | safeHTML }} </p>
<ul>
{{ $sitemap := .Site.Menus.sitemap }}
{{ range $sitemap }}
<li>
<a href="{{ .URL | absURL }}">{{ .Name }}</a>
</li>
{{ end }}
</ul>
</div>
</div>
</div>
</div>
</section>
{{ "<!-- Non Critical CSS -->" | safeHTML }}
{{$style := resources.Get "scss/non-critical.scss" | resources.ToCSS | resources.Minify }}
<link href="{{ $style.Permalink }}" rel="stylesheet" />
<script src="https://maps.googleapis.com/maps/api/js?key={{ .Site.Params.Map.APIkey }}&libraries=geometry">
</script>
{{ "<!-- VENDOR JS -->" | safeHTML }}
<script src="{{"vendor/jQuery/jquery.min.js" | absURL }}"></script>
<script src="{{"vendor/bootstrap/bootstrap.min.js" | absURL }}"></script>
<script src="{{"vendor/slick/slick.min.js" | absURL}}"></script>
<script src="{{"vendor/aos/aos.js" | absURL}}"></script>
<script src="{{"vendor/match-height/match-height.js" | absURL}}"></script>
<script src="{{"vendor/magnific-popup/magnific-popup.min.js" | absURL}}"></script>
<script src="{{"vendor/g-map/gmap.js" | absURL}}"></script>
<!-- {{ $formhandler := resources.Get "js/formhandler.js" | minify}}
<script src="{{ $formhandler.Permalink}}"></script> -->
{{ $script := resources.Get "js/script.js" | minify}}
<script src="{{ $script.Permalink}}"></script>
{{ $calendar := resources.Get "js/calendar.js" | minify}}
<script src="{{ $calendar.Permalink}}"></script>

View File

@@ -0,0 +1,40 @@
{{ with .Site.Data.gallery }}
{{ if .enable }}
<section class="gallery" id="cabinet">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>{{ .title | safeHTML }}</h2>
<p>
{{.subtitle}}
</p>
</div>
</div>
</div>
<div class="row">
{{ range .galleryImage }}
<div class="col-md-6">
<div class="gallery-item">
<a href="{{ .image | absURL }}" data-source="{{ .image | absURL }}"
title="{{ .description }}">
<img src="{{ .image | absURL }}" alt="gallery-images">
</a>
</div>
</div>
{{ end }}
</div>
{{ if .heroVideo }}
<div class="hero-video-player">
<div class="hero-video-player-icon">
<a class="popup-vimeo" href="{{ .heroVideo }}">
<i class="ti-control-play"></i>
</a>
</div>
{{ .herosVideoDesc | safeHTML }}
</div>
{{ end }}
</div>
</section>
{{ end }}
{{ end }}

View File

@@ -0,0 +1,43 @@
<head>
<meta charset="utf-8" />
<title>{{.Title}}</title>
{{ "<!--Meta For No Index-->" | safeHTML }}
<meta name="robots" content="noindex, Nofollow, Noimageindex">
{{ "<!--mobile responsive meta-->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
{{hugo.Generator}}
{{ "<!-- Critical CSS -->" | safeHTML }}
{{$style := resources.Get "scss/critical.scss" | resources.ToCSS | resources.Minify }}
<link href="{{ $style.Permalink }}" rel="stylesheet" />
{{ with .Site.Params.theme_overrides }}
{{ $theme_overrides := resources.Get . | minify | fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $theme_overrides.RelPermalink }}" integrity="{{ $theme_overrides.Data.Integrity }}">
{{ end }}
{{"<!-- Favicon -->" | safeHTML}}
<link rel="shortcut icon" href="{{"images/favicon.ico" | absURL}}" type="image/x-icon" />
<link rel="icon" href="{{"images/favicon.png" | absURL}}" type="image/x-icon" />
{{ with .Site.Params.googleAnalytics }}
{{ "<!-- Global Site Tag (gtag.js) - Google Analytics -->" | safeHTML }}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ . }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ . }}');
</script>
{{ end }}
</head>

View File

@@ -0,0 +1,32 @@
<!-- Mark up for Site Navigation Section-->
<header class="header">
<nav class="main-nav navbar navbar-expand-lg {{ if not $.IsHome }}main-nav-colored{{ end }}">
<div class="container-fluid">
<a href="{{.Site.BaseURL}}" class="navbar-brand">
<img src="{{.Site.Params.logo | absURL}}" alt="site-logo" />
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#mainNav" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div
class="collapse navbar-collapse nav-list"
id="mainNav"
>
<ul class="navbar-nav ml-auto">
{{ $currentPage := . }}
{{ $menu := .Site.Menus.main}}
{{range $index, $element := $menu}}
<li class="nav-item {{ if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }} active{{ end }}">
<a class="nav-link scroll-to" href="{{ .URL | relURL }}">{{.Name}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</nav>
<!-- Doctolib -->
<a href="https://www.doctolib.fr/osteopathe/rennes/loic-gentil?utm_medium=referral&amp;utm_campaign=website-button&amp;utm_content=option-5&amp;utm_term=loic-gentil&amp;utm_source=loic-gentil-website-button" style="display:block;text-align:center;background-color:#0596DE;color:#ffffff;font-size:14px;overflow:hidden;width:257px;height:40px;border-bottom-right-radius:none;border-bottom-left-radius:none;position:fixed;bottom:0;right:5px;z-index:1000;border-top-left-radius:4px;border-top-right-radius:4px;line-height:40px" target="_blank" data-reactroot=""><span style="font-size:13px">Prendre rendez-vous en ligne</span><img style="height:15px;margin-bottom:3px;vertical-align:middle;width:auto" src="https://pro.doctolib.fr/external_button/doctolib-white-transparent.png" alt="Doctolib"/></a>
</header>

View File

@@ -0,0 +1,28 @@
{{with .Site.Data.hero}}
{{if .enable}}
<section class="hero" style="background-image: url( {{ .heroBGimg }} );">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="hero-content">
<h1>{{.title | safeHTML}}</h1>
{{ range .subtitle }}
<h3 class="animate__animated animate__pulse animate__infinite animate__slower">{{.word | safeHTML }}</h3>
{{ end }}
</div>
{{ if .heroVideo }}
<div class="hero-video-player">
<div class="hero-video-player-icon">
<a class="popup-vimeo" href="{{ .heroVideo }}">
<i class="ti-control-play"></i>
</a>
</div>
{{ .herosVideoDesc | safeHTML }}
</div>
{{ end }}
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,64 @@
{{with .Site.Data.horaires}}
{{if .enable}}
<section class="pricing" style="background-image: url( {{ .backgroundImage }} );" id="horaires">
<div class="container">
<div class="section-title">
<h3>{{ .title }}</h3>
</div>
<div class="row">
<div class="col-lg-7">
<div class="testimonial-content">
<!-- <p>Aujourd'hui nous sommes le {{ time.Now | time.Format "2 Jan 2006" }}.</p> -->
<div class="calendar-container">
<header class="calendar-header">
<p class="calendar-current-date"></p>
<div class="calendar-navigation">
<span id="calendar-prev" class="material-symbols-rounded">chevron_left</span>
<span id="calendar-next" class="material-symbols-rounded">chevron_right</span>
</div>
</header>
<div class="calendar-body">
<ul class="calendar-weekdays">
<li>Lun</li>
<li>Mar</li>
<li>Mer</li>
<li>Jeu</li>
<li>Ven</li>
<li>Sam</li>
<li>Dim</li>
</ul>
<ul class="calendar-dates"></ul>
</div>
</div>
<!-- <blockquote> -->
<cite>{{ .feedback | safeHTML }}</cite>
<!-- <cite>{{ .feedbackAuthor | safeHTML }}</cite>
</blockquote> -->
</div>
</div>
{{ range .itemPrices}}
<div class="col-lg-5">
<div class="pricing-wraper">
<div class="pricing-item">
{{if .badge}}
<span class="pricing-item-badge">Popular</span>
{{end}}
<span class="price">
{{.price}}<sup></sup>
</span>
<h3>{{.packcage}}</h3>
<p>
{{.description}}
</p>
</div>
<a href="{{ .buttonTarget }}" class="btn btn-primary" target="_blank">Prendre rendez-vous en ligne</a>
</div>
</div>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,30 @@
{{ with .Site.Data.investor}}
{{ if .enable}}
<section class="team">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>{{ .title }}</h2>
<p>{{ .subtitle }}</p>
</div>
</div>
</div>
<div class="row">
{{ range .investor}}
<div class="col-lg-3">
<div class="member-informashion">
<div class="member-thume">
<img src="{{ .image | absURL }}" alt="image">
</div>
<h3>{{.name}}</h3>
<p>{{.post}}</p>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,49 @@
{{ with .Site.Data.liens}}
{{ if .enable}}
<section class="lien" id="liens">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>{{ .title }}</h2>
<p>{{ .subtitle }}</p>
</div>
</div>
</div>
<div class="row">
<h2>Livres</h2>
</div>
<div class="row">
{{ range .livres}}
<div class="col-lg-3">
<div class="lien-infos">
<div class="lien-thumb">
<a href="{{ .link }}" title="{{ .post }}" target="_blank"><img src="{{ .image | absURL }}" alt="image"></a>
</div>
<h3>{{.name}}</h3>
<h4><a href="{{ .link }}" title="{{ .post }}">{{.post}}</a></h4>
</div>
</div>
{{end}}
</div>
<div class="row">
<h2>Sites</h2>
</div>
<div class="row">
{{ range .sites}}
<div class="col-lg-3">
<div class="lien-infos">
<div class="lien-thumb">
<a href="{{ .link }}" title="{{ .post }}" target="_blank"><img src="{{ .image | absURL }}" alt="image"></a>
</div>
<h3>{{.name}}</h3>
<h4><a href="{{ .link }}" title="{{ .post }}">{{.post}}</a></h4>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,29 @@
{{ with .Site.Data.osteopathie}}
{{ if .enable}}
<section class="service" id="osteopathie">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2> {{.title }} </h2>
<p>
{{.subtitle}}
</p>
</div>
</div>
{{ range .services}}
<div class="col-lg-4 col-md-6">
<div class="service-item">
<i class="{{ .icon }}" aria-hidden="true"></i>
<h3>{{ .name }}</h3>
<p>
{{.description }}
</p>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,27 @@
{{ $pag := $.Paginator }}
{{ if gt $pag.TotalPages 1 }}
<nav>
<ul class="pagination ">
{{ range $pag.Pagers }}
{{ if eq . $pag }}
<li class="page-item active">
<a class="page-link" href="{{ .URL }}">{{ .PageNumber }}</a>
</li>
{{ else }}
<li class="page-item">
<a class="page-link" href="{{ .URL }}">{{ .PageNumber }}</a>
</li>
{{ end }}
{{ end }}
{{ if $pag.HasNext }}
<li class="page-item">
<a class="page-link" href="{{ $pag.Next.URL }}" rel="next">
</a>
</li>
{{ end }}
</ul>
</nav>
{{ end }}

View File

@@ -0,0 +1,37 @@
{{ with .Site.Data.pricing}}
{{ if .enable}}
<section class="pricing" id="pricing">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="section-title">
<h2>{{.title}}</h2>
<p>{{.subtitle}}
</p>
</div>
</div>
{{ range .itemPrices}}
<div class="col-lg-4 col-md-6">
<div class="pricing-wraper">
<div class="pricing-item">
{{if .badge}}
<span class="pricing-item-badge">Popular</span>
{{end}}
<span class="price">
{{.price}}<sup></sup>
</span>
<h3>{{.packcage}}</h3>
<p>
{{.description}}
</p>
</div>
<a href="{{ .buttonTarget | absURL}}" class="btn btn-primary">Join Us</a>
</div>
</div>
{{end}}
</div>
</div>
</section>
{{end}}
{{end}}

34
layouts/partials/qui.html Normal file
View File

@@ -0,0 +1,34 @@
{{with .Site.Data.qui}}
{{if .enable}}
<section class="faq" id="qui">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12">
<div class="faq-content text-block">
<h2> {{.title}} </h2>
</div>
<div class="member-informashion">
<div class="member-thume">
<img src="images/team/loic-gentil.png" alt="image">
</div>
</div>
</div>
<div class="col-lg-8 col-md-12">
<div class="row">
{{ range .faq}}
<div class="col-lg-6">
<div class="faq-content">
<h3>{{.question}}</h3>
<p>
{{.answer}}
</p>
</div>
</div>
{{end}}
</div>
</div>
</div>
</div>
</section>
{{end}}
{{end}}

View File

@@ -0,0 +1,22 @@
{{ with .Site.Data.testimonial}}
{{ if .enable}}
<section class="quotes">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="quotes-slider">
{{range .testimonial}}
<div class="quotes-slider-item">
<h2>{{ .testimonialDetails }}</h2>
<img src="{{ .testimonialImage }}" alt="{{ .testimonialDetails }}">
<span>-{{ .author }}</span>
</div>
{{end}}
</div>
</div>
</div>
</div>
</section>
{{end}}
{{end}}