-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
228 lines (216 loc) · 11.7 KB
/
Copy pathindex.html
File metadata and controls
228 lines (216 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mahesh's portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Sidebar -->
<aside class="sidebar">
<div class="sidebar-content">
<h1>Mahesh Babu Chakali</h1>
<h3>Full-stack Developer | AI/ML Enthusiast</h3>
<p>Student at Vidya Jyothi Institute of Technology</p>
<a href="https://drive.google.com/file/d/1udvqr0NfhE6_4Z07ZtgB5jvgqirzfFPp/view?usp=sharing" target="_blank" download class="resume-btn">
<i class="fas fa-file-alt"></i> View Resume <i class="fas fa-arrow-right"></i>
</a>
<nav>
<ul>
<li><a href="#about"><i class="fas fa-user-circle nav-icon"></i> About</a></li>
<li><a href="#skills"><i class="fas fa-code nav-icon"></i> Skills</a></li>
<li><a href="#projects"><i class="fas fa-laptop-code nav-icon"></i> Projects</a></li>
<li><a href="#education"><i class="fas fa-graduation-cap nav-icon"></i> Education</a></li>
<li><a href="#contact"><i class="fas fa-envelope nav-icon"></i> Contact</a></li>
</ul>
<div class="social-links">
<a href="https://github.com/maheshLEO4" target="_blank" rel="noopener noreferrer" class="social-icon" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/mahesh-babu-chakali-321b3b350/" target="_blank" rel="noopener noreferrer" class="social-icon" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://instagram.com/mahesh_mahi_433" target="_blank" rel="noopener noreferrer" class="social-icon" aria-label="Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</nav>
</div>
</aside>
<!-- Main Content -->
<main class="content">
<section id="about" class="section">
<h2>About Me</h2>
<p>
Aspiring Computer Science Engineer with a strong foundation in Python, Java, and web development.
Passionate about Artificial Intelligence and Machine Learning, currently expanding my skills in MERN
stack development. Experienced in building projects using Django and React. Seeking opportunities to
apply my knowledge in real-world applications and contribute to innovative tech solutions.
</p>
</section>
<section id="skills" class="section">
<h2>Technical Skills</h2>
<div class="skills-container">
<div class="skill-category">
<h3><i class="fas fa-code"></i> Programming Languages</h3>
<ul class="skill-list">
<li>Python</li>
<li>JavaScript</li>
<li>Java</li>
<li>C</li>
<li>SQL</li>
<li>HTML & CSS</li>
</ul>
</div>
<div class="skill-category">
<h3><i class="fas fa-layer-group"></i> Frameworks & Libraries</h3>
<ul class="skill-list">
<li>React.js</li>
<li>Node.js</li>
<li>Express.js</li>
<li>Django</li>
</ul>
</div>
<div class="skill-category">
<h3><i class="fas fa-database"></i> Databases</h3>
<ul class="skill-list">
<li>MongoDB</li>
<li>MySQL</li>
</ul>
</div>
<div class="skill-category">
<h3><i class="fas fa-tools"></i> Tools & Technologies</h3>
<ul class="skill-list">
<li>Git</li>
<li>GitHub</li>
<li>REST APIs</li>
<li>Agile Methodology</li>
</ul>
</div>
</div>
</section>
<section id="projects" class="section">
<h2>Projects</h2>
<div class="project-item">
<div class="project-header">
<h3 class="project-title">Twitter Clone</h3>
<div class="project-links">
<a href="https://twitter-clone-f1vu.onrender.com" target="_blank" class="project-link" aria-label="Live Demo">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
<a href="https://github.com/maheshLEO4/Twitter-Clone" target="_blank" class="project-link" aria-label="GitHub Repository">
<i class="fab fa-github"></i> Repository
</a>
</div>
</div>
<div class="project-tech">
<span class="tech-tag">MongoDB</span>
<span class="tech-tag">Express</span>
<span class="tech-tag">React</span>
<span class="tech-tag">Node.js</span>
</div>
<p class="project-description">
A full-stack social media application built with the MERN stack. This Twitter clone replicates
core functionalities including user authentication, tweet posting, liking, following users,
and profile customization with a responsive design for multiple devices.
</p>
<a href="https://twitter-clone-f1vu.onrender.com" target="_blank" class="project-image-container">
<img src="images/twitterimg1.png" alt="Twitter Clone Project" class="project-image">
</a>
</div>
<div class="project-item">
<div class="project-header">
<h3 class="project-title">Products App</h3>
<div class="project-links">
<a href="https://products-app-1-i9g4.onrender.com" target="_blank" class="project-link" aria-label="Live Demo">
<i class="fas fa-external-link-alt"></i> Live Demo
</a>
<a href="https://github.com/maheshLEO4/Products_app" target="_blank" class="project-link" aria-label="GitHub Repository">
<i class="fab fa-github"></i> Repository
</a>
</div>
</div>
<div class="project-tech">
<span class="tech-tag">MongoDB</span>
<span class="tech-tag">Express</span>
<span class="tech-tag">React</span>
<span class="tech-tag">Node.js</span>
</div>
<p class="project-description">
A comprehensive product management solution built with the MERN stack. Features include product
creation, editing, deletion, and viewing with an intuitive user interface. The application
implements secure API endpoints and efficient data management practices.
</p>
<a href="https://products-app-1-i9g4.onrender.com" target="_blank" class="project-image-container">
<img src="images/pdimg1.png" alt="Products App" class="project-image">
</a>
</div>
</section>
<section id="education" class="section">
<h2>Education</h2>
<div class="education-item">
<div class="education-header">
<h3>B.Tech in Computer Science and Engineering (AI & ML)</h3>
<span class="education-date">2024 - Present</span>
</div>
<h4 class="institution">Vidya Jyothi Institute of Technology, Hyderabad</h4>
<p>
Specializing in Machine Learning and Deep Learning applications with a strong foundation in:
</p>
<ul class="education-highlights">
<li>Data Structures and Algorithms</li>
<li>Artificial Intelligence & Machine Learning</li>
<li>Full-stack Development (MERN Stack & Django)</li>
<li>Software Design Principles</li>
<li>Database Management Systems</li>
</ul>
</div>
</section>
<section id="contact" class="section">
<h2>Contact Me</h2>
<p>
I'm always interested in discussing innovative projects, creative ideas, or opportunities to contribute
to meaningful technical solutions. Whether you have a specific project in mind or just want to connect,
I'm open to collaboration.
</p>
<div class="contact-methods">
<div class="contact-method">
<i class="fas fa-envelope-open-text contact-icon"></i>
<h3>Email</h3>
<a href="mailto:maheshmahi5345@gmail.com">maheshmahi5345@gmail.com</a>
</div>
<div class="contact-method">
<i class="fab fa-linkedin contact-icon"></i>
<h3>LinkedIn</h3>
<a href="https://www.linkedin.com/in/mahesh-babu-chakali-321b3b350/" target="_blank">Connect with me</a>
</div>
<div class="contact-method">
<i class="fab fa-github contact-icon"></i>
<h3>GitHub</h3>
<a href="https://github.com/maheshLEO4" target="_blank">View my code</a>
</div>
</div>
</section>
<footer class="footer">
<p>© 2025 Mahesh Babu Chakali. All rights reserved.</p>
</footer>
</main>
</div>
<!-- Resume Modal -->
<div id="resumeModal" class="modal">
<div class="modal-content">
<span class="close-modal">×</span>
<iframe id="resumeFrame" class="resume-frame" title="Resume"></iframe>
</div>
</div>
<!-- Back to Top Button (visible only on mobile) -->
<a href="#" class="back-to-top" id="backToTop" aria-label="Back to top">
<i class="fas fa-arrow-up"></i>
</a>
<script src="script.js"></script>
</body>
</html>