-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (65 loc) · 3.83 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
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="a modern and minimalist framework for building responsive and modern frontends">
<meta name="keywords" content="minimalist ui framework,ui framework, framework, css framework, new framework">
<meta name="author" content="imfunny & community">
<meta property="og:title" content="zeva.">
<meta property="og:type" content="website">
<meta property="og:description" content="a modern and minimalist framework for building responsive and modern frontends" />
<meta property="og:url" content="https://zeva-ui.github.io/">
<meta name="theme-color" content="#000">
<link rel="icon" href="assets/image/favicon.png">
<title>zeva</title>
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/zeva-ui/zeva/dist/css/zeva.min.css">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<div id="menu">
<a id="close"><i class="fas fa-times"></i></a>
<br>
<a href="index.html">Home</a>
<a href="docs/index.html">Getting Started</a>
<a href="https://github.com/zeva-ui/zeva">Github</a>
<a href="https://github.com/zeva-ui/zeva/archive/master.zip">Download v1.0.0</a>
</div>
<header class="animated slideInDown" style="animation-delay:0.6s;">
<table class="table table--borderless">
<tr>
<td style="width:30%;"><img src="assets/image/white.png"></td>
<td style="width:70%;">
<nav id="notPhone">
<a href="index.html">Home</a>
<a href="docs/index.html">Getting Started</a>
<a href="https://github.com/zeva-ui/zeva">Github</a>
<a href="https://github.com/zeva-ui/zeva/archive/v1.0.0.zip">Download v1.0.0</a>
</nav>
<nav id="phone">
<a id="open"><i class="fas fa-bars"></i></a>
</nav>
</td>
</tr>
</table>
</header>
<div id="top-part">
<b class="animated fadeIn" style="animation-delay: 0.8s;">zeva.</b>
<h2 class="animated fadeIn" style="animation-delay: 0.9s;">It's time to ditch Bootstrap & get your hands dirty on a new modern & minimalist UI framework</h2>
<a href="docs/index.html" class="animated fadeIn" style="animation-delay: 1.0s;">
<button class="button h-border-pill" style="margin:4vh 10px;background:transparent;">Getting Started</button>
</a>
<a href="https://github.com/zeva-ui/zeva/archive/v1.0.0.zip" class="animated fadeIn" style="animation-delay: 1.0s;">
<button class="button button--filled h-border-pill" style="margin:4vh 10px;">Download</button>
</a>
</div>
<footer class="animated slideInUp" style="animation-delay: 0.8s;"><b>made on earth by humans</b></footer>
<script type="text/javascript" src="assets/js/index.js"></script>
<script type="text/javascript" src="../zeva/src/js/index.min.js"></script>
</body>
</html>