-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<title>Avyukt's Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="main">
<p class="mainquote"> -Persist while others are quitting.</p>
<div class="background">
<img src="bg.jpg" alt="background">
</div>
<div class="micon">
<img src="ak icon.jpg" alt="main">
</div>
<p class="random">Hover over the navigation tools to know more about me :))</p>
<div class="link">
<p class="links"><a href="index.html" class="home">HOME</a><a href="about.html">ABOUT</a><a href="education.html">EDUCATION</a><a href="skills.html">SKILLS</a></p>
</div>
<section class="bs">
<p class="intro">Avyukt R Kumar</p>
</section>
<section class="direction">
<p class="pd">YOU CAN CHECK ME OUT BY CLICKING ANY ONE OF THESE HANDLES</p><br>
</section>
<div class="logo">
<a href="https://www.linkedin.com/in/avyukt-r-kumar-4b1996229/"><img src="linkedin logo.png" alt="linkedin logo"  class="llogo"></a>
<a href="https://github.com/Avy2808"><img src="github logo.png" alt="github logo"  class="glogo"></a>
<a href="https://www.hackerrank.com/avyuktrkumar"><img src="hackerrank logo.png" alt="hackerrank logo"  class="hlogo"></a>
<a href="https://leetcode.com/avyuktlc_2808/"><img src="leetcode.png" alt="leetcode logo" class="lelogo"></a>
</div>
</body>
</html>