-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>zwix</title>
<link rel="icon" type="image/jpeg" href="./assets/favicon-16.png">
</head>
<body>
<img src="./assets/logo.png" alt="zwix" class="logo">
<h1 class="name">Aparajith S</h1>
<p>-Competitive Programmer-</p>
<p>-Web Developer-</p>
<!-- <p><Freshman at IIIT Pune></p> -->
<div class="social">
<a href="https://github.com/zw1x" target="_blank"><i class="fi fi-brands-github"></i></a>
<a href="https://www.linkedin.com/in/zwix/" target="_blank"><i class="fi fi-brands-linkedin"></i></a>
<a href="https://codeforces.com/profile/zwix" target="_blank"><img src="./assets/code-forces.svg" style="height: 24px"></a>
<a href="https://www.codechef.com/users/zwix" target="_blank"><img src="./assets/code-chef.svg" style="height: 24px"></a>
<a href="https://twitter.com/zwwixx" target="_blank"><i class="fi fi-brands-twitter-alt"></i></a>
</div>
<!-- <p class="quote"> Escape the ordninary! </p> -->
<footer>zwix</footer>
</body>
</html>