-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
223 lines (201 loc) · 7.71 KB
/
resume.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
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Resume</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- utility css file -->
<link rel="stylesheet" href="css/utility.css">
<!-- style css file -->
<link rel = "stylesheet" href = "css/style.css">
<!-- fontawesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<!-- navbar section -->
<nav class = "navbar">
<div class = "container">
<div class = "brand-and-toggler">
<a href = "index.html" class = "navbar-brand">chanu</a>
<button type = "button" class = "navbar-toggler" id = "navbar-toggler">
<span>
<i class = "fas fa-bars"></i>
</span>
</button>
</div>
<div class = "navbar-collapse">
<ul class = "navbar-nav">
<li class = "nav-item">
<a href = "index.html" class = "nav-link">home</a>
</li>
<li class = "nav-item">
<a href = "about.html" class = "nav-link">about</a>
</li>
<li class = "nav-item nav-active">
<a href = "resume.html" class = "nav-link">resume</a>
</li>
<li class = "nav-item">
<a href = "skills.html" class = "nav-link">skills</a>
</li>
<li class = "nav-item">
<a href = "projects.html" class = "nav-link">projects</a>
</li>
<li class = "nav-item">
<a href = "contact.html" class = "nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end of navbar section -->
<!-- resume page -->
<section class = "resume container">
<div class = "title">
<h2>resume</h2>
<div>
<h2>resume</h2>
</div>
</div>
<p class = "text">All of my internships, full time work experiences and academic details are listed out here</p>
<div class = "row">
<div class = "item">
<div class = "icon">
<i class = "fas fa-briefcase"></i>
</div>
<span>2021 - present</span>
<h2>CSI CORE TEAM -<span>Member</span></h2>
<p class = "text">Working with Java,And Web dev</p>
</div>
<div class = "item">
<div class = "icon">
<i class = "fas fa-graduation-cap"></i>
</div>
<span>2019 - present</span>
<h2>B.tech - <span>Vellore Institute Of Technology-AP</span></h2>
<p class = "text">Currently pursuing my graduation in Computer science and engineering from here.Having GPA 8.79.</p>
</div>
<div class = "item">
<div class = "icon">
<i class = "fas fa-briefcase"></i>
</div>
<span>2020 - 2021</span>
<h2>BioScope Club Member - <span>Vellore Insituite Of Techonology-Ap</span></h2>
<p class = "text">Learned About Graphic related Content</p>
</div>
<div class = "item">
<div class = "icon">
<i class = "fas fa-graduation-cap"></i>
</div>
<span>2017 - 2019</span>
<h2>Higher Secondary - <span>Xperts Junior College</span></h2>
<p class = "text">Completed my Higher Secondary education with 98.8% marks.</p>
</div>
<div class = "item">
<div class = "icon">
<i class = "fas fa-briefcase"></i>
</div>
<span>2021 - 2021</span>
<h2>Spring-Boot Developer -<span>SmartInternz</span></h2>
<p class = "text">Worked on creating web Application On Spring-Boot</p>
</div>
<div class = "item">
<div class = "icon">
<i class = "fas fa-graduation-cap"></i>
</div>
<span>2007 - 2017</span>
<h2>Secondary Education - <span>Geetham High School</span></h2>
<p class = "text">Completed my Secondary education (Class 10th) with 97.0% marks.</p>
</div>
</div>
</section>
<!-- end of resume page -->
<!-- footer -->
<footer class = "footer container">
<div class = "row">
<div class = "col">
<h3 class = "footer-title">about</h3>
<p class = "text">I am an engineering student, currently learning App development. I am skilled in Java,Sql</p>
<div class = "social-links">
<a href = "https://www.instagram.com/chanakyakolli/"><i class = "fab fa-instagram"></i></a>
<a href = "https://www.facebook.com/chanakya.kolli"><i class = "fab fa-facebook"></i></a>
<a href = "https://github.com/Chanukolli"><i class = "fab fa-github"></i></a>
<a href = "https://www.linkedin.com/in/chanu-kolli-1a2309197/"><i class = "fab fa-linkedin"></i></a>
</div>
</div>
<div class = "col">
<h3 class = "footer-title">links</h3>
<div class = "footer-links">
<a href = "index.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
home
</a>
<a href = "about.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
about
</a>
<a href = "skills.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
skills
</a>
<a href = "contact.html" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
contact
</a>
</div>
</div>
<div class = "col">
<h3 class = "footer-title">learning now</h3>
<div class = "footer-links">
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
frontend development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
backend development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
App development
</a>
<a href = "#" class = "text">
<i class = "fas fa-long-arrow-alt-right"></i>
network security
</a>
</div>
</div>
<div class = "col">
<h3 class = "footer-title">have a question?</h3>
<div>
<span>
<i class = "fas fa-map-marker-alt"></i>
</span>
<span class = "text">Thullur, Guntur, Andhra Pradesh, India</span>
</div>
<div>
<span>
<i class = "fas fa-phone"></i>
</span>
<span class = "text">+91 9493510632</span>
</div>
<div>
<span>
<i class = "fas fa-envelope"></i>
</span>
<span class = "text">[email protected]</span>
</div>
</div>
</div>
<div class = "footer-text">
<p class = "text">© Developed By Chanu And Guided By CSI Chapter VIT-AP</p>
</div>
</footer>
<!-- end of footer -->
<!-- custom js file -->
<script src="js/script.js"></script>
</body>
</html>