Skip to content

Commit e1f99b9

Browse files
committed
refactor index.html for improved clarity and consistency; update title, meta descriptions, and enhance content structure
1 parent f8a28c3 commit e1f99b9

1 file changed

Lines changed: 15 additions & 24 deletions

File tree

index.html

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>TypeError</title>
6+
<title>TypeError | Open-Source Security Engineering</title>
77

88
<meta
99
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."
1111
/>
1212
<link rel="canonical" href="https://typeerror.com/" />
1313
<meta name="color-scheme" content="dark" />
1414
<meta name="theme-color" content="#05070a" />
1515

1616
<!-- Social previews -->
17-
<meta property="og:title" content="TypeError" />
17+
<meta property="og:title" content="TypeError | Open-Source Security Engineering" />
1818
<meta
1919
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."
2121
/>
2222
<meta property="og:url" content="https://typeerror.com/" />
2323
<meta property="og:type" content="website" />
2424
<meta property="og:image" content="https://typeerror.com/assets/typeerror-glitch.png" />
2525
<meta name="twitter:card" content="summary" />
2626

2727
<!-- Favicons -->
28-
<link rel="icon" href="/favicon.ico" sizes="any" />
28+
<link rel="icon" href="/assets/typeerror_logo.png" type="image/png" sizes="1024x1024" />
2929

3030
<link rel="stylesheet" href="style.css" />
3131
</head>
@@ -36,7 +36,7 @@
3636
<div class="hero-bg" aria-hidden="true"></div>
3737

3838
<main id="main">
39-
<header class="hero" aria-labelledby="site-title">
39+
<header class="hero">
4040
<p class="eyebrow">Open-source security engineering</p>
4141
<img
4242
src="assets/typeerror-glitch.png"
@@ -47,41 +47,32 @@
4747
fetchpriority="high"
4848
decoding="async"
4949
/>
50-
<h1 id="site-title" class="name">TypeError</h1>
50+
<h1 class="name">TypeError</h1>
5151
<p class="tagline">
52-
Practical tools, sharper metrics, and clearer decisions for defenders.
52+
Practical tools, sharper metrics, and clearer risk decisions for defenders.
5353
</p>
5454
</header>
5555

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>
5858

5959
<p>
6060
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.
6362
</p>
6463

6564
<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.
6967
</p>
7068
</section>
7169

7270
<footer class="contact">
7371
<nav aria-label="External links">
74-
<span class="connect-label">Find the work</span>
72+
<span class="connect-label">Explore TypeError</span>
7573
<ul class="contact-list">
7674
<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>
8576
</li>
8677
</ul>
8778
</nav>

0 commit comments

Comments
 (0)