Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
defitricks authored Oct 19, 2024
1 parent 8e47cff commit 8f9f641
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DeFi Researcher</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>DeFi Researcher</h1>
<p>Hello! I'm a DeFi researcher helping crypto projects by discovering vulnerabilities and subtle issues to ensure they are secure and optimized.</p>
<p>Specialties:</p>
<ul>
<li>DeFi Protocol Auditing</li>
<li>Smart Contract Analysis</li>
<li>Risk Mitigation</li>
<li>Security Enhancements</li>
</ul>
<button onclick="showContact()">Get in touch</button>
<div id="contact-info" style="display: none;">
<p>Email: [email protected]</p>
<p>LinkedIn: linkedin.com/in/defiresearcher</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 8f9f641

Please sign in to comment.