-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
46 lines (46 loc) · 2.12 KB
/
intro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rishabh Shukla - About</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="introstyle.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<div class="RNavbar">
<ul class="Rnav-items">
<li><a href="/"><i class="fa fa-home"></i> Home</a></li>
<li><a href="/intro.html"><i class="fa fa-user"></i> About</a></li>
<li><a href="/skills.html"><i class="fa fa-laptop"></i> Skills</a></li>
</ul>
</div>
<div class="main-about">
<div class='boxes'>
<div class='c1'><img src="Mypicpf.png" alt="Rishabh-photo"></div>
<div class='c2'>
<div class="para"">
<p>
Hey there! I am Rishabh Shukla! <br>
I am passionate about solving real world problems. I am a Competitive Programmer , Coder and
I have solved more than 500 problems on GeeksForGeeks , Leetcode, Codechef , Codeforces and Hackerrank. I am a 3 <span class="fa fa-star" style="color: goldenrod;"></span> coder on Codechef (Max rating 1620). I prefer to write code in C++ . I love to solve DSA problems using C++.
As a Web Developer , I am currently working on frontend development and aspiring to be full stack developer using MERN.
</p>
<br>
<p>
I am a student pursuing B.Tech in Computer Science and Engineering, currently in 3rd year at IIIT Kalyani (2020 - 2024).
</p>
<br>
<p>I am always eager to learn new technologies and improve my skills and I am a team man .</p>
</div>
</div>
</div>
</div>
</body>
</html>