-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproto.html
More file actions
41 lines (37 loc) · 1.25 KB
/
proto.html
File metadata and controls
41 lines (37 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jaffar's Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<header>
<h1> jaffar jned - Cybersecurity beginner</h1>
<center><p id="sudo">sudo - 404</p></center>
</header>
<center><img src="./photo.jpg" class="ME"></center>
<section class="about">
<h2> About Me</h2>
<p>
I'm an IT student specializing in cybersecurity. I'm learning full stack development , pen testing, and documenting my journey. I also run a YouTube channel about science and tech.
</p>
<p> i have a solid foundation in networking and ethical hacking , i went to learn FSD to learn more for web pen testing from the HTML and JavaScript</p>
</section>
<div class="box">
<a href="/skills.html" id="skills"><h2>Skills</h2></a><br>
</div>
<br>
<div class="box">
<a href="/links.html" id="links"><h2>Links</h2></a>
</div>
<br>
<div class="box">
<a href="/projects.html" id="project"><h2>projects</h2></a>
</div>
</div>
<script src="javascript1.js"></script>
</body>
</html>