-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (41 loc) · 2.2 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
<!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>ExpressSchema Documentation</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="w-full">
<nav class="navbar-default navbar-fixed-top bg-gray-800 text-white">
<div class="flex justify-between align-center py-4 scale-x-90 ">
<div class="flex align-center justify-between tracking-widest font-extrabold text-2xl ">ExpressSchema</div>
<div class="flex align-center justify-between">
<div class="px-2 hover:text-blue-300" ><a href="./doc">Docs</a></div>
<div class="px-2 hover:text-blue-300" ><a href="./tutorial">Tutorial</a></div>
<div class="px-2 hover:text-blue-300" ><a href="./example">Example</a></div>
<div class="px-2 hover:text-blue-300" ><a href="./samples">Samples</a></div>
<div class="px-2 hover:text-blue-300" ><a href="./blog">Blog</a></div>
</div>
<div class="flex align-center justify-between">
<input class="rounded-md p-2" type="text">
</div>
<div class="flex align-center justify-between">
<div class="px-2 hover:text-blue-300" ><a href="./github">Github</a></div>
<div class="px-2 hover:text-blue-300" ><a href="./Marathi">Marathi</a></div>
</div>
</div>
</nav>
<div id="body" class="">
<!-- <div class="bg-gray-500 h-[300px] w-full mx-auto my-auto m-auto px-auto py-auto " id=""> -->
<div class="bg-gray-500 h-[300px] w-full " id="">
<!-- <p class="text-3xl text-white font-bold mx-auto my-auto m-auto px-auto py-auto pt-[50%] text-center " >Welcome to the Express Schema Documentation.</p> -->
<p class="text-3xl text-white font-bold mx-auto my-auto m-auto px-auto py-auto pt-[10%] text-center text-black " >Welcome to the Express Schema Documentation.</p>
</div>
</div>
<footer class="" >
<p>This is footer2</p>
</footer>
</body>
</html>