-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (110 loc) · 4.25 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+mono" rel="stylesheet">
<link rel="icon" href="icon.ico" type="image/x-icon"/>
<title>Ravi Shankar Kumar</title>
<style>
img{
width:240px;
height:320px;
border-radius: 0%;
border: #3c3d3f solid 2px;
}
#box{
width: 70%;
height:100%;
font-family: 'Roboto mono', monospace;
font-size: 14px;
color: #000000;
line-height: 150%;
margin-top: 5%;
margin-bottom: 0px;
margin-left: 200px;
margin-right: 200px;
background-color: #d9d9d9;
}
#image{
padding-top:20px;
}
#about{
width:65%;
float: right;
padding-top: 20px;
padding-right: 20px;
}
#me{
font-size: 14px;
}
body{
background-color: #333333;
}
#boxin{
padding-left:20px;
float: left;
}
a{
text-decoration: none;
}
</style>
</head>
<body>
<div id='box'>
<div id='boxin' align='left'>
<div id = 'image'>
<img src='family/brothers/01/self/ravi.jpg'></img>
</div>
<br>
<div id='me'>
<center>
Ravi Shankar Kumar<br>
Developer & Programmer
</center>
</div>
</div>
<div id='about'>
<p>I am a <b>B Tech Computer Science and Engineering</b> graduate (2014-18) from <b>Dr B R Ambedkar National Institute of Technology, Jalandhar.</b></p>
<p>My Areas of interest includes Data Analysis and Algorithms, Data Structures, Database and Networking.</p>
<p>Currently, I am working as a <b>Software Engineer</b> in <b>Turvo India Private Limited, Hyderabad </b> since
July 2019.</p>
<p>Experience : </p>
<ul>
<li><b>Skilrock Technology, Gurgaon</b> as a <b>Software Engineer</b> for 1 year.</li>
</ul>
<p>Free Time Works : </p>
<ul>
<a href='family/index.html' target="_blank">My Family Tree</a> |
<a href='ci/index.html' target="_blank">Compound interest calculator</a> |
<a href='emi/index.html' target="_blank">EMI Calculator</a> |
<a href='fd/index.html' target="_blank">FD Calculator</a> |
<a href='rd/index.html' target="_blank">RD Calculator</a> |
<a href='15NumPuzzle/index.html' target="_blank">Play 15 Puzzle Game</a> |
<a href = 'https://drive.google.com/file/d/1wtzeSUepGqQynR5UsmY6IgBoJ9bDy_Vn/view?usp=sharing' target="_blank">My Performance Bar Graph</a> |
<a href = 'https://icpc.baylor.edu/ICPCID/8K0UIRTO4HUS' targt="_blank">ICPC Participation History</a>
</ul>
<!--
<p>This is my first : <a href="https://codeload.github.com/ravicse114/ASD_LAB/zip/1.0" target="_blank">Release</a>.</p>
<!--
<p>I am Testing it : <a href='MyResources/First.html' target="_blank">Click</a>.</p>
<p>I am an active Competitive Programmer by username - prrateekk (google it). I have compiled some good <a href='resources.html' target="_blank">resources and tutorials</a>.</p>
--->
<p>Contact me - </p>
<ul>
<a href='https://www.linkedin.com/in/ravicse114/' target='_blank'>Linkedin</a> |
<a href='https://www.facebook.com/ravicse114' target='_blank'>Facebook</a> |
<a href='https://twitter.com/ravicse114' target='_blank'>Twitter</a> |
<a href='https://www.instagram.com/ravicse114/' target='_blank'>Instagram</a>
</ul>
<p> Email - <font size="3" color="red">[email protected]</font> | Mobile No. - +91 <font size="3" color="red">78 70 840 114</font> .</p>
<a href='https://www.codechef.com/users/ravicse479' target="_blank">Codechef</a> |
<a href='https://www.hackerrank.com/ravicse114' target='_blank'>Hackerrank</a> |
<a href='https://www.hackerearth.com/@ravicse114' target='_blank'>Hackerearth</a> |
<a href='https://coderbank.blogspot.com' target="_blank">My Blog</a> |
<a href='https://github.com/ravicse114' target='_blank'>Github</a> |
<a href='http://codeforces.com/profile/Ravicse479' target='_blank'>Codeforces</a> |
<a href='https://www.interviewbit.com/profile/ravicse114' target='_blank'>InterviewBit</a> |
<a href = 'https://drive.google.com/file/d/1KB3i602CFGN5DId9R9I_VbFLNkljJdAK/view?usp=sharing' target="_blank">My Resume</a>
</div>
<iframe src="https://www.facebook.com/plugins/follow?href=https%3A%2F%2Fwww.facebook.com%2Fravicse114&layout=standard&show_faces=true&colorscheme=light&width=450&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
</div>
</body>
</html>