-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.36 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
<!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">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>AprilUI</title>
</head>
<body>
<div class="main-container">
<nav class="nav-container">
<div class="title"><a href = "index.html" class = "title-link">AprilUI</a></div>
<div class="menu-items">
<ul class="menu-item-list">
<!-- <li class="list-item"><a class = "menu-link" href="index.html">Home</a></li> -->
<li class="list-item"><a class = "menu-link" href="/documentation/components.html">Docs <i class="material-icons">source</i></a></li>
<li class="list-item"><a class = "menu-link" href="https://github.com/aqsaaqeel">Source</a></li>
</ul>
</div>
</nav>
<div class="hero">
<div class="hero-title"><span class="title-april">April</span> <span class="title-ui">UI</span></div>
<div class="hero-detail">A component library you can use to build your websites quickly with smartly
designed components</div>
</div>
</div>
</body>
</html>