-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.38 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
55
56
57
58
59
<!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>CRESCENT UI</title>
<!-- favicon -->
<link rel="icon" href="img/favicon.png">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
<!-- crescent ui components stylesheet -->
<link rel="stylesheet" href="https://crescent-components.netlify.app/css/crescent.css">
<!-- base stylesheet -->
<link rel="stylesheet" href="/css/index.css">
<!-- base stylesheet mobile view -->
<link rel="stylesheet" href="css/index-mobile.css">
</head>
<body>
<section class="full-page-card-one">
<div class="main-page-div">
<h1 class="main-heading ">CRESCENT UI</h1>
<h2>
Build fast and eye pleasing websites using Crescent UI's lightweight and reusable components
</h2>
<h3 class="my-1">Scroll Down ↓</h3>
</div>
</section>
<section class="full-page-card-two">
<h2 class="version-text">v0.0 <span class="version-text2">α-release</span></h2>
<nav class="main-page-nav px-1">
<a href="./docs.html" class="btn btn-secondary">
Docs
</a>
<a href="https://github.com/codingwolf-at/crescent-ui" target="_blank" class="btn btn-secondary">
GitHub
</a>
<a href="https://codingwolf-at.github.io" target="_blank" class="btn btn-secondary">
About Me
</a>
</nav>
<div class="main-page-grid">
<div class="left-div">
<img src="img/pic-two.png" alt="" class="img-fluid">
</div>
<div class="right-div">
<h3>
Crescent UI is a vanilla CSS component library designed and developed for easy, quick and hassle free website building. All components are modern looking and easy to customize, also there are tons of utility classes perfect for your requirements.
</h3>
<a href="/docs.html" class="btn btn-dark">START</a>
</div>
</div>
</section>
</body>
</html>