-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (53 loc) · 2.44 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Khaleeq Ahmad</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/brands.css" integrity="sha384-QT2Z8ljl3UupqMtQNmPyhSPO/d5qbrzWmFxJqmY7tqoTuT2YrQLEqzvVOP2cT5XW"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/fontawesome.css" integrity="sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT"
crossorigin="anonymous">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img class="avatar" src="me.png" alt='Me' />
<h1>Khaleeq Ahmad</h1>
<p> Edinburgh based software developer</p>
<p class="view">
<ul>
<li><a href="https://www.github.com/khaleeqahmad"><i class="fab fa-github fa-2x"></i></a></li>
<li><a href="http://www.linkedin.com/in/khaleeqahmad"><i class="fab fa-linkedin fa-2x"></i></a></li>
<li><a href="http://www.twitter.com/khaleeqly"><i class="fab fa-twitter fa-2x"></i></a></li>
<li><a href="http://www.medium.com/@khaleeqly"><i class="fab fa-medium fa-2x"></i></a></li>
</ul>
</p>
</header>
<section>
<h2>👋 Hi, I'm Khaleeq...</h2>
<p> You can usually find me building things in Ruby and thinking about users in the (occasionally) sunny city of
Edinburgh.
<p> I'm currently a senior software engineer on the Connections & Add-ons team at <a href="http://www.freeagent.com">FreeAgent</a>.</p>
</section>
<section>
<h2> Projects </h2>
<h3> <a href="https://wordle-clone.khaleeq.xyz/">Wordle Clone</a></h3>
<p> [<a href="https://github.com/khaleeqahmad/wordle-clone">source</a>] </p>
<p>
A copy of <a href="https://www.powerlanguage.co.uk/">Josh Wardle</a>'s popular word guessing game, built using <a href="https://svelte.dev/">Svelte</a>.
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>