-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
400 lines (399 loc) · 24.6 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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="img/young-man.png">
<title>Vishnu Chityala</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
<section id="frontPage" class="frontPage">
<nav class="navbar navbar-expand-lg">
<div class="container-sm mt-3">
<a href="" class="navbarBrand">Vishnu..</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="navLink me-5" aria-current="page" target="_blank" href="https://drive.google.com/file/d/1bb4Ik4vcpFpN0DdbxUUVuGWNRLrzkFhU/view?usp=drive_link">Resume</a>
</li>
<li class="nav-item">
<a class="navLink me-5" aria-current="page" href="#worksPage">Works</a>
</li>
<li class="nav-item">
<a class="navLink me-5" href="#aboutSection">About</a>
</li>
<li class="nav-item">
<a class="navLink me-5" aria-current="page" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-sm">
<div class="frontPageAbout">
<p class="frontPageAboutHead">Hi. <span style="font-size:55px;">👋👋</span></p>
<p class="frontPageAboutText"><span style="background-color: rgb(255, 255, 255);border-radius: 5px;">Welcome to my portfolio website! My name is Vishnu Chityala and I am a student and programmer. I enjoy taking on programming challenges🧑💻🧑💻.</span></p>
</div>
</div>
</section>
<section id="aboutSection" class="pages">
<div style="height: 80px;"></div>
<div class="container-lg m-section ms-auto me-auto">
<div class="section-heading ms-auto me-auto">
About👇
</div>
<div class="aboutContent">
Hello! My name is Vishnu Ramu Chityala, and I am excited to share a little about myself with you. I was born in Surat, Gujarat and I am currently pursuing Bachelors in Computer Science at Bennett University.
I have always enjoyed exploring new technology and figuring out how it works. I have developed excellent programming skills and have expertise in languages such as <span style="background-color: rgb(247, 225, 225);"> Python, C, C++ and JAVA</span>.
</div>
<div class="aboutImage">
<img src="img/profile.jpg" alt="" style="max-width: 100%; border-radius: 50%;">
</div>
<div class="aboutContent">
I am always looking for new projects to work on and love to challenge myself to learn new things. In addition to my passion for programming, I also have a keen interest in <span style="background-color: rgb(247, 225, 225);">business and content writing</span>. I enjoy reading about the latest developments in technology and business and keeping up with current events in these fields.
</div>
</div>
<div style="height:100px;"></div>
</section>
<section id="worksPage">
<div style="height:80px;"></div>
<div class="container-md m-section ms-auto me-auto">
<div class="section-heading ms-auto me-auto">
<p class="">Works🛠️</p>
</div>
<div class="ms-auto me-auto row mb-5" style="max-width:950px;">
<!-- <div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="img/picFind-LOGO.png" width="100%" alt="">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
picFind
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
picFind scans photographs and divides them into albums of various people. The faces of all the sampled people will be recognized and grouped into different categories in the collection of photographs after being scanned and searched.
</p>
<div>
<a href="https://drive.google.com/file/d/1khZmiysm8dn4CyZ_3MK_P7sA50-diV7P/view?usp=drive_link" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div> -->
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/bikeSharingProject.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Bike Sharing Dataset Analysis and AI Model Comparison
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
I developed an AI project using the Bike Sharing Dataset to predict rental counts, comparing Random Forest Regressor for its robustness with non-linear data and Poisson Regression for its suitability with count data. Key features like weather, time, and season were preprocessed, and model performance was evaluated using MAE, RMSE, and R².
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-html">
<i class="fab fa-html5"></i> HTML
</span>
<span class="badge badge-tech badge-css">
<i class="fab fa-css3-alt"></i> CSS3
</span>
<span class="badge badge-tech badge-flask">
<i class="fa-solid fa-pepper-hot me-1"></i>Flask
</span>
</div>
<div>
<a href="https://bike-sharing.vishnuchityala.in/" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/googleDriveCloneImage.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Google Drive Clone
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
This project replicates the core functionalities of Google Drive, allowing users to upload, manage, and organize their files within a cloud storage environment. It uses Firebase for real-time database integration, authentication, and file storage, while HTML, CSS, and JavaScript provide the structure, styling, and interactivity of the user interface. Key features include folder management, file uploads, file previews, and a dynamic user experience.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-html">
<i class="fab fa-html5"></i> HTML
</span>
<span class="badge badge-tech badge-css">
<i class="fab fa-css3-alt"></i> CSS3
</span>
<span class="badge badge-tech bg-warning">
<i class="fab fa-js-square"></i> JavaScript
</span>
<span class="badge badge-tech" style="background-color: rgb(255, 106, 0);">Firebase</span>
</div>
<div>
<a href="https://gdrive.vishnuchityala.in/" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/scholarSphereImage.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Scholar Sphere Scraper API
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
This project provides a comprehensive solution for extracting and managing research paper data from IEEE Xplore and ACM Digital Library. It leverages Scrapy and Django to automate data extraction, offer a structured API, and enable efficient research analysis. Key features include efficient data extraction, robust API integration, and scalability.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-python">
<i class="fab fa-python"></i> Python
</span>
<span class="badge badge-tech badge-django">Django</span>
<span class="badge badge-tech badge-scrapy">Scrapy</span>
</div>
<div>
<a href="https://github.com/mavicompanion/scholar-sphere-scraper" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/ytCourseGenImage.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Youtube Course Gen-API
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
The YouTube Course Generation API transforms YouTube videos into structured courses using AI and custom resources from instructors or users. It creates detailed course outlines and educational materials, simplifying the conversion of video playlists into comprehensive learning experiences.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-java">
<i class="fa-brands fa-java"></i> Java
</span>
<span class="badge badge-tech badge-python">
<i class="fab fa-python"></i> Python
</span>
<span class="badge badge-tech badge-pinecone">Pinecone</span>
<span class="badge badge-tech badge-flask">
<i class="fa-solid fa-pepper-hot me-1"></i>Flask
</span>
<span class="badge badge-tech badge-spring">
<i class="fa-brands fa-envira me-1"></i>Spring
</span>
</div>
<div>
<a href="https://github.com/vishnurchityala/youtube-course-gen-api" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/buNotesImage.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
BU-Notes UI Template
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
This project is a UI template designed to mimic the functionality of G-Drive. Built using HTML, CSS, and JavaScript, it serves as the frontend for the BU-Notes application hosted by <span style="background-color: rgb(247, 225, 225);" > <a href="https://github.com/GuptajiRocks/new-bu-notes" style="text-decoration: none;color: #393E46;" target="_blank" rel="noopener noreferrer"> Arihant Gupta </a></span>.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-html">
<i class="fab fa-html5"></i> HTML5
</span>
<span class="badge badge-tech badge-css">
<i class="fab fa-css3-alt"></i> CSS3
</span>
<span class="badge badge-tech badge-bootstrap">
<i class="fab fa-bootstrap"></i> Bootstrap
</span>
</div>
<div>
<a href="https://mavicompanion.github.io/BU-Notes/" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src="./img/erpImage.png" width="100%" alt="" class="me-auto">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
MultiTenant ERP Project
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
This project offers a robust open-source multi-tenant ERP web application designed to streamline business processes and empower efficient resource management.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-java">
<i class="fa-brands fa-java"></i> Java
</span>
<span class="badge badge-tech badge-html">
<i class="fab fa-html5"></i> HTML5
</span>
<span class="badge badge-tech badge-css">
<i class="fab fa-css3-alt"></i> CSS3
</span>
<span class="badge badge-tech badge-bootstrap">
<i class="fab fa-bootstrap"></i> Bootstrap
</span>
<span class="badge badge-tech badge-spring">
<i class="fa-brands fa-envira me-1"></i>Spring
</span>
</div>
<div>
<a href="https://github.com/mavicompanion/ERP" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src=" img/spyCarImg.jpeg" width="100%" alt="">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Spy Car
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
A smart car operated mobile app using bluetooth and carries a wifi camera which gives all footage near car through wifi. It is handy and very easy to use car due to use of mobile app to control it.
</p>
<div class="grid pt-1 pb-4 w-100">
<span class="badge badge-tech badge-cpp">C++</span>
<span class="badge badge-tech badge-arduino">
<i class="fab fa-arduino"></i> Arduino
</span>
</div>
<div>
<a href="https://www.youtube.com/watch?v=8Z6hDPG3GxI" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src=" img/encryptionImg.png" width="100%" alt="">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Py_Textsheild
</p>
</div>
<div class="ms-4">
<p class="workExplanation ">
A python script which ecrypts a text file by taking password from a user and decrypts it by asking password from the user. Wrong password match will not be able to decrypt the text file and while text while is ecrypted it is not in human readable form.
</p>
<div>
<a href="https://encryptor.vishnuchityala.in" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src=" img/Zetwerk.jpg" width="100%" alt="">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Zetwerk Case Study
</p>
</div>
<div class="ms-4">
<p class="workExplanation ">
A case study on a company which listened to their audience and created a marketplace for themselves with best services in hand.
</p>
<div>
<a href="https://drive.google.com/file/d/1xFaWeI-LQOjLqjz1m5qH1RqMyu2o2j8w/view?usp=drivesdk" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div>
<!-- <div class="row p-1 worksContainer ms-auto me-auto">
<div class="col-md-4">
<img src=" img/freecharge.png" width="100%" alt="">
</div>
<div class="col-md-8 p-1">
<div class="ms-4">
<p class="workTitle">
Freecharge Case Study
</p>
</div>
<div class="ms-4">
<p class="workExplanation">
A case study on a company which did'nt respond to the evoloving market and lost their business due to lack of innovation in the company.</span>
</p>
<div>
<a href="https://drive.google.com/file/d/1ROveu0jC0VNgWrADBDwkNz20fU8XYRgt/view?usp=drive_link" target="_blank" class="btn btn-outline-dark" style="font-family: 'Josefin Sans', sans-serif;">See Work</a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section id="contact" style="background-color:#393E46;padding-top:60px;padding-bottom: 60px;">
<div class="container-fluid text-white" style="text-align: center;font-family: 'Josefin Sans', sans-serif;">
<p>Contact 👇</p>
</div>
<div class="footerIcons ms-auto me-auto">
<div class="row">
<a href="https://www.linkedin.com/in/vishnuchityala" target="_blank" class="col-2 ms-auto me-auto">
<img src="img/linkedin.svg" style="height: 30px;" alt="">
</a>
<a href="https://www.instagram.com/vishnu12_7_05/" class="col-2 ms-auto me-auto" target="_blank">
<img src="img/instagram.png" style="height: 30px;" alt="">
</a>
<a href="mailto:vishnurchityala@gmail.com" class="col-2 ms-auto me-auto">
<img src="img/gmail.png" style="height: 30px;" alt="">
</a>
<a href="https://github.com/vishnurchityala" class="col-2 ms-auto me-auto" target="_blank">
<img src="img/github.png" style="height: 30px;" alt="">
</a>
</div>
</div>
<div class="container-fluid text-white" style="text-align: center;font-family: 'Josefin Sans', sans-serif;margin-top: 65px; text-decoration: underline;">
<p>Made by : Vishnu Ramu Chityala with 🤍</p>
</div>
</section>
</body>
</html>