-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
223 lines (216 loc) · 10.8 KB
/
index.html
File metadata and controls
223 lines (216 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jishnu P G - Full Stack Developer & ML Enthusiast</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">JP<span>G</span></div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">Hi, I'm <span class="gradient-text">Jishnu P G</span></h1>
<p class="hero-subtitle">Full Stack Developer | ML Enthusiast | Energy Analytics Specialist</p>
<p class="hero-description">Building intelligent solutions that solve real-world problems. Currently developing SmartWatt AI, an energy estimation tool transforming how households understand their electricity consumption.</p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
<div class="hero-image">
<div class="floating-card">
<i class="fas fa-code"></i>
</div>
</div>
</div>
<div class="scroll-indicator">
<span>Scroll to explore</span>
<i class="fas fa-chevron-down"></i>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>I'm a final-year BCA student at Yuvakshetra Institute of Management Studies (YIMS), Palakkad, passionate about creating innovative solutions using technology. My journey spans full-stack development, machine learning, and data science.</p>
<p>With expertise in modern web technologies and ML frameworks, I've developed SmartWatt AI - a sophisticated energy estimation tool that combines neural networks with physics-based heuristics to provide actionable insights for households.</p>
<p>I'm committed to continuous learning and leveraging technology to make a positive impact in the world.</p>
</div>
<div class="about-stats">
<div class="stat">
<h3>2+</h3>
<p>Years of Development Experience</p>
</div>
<div class="stat">
<h3>1</h3>
<p>Major Project</p>
</div>
<div class="stat">
<h3>10+</h3>
<p>Technologies</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<div class="projects-grid">
<!-- SmartWatt AI Project -->
<div class="project-card">
<div class="project-image">
<i class="fas fa-bolt"></i>
</div>
<div class="project-content">
<h3 class="project-title">SmartWatt AI</h3>
<p class="project-subtitle">Energy Estimation & Disaggregation Tool</p>
<div class="project-problem">
<p><strong>Problem/Context:</strong> Solved the "Linear Load Paradox" in residential energy estimation where pure AI models failed on linear loads (<31% accuracy) and traditional calculators missed aging appliance degradation.</p>
</div>
<div class="project-achievements">
<p><i class="fas fa-star"></i> <strong>94.5% accuracy</strong> on Refrigerators | <strong>86.0%</strong> on LED Lights (+52-66% vs. Pure AI)</p>
<p><i class="fas fa-star"></i> <strong>98% prediction precision</strong> using Dual-Inference Engine</p>
<p><i class="fas fa-star"></i> <strong>Full-stack solution:</strong> Next.js 14 frontend + FastAPI backend with TensorFlow/Keras</p>
</div>
<div class="project-tech">
<span class="tech-tag">Python</span>
<span class="tech-tag">FastAPI</span>
<span class="tech-tag">TensorFlow</span>
<span class="tech-tag">Next.js 14</span>
<span class="tech-tag">TypeScript</span>
<span class="tech-tag">React</span>
<span class="tech-tag">PostgreSQL</span>
<span class="tech-tag">Supabase</span>
</div>
<div class="project-features">
<p><i class="fas fa-check-circle"></i> Physics-Informed Hybrid AI System</p>
<p><i class="fas fa-check-circle"></i> Dual-Inference Engine for Non-Linear & Linear Loads</p>
<p><i class="fas fa-check-circle"></i> KSEB Tariff Engine Compliant 2024-25</p>
<p><i class="fas fa-check-circle"></i> Interactive Dashboard & Real-time Analytics</p>
</div>
<a href="#" class="project-link">View Project <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Technical Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3>Programming Languages</h3>
<div class="skill-items">
<div class="skill-item">Python</div>
<div class="skill-item">JavaScript</div>
<div class="skill-item">TypeScript</div>
<div class="skill-item">SQL</div>
<div class="skill-item">Java</div>
<div class="skill-item">C</div>
</div>
</div>
<div class="skill-category">
<h3>Frontend Development</h3>
<div class="skill-items">
<div class="skill-item">React</div>
<div class="skill-item">Next.js</div>
<div class="skill-item">Tailwind CSS</div>
<div class="skill-item">HTML/CSS</div>
<div class="skill-item">Plotly.js</div>
</div>
</div>
<div class="skill-category">
<h3>Backend & ML</h3>
<div class="skill-items">
<div class="skill-item">FastAPI</div>
<div class="skill-item">TensorFlow</div>
<div class="skill-item">Keras</div>
<div class="skill-item">Scikit-learn</div>
<div class="skill-item">Pandas</div>
<div class="skill-item">NumPy</div>
</div>
</div>
<div class="skill-category">
<h3>Databases & Tools</h3>
<div class="skill-items">
<div class="skill-item">PostgreSQL</div>
<div class="skill-item">Supabase</div>
<div class="skill-item">Git</div>
<div class="skill-item">jsPDF</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Let's Connect</h2>
<div class="contact-content">
<p class="contact-description">I'm always interested in hearing about new projects and opportunities. Feel free to reach out!</p>
<div class="contact-methods">
<a href="mailto:jishnupg2005@gmail.com" class="contact-method">
<i class="fas fa-envelope"></i>
<div>
<h4>Email</h4>
<p>jishnupg2005@gmail.com</p>
</div>
</a>
<a href="tel:+918590731979" class="contact-method">
<i class="fas fa-phone"></i>
<div>
<h4>Phone</h4>
<p>+91 8590731979</p>
</div>
</a>
<a href="#" class="contact-method">
<i class="fas fa-map-marker-alt"></i>
<div>
<h4>Location</h4>
<p>Palakkad, Kerala</p>
</div>
</a>
</div>
<div class="social-links">
<a href="#" class="social-icon" title="GitHub"><i class="fab fa-github"></i></a>
<a href="#" class="social-icon" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" class="social-icon" title="Twitter"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2025 Jishnu P G. All rights reserved. | Built with passion and code ❤️</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>