-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.73 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<!-- jQuery library -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type='text/css' href="css/style.css">
<link rel="shortcut icon" href="assets/favicon.ico" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80871708-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-80871708-2');
</script>
<title>zain huda's (work in progress) website</title>
</head>
<body>
<p>Hey! My name is Zain Huda</p>
<p>You can find the most up to date information about me on twitter or linkedin.</p>
<p>
Email: zainhudayyc [at] gmail [dot] com
<br>
<a href="https://twitter.com/iamzainhuda/">Twitter: @iamzainhuda</a>
<br>
<a href="https://github.com/zainhuda">Github: zainhuda</a>
<br>
<a href="https://www.linkedin.com/in/zainhuda/">Linkedin: /in/zainhuda</a>
</p>
<p>The following is a picture of one of my favorite times in university. This group created unforgettable memories for me.</p>
<img src="assets/team.JPG" width="480" height="350" background-position="bottom right"></img>
</body>
</html>