-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (119 loc) · 5.48 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
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REVANTH P N</title>
<link rel="icon" href="images/icon.png" type="image/png">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" type="text/css" href="index.css">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
</head>
<body>
<div class="l_section">
<div class="v-center">
<h2 class="lname">REVANTH P N</h2>
<img src="images/dp.jpg" class="img">
<div class="collection">
<a class="link" href="#about-me">ABOUT ME</a>
<a class="link" href="#education">EDUCATION</a>
<a class="link" href="#skills">SKILLS</a>
<a class="link" href="#projects">PROJECTS</a>
</div>
<div class="media">
<a href="https://www.linkedin.com/in/revanth-p-n-07a679196/" target="_blank"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a>
<a href="https://github.com/Revanthpn" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://www.hackerrank.com/revanthpn2000" target="_blank"><i class='fab fa-hackerrank' aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="r_section">
<div class="nav-bar">
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<h1 class="nav-name">REVANTH P N</h1>
</div>
<div class="sect" id="about-me">
<h1 class="abt-me">ABOUT ME</h1>
<div class="subheading_1">
<p>BIT · BENGALURU · INDIA · <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<p>Student | Computer Science Engineering (CSE)</p>
<p><a href="documents/REVANTH P N_BIT_CSE(RESUME).pdf" download="Revanth"><i class="fas fa-cloud-download-alt"></i> Download Resume</a</p>
</div>
</div>
<hr>
<div class="sect" id="education">
<h2 class="heading">EDUCATION</h2>
<div class="subheading_2">
<h3><a href="https://bit-bangalore.edu.in/" target="_blank">BANGALORE INSTITUTE OF TECHNOLOGY, BENGALURU</a></h3>
<p>Bachelor of engineering | Computer Science</p>
<p>Avg. CGPA - 9.4 (Till 6th Sem) </p>
<p>August 2017 - Present</p>
</div>
<br>
<div class="subheading_2">
<h3><a href="https://www.masterspucollege.in/" target="_blank">MASTERS PU COLLEGE, HASSAN</a></h3>
<p>Secondary high School</p>
<p>Class XII - 92.17%</p>
<p>Jun 2015 - Mar 2017</p>
</div>
<br>
<div class="subheading_2">
<h3><a href="https://www.icbse.com/schools/hps-sns-d-m-kurke-p241p0" target="_blank">SNS ENGLISH SCHOOL, D M KURKE, ARSIKERE</a></h3>
<p>High School</p>
<p>Class X - 94.4%</p>
<p>May 2011 - April 2015</p>
</div>
</div>
<hr>
<div class="sect" id="skills">
<h2 class="heading">SKILLS</h2>
<div>
<h3 class="subheading_3">HIGH LEVEL LANGUAGES</h3>
<div>
<li class="lang_tools_lists">Python, C, Java, C#(Basic)</li>
</div>
<br>
<h3 class="subheading_3">WEB DEVELOPMENT</h3>
<div>
<li class="lang_tools_lists">HTML, Cascading Style Sheets (CSS), Javascript</li>
</div>
<br>
<h3 class="subheading_3">PROBLEM SOLVING</h3>
<div>
<li class="lang_tools_lists">Data Structures, Algorithms, Discrete Mathematics</li>
</div>
<br>
<h3 class="subheading_3">TOOLS</h3>
<div>
<li class="lang_tools_lists">Git, Visual Studio, Cordova, Adobe PhoneGap</li>
</div>
</div>
</div>
<hr>
<div class="sect" id="projects">
<h2 class="heading">PROJECTS</h2>
<div class="proj_lists">
<div class="proj-card">
<img src="images/Airplane.png" alt="Airplane">
<h3>Airplane</h3>
<p>Simple OpenGL gaming application built using freeglut and SOIL2 as a mini-project in college</p>
<a href="https://github.com/Revanthpn/CG-mini-project" target="_blank"><i class='fab fa-github' aria-hidden="true"></i> GitHub</a>
</div>
<div class="proj-card">
<img src="images/BloodBank.PNG" alt="BloodBank">
<h3>BloodBank</h3>
<p>Developed to help donors, blood banks and hospitals to automate the blood supply</p>
<a href="https://github.com/Revanthpn/BloodBank" target="_blank"><i class='fab fa-github' aria-hidden="true"></i> GitHub</a>
</div>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>