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

index.html « layouts - github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71307e168bf2ee1c2e60a38584f201a605af132e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{ partial "header" . }}

<main class = "content-box">

    <div class="intro">

        <div class="avatar">
            <img class="img-responsive" src="{{ .Site.BaseURL }}img/{{ .Site.Params.logo }}" alt="Whoopsies, this is my bad side!" style = "margin: 0 auto;">
            <h1>{{ .Title }}</h1>
        </div>
        
        
        <div style = "margin-top: 50px">
            <h2>{{ .Site.Params.description }}</h2>
        </div>
    </div>

</main>

{{ partial "footer" . }}