forked from getchopstick/getchopstick.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (48 loc) · 1.33 KB
/
about.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
48
49
---
layout: default
title: About
section: about
---
<section class="holder intro-holder">
<div class="row intro-row">
<header class="intro main-intro">
<h1 class="main-title">
Chopstick – a powerful, scalable, Sass-based, BEM, OOCSS framework.
</h1>
<p>
Bla bla bla
</p>
</header>
</div>
</section>
<section class="holder main-holder">
<div class="row main-row">
<div class="main-content">
<article class="main-feature">
<div class="row">
<div class="main-feature-image">
<p>image</p>
</div>
<div class="main-feature-content">
<h2>
feature 1
</h2>
<p>
Lorizzle ipsizzle dolor sit crackalackin, get down get down adipiscing doggy. Nullizzle sapien velizzle, shizzle my nizzle crocodizzle shut the shizzle up, suscipit boofron, gravida vel, black. Pellentesque eget tortizzle. Shiznit erizzle. Fusce at dolor dapibizzle check it out fo shizzle tempizzle. Maurizzle pellentesque nibh izzle turpizzle. Tellivizzle in tortor. Pellentesque own yo' rhoncizzle pot.
</p>
</div>
</div>
</article>
</div>
</div>
</section>
<section class="holder doormat-holder">
<div class="row doormat-row">
<div class="doormat">
<h3 class="doormat-title">
Download this shit right now
</h3>
{{ include download-fork.html }}
</div>
</div>
</section>