-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (169 loc) · 7.8 KB
/
Copy pathindex.html
File metadata and controls
191 lines (169 loc) · 7.8 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!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>Praneeth's Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&family=Source+Sans+Pro:wght@300;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<nav class="flex items justify-between">
<div class="left flex items justify-between">
<div class="name items">
<h1>G PRANEETH KUMAR</h1>
</div>
<div class="branding">
<a href="#about">ABOUT</a>
<a href="#education">EDUCATION</a>
<a href="#skills">SKILLS</a>
<a href="#works">RESPONSIBILITIES</a>
</div>
</div>
<div class="right">
<button class="btn btn-primary"><a href="#contact">CONTACT</a></button>
</div>
</nav>
<div class="praneeth flex items justify-between">
<div class="left flex-1">
<img src="praneeth2.png" alt="Praneeth's Photo">
</div>
<div class="right flex-1">
<h2>G PRANEETH KUMAR</h2>
<h3>Student at <span><a href="http://www.iiitdm.ac.in/">IIITDM Kancheepuram</a></span></h3>
<p>A career-oriented Enthusiast, currently a sophomore in Computer Science. <br>
Creative individual with passion for learning new technologies and strong interest in software design and development.</p>
</div>
</div>
</div>
</header>
<section class="about" id="about">
<div class="container flex items">
<div class="flex-1"><img src="praneeth.png" alt="Praneeth's Photo"></div>
<div>
<h1>About Me</h1>
<h3>Hello Everyone! This is Praneeth</h3>
<p>I'm a CSE Undergraduate Student from IIITDM Kancheepuram. Hailing From Tirupati, both my pre-university and schooling were done at my hometown.
<br>My Hobbies are playing Instrumental Music, getting updated with the Current Affairs and reading books.
</p>
</div>
</div>
</section>
<section class="education" id="education">
<div class="container">
<h1 class="section-head">My Education</h1>
<div class="card-wrapper">
<div class="card">
<img src="iiit.png">
<h2>IIITDM Kancheepuram, Chennai</h2>
<p>Undergraduation <br>CSE 2020-2024 <br>CGPA: 8.94(As of Semester 3)</p>
</div>
<div class="card">
<img src="srichaithanya.png">
<h2>Sri Chaithanya Junior College, Tirupati</h2>
<p>Intermediate <br>Grade: 96.6%</p>
</div>
<div class="card">
<img src="vidyanikethan.png">
<h2>Sree Vidyanikethan International School, Tirupati</h2>
<p>AISSE <br>Grade: 95.6%</p>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="container">
<h1 class="section-head">My Skills</h1>
<div class="card-wrapper">
<div class="card">
<img src="programming.png">
<h2>Programming</h2>
<p>Love to do Programming and improve my Problem Solving Ability. <br> Can compute programs in <br>
1. C (Proficient)<br>2. C++ (Proficient)<br>3. Javascript<br>4. R (Pursuing)</p>
</div>
<div class="card">
<img src="webdev.png">
<h2>Web Development</h2>
<p>Aimed to be a Full-Stack Developer. Languages I use in development are <br>
1. HTML(Proficient)<br>2. CSS (Proficient)</p>
</div>
<div class="card">
<img src="dsa.png">
<h2>Data Structures</h2>
<p>Proficient in Data Structures and Algorithms. Also, a clear knowledge on Design and Analysis of Algorithms.</p>
</div>
<div class="card">
<img src="dsd.png">
<h2>Digital Logic Design</h2>
<p>Skillful in Digital Logic Design with tools like Logisim. Learning Assembly language further in the Course Computer Organisation and Architecture</p>
</div>
</div>
</div>
</section>
<section class="works" id="works">
<div class="container">
<h1 class="section-head">Responsibilities Undertaken</h1>
<div class="card-wrapper">
<div class="card">
<div class="overlay">
<h3>Project Manager of Exams Possible Vidhai</h3>
<h5>Vidhai, IIITDM</h5>
</div>
<img src="vidhai.png">
</div>
<div class="card">
<div class="overlay">
<h3>Coordinator</h3>
<h5>Robotics Club, IIITDM</h5>
</div>
<img src="robotics.png">
</div>
<div class="card">
<div class="overlay">
<h3>Coordinator</h3>
<h5>Entrepreneurship and Investment Club (EPiC), IIITDM</h5>
</div>
<img src="epic.png">
</div>
<div class="card">
<div class="overlay">
<h3>Event Coordinator</h3>
<h5>Music Club, IIITDM</h5>
</div>
<img src="music.png">
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<h1 class="section-head">Contact</h1>
<div class="card-wrapper">
<div class="card">
<img src="gmail.png" alt="gmail icon">
<h2>Email Me at <br><a href="cs20b1130@iiitdm.ac.in">cs20b1130@iiitdm.ac.in</a></h2>
</div>
<div class="card">
<img src="linkedin.png" alt="gmail icon">
<h2><a href="https://www.linkedin.com/in/g-praneeth-kumar-a9641622b">My Linkedin Profile</a></h2>
</div>
<div class="card">
<img src="instagram.png" alt="gmail icon">
<h2>You can also DM Me at <br><a href="https://www.instagram.com/praneeth_002/">My Instagram Page!</a></h2>
</div>
</div>
</div>
</section>
<footer>
<div class="copyright">CopyrightsⒸ reserved with <br>G PRANEETH KUMAR CS20B1130 IIITDM Kancheepuram</div>
</footer>
</body>
</html>