This repository was archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
73 lines (60 loc) · 2.8 KB
/
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
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
---
layout: default
title: Trowel - The most evolved way to write scss code
affix: false
---
<main id="home">
<header id="home__header" class="skew-section">
<div class="skew-section__bg"></div>
<div class="skew-section__content">
{% include header.html %}
<div class="home__container">
<h1 id="home__heading">The tool that redesigns CSS frameworks</h1>
<p id="home__intro">
Trowel is a <i>Sass</i> toolkit that allows you to create and use CSS frameworks with the most flexible pattern ever designed.
</p>
{% include abandon.html %}
<p id="home__intro-buttons">
<a href="{{ '/documentation/get-started' | prepend: site.baseurl }}" class="btn btn--lg btn--danger">Get started</a>
<a href="https://github.com/trowel" class="btn btn--lg" id="home__intro-github" target="_blank">Checkout on github</a>
</p>
</div>
</div>
</header>
<section id="home__illustrations">
<img id="home__illustrations-arturo" src="/assets/images/arturo/arturo.png" height="200">
{% include home/header-snippet.html %}
</section>
<section id="home__showcase" class="skew-section">
<div class="skew-section__bg"></div>
<div class="skew-section__content / home__container">
<div id="home__showcase-container">
<h2>Discover the power of the Trowel Variables</h2>
<p>
The key feature of Trowel is its variables. The Trowel variables allow you to define several values depending of criteria like a pseudo-class, a modifier class, a responsive breakpoint, etc.
This pattern allows the user to totally control the CSS output, by generating only the style required. CSS frameworks will no more be big boats, they will just fit for you website.
</p>
</div>
{% include home/showcase-snippet.html %}
</div>
</section>
<section id="home__friends" class="skew-section">
<div class="skew-section__bg"></div>
<div class="skew-section__content">
<div class="home__container">
<div id="home__friends-pres">
<h2>Friends of Trowel <span>the official list of Trowel Components</span></h2>
<p>
Friends of Trowel is a github organization that gathers all the Trowel Components created and maintained by the Trowel core team.
<br>
You will find every basic component that composes a CSS framework, but with a lot of Trowel variables allowing you to customize the style like never designed before.
</p>
<p>
<a href="{{ '/documentation' | prepend: site.baseurl }}" class="btn btn--primary">See the documentation</a>
<a href="https://github.com/FriendsOfTrowel" class="btn btn--danger">Checkout on github</a>
</p>
</div>
</div>
</div>
</section>
</main>