-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (66 loc) · 3.66 KB
/
Copy pathindex.html
File metadata and controls
76 lines (66 loc) · 3.66 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
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
<!DOCTYPE html>
<html>
<head>
<title>Atiq Umer</title>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Atiq Umer">
<meta name="description" content="Atiq Umer's Personal Website. Full Stack Developer">
<meta name="keywords" content="Atiq,Umer,Atiq Umer,Freelancer,Full,Stack, Developer,Backend, Machine Learning Engineer">
<meta name="author" content="Atiq Umer">
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/favicon/favicon-96x96.png">
<!-- Libraries -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:100,200,300">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<img id="bg-pic" src="">
<div id="main"></div>
<div id="particles"></div>
<div id="title">
<img src="assets/img/Profile.jpg" alt="Atiq Umer" class="profile-pic" width="150px" height="150px">
<h1>Atiq Umer</h1>
<h2 id="subtitle">WordPress Developer</h2>
<div id="navbar">
<span class="navlink" id="email"><a href="mailto:atiqumer15@gmail.com?Subject=Hey%20Navid!" target="_newtab"><i class="fa fa-envelope-o" aria-hidden="true"></i></a></span>
<span class="navlink" id="github"><a href="https://github.com/Atiqumer" target="_newtab"><i class="fa fa-github" aria-hidden="true"></i></a></span>
<span class="navlink" id="linkedin"><a href="https://www.linkedin.com/in/atiq-umer-897775305" target="_newtab"><i class="fa fa-linkedin" aria-hidden="true"></i></a></span>
<span class="navlink" id="facebook"><a href="https://www.facebook.com/share/1DGQ2vR4Bc/" target="_newtab"><i class="fa fa-facebook-square" aria-hidden="true"></i></a></span>
<span class="navlink" id="calendly"><a href="https://calendly.com/atiqumer/30-minute-meeting" target="_blank"><i class="fa fa-calendar" aria-hidden="true"></i></a></span>
<span class="navlink" id="resume"><a href="#resumeModal" data-toggle="modal"><i class="fa fa-file-text-o" aria-hidden="true"></i></a></span>
</div>
</div>
<!----> <div id="sidebarTab-left" class="sidebarTab">
<h5>SKILLS</h5>
<p id="arrow-left" class="arrow"></p>
</div>
<div id="sidebar-left" class="sidebar">
<h3>MY SKILLS</h3>
<div class="panel-group" id="accordion"></div>
</div>
<div class="modal fade" id="resumeModal" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title">MY RESUMÉ</h2>
</div>
<div class="modal-body">
<embed id="resume-display" src="assets/resume/AtiqUmerresume.pdf" type="application/pdf">
</div>
</div>
</div>
</div>
<!--Libraries-->
<script src="https://use.fontawesome.com/102d004b3a.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>