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: 2209b7be36fe97b4824179bb16a93139b8959b0f (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;">
        </div>
        
        <h2>Hi my name is Min Night.</h2>
        <div style = "width: 75%; margin: 0 auto;">
            <h3>And I'm an easy on the eyes Hugo blog theme.</h3>
            <h4>I customize easy and love pull requests.</h4>
        </div>
    </div>

</main>

{{ partial "footer" . }}