This repository was archived by the owner on Dec 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (108 loc) · 7.11 KB
/
index.html
File metadata and controls
111 lines (108 loc) · 7.11 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
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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">window.location.replace("https://mgks.dev/");</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-50CH6TYL5X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-50CH6TYL5X');
</script>
<link href="scripts/style.css" rel="stylesheet" type="text/css" />
<title>voinsource: simple projects to solve real world problems</title>
</head>
<body>
<div class="context">
<div class="marg-b">
<div class="header"><h2><a href="https://voinsource.github.io">[voinsource]</a></h2><div class="m-menu"><a href="#home">home</a><a href="#projects">projects</a><a href="#plugins">plugins</a><a href="#contact">contact</a></div></div>
<div class="m-block" id="home">
<div class="chat-block"></div>
<div class="code-block"></div>
</div>
<div class="m-block" id="projects">
<div class="m-header">Projects</div>
<div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Android Smart WebView Pro</div> <!-- pro headline -->
<div class="pd-block"><b>Java / Kotlin</b><br />A smart open source solution for any hybrid android project; working out of the box. Explore SWV plugins to add more advanced features.</div> <!-- pro description -->
<div class="pb-block"><a href="https://voinsource.github.io/SmartWebView-Pro/">get pro</a></div> <!-- pro button -->
</div>
<div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">PaperlessQL</div> <!-- pro headline -->
<div class="pd-block"><b>Python / PHP / Java + JavaScript</b><br />A simple database engine written on multiple backend languages handled by JavaScript to work offline.</div> <!-- pro description -->
<div class="pb-block"><a href="https://github.com/mgks/PaperlessQL">github repo</a></div> <!-- pro button -->
</div>
</div>
<div class="m-block" id="plugins">
<div class="m-header">Android Smart WebView Plugins</div>
<a href="https://github.com/voinsource/PluginGL"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Google Login</div> <!-- pro headline -->
<div class="pd-block"><b>Java</b><br />Auth users' social accounts directly from SWV. Sign into and fetch user profile data.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginPQL"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">PQL</div> <!-- pro headline -->
<div class="pd-block"><b>Java + JavaScript</b><br />PQL Plugin for SWV works as a seamless database engine that can be handled with just basic JavaScript.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginS2S"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">S2S</div> <!-- pro headline -->
<div class="pd-block"><b>Java</b><br />Send data to the server seamlessly with REST API.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginQR"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">QR/Barcode Reader</div> <!-- pro headline -->
<div class="pd-block"><b>Java + PQL</b><br />Generate and read QR and Barcode images easily and store and sent information to the server.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginBS"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Background Services</div> <!-- pro headline -->
<div class="pd-block"><b>Java</b><br />Run webpages, play audio, and video files in system background.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginVision"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Google Vision API</div> <!-- pro headline -->
<div class="pd-block"><b>Java + PQL</b><br />Read data from images with Google Vision API and send retreived data over to your webpages easily.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/PluginAN"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Advanced Notifications</div> <!-- pro headline -->
<div class="pd-block"><b>Java</b><br />Send and receive smart notifications on android with images and extra features.</div> <!-- pro description -->
</div></a>
<a href="https://github.com/voinsource/SWVLayouts"><div class="pro-block">
<div class="pi-block"></div> <!-- pro image -->
<div class="ph-block">Layouts</div> <!-- pro headline -->
<div class="pd-block"><b>Java + XML</b><br />Explore layouts, for your new SWV hybrid app, with their own superpowers.</div> <!-- pro description -->
</div></a>
</div>
<div class="m-block" id="contact">
<div class="m-header">contact</div>
<div class="pro-block">
You can always connect with me from here: <a href="https://mgks.dev/contact">mgks.dev/contact</a>
</div>
</div>
<div class="footer">
<a href="https://github.com/voinsource">GitHub</a> − <a href="https://www.instagram.com/infeeds">Instagram</a>
</div>
</div>
</div>
<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
</body>
</html>