-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (107 loc) · 4.05 KB
/
index.html
File metadata and controls
122 lines (107 loc) · 4.05 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ali Naqi</title>
<meta charset="UTF-8">
<meta name="description" content="Ali Naqi">
<meta name="keywords" content="ali, naqi, product, design, engineer, cryptocurrency, health, messenger, ui, ux">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/custom.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121608732-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-121608732-1');
</script>
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- header section start -->
<header class="header-section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3">
<div class="logo">
<h2 class="site-logo uppercase">Ali Naqi</h2>
</div>
</div>
<div class="col-lg-8 col-md-9">
<nav class="main-menu">
<ul>
<!-- <li><a class="uppercase" href="home.html">Home</a></li>
<li><a class="uppercase" href="about.html">About</a></li>
<li><a class="uppercase" href="home-2.html">Work</a></li> -->
<li><a class="uppercase" href="mailto:contact@alinaqi.ca">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
</header>
<!-- header section end -->
<!-- intro section start -->
<section class="intro-section">
<div class="container text-center">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<img class="company-logo" src="img/carta.jpg" alt="">
<h4 class="section-title"> <span>Product Designer</span> at <a class="title-link cartalink" href="http://carta.com" target="_blank">Carta</a></h4>
<h5 class="meddy-title gray"> Former Product Designer <span class="kik-link black">at <a class="title-link kiklink" href="http://kik.com" target="_blank"> Kik </a> </span> </h5>
<h5 class="meddy-title gray"> Former Co-Founder, Designer & Engineer <span class="meddy-link black">at <a class="title-link meddylink" href="http://meddy.com" target="_blank"> Meddy </a> </span> </h5>
</div>
</div>
</div>
</section>
<!-- intro section end -->
<!-- page section start -->
<section class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- <p>I'm a Product Designer with a Software Engineering background, currently working at Kik </p> -->
</div>
</div>
</div>
</section>
<!-- page section end -->
<!-- footer section start -->
<footer class="footer-section text-center">
<div class="container">
<div class="social-links">
<a href="http://linkedin.com/in/anaqi" target="_blank"><span class="fa fa-linkedin"></span></a>
<!-- <a href="http://twitter.com/alinaqi" target="_blank"><span class="fa fa-twitter"></span></a> -->
</div>
<div class="copyright">
Copyright ©<script>document.write(new Date().getFullYear());</script> Ali Naqi
</div>
</div>
</footer>
<!-- footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<script src="js/document.js"></script>
</body>
</html>