initial commit
This commit is contained in:
commit
d4097e8b0e
46 changed files with 525 additions and 0 deletions
7
layouts/partials/header.html
Normal file
7
layouts/partials/header.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="jumbotron jumbotron-fluid" style="background-image: url({{ .Site.Params.cover }});
|
||||
background-position: center center;background-size: cover; min-height: 200px; text-align: center">
|
||||
<div class="container">
|
||||
<h1 class="display-4 text-secondary">{{ .Site.Params.title }}</h1>
|
||||
<p class="lead text-black-50">{{ .Site.Params.signature }}</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue