-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (94 loc) · 4.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>J Technologies</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
<link rel="manifest" href="assets/icons/site.webmanifest">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#1847b4">
<link rel="shortcut icon" href="assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Meta Tags -->
<meta name="description" content="We are J Technologies, a privacy focused company devoted to making open source software to improve the daily lives of everyone.">
<meta name="keywords" content="J Technologies, J Tech, FOSS, COSS, Tech, Software, Open Source, Computers">
<meta name="robots" content="index, follow">
<meta name="copyright" content="(C) 2021 J Technologies">
<meta name="language" content="EN">
<meta name="author" content="J Technologies">
<meta name="creationdate" content="April 16, 2021">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://jtechnologies.xyz/">
<meta property="og:title" content="J Technologies">
<meta property="og:description" content="We are J Technologies, a privacy focused company devoted to making open source software to improve the daily lives of everyone.">
<meta property="og:image" content="assets/cover.png">
<!-- COMMON TAGS -->
<meta charset="utf-8">
<!-- Search Engine -->
<meta name="image" content="https://jtechnologies.xyz/assets/cover.png">
<!-- Schema.org for Google -->
<meta itemprop="image" content="https://jtechnologies.xyz/assets/cover.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:image:src" content="https://jtechnologies.xyz/assets/cover.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:image" content="https://jtechnologies.xyz/assets/cover.png">
<meta name="og:url" content="https://jtechnologies.xyz/">
<meta name="og:site_name" content="J Technologies">
<meta name="og:locale" content="en_US">
<meta name="og:type" content="website">
</head>
<body>
<div id="maincontent">
<header>
<nav>
<div id="header">
<div id="header-brandmark">
<img id="header-brandmark-logo" src="assets/lightlogo.svg" alt="J Tech Logo"/>
<h1>J TECHNOLOGIES</h1>
<h2>Limitless Possibilities.</h2>
</div>
<div id="header-blur-wrapper">
<div id="header-img" alt="background"></div>
</div>
</div>
</nav>
</header>
<main>
<div class="article">
<h1>We are J Technologies</h1>
<p>A privacy focused company devoted to making open source software to improve the daily lives of everyone.</p>
<div>
<h1>Privacy is a Right</h1>
<p>Period. That's why all of our products are built to be private by design. From our tracking-free website to our code libraries, nothing is trying to follow you around the web.</p>
</div>
<h1>We Believe in Freedom</h1>
<p>That's why all of our code is open source and can be accessed at <a href="https://github.com/jtechnologies">GitHub.</a> It's also the reason why most of our code is licensed under FOSS licenses.</p>
</div>
<div id="partners" class="article">
<h1>Meet our Partners</h1>
<div id="partners-list">
<p><em>We're currently reviewing our partners. Want to join us in revolutioniing FOSS? Contact us at [email protected]!</em></p>
</div>
</div>
<div id="projects" class="article">
<h1>Our Projects</h1>
<p><em>Coming Soon</em></p>
</div>
</main>
<footer>
<div id="footer">
<h1>🄯 2021 J Technologies. <a href="https://github.com/JTechnologies/website/">Code</a><h1>
</div>
</footer>
</div>
</body>
</html>