-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="">
<meta name="viewport" content="width=device-width", initial-scale = "1.0">
<title>Saqib Adnan - Explore My Links</title>
<style data-styled = "active" data-styled-version = "6.0.7"></style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="root">
<div>
<div class="first-div">
<div class="header-detail">
<img src="/Resources/new.png" alt="" class="header-image">
<h1 class="header-name">Saqib Adnan</h1>
<div class="header-title">
<div class = "first-titlee">Software Engineer</div>
<div class="first-title">iOS Developer</div>
<div class="second-title">Application Artist</div>
</div>
</div> <!--Header Div-->
<div class="body-div">
<div class = "github-container">
<a href = "https://github.com/Saqibadnan0011">Github</a>
<div></div>
</div> <!--Github Section-->
<div class = "website-container">
<a href = "https://saqibadnan0011.github.io">Website</a>
</div> <!--Website Section-->
<div class = "linkedin-container">
<a href = "https://www.linkedin.com/in/saqib-adnan/">Linkedln</a>
</div> <!--Linkedin Section-->
<div class = "instagram-container">
<a href = "https://www.instagram.com/saqib_iosdev/">Instagram</a>
</div> <!--Instagram Section-->
<div class = "blog-container">
<a href = "https://medium.com/@saqibadnan7755">Blog Posts</a>
</div>
</div> <!--Body Div-->
</div>
</div>
</div> <!--root div-->
</body>
</html>