update with new image
This commit is contained in:
parent
776085f7e5
commit
7457e87d1b
@ -5,7 +5,7 @@ theme = 'zhaohuabing'
|
|||||||
sectionPagesMenu = 'main'
|
sectionPagesMenu = 'main'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
header_image = "images/baniere.jpg"
|
header_image = "images/baniere/baniere.jpg"
|
||||||
SEOTitle = "Le Quadrille d’Elsa"
|
SEOTitle = "Le Quadrille d’Elsa"
|
||||||
description = "Partager le plaisir des danses 1900"
|
description = "Partager le plaisir des danses 1900"
|
||||||
keyword = ""
|
keyword = ""
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
@ -208,14 +208,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<p class="copyright text-muted">
|
<p class="copyright text-muted">
|
||||||
{{ with .Site.Data.infos.lien_membres }}
|
|
||||||
<a href="{{ . }}">Espace membres</a>
|
|
||||||
{{ end }}
|
|
||||||
—
|
|
||||||
{{ with .Site.Data.infos.drive }}
|
|
||||||
<a href="{{ . }}">Connexion suit-vie</a>
|
|
||||||
{{ end }}
|
|
||||||
<br />
|
|
||||||
Contenu copyright © {{ .Site.Title }} {{ now.Year }} {{- if .Site.Params.icp }} | {{ with .Site.Params.icp }}{{ . | markdownify }}{{ end }}{{- end}}
|
Contenu copyright © {{ .Site.Title }} {{ now.Year }} {{- if .Site.Params.icp }} | {{ with .Site.Params.icp }}{{ . | markdownify }}{{ end }}{{- end}}
|
||||||
<br>
|
<br>
|
||||||
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a>. Modifié par Jean-Cloud (Licence Apache2).
|
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a>. Modifié par Jean-Cloud (Licence Apache2).
|
||||||
@ -315,9 +307,6 @@
|
|||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.GoogleAnalytics }}
|
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Side Catalog -->
|
<!-- Side Catalog -->
|
||||||
|
@ -245,6 +245,16 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
{{ with .Site.Data.infos.lien_membres }}
|
||||||
|
<a href="{{ . }}">Espace membres</a>
|
||||||
|
{{ end }}
|
||||||
|
—
|
||||||
|
{{ with .Site.Data.infos.drive }}
|
||||||
|
<a href="{{ . }}">Connexion suit-vie</a>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.publications }}
|
{{ if .Site.Params.publications }}
|
||||||
<section>
|
<section>
|
||||||
<hr class="hidden-sm hidden-xs">
|
<hr class="hidden-sm hidden-xs">
|
||||||
|
@ -242,6 +242,7 @@ pre code{
|
|||||||
}
|
}
|
||||||
.navbar-custom{
|
.navbar-custom{
|
||||||
background:0 0;
|
background:0 0;
|
||||||
|
background-color: rgba(0,0,0,.4);
|
||||||
border:none;
|
border:none;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0;
|
top:0;
|
||||||
@ -411,7 +412,8 @@ pre code{
|
|||||||
}
|
}
|
||||||
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
font-size:50px
|
font-size:50px;
|
||||||
|
text-shadow: 10px 5px 20px black;
|
||||||
}
|
}
|
||||||
.intro-header .site-heading .subheading,.intro-header .page-heading .subheading{
|
.intro-header .site-heading .subheading,.intro-header .page-heading .subheading{
|
||||||
font-family:-apple-system,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;
|
font-family:-apple-system,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","Microsoft JhengHei","Source Han Sans SC","Noto Sans CJK SC","Source Han Sans CN","Noto Sans SC","Source Han Sans TC","Noto Sans CJK TC","WenQuanYi Micro Hei",SimSun,sans-serif;
|
||||||
@ -424,7 +426,7 @@ pre code{
|
|||||||
}
|
}
|
||||||
@media only screen and (min-width:768px){
|
@media only screen and (min-width:768px){
|
||||||
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
.intro-header .site-heading h1,.intro-header .page-heading h1{
|
||||||
font-size:80px
|
font-size:80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.intro-header .post-heading h1{
|
.intro-header .post-heading h1{
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user