layouting
This commit is contained in:
parent
d2beca0c43
commit
f41d81eec0
|
@ -17,6 +17,5 @@ body{
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% include navmenu.html %}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
{% include navmenu.html %}
|
||||||
<div id="player">
|
<div id="player">
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
|
@ -33,7 +34,7 @@ layout: default
|
||||||
<div id="timer">
|
<div id="timer">
|
||||||
|
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
<img src="{{ site.audio_url }}{{ page.image }}" style="width:100%;" />
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!-- stylemachine by Sakrecoer -snipthis if ya feel it - its the pary that runs the player ;) -->
|
<!-- stylemachine by Sakrecoer -snipthis if ya feel it - its the pary that runs the player ;) -->
|
||||||
|
@ -78,10 +79,5 @@ layout: default
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
background-image:url('{{ site.audio_url }}{{ page.image }}') ;
|
background-image:url('{{ site.audio_url }}{{ page.image }}') ;
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-attachment: fixed;
|
|
||||||
background-color: #0ff;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
{% include navmenu.html %}
|
||||||
<div id="blogcontent">
|
<div id="blogcontent">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
@ -4,10 +4,11 @@ html {
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9));
|
background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9));
|
||||||
background-size: 1000% 1000%;
|
background-position: center;
|
||||||
-webkit-animation: AnimationName 30s ease infinite;
|
background-repeat: repeat;
|
||||||
-moz-animation: AnimationName 30s ease infinite;
|
-webkit-animation: AnimationName 60s ease infinite;
|
||||||
animation: AnimationName 30s ease infinite;
|
-moz-animation: AnimationName 60s ease infinite;
|
||||||
|
animation: AnimationName 60s ease infinite;
|
||||||
|
|
||||||
@-webkit-keyframes AnimationName {
|
@-webkit-keyframes AnimationName {
|
||||||
0%{background-position:0% 91%}
|
0%{background-position:0% 91%}
|
||||||
|
@ -37,10 +38,30 @@ a {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9));
|
||||||
|
background-size: 1000% 1000%;
|
||||||
|
-webkit-animation: AnimationName 30s ease infinite;
|
||||||
|
-moz-animation: AnimationName 30s ease infinite;
|
||||||
|
animation: AnimationName 30s ease infinite;
|
||||||
|
|
||||||
|
@-webkit-keyframes AnimationName {
|
||||||
|
0%{background-position:0% 91%}
|
||||||
|
50%{background-position:100% 10%}
|
||||||
|
100%{background-position:0% 91%}
|
||||||
|
}
|
||||||
|
@-moz-keyframes AnimationName {
|
||||||
|
0%{background-position:0% 91%}
|
||||||
|
50%{background-position:100% 10%}
|
||||||
|
100%{background-position:0% 91%}
|
||||||
|
}
|
||||||
|
@keyframes AnimationName {
|
||||||
|
0%{background-position:0% 91%}
|
||||||
|
50%{background-position:100% 10%}
|
||||||
|
100%{background-position:0% 91%}
|
||||||
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
background: rgba(252, 252, 252, 0.541);
|
background-image: url('/assets/img/texture.png');
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
flex: 1 1 300px;
|
flex: 1 1 300px;
|
||||||
|
|
BIN
assets/img/texture.png
Normal file
BIN
assets/img/texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 KiB |
5
assets/js/jquery-1.11.1.min.js
vendored
5
assets/js/jquery-1.11.1.min.js
vendored
File diff suppressed because one or more lines are too long
33
index.html
33
index.html
|
@ -5,6 +5,7 @@ image:
|
||||||
video_path:
|
video_path:
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="musiflex">
|
<div class="musiflex">
|
||||||
<div id="hero">
|
<div id="hero">
|
||||||
<div class="editable">
|
<div class="editable">
|
||||||
|
@ -14,41 +15,9 @@ layout: default
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="editable">
|
|
||||||
<h1>Greetings Robot!</h1>
|
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
|
||||||
</div>
|
|
||||||
<div class="editable">
|
|
||||||
<h1>Greetings Robot!</h1>
|
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
|
||||||
</div>
|
|
||||||
<div class="editable">
|
|
||||||
<h1>Greetings Robot!</h1>
|
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
|
||||||
</div>
|
|
||||||
<div class="editable">
|
|
||||||
<h1>Greetings Robot!</h1>
|
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
|
||||||
</div>
|
|
||||||
<div class="editable">
|
|
||||||
<h1>Greetings Robot!</h1>
|
|
||||||
|
|
||||||
<p><b>Sakrecoer Uncorporated</b> Stands for independent fun-loving Activism, Art<br />&
|
|
||||||
<b>Music.</b><br /><br />I push sounds, images, thoughts and passion for <b>cool robots like you.</b><br /><br />I
|
|
||||||
am funky and I deliver because<br /><b>I was born tomorrow.</b></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,11 @@ title: Track Index
|
||||||
description:
|
description:
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
{% include navmenu.html %}
|
||||||
<div class="musiflex">
|
<div class="musiflex">
|
||||||
|
<div class="trackcontainer">
|
||||||
|
<h1>Music</h1>
|
||||||
|
</div>
|
||||||
{% for track in site.tracks reversed %}
|
{% for track in site.tracks reversed %}
|
||||||
<div class="trackcontainer">
|
<div class="trackcontainer">
|
||||||
<a href="{{ track.url }}">
|
<a href="{{ track.url }}">
|
||||||
|
|
Loading…
Reference in a new issue