-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (29 loc) · 1.19 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
<!DOCTYPE HTML>
<html>
<head>
<title>Style Guide - Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div class="container-1032 pd-tb-48">
<!-- two column grid system -->
<div class="grid-wrapper-15">
<div class="col-one-half">
<h1 class="dark-grey-clr-txt mb-48">⤤10</h1>
<h6 class="text-caps light-grey-clr-txt m-tb-16">Introducing</h6>
<h1 class="header-56 dark-grey-clr-txt m-tb-16">Heighten UI</h1>
<!-- <h2>Why should i start using Heighten UI instead of Bootstrap?</h2> -->
<p class="text-20 grey-clr-txt m-tb-16">Develop awesome UIs by yourself using Heighten UI. Components of Heighten UI are developed using specific tactics explained from a developer's point-of-view.</p>
<button class="btn btn-primary btn-playful text-18 mt-32 mb-16">Explore Now</button>
</div>
<div class="col-one-half">
<img src="./assets/images/work.svg" />
</div>
</div>
</div>
</body>
</html>