-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoding.html
32 lines (32 loc) · 1.12 KB
/
coding.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
<!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">
<ul>
<li><a href="https://codeforces.com/profile/sahil">CodeForces</a> : Solved Over 1000 Problems and reached Expert over there (Top 500 Coders in India)</li>
<li><a href="https://leetcode.com/sawhil/">LeetCode</a> : Solved over 200+ Top Interview Problems</li>
</ul>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">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>
</ul>
</footer>
</body>
</html>