File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments