-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rohan Mathur" />
<meta name="description" content="Polaroid a CSS component library for your awesome UI." />
<!-- links -->
<link rel="icon" type="image/x-icon" href="/assets/cube.png">
<link rel="stylesheet" href="./documentation/style.css" />
<title>⚒ Polaroid | Home</title>
</head>
<body>
<nav class="navigation spacing flex-row items-center wrap py-2 px-6 fixed left-0 top-0 z-10 w-100">
<a href=" ../index.html">
<h3 class="text-lg">Polaroid</h3>
</a>
<ul class="ml-auto flex-row items-center font-bold">
<li class="ml-4">
<a href="https://github.com/rohanmathur91/css-component-library" target="_blank"><i
class="fa fa-github social-icons"></i></a>
</li>
<li class="ml-4">
<a href="https://twitter.com/@rohanmathur91" target="_blank"><i
class="fa fa-twitter social-icons"></i></a>
</li>
<li class="ml-4">
<a href="https://www.linkedin.com/in/rohanmathur04/" target="_blank"><i
class="fa fa-linkedin-square social-icons"></i></a>
</li>
</ul>
</nav>
<main class="home spacing flex-row flex-center w-screen-100 m-auto">
<div class="text-center mx-6">
<h1 class="text-2xl mb-5 invert font-black">Polaroid</h1>
<h3>Build fast and elegant user interfaces.</h3>
<h3>Polaroid a component library for faster development.</h3>
<div class="mt-3 p-1">
<a class="cta mt-1 py-1 px-2 mr-1 rounded-sm primary-cta" href="./documentation/index.html">Get
started</a>
<a class="cta mt-1 py-1 px-2 rounded-sm secondary-cta"
href="https://github.com/rohanmathur91/css-component-library" target="_blank">Github</a>
</div>
</div>
</main>
</body>
</html>