This repository was archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab.html
More file actions
81 lines (72 loc) · 2.28 KB
/
lab.html
File metadata and controls
81 lines (72 loc) · 2.28 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
layout: default
title: Lab | Kimura Digital
description: A collection of ideas, thoughts, and experiments.
social-headline: Exploring Web Design With Small Experiments.
no-follow:
permalink: /lab/
thumbnail:
outro: true
dark-logo: true
prettify:
custom_css:
custom_js:
---
<!-- header -->
<header>
<div class="row align-center padding-t4">
<div class="large-8 medium-10 small-12 columns">
<section>
<div class="padding-1 text-center opacity-0" id="slide-up">
<h1 class="margin-none-b">
Lab Experiments
</h1>
<p class="margin-none-t text-bigger opacity-1">
A collection of ideas, thoughts, and experiments.
</p>
</div>
</section>
</div>
</div>
</header>
<!-- work -->
<div class="row align-center padding-b5">
<div class="large-8 medium-10 small-12 columns">
<section class="hover-blur">
<p class="text-center text-small text-weight-900 text-transform-uppercase opacity-4">Recent Experiments</p>
<hr class="margin-none opacity-4">
<!-- facebook -->
<section>
<a href="/lab/shopify-checklist" class="text-dark">
<div class="margin-tb1 padding-1 hover-color-tint-dark-1 cursor-pointer">
<div class="row">
<div class="small-8 medium-8 columns">
<span class="text-big margin-none">Shopify Checklist</span>
</div>
<div class="small-4 medium-4 columns text-right">
<span class="opacity-3 text-small">August 14, 2017</span>
</div>
</div>
</div>
</a>
</section>
<hr class="margin-none opacity-4">
<!-- facebook -->
<section>
<a href="/lab/facebook-live-chat" class="text-dark">
<div class="margin-tb1 padding-1 hover-color-tint-dark-1 cursor-pointer">
<div class="row">
<div class="small-8 medium-8 columns">
<span class="text-big margin-none">Live chat using Facebook messenger</span>
</div>
<div class="small-4 medium-4 columns text-right">
<span class="opacity-3 text-small">March 13, 2016</span>
</div>
</div>
</div>
</a>
</section>
<hr class="margin-none opacity-4">
</section>
</div>
</div>