init commit
This commit is contained in:
52
project.html
Normal file
52
project.html
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
layout: default
|
||||
title: Projects
|
||||
permalink: /project.html
|
||||
---
|
||||
<div style="margin: 1rem auto;">
|
||||
|
||||
<h1 class="archive-header"></h1>
|
||||
<div class="wf-container" style="margin-top: 80px;">
|
||||
{% for post in site.posts %}
|
||||
{% if post.categories contains 'project' %}
|
||||
|
||||
<div class="wf-box">
|
||||
<a id="route" href="{{ post.url | prepend: site.baseurl }}">
|
||||
|
||||
<div class="tglgede" style="
|
||||
background-color: rgba(105, 105, 105, 0.44);
|
||||
background-image: url(http://marolafashionable.com/catalog/view/theme/agnes/image/layout/shadows/blur_black.png), url({{post.image.url}});
|
||||
background-position: center bottom, left top;
|
||||
background-repeat: no-repeat;
|
||||
">
|
||||
<p style="
|
||||
background-color: rgba(0, 0, 0, 0.21);
|
||||
padding: 30%;
|
||||
color: #DADADA;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
margin-bottom: 0;
|
||||
">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</a>
|
||||
<div class="content">
|
||||
<a id="route" href="{{ post.url | prepend: site.baseurl }}">
|
||||
<h3 style="padding: 5px 8px;
|
||||
margin-bottom: 0;
|
||||
background-color: #00bc8c;
|
||||
color: #fff;
|
||||
font-size: 15px;">{{ post.title }}</h3>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user