-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<title>Sahil Raza Khan</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://drive.google.com/file/d/1U7LXnBIztOWH8CRLcnpa3o9ou6xwlqN5/view?usp=sharing">Resume</a></li>
<li><a href="/coding.html">Coding Profiles</a></li>
<li><a href="/maze.html">Maze Generator</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm Sahil Raza Khan!</h1>
<p>I am currently working as a Software Engineer @ <a href="https://www.linkedin.com/company/mindtickle/">MindTickle Inc.</a> I am working with one of the Platform Team as a FrontEnd Engineer. I am open for Software Engineering Roles anywhere. To know more about me checkout my resume or hit me on Telegram for a one to one chat.</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:sawhilkhan@gmail.com">Email</a></li>
<li><a href="https://www.linkedin.com/in/sahilrazakhn">LinkedIn</a></li>
<li><a href="https://github.com/sawhil">git</a></li>
<li>Telegram @sawhil</li>
</ul>
</footer>
</body>
</html>