-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (115 loc) · 4.93 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Hi! I'm Zeeshan</title>
<meta name="author" content="Zeeshan Mahmood">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-social.css">
<!-- <link rel="stylesheet" href="assets/css/css.css">-->
<!-- <link rel="stylesheet" href="assets/css/css_1.css">-->
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom top-nav-short">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="https://www.zee-m8.com/">Hi! I'm Zeeshan</a>
</div>
</div>
</nav>
<header class="header-section ">
<div class="intro-header no-img">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>About me</h1>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div align="center">
<img src="assets/img/Naran.jpg" width="800">
<div>Naran - July 31st, 2022</div>
</div>
<p>I'm Zeeshan. A twenty-something, STEM graduate, currently living in Pakistan. Although terrible at
computer games, I <em>am</em> good at other things. Software engineering being one of them. In my day
job, I build efficient and scalable distributed systems.</p>
<p>If you want to get in touch, you can find my contact info in this page's footer. I also try to keep my
resume up to date <a href="https://www.zee-m8.com/assets/zeeshan_mahmood_resume.pdf">here</a>.</p>
</div>
</div>
</div>
<footer>
<div class="container beautiful-jekyll-footer">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="mailto:iam@zee-m8.com" title="Email me">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Email me</span>
</a>
</li>
<li>
<a href="https://github.com/zee-m8" title="GitHub">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">GitHub</span>
</a>
</li>
<li>
<a href="https://linkedin.com/in/zee-m8" title="LinkedIn">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">LinkedIn</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
Zeeshan Mahmood
•
2022
•
<a href="https://www.zee-m8.com/">www.zee-m8.com</a>
</p>
<!-- Please don't remove this, keep my open source work credited :) -->
<p class="theme-by text-muted">
Theme by
<a href="http://deanattali.com/beautiful-jekyll/">beautiful-jekyll</a>
</p>
</div>
</div>
</div>
</footer>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script>
if (typeof jQuery == 'undefined') {
document.write('<script src="/assets/js/jquery-1.11.2.min.js"></scr' + 'ipt>');
}
</script>
<script src="assets/js/jquery-1.11.2.min.js"></script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="assets/css/bootstrap.min.js"></script>
<!-- doing something a bit funky here because I want to be careful not to include JQuery twice! -->
<script src="assets/js/main.js"></script>
</body>
</html>