-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 1.39 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 1.39 KB
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
<!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>Decora</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container">
<nav class="header">
<a href="./index.html" class="main-heading">
Decora
</a>
<a href="installation.html" class="side-heading">
Install
</a>
</nav>
<div class="main-content ">
<div class="description">
<span class="description-head">Decora: </span>
A set of small, responsive CSS modules that you can use in every web project. A CSS library, integrated
with ready-to-use frontend components that you can easily combine to build responsive web interfaces.
<div class="btns">
<a href="components/avatar/avatar.html" class="start-btn">
Get Started
</a>
<a href="https://github.com/ooreally/decora" class="view-btn">
View Github
</a>
</div>
</div>
<img class="hero-img" src="./assets/hero-img.svg" alt="hero-img" />
</div>
</div>
</body>
</html>