-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
47 lines (46 loc) · 2 KB
/
connect.html
File metadata and controls
47 lines (46 loc) · 2 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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Arqam Usman Ali">
<meta property="og:description" content="Connect with Me !">
<title>Arqam Usman Ali - Connect with Me !</title>
<!-- Favicon -->
<link rel="icon" href="images/WebsiteLogo.jpg" type="image/x-icon" />
<!-- Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class = "profilePicture">
<img src="images/Formal Picture.jpg" alt="profilePicture">
</div>
<div class = "section" style = "margin-bottom: -3vh;">
<div id = "intro">
<p>
Hi! My name is Arqam Usman Ali. Nice to meet you :)
</p>
</div>
</div>
<div id="links">
<a class="link" href="https://www.instagram.com/arqam.24" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
<a class="link" href="https://www.linkedin.com/in/arqam-usman-ali/" target="_blank">
<i class="fab fa-linkedin"> </i>Linkedin
</a>
<a class="link" href="https://github.com/aa358" target="_blank">
<i class="fab fa-github"> </i>Github
</a>
<a class="link" href="https://aa358.github.io/" target="_blank">
Website
</a>
</div>
<div id ="gif">
<img src="images/workinghard.gif">
</div>
</body>
</html>