|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | - <title>TypeError</title> |
| 6 | + <title>TypeError | Open-Source Security Engineering</title> |
7 | 7 |
|
8 | 8 | <meta |
9 | 9 | name="description" |
10 | | - content="TypeError builds open-source security engineering tools for defenders, with practical metrics and software that support clearer risk decisions." |
| 10 | + content="TypeError builds open-source tools for application security, vulnerability management, and security data analysis, turning operational data into clearer risk decisions." |
11 | 11 | /> |
12 | 12 | <link rel="canonical" href="https://typeerror.com/" /> |
13 | 13 | <meta name="color-scheme" content="dark" /> |
14 | 14 | <meta name="theme-color" content="#05070a" /> |
15 | 15 |
|
16 | 16 | <!-- Social previews --> |
17 | | - <meta property="og:title" content="TypeError" /> |
| 17 | + <meta property="og:title" content="TypeError | Open-Source Security Engineering" /> |
18 | 18 | <meta |
19 | 19 | property="og:description" |
20 | | - content="Open-source security engineering for defenders. Practical tools, sharper metrics, and clearer risk decisions." |
| 20 | + content="Open-source tools for application security, vulnerability management, and security data analysis." |
21 | 21 | /> |
22 | 22 | <meta property="og:url" content="https://typeerror.com/" /> |
23 | 23 | <meta property="og:type" content="website" /> |
24 | 24 | <meta property="og:image" content="https://typeerror.com/assets/typeerror-glitch.png" /> |
25 | 25 | <meta name="twitter:card" content="summary" /> |
26 | 26 |
|
27 | 27 | <!-- Favicons --> |
28 | | - <link rel="icon" href="/favicon.ico" sizes="any" /> |
| 28 | + <link rel="icon" href="/assets/typeerror_logo.png" type="image/png" sizes="1024x1024" /> |
29 | 29 |
|
30 | 30 | <link rel="stylesheet" href="style.css" /> |
31 | 31 | </head> |
|
36 | 36 | <div class="hero-bg" aria-hidden="true"></div> |
37 | 37 |
|
38 | 38 | <main id="main"> |
39 | | - <header class="hero" aria-labelledby="site-title"> |
| 39 | + <header class="hero"> |
40 | 40 | <p class="eyebrow">Open-source security engineering</p> |
41 | 41 | <img |
42 | 42 | src="assets/typeerror-glitch.png" |
|
47 | 47 | fetchpriority="high" |
48 | 48 | decoding="async" |
49 | 49 | /> |
50 | | - <h1 id="site-title" class="name">TypeError</h1> |
| 50 | + <h1 class="name">TypeError</h1> |
51 | 51 | <p class="tagline"> |
52 | | - Practical tools, sharper metrics, and clearer decisions for defenders. |
| 52 | + Practical tools, sharper metrics, and clearer risk decisions for defenders. |
53 | 53 | </p> |
54 | 54 | </header> |
55 | 55 |
|
56 | | - <section class="bio" aria-labelledby="about-typeerror"> |
57 | | - <h2 id="about-typeerror" class="section-title">What TypeError Builds</h2> |
| 56 | + <section class="bio"> |
| 57 | + <h2 class="section-title">What TypeError Builds</h2> |
58 | 58 |
|
59 | 59 | <p> |
60 | 60 | TypeError builds open-source software for application security, vulnerability management, |
61 | | - and security data analysis. The focus is operational clarity: tools that turn messy inputs |
62 | | - into usable signal. |
| 61 | + and security data analysis. The work turns messy operational data into useful signal. |
63 | 62 | </p> |
64 | 63 |
|
65 | 64 | <p> |
66 | | - That means command-line tools, libraries, and integrations that make security work easier |
67 | | - to measure, explain, and improve. Better metrics matter only when they lead to better |
68 | | - decisions. |
| 65 | + Projects include command-line tools, integrations, and focused utilities that make |
| 66 | + security work easier to measure, explain, and improve. |
69 | 67 | </p> |
70 | 68 | </section> |
71 | 69 |
|
72 | 70 | <footer class="contact"> |
73 | 71 | <nav aria-label="External links"> |
74 | | - <span class="connect-label">Find the work</span> |
| 72 | + <span class="connect-label">Explore TypeError</span> |
75 | 73 | <ul class="contact-list"> |
76 | 74 | <li> |
77 | | - <a href="https://github.com/typeerror" target="_blank" rel="noopener noreferrer" |
78 | | - >GitHub</a |
79 | | - > |
80 | | - </li> |
81 | | - <li> |
82 | | - <a href="https://linktr.ee/typeerror" target="_blank" rel="noopener noreferrer" |
83 | | - >All links</a |
84 | | - > |
| 75 | + <a href="https://github.com/typeerror">GitHub</a> |
85 | 76 | </li> |
86 | 77 | </ul> |
87 | 78 | </nav> |
|
0 commit comments