forked from markus/AMPERION_Webpage
SEO Optimierung + Leistungsscroll
This commit is contained in:
parent
2ae734e906
commit
e77017c70a
17 changed files with 259 additions and 165 deletions
|
|
@ -2,8 +2,8 @@
|
|||
{{ with .Params.service }}
|
||||
<div class="my-container">
|
||||
<div class="section-title text-center">
|
||||
<h1 data-aos="fade-up">{{ .title | markdownify }}</h1>
|
||||
<h2 data-aos="fade-up">{{ .description | markdownify }}</h2>
|
||||
<h2 data-aos="fade-up">{{ .title | markdownify }}</h2>
|
||||
<h3 data-aos="fade-up">{{ .description | markdownify }}</h3>
|
||||
</div>
|
||||
|
||||
<div class="responsive-grid mt-4 {{ if eq $.type "zoom" }}service-grid{{ end }}" data-aos="zoom-in-up">
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
{{ else }}
|
||||
<div class="info-card">
|
||||
<i class="{{ .icon }}" aria-hidden="true"></i>
|
||||
<h3>{{ .name | markdownify }}</h3>
|
||||
<h4>{{ .name | markdownify }}</h4>
|
||||
<p>{{ .content | markdownify }}</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue