-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (59 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Rahul Kumar</title>
</head>
<body>
<div class="grid-2" img src="back.jpg" alt="passportImage">
<div class="section-1">
<!-- <i class="profile.jpeg"></i> -->
<img src="pic.png" alt="passportImage" class="img-adjust">
<h1>Hi i am Rahul Kumar</h1>
<p>Seeking a challenging position in a reputable organization to expand and utilize my learning, skills and
knowledge. Possess excellent communication skills and have an eye for detail. Flexible to work in any
environment as required.</p>
<a href="https://www.facebook.com/profile.php?id=100007935430452"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/rahul_kr_19"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/rahul-kumar-b4569218b"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<h2>EDUCATIONAL QUALIFICATIONS </h2>
<h3>Higher Education</h3> <p>Completed My B.Tech in ELECTRICAL ENGINEERING from CALCUTTA INSTITUTE OF ENGINEERING AND MANAGEMENT in 2019 with DGPA 7.63.</p>
<h3>Secondary Education</h3> <p>Completed My INTERMEDIATE in SCIENCE Stream from BIHAR SCHOOL EXAMINATION BOARD in 2015 with 71%.</p>
</div>
<div class="section-2">
<h2>Skills</h2>
<h3>Networking <br><progress class="progressbar" max="100" value="90"></progress>
</h3>
<h3>Linux <br><progress class="progressbar" max="100" value="80"></progress>
</h3>
<h3>AWS <br><progress class="progressbar" max="100" value="87"></progress>
</h3>
<h3>DBMS <br><progress class="progressbar" max="100" value="90"></progress>
</h3>
<h3>Storage <br><progress class="progressbar" max="100" value="82"></progress>
</h3>
<h3> Core Java <br><progress class="progressbar" max="100" value="55"></progress>
</h3>
<h2>Projects</h2>
<h3>A Novel Technique for Determination of Power System Transient using Autocorrelation approach.</h3>
<h3>Focused here for Transient analysis in power System. We used statistical method and Autocorrelation based approach to detect the transient occurs in power system. </h3>
<h2>Experience</h2>
<h3>Worked as Buisness Development Associates in BYJU'S The Learning App from September 2020 to December 2020.</h3>
<h2>About</h2>
<h3>Nationality: Indian</h3>
<h3>Date of Birth: 19-Dec-1997</h3>
<h3>Languages: English & Hindi</h3>
<h3>Address: Hathsarganj, Near Chitragupt colony, Ward No-1,Hajipur,Pin-844101 (Bihar)</h3>
<h2>Contact</h2>
<h3>Phone : +91 85830005683</h3>
<h3>Email : rahul1912kr@gmail.com</h3>
</div>
</div>
</body>
</html>