-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·40 lines (38 loc) · 1.81 KB
/
about.html
File metadata and controls
executable file
·40 lines (38 loc) · 1.81 KB
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
<hmtl>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="icon" href="./img/verbose-icon.png">
<title>About Verbose</title>
<link rel="stylesheet" href="./css/animate.css">
<link rel="stylesheet" href="./css/verbose-style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body id="vbody">
<center>
<div class="w3-container w3-card-2 w3-white fadeInUp animated" style="margin:10px;border-radius:10px">
<div class="w3-container w3-black">
<img src="./img/verbose.png" class="w3-margin" style="width:150px;">
</div>
<p class="w3-text-grey">
Verbose is a free simple JavaScript-based text tool for research.
It currently only supports, multiple searches using wikipedia, as the source of search content.
Version is currently at version - 0.0.1 and is under developement, it is highly reliant on javascript, and
iframes, to display content. This is a project done for Fun and not for profit of Any kind, <a href="disclaimer.html" class="w3-text-indigo">(see Disclaimer).</a><br>
This is an Opensource project, download it use it, do what you want with it. it's completely free. enjoy!
If there are any problems, suggestions, complains, of any kind please email me at <b class="w3-text-indigo">nplixel@gmail.com</b> ,
and i shall respond as fast as i could. Thank you!
</p>
<hr class="w3-card-2">
<h3 class="w3-text-dark-grey"> How to Use?</h3>
<p class="w3-text-grey">
It's Simple, Just watch, this Demo on youtube :)
<br>
<br>
<iframe width="100%" height="360" src="https://www.youtube.com/embed/YXFFJ9GS-X0" frameborder="0" allowfullscreen></iframe>
</p>
</div>
</center>
</body>
</html>