-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (30 loc) · 1.05 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>NerfxD</title>
<link rel= "stylesheet"href ="css/master.css">
<link rel ="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel ="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width = device-width, initial=scale=1,shrink-to-fix=no">
<meta name = "name" content="Nerfed Portal">
</header>
<body>
<img src ="images/nerf.png" width = "50%" alt="banner">
<h1>NerfeD Portal</h1>
<h2>About me</h2>
<p>Early education from Nishat Boys high school,Multan</p>
<p>FSC from PCIT,Multan</p>
<p>BSCS from Fast NUCES, Islamabad</p>
<h3>Credentials and Portfolio</h3>
<p><a href="resume.html">My Resume</a> || <a href= "https://github.com/shayanop">GitHub</a></p>
<h4>Contact</h4>
<p>Email:<a href = "mailto:[email protected]"> [email protected]</a></p>
<p>University's Email:<a href= "mailto:[email protected]">[email protected]</a></p>
</body>
<footer>
<hr>
<code>Copyright (c) 2022 NERf</code>
</hr>
</footer>
</html>