-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (80 loc) · 2.9 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!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" />
<link rel="stylesheet" href="css/style.css" />
<title>Welcome</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="container">
<nav>
<ul>
<li id="about">/about</li>
<li id="contact">/contact</li>
</ul>
</nav>
<main>
<h1>Danish Saleem:$<span class="cursor">|</span></h1>
<h3>Find me online:</h3>
<ul>
<li>
<a href="https://dev.to/mrdanishsaleem" target="_blank" rel="noopener noreferrer">Dev.to</a>
</li>
<li>
<a href="https://www.buymeacoffee.com/mrdanishsaleem" target="_blank" rel="noopener noreferrer">Buy Me a
Coffee</a>
</li>
<li>
<a href="https://twitter.com/mrdanishsaleem" target="_blank" rel="noopener noreferrer">Twitter</a>
</li>
<li>
<a href="https://www.linkedin.com/in/mrdanishsaleem" target="_blank" rel="noopener noreferrer">LinkedIn</a>
</li>
<li>
<a href="https://www.snapchat.com/add/mrdanishsaleemm/" target="_blank" rel="noopener noreferrer">Snapchat</a>
</li>
<li>
<a href="https://github.com/mrdanishsaleem" target="_blank" rel="noopener noreferrer">Github</a>
</li>
</ul>
</main>
</div>
<div class="hidden">
<div id="about-content">
<h2>about-me:$<span class="cursor">|</span></h2>
<p>My name is Danish Saleem and I am Software Engineer</p>
<p>
In October, 2020 I graduated with a bachelor's degree in computer
science from the Virtual University of Pakistan.
</p>
<p>
Modules studied during my degree include object-oriented programming,
systems & architecture, software engineering management, operating
systems, industrial network design, artificial intelligence, UX
design, designing secure systems and robotics.
</p>
<p>
My natural curiosity for computers is what drove me towards my
computer science degree. I have always been fascinated by computers and
the technical mechanics behind the monitor. Having secured a
first-class degree, I am now eager to secure roles that demand use of
the skills gained during my studies. I love to connect with new people
and build new relationships.
</p>
</div>
<div id="contact-content">
<h2>contact-me:$<span class="cursor">|</span></h2>
<p>You can contact me at the email and phone number below</p>
<ul>
<li>Phone: +92-323-1458389</li>
<li>Email: [email protected]</li>
</ul>
</div>
</div>
<script src="js/winbox.bundle.js"></script>
<script src="js/main.js"></script>
</body>
</html>