-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
428 lines (401 loc) · 21.7 KB
/
index.html
File metadata and controls
428 lines (401 loc) · 21.7 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
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veeresh S Hiremath | Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Animated Background Elements -->
<div class="bg-elements">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
<div class="circle circle-3"></div>
</div>
<!-- Navigation Bar -->
<header>
<nav class="navbar">
<div class="nav-container">
<div class="logo">
<span>V</span>eeresh S Hiremath
</div>
<ul class="nav-links">
<li><a href="#home" class="nav-link active">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#education" class="nav-link">Education</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#domain" class="nav-link">Domain</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
</nav>
</header>
<main>
<!-- Hero Section -->
<section id="home" class="hero section">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">
<span class="title-word title-word-1">Hello,</span>
<span class="title-word title-word-2">I'm</span>
<br>
<span class="title-word title-word-3">Veeresh</span>
<span class="title-word title-word-4">S Hiremath</span>
</h1>
<h2 class="hero-subtitle">
<div class="wrapper">
<div class="typing-demo">
Computer Science Graduate.
</div>
</div>
</h2>
<p class="hero-text">I am currently in my third year at KLE Technological University, pursuing a
Bachelor’s degree in Computer Science and Engineering. I have a strong passion for software
development, particularly in full-stack development, Application development and cloud
technologies.</p>
<p class="hero-text"></p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary">View Work</a>
<a href="#contact" class="btn btn-secondary">Contact Me</a>
</div>
</div>
<div class="hero-image">
<div class="image-wrapper">
<img src="./mainPageContent/edited_ehnanced.jpg" alt="Veeresh" class="profile-img">
<div class="image-border"></div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<div class="section-header">
<h2 class="section-title">About <span>Me</span></h2>
<div class="section-subtitle">Get to know me</div>
</div>
<div class="about-content">
<div class="about-image">
<div class="image-container">
<img src="./mainPageContent/4x edited.PNG" alt="About Veeresh">
</div>
</div>
<div class="about-text">
<h3 class="about-title">Who am I?</h3>
<p>
Hi, my name is Veeresh S Hiremath, Final Year Student @ KLE Technological
University, pursuing a Bachelor’s degree in Computer Science and Engineering. I have a
strong passion for software development, particularly in full-stack development, Application
development and cloud, Networking technologies.
</p>
<br>
<p>
Currently I am now working on the private 5g network system similar to the other provider
like the ISP like JIO, here the main intention is to build the KLE TECH Private 5g for
incampus 5g connection using the private configurable sim. We working in the team have
achieved the max portion of it providing the 5g connection. During making these above
projects I also have gained the hands on experience in the handling with the servers, boot
operations, allocation of the servers, basic of the networking and debugging the issues etc.
</p>
<div class="about-details">
<div class="detail-item">
<i class="fas fa-laptop-code"></i>
<div>
<h4>Experience</h4>
<p>1+ Years</p>
<p>Networking and Cloud Domain</p>
</div>
</div>
<div class="detail-item">
<i class="fas fa-code-branch"></i>
<div>
<h4>Area Of Interest</h4>
<p>Full Stack</p>
<p>Development</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="education section">
<div class="container">
<div class="section-header">
<h2 class="section-title">My <span>Education</span></h2>
<div class="section-subtitle">Academic journey</div>
</div>
<div class="education-container">
<div class="education-item">
<div class="education-icon">
<i class="fas fa-graduation-cap"></i>
</div>
<div class="education-content">
<h3>Bachelor of Engineering</h3>
<h4>KLE Technological University, Hubli</h4>
<span class="education-date">2022 - 2026</span>
<p>Computer Science Engineering</p>
<p>CGPA: 9.5/10</p>
</div>
</div>
<div class="education-item">
<div class="education-icon">
<i class="fas fa-school"></i>
</div>
<div class="education-content">
<h3>Pre-University College (PUC)</h3>
<h4>Prism PU College, Dharwad</h4>
<span class="education-date">2020 - 2022</span>
<p>Science Stream (PCMB)</p>
<p>Percentage: 96%</p>
</div>
</div>
<div class="education-item">
<div class="education-icon">
<i class="fas fa-book"></i>
</div>
<div class="education-content">
<h3>Secondary School (SSLC)</h3>
<h4>Shanti Sadan High School, Dharwad</h4>
<span class="education-date">2020</span>
<p>Percentage: 97.6%</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects section">
<div class="container">
<div class="section-header">
<h2 class="section-title">My <span>Projects</span></h2>
<div class="section-subtitle">Recent work</div>
</div>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<img src="https://images.unsplash.com/photo-1534972195531-d756b9bfa9f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80"
alt="E-Commerce Platform">
<div class="project-overlay">
<h3>Intelligent Task Offloading In Private 5G Networks</h3>
<p>System that provides the efficient and fast task processing in 5G network system.</p>
<div class="project-links">
<a href="https://www.linkedin.com/in/veeresh-s-hiremath-a01108254/"><i class="fas fa-link"></i></a>
<a href="https://github.com/Veeresh464/Intelligent-task-offloading-in-private-5G-networks"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80"
alt="Task Management App">
<div class="project-overlay">
<h3>Intelligent Routing in SDN</h3>
<p>A system that combines Dijkstra’s algorithm and ML to select optimal network paths.</p>
<div class="project-links">
<a href="https://www.linkedin.com/in/veeresh-s-hiremath-a01108254/"><i class="fas fa-link"></i></a>
<a href="https://github.com/Veeresh464/Intelligent-Routing-in-SDN"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="https://images.unsplash.com/photo-1467232004584-a241de8bcf5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=869&q=80"
alt="Weather Dashboard">
<div class="project-overlay">
<h3>MRI Image Super Resolution</h3>
<p>GAN based approach for MRI image super resolution without quality compromise.</p>
<div class="project-links">
<a href="https://www.linkedin.com/in/veeresh-s-hiremath-a01108254/"><i class="fas fa-link"></i></a>
<a href="https://github.com/Veeresh464/MRI-Super-Resolution-using-GAN"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Domain Section -->
<section id="domain" class="domain section">
<div class="container">
<div class="section-header">
<h2 class="section-title">My Dream Company: <span>Google</span></h2>
<div class="section-subtitle">Google's Innovative Business Cases</div>
</div>
<div class="domain-container">
<div class="domain-item">
<div class="domain-icon">
<i class="fab fa-android"></i>
</div>
<div class="domain-content">
<h3>Google's Android Operating System</h3>
<p>Android, developed by Google, is the world’s most widely used mobile operating system. It
powers billions of devices across smartphones, tablets, wearables, and even smart TVs,
offering a customizable, open-source platform for developers and manufacturers.</p>
<br>
<p>
Android's versatility and integration with Google services drive its global adoption.
With regular updates, strong security, and a vast app ecosystem via the Play Store,
Android enables rich user experiences and supports innovation across industries.
<br>
Market Impact: <br>Over 3 billion active devices globally, contributing to a
trillion-dollar mobile economy.
</p>
<div style="text-align: center; margin-top: 30px;">
<a class="btn-link" href="./Google Android/p2/index.html" target="_blank">
View Me
</a>
</div>
</div>
</div>
<div class="domain-item">
<div class="domain-icon">
<i class="fas fa-cloud"></i>
</div>
<div class="domain-content">
<h3>Google Cloud Platform</h3>
<p>
Google Cloud Platform (GCP) offers a suite of cloud computing services that runs on the
same infrastructure
that Google uses internally for its end-user products like Search, Gmail, and YouTube.
GCP provides
developers and businesses with powerful tools for computing, data storage, machine
learning, and
application development.
</p>
<p>
With solutions for AI/ML, Kubernetes, big data analytics, and hybrid cloud, GCP enables
organizations to
scale efficiently and securely. Its pay-as-you-go model and global infrastructure make
it a cost-effective
choice for enterprises and startups alike.
</p>
<p>
Revenue Forecast: <br>
Projected to exceed $35B+ annually as cloud adoption continues to rise across industries
worldwide.
</p>
<div style="text-align: center; margin-top: 30px;">
<a class="btn-link" href="./openstack/proj5/index.html" target="_blank">
View Me
</a>
</div>
</div>
</div>
<div class="domain-item">
<div class="domain-icon">
<i class="fas fa-video"></i>
</div>
<div class="domain-content">
<h3>YouTube: The World's Leading Video Platform</h3>
<p>
YouTube, owned by Google, is the largest video-sharing platform globally, hosting a vast
range of content—
from entertainment and education to live streams and music. It empowers creators to
build communities and
monetize content through ads, memberships, and Super Chats.
</p>
<br>
<p>
Revenue Forecast:
<br>
With over 2.7 billion monthly users and rapidly growing YouTube Shorts and Premium
subscriptions,
YouTube continues to dominate digital media. It generated over $40B in ad revenue in
recent years and remains
a key pillar of Google's ecosystem.
</p>
<div style="text-align: center; margin-top: 30px;">
<a class="btn-link" href="./YT music/proj3/index.html" target="_blank">
View Me
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact section">
<div class="container">
<div class="section-header">
<h2 class="section-title">Contact <span>Me</span></h2>
<div class="section-subtitle">Get in touch</div>
</div>
<div class="contact-container">
<div class="contact-info">
<div class="info-item">
<i class="fas fa-envelope"></i>
<div>
<h4>Email</h4>
<p>vshhiremath2004@gmail.com</p>
</div>
</div>
<div class="info-item">
<i class="fas fa-phone"></i>
<div>
<h4>Phone</h4>
<p>+91 9141217179</p>
</div>
</div>
<div class="info-item">
<i class="fas fa-map-marker-alt"></i>
<div>
<h4>Location</h4>
<p>Saraswatpur last bust stop Dharwad, Karnataka, India</p>
</div>
</div>
<div class="social-links">
<a href="https://github.com/Veeresh464"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/veeresh-s-hiremath-a01108254/"><i
class="fab fa-linkedin-in"></i></a>
<a href="https://x.com/veeresh464"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/veeresh464/"><i class="fab fa-instagram"></i></a>
</div>
</div>
<form class="contact-form" id="contactForm">
<div class="form-group">
<input type="text" id="name" name="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" id="email" name="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<input type="text" id="subject" name="subject" placeholder="Subject">
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Your Message" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Message</button>
<p id="formResponseMessage" style="margin-top: 15px;"></p>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<p>© 2023 Veeresh S Hiremath. All rights reserved.</p>
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
</div>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>