Welcome to mirror list, hosted at ThFree Co, Russian Federation.

intro.html « partials « layouts - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2da9240eaf1a6ee6d0036a7c095ba7e54762d07e (plain)
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
<div
  style="
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    text-align: center;
    margin-bottom: 1em;
  "
>
  <h1 style="margin: 0; font-size: 1.7em;">
    {{.Site.Params.title}}
  </h1>
  <a href="{{ `about` | relURL }}" style="display: inline-flex;"
    ><i
      style="
        font-size: 0.75em;
        border-radius: 50%;
        display: inline-flex;
        padding: 5px;
        margin: 0 5px;
      "
      class="show-more-info chevron-hz"
    >
      {{ partial "icons/chevron.html" . }}
    </i></a
  >
</div>