-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Website|Yash Jha</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h2 class="logo">My Portfolio</h2>
<nav class="navigation">
<a href="#" class="active">Home</a>
<a href="#">About Me</a>
<a href="#">Coding Profile</a>
<a href="#">Achievements</a>
<a href="#">Contact me</a>
</nav>
</header>
<section class="parallax">
<img src="hill1.png" id="hill1">
<img src="hill2.png" id="hill2">
<img src="hill3.png" id="hill3">
<img src="hill4.png" id="hill4">
<img src="hill5.png" id="hill5">
<img src="tree.png" id="tree">
<h2 id="text">Hi, I am Yash.<br>Scroll to know more</h2>
<img src="plant.png" id="plant">
<img src="leaf.png" id="leaf">
</section>
<section class="sec">
<p><b>Hi Mom!!</b>(Just Kidding Y in the world will you see this page)Welcome to my portfolio. I am a passionate ethical hacker specializing in reverse engineering, OSINT (Open Source Intelligence), and Coding. With a deep understanding of system
vulnerabilities and a focus on penetration testing, I am committed to securing digital infrastructures by uncovering weaknesses before they can be exploited.
</p>
<br><br>
<p><b>I want you to take this website as a rookie's attempt to learn still uncovered technology.
</b></p>
</section>
<script src="script.js"></script>
</body>
</html>