Add photos and blog pages
This commit is contained in:
76
_subpages/04-photos.md
Normal file
76
_subpages/04-photos.md
Normal file
@@ -0,0 +1,76 @@
|
||||
---
|
||||
title: Photography
|
||||
permalink: /photos
|
||||
---
|
||||
|
||||
<section class="photos">
|
||||
|
||||
<ul class="filter-list">
|
||||
|
||||
<li class="filter-item">
|
||||
<button class="active" data-filter-btn>All</button>
|
||||
</li>
|
||||
|
||||
{% assign tags = site.data.photos | map: "tag" | uniq %}
|
||||
{% for tag in tags %}
|
||||
<li class="filter-item">
|
||||
<button data-filter-btn>{{ tag }}</button>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="filter-select-box">
|
||||
|
||||
<button class="filter-select" data-select>
|
||||
|
||||
<div class="select-value" data-selecct-value>Select category</div>
|
||||
|
||||
<div class="select-icon">
|
||||
<ion-icon name="chevron-down"></ion-icon>
|
||||
</div>
|
||||
|
||||
</button>
|
||||
|
||||
<ul class="select-list">
|
||||
|
||||
<li class="select-item">
|
||||
<button data-select-item>All</button>
|
||||
</li>
|
||||
|
||||
{% assign tags = site.data.photos | map: "tag" | uniq %}
|
||||
{% for tag in tags %}
|
||||
<li class="select-item">
|
||||
<button data-select-item>{{ tag }}</button>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<ul class="project-list">
|
||||
|
||||
{% for project-item in site.data.photos %}
|
||||
<li class="project-item active" data-filter-item data-category="{{ project-item.tag | downcase }}">
|
||||
<a href="{{ project-item.link }}">
|
||||
|
||||
<figure class="project-img">
|
||||
<div class="project-item-icon-box">
|
||||
<ion-icon name="eye-outline"></ion-icon>
|
||||
</div>
|
||||
|
||||
<img src="/assets/photos/{{ project-item.file }}" alt="{{ project-item.alt }}" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<h3 class="project-title">{{ project-item.tag }}</h3>
|
||||
|
||||
<p class="project-category">{{ project-item.tag }}</p>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
180
_subpages/05-blog.md
Normal file
180
_subpages/05-blog.md
Normal file
@@ -0,0 +1,180 @@
|
||||
---
|
||||
title: Blog
|
||||
permalink: /blog
|
||||
---
|
||||
|
||||
<section class="blog-posts">
|
||||
|
||||
<ul class="blog-posts-list">
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-1.jpg" alt="Design conferences in 2022" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">Design conferences in 2022</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Veritatis et quasi architecto beatae vitae dicta sunt, explicabo.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-2.jpg" alt="Best fonts every designer" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">Best fonts every designer</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Sed ut perspiciatis, nam libero tempore, cum soluta nobis est eligendi.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-3.jpg" alt="Design digest #80" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">Design digest #80</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Excepteur sint occaecat cupidatat no proident, quis nostrum exercitationem ullam corporis suscipit.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-4.jpg" alt="UI interactions of the week" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">UI interactions of the week</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Enim ad minim veniam, consectetur adipiscing elit, quis nostrud exercitation ullamco laboris nisi.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-5.jpg" alt="The forgotten art of spacing" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">The forgotten art of spacing</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Maxime placeat, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="blog-post-item">
|
||||
<a href="#">
|
||||
|
||||
<figure class="blog-banner-box">
|
||||
<img src="./assets/images/blog-6.jpg" alt="Design digest #79" loading="lazy">
|
||||
</figure>
|
||||
|
||||
<div class="blog-content">
|
||||
|
||||
<div class="blog-meta">
|
||||
<p class="blog-category">Design</p>
|
||||
|
||||
<span class="dot"></span>
|
||||
|
||||
<time datetime="2022-02-23">Fab 23, 2022</time>
|
||||
</div>
|
||||
|
||||
<h3 class="h3 blog-item-title">Design digest #79</h3>
|
||||
|
||||
<p class="blog-text">
|
||||
Optio cumque nihil impedit uo minus quod maxime placeat, velit esse cillum.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user