-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 3.28 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>JVDesign</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="description" content="JVDesign is a solo developer project focused on JavaScript, PWAs, and web tools.">
<meta name="google-site-verification" content="hsO0jGUtGyycYoWj4XxxxzkhCIp3fIyDT0vKUKnPezE" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta property="og:site_name" content="JVDesign">
<link rel="stylesheet" media='all' href="style.css">
<script src="index.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://jvdesign.is-a.dev",
"sameAs": [
"https://instagram.com/jvdesign.dev",
"https://reddit.com/u/JVDesign_",
"https://jvdesign.itch.io",
"https://github.com/jvdesign-dev",
"https://twitter.com/jvdesign_dev"
],
"name": "JVDesign",
"description": "JVDesign is a solo developer project focused on JavaScript, PWAs, and web tools.",
"email": "jvdesign@mail.de"
}
</script>
</head>
<body>
<div id="content">
<div id="maindiv">
<p class="heading">JVDesign</p>
I'm a solo web developer, mainly working with JavaScript. <br>
Why? I just love, how simple and versatile it is. Nearly everything - from resource loading to animating,
from interactivity to data management - can be done with JS.<br>
Here on JVDesign you have access to all my tools.
You can go to <a href="https://github.com/jvdesign-dev">my GitHub</a> to take a look under their hood.
</div>
<div id="updates"></div>
<div class="sidediv" id="sidecolor"></div>
<div class="sidediv" id="sidebar">
<img class="game" title="Gradia" id="Ghosteez" src="https://jvdesign.is-a.dev/gradia/img/app_icon.png" onClick="window.open('/gradia','_blank')"/>
<img class="game" title="DataManager.js" src="https://datamanager.js.org/logo.svg" onClick="window.open('https://datamanager.js.org', '_blank')"/>
</div>
<div class="sidediv" id="sideright">
<button id="menubut"onclick="menu()"><img src="menuicon.png" id="menuicon"/></button>
<div id="menu">
<img id="mail" src="mail.png" onclick="window.open('mailto:jvdesign@mail.de')"title="mail"/>
<img src="updates.png" onclick="updates()" id="updateicon" title="updates"/>
<div id="news">
<span id="newscount"></span>
</div>
</div>
</div>
</div>
</body>
<footer>
<script src="/cookie/index.js"></script>
</footer>
</html>