-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (224 loc) · 8.67 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
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
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html>
<head>
<title>BaseKit</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="animate.css">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<script type="text/javascript" src="jquery.min.js"></script>
</head>
<body>
<div class="container">
<div class="circ" id="circ">
<div class="upper">
<img src="logo.png" id="logo">
</div>
<div class="lower">
<div id="move">
<div class="buttons do" id="do3">
Overview
</div>
<div class="buttons" id="do2">
Features
</div>
<div class="buttons do" id="do">
Documentation
</div>
</div>
</div>
<div class="doc" id="doc">
<div class="head animated" id="h1">
<div class="headin">Documentation</div>
<div id="doctext">
<div class="doc-txt doc-head">Installation</div><br>
<div class="doc-txt">You just need to include the library in your project and you are ready to go. Download BaseKit v1.0 from <a style="text-decoration:none; color:#2980b9;" href="BaseKit.zip">here</a>.</p>
<img src="doc0 .png" class="docs"><br><br>
<div class="doc-txt doc-head">Functions</div>
<div class="cont">
<div class="ran" id="docran">
<div class="header">BaseKit Special Encrypt</div> <br>
<div >This function allows you to store your data securely in the database in the encrypted form.</div>
</div>
<img src="doc1.png" class="docs">
</div>
<div class="cont">
<img src="doc2.png" class="docs">
<div class="ran" id="docran">
<div class="header">BaseKit SQLi Prevent</div> <br>
<div >BaseKit SQLi Prevent: This function allows you to clean the string which was recieved from POST form data to protect the database from SQL Injection.</div>
</div>
</div>
<div class="cont">
<div class="ran" id="docran">
<div class="header">BaseKit Database Connect</div> <br>
<div >This function allows you to connect to the database with your credentials.</div>
</div>
<img src="doc3.png" class="docs">
</div>
<div class="cont">
<img src="doc4.png" class="docs">
<div class="ran" id="docran">
<div class="header">BaseKit Image Upload</div> <br>
<div >This function allows you to upload any type of image to your web app. Make sure that you have the necessary permissions to access the provided directory;</div>
</div>
</div>
<div class="cont">
<div class="ran" id="docran">
<div class="header">BaseKit Insert Data (Database Function)</div> <br>
<div >This function allows you to store your data securely in the database in the encrypted form.</div>
</div>
<img src="doc5.png" class="docs">
</div>
<div class="cont">
<img src="doc6.png" class="docs">
<div class="ran" id="docran">
<div class="header">BaseKit Login</div> <br>
<div >This function allows you to add login authentication to our web app with a few arguments.</div>
</div>
</div>
<div class="cont">
<div class="ran" id="docran">
<div class="header">BaseKit Validate reCaptcha</div> <br>
<div >This function allows you validate the Google reCaptcha so that you can make your web app even more secure.</div>
</div>
<img src="doc7.png" class="docs">
</div>
<div class="cont">
<img src="doc8.png" class="docs">
<div class="ran" id="docran">
<div class="header">BaseKit Beautiful Mail</div> <br>
<div >This function allows you to send beautiful HTML emails to people with BaseKit's predefined templates. You just need to give some inputs such as greeting,title,main content etc.</div>
</div>
</div>
<div class="cont">
<div class="ran" id="docran">
<div class="header">BaseKit Verify Email</div> <br>
<div >This function allows you to verify an email address entered in a form to avoid all the fake accounts</div>
</div>
<img src="doc9.png" class="docs">
</div>
<div class="cont">
<img src="doc10.png" class="docs">
<div class="ran" id="docran">
<div class="header">BaseKit Special Encrypt</div> <br>
<div >This function allows you to store your data securely in the database in the encrypted form.</div>
</div>
</div>
<p>More functions are on the way! :)</p>
</div>
</div>
</div>
</div>
<div class="over" id="over">
<div class="head animated" id="h3">
<br>
Overview
<div class="ran">
BaseKit is a PHP Library for anyone who wants to try their hand at PHP - from beginners to professionals. BaseKit allows developers to code without worrying about security issues. Developers can include BaseKit in their projects and use its functions very easily. Writing the same piece of code over and over can be frustrating. BaseKit allows developers to include specific features without coding it repeatedly, just by calling a function. BaseKit is the perfect tool to kickstart your journey as a developer.
</div>
<div>
<iframe src="https://www.youtube.com/embed/ts3mkKm7mok" frameborder="0" allowfullscreen></iframe>
</div>
<br>
<a class="buttons" href="BaseKit.zip" download>Dowload BaseKit</a>
<br><br>
<br><br>
</div>
</div>
<div class="feat" id="feat">
<div class="head animated" id="h2">
<div class="headin">Features</div>
<div class="icontain">
<div class="icons">
<div class="icontext" id="light">
<i class="fa fa-bolt" aria-hidden="true"></i>
</div>
<div class="headin">Fast</div>
</div>
<div class="icons">
<div class="icontext" id="light">
<i class="fa fa-pencil" aria-hidden="true"></i>
</div>
<div class="headin">Lightweight</div>
</div>
<div class="icons">
<div class="icontext" id="easy">
<i class="fa fa-tasks" aria-hidden="true"></i>
</div>
<div class="headin">Easy to Use</div>
</div>
<div class="icons">
<div class="icontext" id="folder">
<i class="fa fa-folder-open" aria-hidden="true"></i>
</div>
<div class="headin">Open Source</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var x = $("#h1");
var y = $("#h2");
var z = $("#h3");
var b = $("#doc");
var c = $("#api");
var d = $("#feat");
var e = $("#over");
var f = $("#circ");
$("body").bind('mousewheel', function(e) {
f.css({"width":"250vh", "height":"250vh"})
setTimeout(function () {
f.css({"border-radius":"0"})
}, 1000)
});
$("#do").click(function () {
b.css({"width":"100%","height":"100%"})
c.css({"width":"0%","height":"0%"})
d.css({"width":"0%","height":"0%"})
e.css({"width":"0%","height":"0%"})
y.css({"display":"none"})
z.css({"display":"none"})
x.css({"display":"block"})
y.removeClass("fadeInUp")
z.removeClass("fadeInUp")
/*
$("body").css({ "overflow-y":"auto"})*/
x.removeClass("fadeOutDown")
$("#doctext").css({"overflow-y":"auto"})
setTimeout(function () {
x.addClass("fadeInUp")
}, 1000)
})
$("#do2").click(function () {
d.css({"width":"100%","height":"100%"})
c.css({"width":"0%","height":"0%"})
b.css({"width":"0%","height":"0%"})
e.css({"width":"0%","height":"0%"})
y.css({"display":"block"})
x.removeClass("fadeInUp")
z.removeClass("fadeInUp")
y.removeClass("fadeOutDown")
setTimeout(function () {
y.addClass("fadeInUp")
}, 1000)
})
$("#do3").click(function () {
e.css({"width":"100%","height":"100%"})
c.css({"width":"0%","height":"0%"})
d.css({"width":"0%","height":"0%"})
b.css({"width":"0%","height":"0%"})
x.removeClass("fadeInUp")
z.css({"display":"block"})
y.removeClass("fadeInUp")
z.removeClass("fadeOutDown")
setTimeout(function () {
z.addClass("fadeInUp")
}, 1000)
})
</script>
</body>