Skip to content

Commit 32bf0b5

Browse files
author
Cathy Siller
committed
refactor(homepage): refactor helix-ui homepage
1 parent fb2c870 commit 32bf0b5

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

docs/docs.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
*/
1515
@import (reference) 'vars';
1616

17+
.homepage {
18+
background-image: linear-gradient(0deg, @cyan-100, @gray-0 20%);
19+
}
20+
1721
.brand-logo {
1822
align-items: center;
1923
display: flex;

docs/index.html

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
{% extends 'application.njk' %}
22

33
{% block layout %}
4-
<main id="content" class="hxBox-md">
5-
<h1>HelixUI</h1>
6-
7-
<p>We're still building. Content will arrive as it's built.</p>
8-
4+
<main id="content" class="hxBox-md homepage">
95
<section>
10-
<!-- common links and getting started stuff goes here -->
6+
<h1 class="hxPageTitle">HelixUI</h1>
7+
<p>HelixUI is a UI library, created with custom elements to help you develop applications.</p>
8+
</section>
9+
<section class="hxSpan-12-xs hxSpan-6-md">
10+
<h3 class="hxSubSectionTitle">Getting Started</h3>
11+
<p>
12+
To learn how to get HelixUI into your projects, check out the
13+
<a href="guides/install">install guide</a>.
14+
</p>
15+
</section>
16+
<section class="hxSpan-12-xs hxSpan-6-md">
17+
<h3 class="hxSubSectionTitle">Browser Support</h3>
18+
<p>
19+
HelixUI supports IE11 and all current versions of evergreen browsers
20+
(Chrome, Firefox, Safari, and Edge).
21+
</p>
22+
</section>
23+
<section class="hxSpan-12-xs hxSpan-6-md">
24+
<h3 class="hxSubSectionTitle">Getting Involved</h3>
25+
<p>We welcome issue and code contributions. A contribution guide is coming soon.</p>
26+
</section>
1127
</section>
1228
</main>
1329
{% endblock %}

0 commit comments

Comments
 (0)