-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (55 loc) · 2.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Neodyme">
<meta name="keywords"
content="Neodyme, Security, Audit, Apple, Android, Hardware, Automotive, Smart Contracts, Blockchain, Solana">
<meta name="author" content="Neodyme">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg">
<meta property="og:title" content="Neodyme" />
<meta property="og:description" content="Neodyme">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://neodyme.io/" />
<meta property="og:image" content="https://neodyme.io/img/logo_minimalist.png" />
<link rel="stylesheet" href="/styles/main.css" />
<title>Neodyme</title>
</head>
<body>
<main>
<img id="logo" src="/img/logo_minimalist.svg"></img>
<h1>Neodyme</h1>
<h2>Who we are</h2>
<p>
Neodyme is a small team of security researchers, with experts in various technologies
and ecosystems, including Apple, Android, embedded, automotive, smart contracts
and blockchain internals.
</p>
<p>
We're passionate about security, and regularly compete in high-level security
contests as part of the ALLES! CTF team. By challenging some of the world's best in cybersecurity, we continuously
improve our skills and can assist you in staying ahead of future attackers.
</p>
<p>
We easily adapt to new environments and are well versed in identifying intricate
vulnerabilities.
</p>
<h2>What we do</h2>
<p>
Neodyme offers deep-dive technical audits and trainings. <br>
Additionally, we conduct independent research in various domains. <br>
Make sure to check out our <a href="https://blog.neodyme.io/">blog</a>!
</p>
<p>
Beyond that, our expertise also enables us to tackle sophisticated security problems.
If you want to discuss an unusual and difficult case, please reach out!
</p>
<h2>Contact us</h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<div id="notice">
<a href="/notice.html">Legal Notice</a>
</div>
</main>
</body>
</html>