-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatibale" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Madhan Raj J</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio.</a>
<nav class="navbar">
<a href="#" class="active">Home</a>
<a href="#">About</a>
<a href="#">Skill</a>
<a href="#">Portfolio</a>
<a href="#">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<br>
<br>
<br>
<br>
<br>
<br>
<h3>Hello It's Me</h3>
<h1>Madhan Raj J</h1>
<h3>And I.m a <span>Ethical Hacker</span></h3>
<p>These captions aim to promote ethical hacking as a force for good in safeguarding digital systems and data, while also encouraging responsible and ethical practices within the cybersecurity community</p>
<div class="social-media">
<a href="https://facebook.com/profile.php?id=100084404566182"><i class='bx bxl-facebook'></i></a>
<a href="https://x.com/__MADHANRAJ"><i class='bx bxl-twitter' ></i></a>
<a href="https://instagram.com/rapture_zycho"><i class='bx bxl-instagram' ></i></a>
<a href="https://www.linkedin.com/in/madhanraj-j/"> <i class='bx bxl-linkedin'></i></a>
</div>
</div>
<dev class="home-img">
<img src="home.png" alt="" width="510" height="510">
</dev>
</section>
<script src="script.js"></script>
</body>
</html>