-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 1.16 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Athaar Naqvi's Portal</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="facvicon.ico" type="image/x-icon">
<link rel="shortcut" href="facvicon.ico" type="image/x-icon">
<meta name="viewpoint" content="width=device-witdth, initial-scale=1,shrink-to-fit=no">
<meta name="name" content="Athaar Naqvi's Portal">
<meta name="robots" content="no index, nofollow">
</header>
<body>
<img src="images/banner.jpg" width="75%" alt"banner">
<h1>Athaar Naqvi's Portal</h1>
<h2>About Me</h2>
<p>I am a Computer Science Student</p>
<p>I am currently doing my BS degree from FAST</p>
<p>Fast is considered to be the number 1 University of Computer Science</p>
<h2>Credentials and Portfolio</h2>
<p1><a href="resume.html">My Resume</a> | <a href="https://github.com/athaarnaqvi">My GitHub</a></p>
<h2>Contact</h2>
<p1>Email: <a href="mailto:[email protected]">[email protected]</p2>
</body>
<footer>
<hr>
<code>Copyrigt (c) 2022 Athaar Naqvi</code>
</footer>
</html>