-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (84 loc) · 4.16 KB
/
index.html
File metadata and controls
86 lines (84 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vorks.</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="stylesheet" href="/style.css">
<script type="module" src="main.js"></script>
<meta name="description" content="Minimal, thoughtful software shaped around what matters to the user — privacy-first, open-source apps by vorks.">
<link rel="canonical" href="https://vorks-dev.github.io/">
<meta name="robots" content="index, follow">
<meta property="og:site_name" content="vorks.">
<meta property="og:title" content="vorks. — Minimal, thoughtful software">
<meta property="og:description" content="Privacy-first, open-source apps shaped around what matters to the user.">
<meta property="og:url" content="https://vorks-dev.github.io/">
<meta property="og:image" content="https://vorks-dev.github.io/social-card.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://vorks-dev.github.io/social-card.png">
<meta name="twitter:title" content="vorks. — Minimal, thoughtful software">
<meta name="twitter:description" content="Privacy-first, open-source apps shaped around what matters to the user.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "vorks.",
"description": "Privacy-first, open-source apps shaped around what matters to the user.",
"email": "vorks@outlook.de",
"url": "https://vorks-dev.github.io/",
"logo": "https://vorks-dev.github.io/logo.svg",
"sameAs": [
"https://github.com/vorks-dev/",
"https://instagram.com/vorks.dev",
"https://vorks-dev.bsky.social",
"https://reddit.com/u/vorks-dev",
"https://mastodon.com/@vorks"
]
}
</script>
</head>
<body>
<div class="wrapper">
<main class="content">
<section class="logo">
<a href="./"><img src="logo.svg" alt="vorks. logo"></a>
</section>
<section class="appCloud"></section>
<section class="text">
Minimal, thoughtful software shaped around what matters to
the user. Software that works without getting in the way.
</section>
<section class="text">
Privacy and Data Integrity matter. Therefore, all our projects
are designed to work on-device.<br>
For your peace of mind, you can even check the source code
to ensure, no malicious actions take place: We think, open-source
is today's most ethical way of providing everybody with software,
so you can just go to our <a href="https://github.com/vorks-dev/">GitHub</a>
and take a look under the hood of our products.
</section>
</main>
<footer>
<div class="content-wrapper">
<nav class="links">
<ul>
<li><a href="/blog/">Blog</a></li>
<li lang="de"><a href="/impressum/">Impressum</a></li>
<li lang="de"><a href="/privacy/">Datenschutzerklärung</a></li>
<li>© 2025 vorks.</li>
</ul>
</nav>
<div class="socials">
<a href="https://instagram.com/vorks.dev" target="_blank" aria-label="Visit us on Instagram"><i class="instagram-icon"></i></a>
<a href="https://github.com/vorks-dev/" target="_blank" aria-label="Visit us on GitHub"><i class="github-icon"></i></a>
<a href="https://vorks-dev.bsky.social" target="_blank" aria-label="Visit us on Bluesky"><i class="bluesky-icon"></i></a>
<a href="https://reddit.com/u/vorks-dev" target="_blank" aria-label="Visit us on Reddit"><i class="reddit-icon"></i></a>
<a href="https://mastodon.social/@vorks" target="_blank" aria-label="Visit us on Mastodon"><i class="mastodon-icon"></i></a>
</div>
</div>
</footer>
</div>
</body>
</html>