File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
+
24
+ < p > LinkedIn: linkedin.com/in/defiresearcher</ p >
25
+ </ div >
26
+ </ div >
27
+ < script src ="script.js "> </ script >
28
+ </ body >
29
+ </ html >
You can’t perform that action at this time.
0 commit comments