Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f9f641

Browse files
authored
Create index.html
1 parent 8e47cff commit 8f9f641

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>DeFi Researcher</title>
8+
<link rel="stylesheet" href="style.css">
9+
</head>
10+
<body>
11+
<div class="container">
12+
<h1>DeFi Researcher</h1>
13+
<p>Hello! I'm a DeFi researcher helping crypto projects by discovering vulnerabilities and subtle issues to ensure they are secure and optimized.</p>
14+
<p>Specialties:</p>
15+
<ul>
16+
<li>DeFi Protocol Auditing</li>
17+
<li>Smart Contract Analysis</li>
18+
<li>Risk Mitigation</li>
19+
<li>Security Enhancements</li>
20+
</ul>
21+
<button onclick="showContact()">Get in touch</button>
22+
<div id="contact-info" style="display: none;">
23+
<p>Email: [email protected]</p>
24+
<p>LinkedIn: linkedin.com/in/defiresearcher</p>
25+
</div>
26+
</div>
27+
<script src="script.js"></script>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)