-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.47 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
<!-- LANDING PAGE -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swift UI</title>
<link rel="shortcut icon" href="https://img.icons8.com/color/600/000000/snowflake.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script
src="https://kit.fontawesome.com/284b0bb15e.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="landing-container-flex">
<div class="navbar-logo"><img src="https://img.icons8.com/color/120/000000/snowflake.png"/></div>
<div class="extra-large-heading title center-content"><a href="/index.html">Swift UI</a></div>
<div class="large-heading center-content">The Component Library</div>
<p class="text-content center-content">Swift UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications. </p>
<div class="">
<button class="btn btn-padding txt-s btn-solid white bg-blue btn-hover" ><a href="./docs/docs.html">Explore </a>
</button>
<button class="btn btn-padding txt-s btn-outline darkblue brc-baseblue outline-hover">
<a href="http://github.com/rkapoor10/swift-UI" target="blank" class="flex-icons"><span>Github</span></a>
</button>
</div>
</div>
</body>
</html>