-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·47 lines (30 loc) · 967 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Catalyzing the future of SaaS products
description: EnzymeLabs is a creative studio based in Seoul, S. Korea
---
<section class="intro">
<div class="wrap">
<h1>Catalyzing the future of SaaS products</h1>
<p>EnzymeLabs is a creative studio based in Seoul, S. Korea</p>
</div>
</section>
<section class="portfolio">
<div class="content-wrap portfolio-wrap">
{% for project in site.projects reversed %}
<div class="portfolio-item">
<a class="portfolio-item__link" href="{{ project.link }}">
<div class="portfolio-item__image">
<img src="{{ project.featured_image }}" alt="{{ project.title }}">
</div>
<!-- <div class="portfolio-item__content">
<div class="portfolio-item__info">
<h2 class="portfolio-item__title">{{ project.title }}</h2>
<p class="portfolio-item__subtitle">{{ project.subtitle }}</p>
</div>
</div> -->
</a>
</div>
{% endfor %}
</div>
</section>