removing old styles
This commit is contained in:
parent
661d48344a
commit
46aa20a9f0
13 changed files with 421 additions and 1498 deletions
|
|
@ -1,34 +1,15 @@
|
|||
---
|
||||
title: Track Index
|
||||
description:
|
||||
layout: default
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name="robots" content="index"/>
|
||||
<meta name="description" content="Index of Musical pieces by Sakrecoer.">
|
||||
<meta name="keywords" content="{% for post in site.categories.music offset: 0 %}{{ post.title }}, {% endfor %}Sakrecoer, reSet Sakrecoer, Simio, Agga, Fo0bar, pusSet, Free, Music, GNUsic, Electronic, Techno, mp3, ogg, flac, open source, open mind, groove, funk, hiphop, gospel, Kick'n'base, basspistol, villamagica, artifexbcn, subnatura, micro, hardware, elektron, machinedrum, octatrack, monomachine, jomox, mbase01, waldorf, blofeld, AW16G, yamaha, synthesizer, synths, creative, commons, zoom, r16">
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
||||
<title>{{ page.title }} - Sakrecoer</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ base }}/assets/css/kid3index.css" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div style="width: 100%;" id="picker">
|
||||
{% for post in site.categories.music offset: 0 %}
|
||||
<a href="{{ post.url }}"><div class="vignette" style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
|
||||
<p><strong>{{ post.title }}</strong></p></div></a>
|
||||
{% endfor %}
|
||||
|
||||
<br style="clear: left;" />
|
||||
</div>
|
||||
{% include navmenu.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<div>
|
||||
{% for post in site.categories.music offset: 0 %}
|
||||
<a href="{{ post.url }}">
|
||||
<div style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
|
||||
<p><strong>{{ post.title }}</strong></p>
|
||||
</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue