branding and defaults
This commit is contained in:
parent
22ea7de8dc
commit
e53b264bb7
10 changed files with 67 additions and 81 deletions
13
index.html
13
index.html
|
|
@ -23,9 +23,9 @@ logo_image: /siteicon.png
|
|||
<div class="content" style="z-index:1">
|
||||
<h1 style="margin-top:80px">{{ site.title }}</h1>
|
||||
|
||||
<p>{{ site.description }}</p>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul class="actions stacked">
|
||||
<li><a href="#music" class="button large wide smooth-scroll-middle">Gimme Music!</a></li>
|
||||
<li><a href="#music" class="button large wide smooth-scroll-middle">Music!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -36,7 +36,12 @@ logo_image: /siteicon.png
|
|||
|
||||
|
||||
<!-- Posts -->
|
||||
|
||||
<section id="news" class="wrapper style1 align-center">
|
||||
<div class="inner" style="padding-top: 40px;">
|
||||
<h2>Web-Log</h2>
|
||||
<p>Going on in the cypher. Older log entries can be found <a href="/log/">here</a></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% for post in site.posts limit: '2' %}
|
||||
|
||||
|
|
@ -92,7 +97,7 @@ logo_image: /siteicon.png
|
|||
<section id="music" class="wrapper style1 align-center">
|
||||
<div class="inner" style="padding-top: 40px;">
|
||||
<h2>Releases</h2>
|
||||
<p>Collection of releases through time</p>
|
||||
<p>Collection of released music through time</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue