-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (267 loc) · 16.1 KB
/
Copy pathindex.html
File metadata and controls
285 lines (267 loc) · 16.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deekshith | Full-Stack Developer</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body class="dark">
<!-- Header Section -->
<header class="header">
<div class="container">
<div class="header__content">
<!-- Theme Toggle Switch -->
<div class="theme-toggle">
<input type="checkbox" id="theme-toggle-checkbox" class="theme-toggle__checkbox">
<label for="theme-toggle-checkbox" class="theme-toggle__label">
<span class="theme-toggle__slider">
<span class="theme-toggle__icon theme-toggle__icon--sun">☀️</span>
<span class="theme-toggle__icon theme-toggle__icon--moon">🌙</span>
</span>
</label>
</div>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link">About</a></li>
<li class="nav__item"><a href="#projects" class="nav__link">Projects</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
<li class="nav__item"><a href="Deekshith Resume.pdf" class="nav__link cta-button" target="_blank" download>View Resume</a></li>
</ul>
</nav>
<button class="menu-toggle" aria-label="Toggle Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</header>
<main>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container">
<div class="hero__content">
<h1 class="hero__title">Hi, I'm <span class="highlight">Deekshith</span></h1>
<h2 class="hero__subtitle">Full-Stack Developer</h2>
<p class="hero__text">Passionate about building responsive web applications and creating impactful tech solutions.</p>
<div class="hero__cta">
<a href="#projects" class="btn btn--primary">View My Work</a>
<a href="#contact" class="btn btn--outline">Contact Me</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<div class="section__header">
<h2 class="section__title">About Me</h2>
<div class="section__underline"></div>
</div>
<div class="about__content">
<div class="about__text">
<p>Passionate software developer with hands-on experience in full-stack web developer. Skilled in building responsive web apps, creating RESTful APIs, and working with databases. Quick learner with a problem-solving mindset, eager to contribute to impactful tech solutions.</p>
<div class="about__education">
<h3>Education</h3>
<div class="education__item">
<h4>B.Tech in Biomedical Engineering</h4>
<p>SRM Institute of Science and Technology, Chennai</p>
<p>2020 - 2024 | GPA: 7.8</p>
</div>
</div>
<div class="about__experience">
<h3>Experience</h3>
<div class="experience__item">
<h4>Python Full Stack Web Developer Intern</h4>
<p>Besant Technologies, Bengaluru</p>
<p>Dec 2024 - May 2025</p>
<ul>
<li>Developed responsive interfaces using HTML, CSS, JavaScript, and React.js</li>
<li>Built RESTful APIs and backend logic in Python integrated with SQL databases</li>
<li>Enhanced debugging, version control, and deployment skills in a collaborative team environment</li>
</ul>
</div>
</div>
</div>
<div class="about__skills">
<h3>Technical Skills</h3>
<div class="skills__container">
<div class="skill-tag">Python</div>
<div class="skill-tag">Django</div>
<div class="skill-tag">Flask</div>
<div class="skill-tag">React.js</div>
<div class="skill-tag">HTML5</div>
<div class="skill-tag">CSS3</div>
<div class="skill-tag">JavaScript</div>
<div class="skill-tag">SQL/MySQL</div>
<div class="skill-tag">FastAPI</div>
<div class="skill-tag">Git & GitHub</div>
<div class="skill-tag">AWS (basic)</div>
</div>
<h3 class="mt-32">Certifications</h3>
<ul class="certifications__list">
<li>Python Full Stack Developer - Besant Technologies, Electronic City, Bengaluru</li>
<li>Machine Learning Crash Course - Google</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects section">
<div class="container">
<div class="section__header">
<h2 class="section__title">My Projects</h2>
<div class="section__underline"></div>
</div>
<div class="projects__grid">
<!-- Project 1 -->
<div class="project-card">
<div class="project-card__image">
<img src="/images/cortexa ai image.png" alt="Student Management System">
</div>
<div class="project-card__content">
<h3 class="project-card__title">Cortexa AI</h3>
<p class="project-card__description">Developed a chatbot (CortexaAI) using Node.js, Express.js, and OpenRouter API, integrating 300+ AI models (GPT-4, Claude, Gemini, LLaMA, Mistral).
Built modular architecture with conversation memory, model fallback chains, cost tracking, and structured error handling for reliability and scalability.
Implemented dual interfaces (CLI & Web) with secure APIs, logging (Winston), and middleware (Helmet, CORS) to ensure professional-grade usability and deployment readiness</p>
<div class="project-card__tech">
<span class="tech-tag">HTML</span>
<span class="tech-tag">CSS</span>
<span class="tech-tag">TypeScript</span>
<span class="tech-tag">React.js</span>
<span class="tech-tag">Node.js</span>
<span class="tech-tag">Express.js</span>
<span class="tech-tag">API</span>
<span class="tech-tag">Open Router AI Models</span>
</div>
<div class="project-card__links">
<!-- <a href="#" class="btn btn--sm btn--outline" target="_blank">View Demo</a> -->
<a href="https://github.com/deekshithr97/Cortexa-AI" class="btn btn--sm btn--outline" target="_blank">GitHub</a>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="project-card">
<div class="project-card__image">
<img src="/images/Nursey farm image.png" alt="Online Task Tracker">
</div>
<div class="project-card__content">
<h3 class="project-card__title">Nursery Farm Website</h3>
<p class="project-card__description">Built Nursery Website: Designed a professional website to promote premium greenhouse seedlings, highlighting wholesale prices and quality.
Enhanced Client Interaction: Implemented an interactive contact form to streamline bulk order inquiries and improve engagement.
Deployed Responsive Site: Launched a responsive website, ensuring a seamless experience across devices for potential client</p>
<div class="project-card__tech">
<span class="tech-tag">HTML</span>
<span class="tech-tag">CSS</span>
<span class="tech-tag">JavaScript</span>
<span class="tech-tag">React.js</span>
<span class="tech-tag">Flask</span>
<span class="tech-tag">SQL</span>
</div>
<div class="project-card__links">
<a href="https://deekshithr97.github.io/ramamorthynurseryfarm/" class="btn btn--sm btn--outline" target="_blank">View Website</a>
<!-- <a href="#" class="btn btn--sm btn--outline" target="_blank">GitHub</a> -->
</div>
</div>
</div>
<!-- Project 3 -->
<div class="project-card">
<div class="project-card__image">
<img src="images/Cortexa Hotel Management.png" alt="Hotel Management System">
</div>
<div class="project-card__content">
<h3 class="project-card__title">Hotel Management System</h3>
<p class="project-card__description">A modern, lightweight web application built with React and TypeScript for a robust, type-safe user interface.
Styled with Tailwind CSS for efficient,utility-first design. Leverages ES Modules and Import Maps to run directly in the browser via CDN,
eliminating the need for build tools like Webpack or Vite. Ideal for scalable, maintainable front-end</p>
<div class="project-card__tech">
<span class="tech-tag">HTML/CSS</span>
<span class="tech-tag">TypeScript</span>
<span class="tech-tag">React.js</span>
</div>
<div class="project-card__links">
<!-- <a href="#" class="btn btn--sm btn--outline" target="_blank">View Demo</a> -->
<a href="https://github.com/deekshithr97/Cortexa-website" class="btn btn--sm btn--outline" target="_blank">GitHub</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">Get In Touch</h2>
<div class="section__underline"></div>
</div>
<div class="contact__content">
<div class="contact__info">
<h3>Contact Information</h3>
<p>Feel free to reach out if you'd like to collaborate or have any questions.</p>
<div class="contact__details">
<div class="contact__item">
<i class="fas fa-envelope"></i>
<span>deekshithr99@gmail.com</span>
</div>
<div class="contact__item">
<i class="fas fa-phone"></i>
<span>+91 95666 20974</span>
</div>
<div class="contact__item">
<i class="fab fa-linkedin"></i>
<a href="https://linkedin.com/in/deekshith-r-656618248" target="_blank">linkedin.com/in/deekshith-r-656618248</a>
</div>
<div class="contact__item">
<i class="fab fa-x"></i>
<a href="https://x.com/deekshithr97" target="_blank">x.com/deekshithr97</a>
</div>
<div class="contact__item">
<i class="fab fa-github"></i>
<a href="https://github.com/deekshithr97" target="_blank">github.com/deekshithr97</a>
</div>
</div>
</div>
<!-- <div class="contact__form-container">
<h3>Send Me a Message</h3>
<form class="contact__form" id="contactForm">
<div class="form-group">
<label for="name" class="form-label">Name</label>
<input type="text" id="name" class="form-control" required>
</div>
<div class="form-group">
<label for="email" class="form-label">Email</label>
<input type="email" id="email" class="form-control" required>
</div>
<div class="form-group">
<label for="message" class="form-label">Message</label>
<textarea id="message" class="form-control" rows="5" required></textarea>
</div>
<button type="submit" class="btn btn--primary">Send Message</button>
</form>
</div> -->
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer__content">
<div class="footer__copyright">
<p>© 2025 Deekshith. All Rights Reserved.</p>
</div>
<div class="footer__social">
<a href="https://linkedin.com/in/deekshith-r-656618248" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/deekshithr97" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://x.com/deekshithr97" target="_blank" aria-label="X (Twitter)"><i class="fab fa-x"></i></a>
</div>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>