-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (80 loc) · 3.05 KB
/
index.html
File metadata and controls
91 lines (80 loc) · 3.05 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TypeError</title>
<meta
name="description"
content="TypeError builds open-source security engineering tools for defenders, with practical metrics and software that support clearer risk decisions."
/>
<link rel="canonical" href="https://typeerror.com/" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#05070a" />
<!-- Social previews -->
<meta property="og:title" content="TypeError" />
<meta
property="og:description"
content="Open-source security engineering for defenders. Practical tools, sharper metrics, and clearer risk decisions."
/>
<meta property="og:url" content="https://typeerror.com/" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://typeerror.com/assets/typeerror-glitch.png" />
<meta name="twitter:card" content="summary" />
<!-- Favicons -->
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<div class="hero-bg" aria-hidden="true"></div>
<main id="main">
<header class="hero" aria-labelledby="site-title">
<p class="eyebrow">Open-source security engineering</p>
<img
src="assets/typeerror-glitch.png"
alt=""
class="logo-mark"
width="1536"
height="1024"
fetchpriority="high"
decoding="async"
/>
<h1 id="site-title" class="name">TypeError</h1>
<p class="tagline">
Practical tools, sharper metrics, and clearer decisions for defenders.
</p>
</header>
<section class="bio" aria-labelledby="about-typeerror">
<h2 id="about-typeerror" class="section-title">What TypeError Builds</h2>
<p>
TypeError builds open-source software for application security, vulnerability management,
and security data analysis. The focus is operational clarity: tools that turn messy inputs
into usable signal.
</p>
<p>
That means command-line tools, libraries, and integrations that make security work easier
to measure, explain, and improve. Better metrics matter only when they lead to better
decisions.
</p>
</section>
<footer class="contact">
<nav aria-label="External links">
<span class="connect-label">Find the work</span>
<ul class="contact-list">
<li>
<a href="https://github.com/typeerror" target="_blank" rel="noopener noreferrer"
>GitHub</a
>
</li>
<li>
<a href="https://linktr.ee/typeerror" target="_blank" rel="noopener noreferrer"
>All links</a
>
</li>
</ul>
</nav>
</footer>
</main>
</body>
</html>