-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
246 lines (220 loc) · 8.57 KB
/
index2.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
<!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" />
<title>KeyVal.org</title>
<meta name="description" content="A super simple key value database" />
<meta name="keywords" content="keyval, redis, key-value" />
<meta name="author" content="Kishore" />
<!-- Font Awesome if you need it
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
-->
<link
href="https://unpkg.com/tailwindcss/dist/tailwind.min.css"
rel="stylesheet"
/>
<!--Replace with your tailwind.css once created-->
<link
href="https://unpkg.com/@tailwindcss/custom-forms/dist/custom-forms.min.css"
rel="stylesheet"
/>
<!--Tailwind Custom Forms - use to standardise form fields - https://github.com/tailwindcss/custom-forms-->
<style>
@import url("https://rsms.me/inter/inter.css");
html {
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
}
/* Browser mockup code
* Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
* Live example: https://updown.io
*/
.browser-mockup {
border-top: 2em solid rgba(230, 230, 230, 0.7);
position: relative;
height: 60vh;
}
.browser-mockup:before {
display: block;
position: absolute;
content: "";
top: -1.25em;
left: 1em;
width: 0.5em;
height: 0.5em;
border-radius: 50%;
background-color: #f44;
box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}
.browser-mockup > * {
display: block;
}
/* Custom code for the demo */
</style>
</head>
<body class="leading-relaxed bg-gray-100 tracking-wide flex flex-col">
<!--Nav-->
<nav id="header" class="w-full z-30 top-0 text-white py-1 lg:py-6">
<div
class="w-full container mx-auto flex flex-wrap items-center justify-between mt-0 px-2 py-2 lg:py-6"
>
<div class="pl-4 flex items-center">
<a class="text-white no-underline hover:no-underline font-bold text-2xl md:text-3xl lg:text-5xl" href="#" >
<!--svg
class="h-6 w-6 inline-block fill-current text-yellow-700"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
>
<path d="M13 8V0L8.11 5.87 3 12h4v8L17 8h-4z" />
</svg-->
<span class="text-blue-600">Key</span>
<span class="text-gray-900">Val</span>
</a>
</div>
</div>
</nav>
<div class="container mx-auto ">
<div class="text-center px-3 lg:px-0">
<h1
class="my-4 text-2xl md:text-3xl lg:text-5xl font-black leading-tight"
>
Super Simple Key-Value DB
</h1>
<p
class="leading-normal text-gray-800 text-base md:text-xl lg:text-2xl mb-8"
>
Sub-hero message, not too long and not too short. Make it just right!
</p>
<!--button
class="mx-auto lg:mx-0 hover:underline text-gray-800 font-extrabold rounded my-2 md:my-6 py-4 px-8 shadow-lg w-48"
>
Sign Up
</button>
<a
href="#"
class="inline-block mx-auto lg:mx-0 hover:underline bg-transparent text-gray-600 font-extrabold my-2 md:my-6 py-2 lg:py-4 px-8"
>View Additional Action</a
-->
</div>
</div>
<section class="bg-gray-100 border-b py-8">
<div class="container mx-auto flex flex-wrap pt-4 pb-12">
<h2
class="w-full my-2 text-5xl font-black leading-tight text-center text-gray-800"
>
How To
</h2>
<div class="w-full mb-4">
<div
class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"
></div>
</div>
<div class="w-full p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white shadow rounded overflow-hidden" >
<div class="flex flex-wrap no-underline hover:no-underline px-6 mt-6">
<!--p class="w-full text-gray-600 text-xs md:text-sm px-6 mt-6">
To Set
</p-->
<div class="w-full font-bold text-2xl text-gray-800 px-6 text-center">
API for setting key/value
</div>
<div class="w-full text-center text-xl text-gray-600 px-6 mt-5 mb-8">
<span class="text-l">https://</span><span class="font-bold">api.keyval.org/set/</span><span class="font-bold text-blue-500"> { KEY } </span>/
<span class="font-bold text-red-500">{ VALUE }</span>
</div>
<div class="mx-auto text-sm text-gray-600 px-6 mt-5 mb-8">
<p>If you want to auto-generate key you can set key as - </p>
<p class="text-center">ex:- https://api.keyval.org/<span class="font-bold text-red-600">-</span>/{VALUE}</p>
</div>
</div>
</div>
</div>
<div class="w-full p-6 flex flex-col flex-grow flex-shrink">
<div class="flex-1 bg-white shadow rounded overflow-hidden" >
<div class="flex flex-wrap no-underline hover:no-underline px-6 mt-6">
<!--p class="w-full text-gray-600 text-xs md:text-sm px-6 mt-6">
To Set
</p-->
<div class="w-full font-bold text-2xl text-gray-800 px-6 text-center">
API to get a value using key
</div>
<p class="mx-auto text-xl text-gray-600 px-6 mt-5 mb-8">
<span class="text-l">https://</span><span class="font-bold">api.keyval.org/get/</span><span class="font-bold text-blue-500"> { KEY } </span>
</p>
</div>
</div>
</div>
</div>
</section>
<!--section class="gradient w-full mx-auto text-center pt-6 pb-12">
<h2
class="w-full my-2 text-5xl font-black leading-tight text-center text-white"
>
Call to Action
</h2>
<div class="w-full mb-4">
<div
class="h-1 mx-auto bg-white w-1/6 opacity-25 my-0 py-0 rounded-t"
></div>
</div>
<h3 class="my-4 text-3xl font-extrabold">
Main Hero Message to sell yourself!
</h3>
<button
class="mx-auto lg:mx-0 hover:underline bg-white text-gray-800 font-bold rounded my-6 py-4 px-8 shadow-lg"
>
Action!
</button>
</section-->
<!--Footer-->
<footer class="bg-white ">
<div class="container mx-auto mt-8 px-8">
<div class="w-full flex flex-col md:flex-row py-1">
<div class="flex-1 mb-6 text-center">
<a
class="text-orange-600 no-underline hover:no-underline font-bold text-2xl lg:text-4xl"
href="#"
>
<!--svg
class="h-6 w-6 inline-block"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
>
<path d="M13 8V0L8.11 5.87 3 12h4v8L17 8h-4z" />
</svg-->
<span class="text-blue-700">KeyVal</span>
</a>
</div>
<div class="flex-1">
<!--p class="uppercase font-extrabold text-gray-500 md:mb-6">Links</p-->
<ul class="list-reset mb-6 text-center">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a target="_blank"
href="https://www.notion.so/KeyVal-755b6f077dc346ed81a34f373b4a8f6a"
class="font-light no-underline hover:underline text-gray-800 hover:text-orange-500"
>FAQ</a
>
</li>
</ul>
</div>
<div class="flex-1">
<!--p class="uppercase font-extrabold text-gray-500 md:mb-6">Social</p-->
<ul class="list-reset mb-6 text-center">
<li class="mt-2 inline-block mr-2 md:block md:mr-0">
<a target="_blank"
href="https://twitter.com/prakis"
class="font-light no-underline hover:underline text-gray-800 hover:text-orange-500"
>Twitter</a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>