-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (228 loc) · 9.54 KB
/
index.html
File metadata and controls
263 lines (228 loc) · 9.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Nirav Trivedi | Data Analyst Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #333;
background: linear-gradient(-45deg, #20c997, #6f42c1, #0dcaf0, #fd7e14);
background-size: 400% 400%;
animation: gradientBG 15s ease infinite;
position: relative;
}
body::before {
content: '';
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
z-index: -1;
opacity: 0.08;
background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
background-repeat: repeat;
background-size: 300px;
}
@keyframes gradientBG {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
header {
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 40px 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.header-flex {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1000px;
margin: auto;
}
.header-left {
flex: 1;
min-width: 250px;
}
.header-left h1 {
font-size: 34px;
margin-bottom: 10px;
}
.header-left p {
font-size: 18px;
}
.header-right {
flex: 1;
min-width: 200px;
text-align: right;
}
.header-right img {
width: 150px;
height: 150px;
border-radius: 50%;
border: 4px solid white;
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
object-fit: cover;
}
.social-link {
color: #ffffff;
font-weight: 600;
font-size: 16px;
text-decoration: none;
transition: color 0.3s ease;
display: inline-block;
margin-bottom: 5px;
}
.social-link:hover {
color: #ffee58;
text-decoration: underline;
}
.container {
padding: 40px 20px;
max-width: 1000px;
margin: auto;
}
h2 {
border-bottom: 2px solid #fff;
padding-bottom: 6px;
color: #fff;
font-size: 24px;
}
.project-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 14px;
box-shadow: 0 8px 16px rgba(0,0,0,0.2);
margin-bottom: 40px;
padding: 24px;
transition: all 0.4s ease;
}
.project-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.project-card img {
width: 100%;
max-height: 350px;
border-radius: 8px;
object-fit: contain;
margin-top: 15px;
}
.project-link {
display: inline-block;
margin-top: 10px;
background-color: #007bff;
color: white;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
transition: background 0.3s ease;
}
.project-link:hover {
background-color: #0056b3;
}
.gif-pair {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: space-between;
}
.gif-box {
flex: 1 1 48%;
max-width: 48%;
}
.gif-box img {
width: 100%;
max-height: 300px;
object-fit: contain;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
footer {
background-color: rgba(0, 0, 0, 0.6);
color: #eee;
text-align: center;
padding: 20px;
font-size: 14px;
}
</style>
</head>
<body>
<header>
<div class="header-flex">
<div class="header-left">
<h1> Nirav Trivedi</h1>
<p> 🎯Data Analyst | 📊Python • Power BI • Excel • SQL</p>
<p style="margin-top: 16px;">
<a class="social-link" href="https://www.linkedin.com/in/trivedi-nirav-a1760424b/" target="_blank">LinkedIn</a><br/>
<a class="social-link" href="https://github.com/niravtrivedi23" target="_blank">GitHub</a>
</p>
</div>
<div class="header-right">
<img src="https://raw.githubusercontent.com/niravtrivedi23/niravtrivedi23.github.io/main/Profile.jpeg" alt="Nirav Trivedi">
</div>
</div>
</header>
<div class="container">
<h2>📊 Highlighted Projects</h2>
<div class="project-card">
<h3>1. IPL Dashboard (Power BI)</h3>
<p>I built an interactive IPL dashboard using Python and Streamlit, which allows users to analyze player performance, team stats, and match outcomes through filters and visual insights.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/IPL-Dashboard" target="_blank"> View Project</a>
<img src="https://raw.githubusercontent.com/niravtrivedi23/IPL-Dashboard/main/IPL%20Dashboard.png" alt="IPL Dashboard Preview" />
</div>
<div class="project-card">
<h3>2. Mutual Fund Analysis (Python + Power BI + Excel)</h3>
<p>This project analyzes Indian mutual fund performance to identify low-risk, high-confidence investment options using Python data analysis and Power BI visual dashboards.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/mutual-fund-analysis-Dashboard-Python-PowerBI" target="_blank"> View Project</a>
<img src="https://raw.githubusercontent.com/niravtrivedi23/mutual-fund-analysis-Dashboard-Python-PowerBI/main/Mutual%20Fund%20Dashboard%20.png" alt="Mutual Fund Dashboard" />
</div>
<div class="project-card">
<h3>3. Tapi River Sustainability (Google Earth Engine + Python + Excel)</h3>
<p>This academic project assesses the sustainability of Surat’s Tapi River using satellite data from 1987 to 2023, focusing on turbidity trends and cumulative width changes over the years.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/Surat-Tapiriver-Analysis-GEE" target="_blank"> View Project</a>
<div class="gif-pair">
<div class="gif-box">
<p><strong>Turbidity of Tapi River (2019–2023)</strong></p>
<img src="https://raw.githubusercontent.com/niravtrivedi23/Surat-Tapiriver-Analysis-GEE/main/Visualization/ndtI_VISUALIZATION_2.gif" alt="Tapi Turbidity GIF" />
</div>
<div class="gif-box">
<p><strong>Changes in Tapi River Width (1987–2023)</strong></p>
<img src="https://raw.githubusercontent.com/niravtrivedi23/Surat-Tapiriver-Analysis-GEE/main/Visualization/cumalative_Width_gif.gif" alt="Tapi Width GIF" />
</div>
</div>
</div>
<div class="project-card">
<h3>4. IMDb Top 250 Indian Movies (Python + Power BI)</h3>
<p>This project explores the IMDb Top 250 Indian movies dataset, analyzing top directors, genre distribution, review trends, and award-winning titles using Python and Power BI.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/Indian-Movie-Analysis_-IMDb" target="_blank">View Project</a>
<img src="https://raw.githubusercontent.com/niravtrivedi23/Indian-Movie-Analysis_-IMDb/main/IMDb%20Movie%20Dashboard.png" alt="IMDb Dashboard" />
</div>
<div class="project-card">
<h3>5. Indian TV Serial Broadcast Analysis (Python + Power BI)</h3>
<p> I performed analysis of 353+ Indian TV Serials (1889–2025) using Python with K-Means clustering (Unsupervised Learning) to identify patterns across networks, languages, and genres. Designed an interactive Power BI dashboard with KPIs, filters, and trend analysis.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/Indian-tv-serials-analytics" target="_blank">View Project</a>
<img src="https://github.com/niravtrivedi23/Indian-tv-serials-analytics/raw/main/TV%20Serial%20Dashboard.png" alt="TV Serial Dashboard" />
</div>
<div class="project-card">
<h3>6. Global Web Series Analysis Dashboard (Power BI)</h3>
<p>This interactive Power BI dashboard analyzes 3,400+ web series released between 2000–2024 across 42 countries and 96 industries.It highlights OTT trends, global release patterns, top-rated shows, language contributions (English, Hindi, Japanese),and audience preferences with 70M+ votes. A must-see project for exploring OTT analytics and global web series insights.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/global-web-series-analysis" target="_blank">View Project</a>
<img src="https://github.com/niravtrivedi23/global-web-series-analysis/raw/main/Web%20Series%20Dashboard%20.png" alt="Global Web Series Dashboard" />
</div>
<div class="project-card">
<h3>7. Market Product Demand Analysis – Regional Performance (Python + Power BI)</h3>
<p>This project analyzes state-wise product demand across India using Python-based exploratory analysis and K-Means clustering to identify regional consumption behavior and high-potential markets.The analytical results were translated into a Power BI dashboard that enables clear state-wise comparisons, product category contribution analysis, and supports data-driven inventory and regional planning decisions.</p>
<a class="project-link" href="https://github.com/niravtrivedi23/Market-Product-Demand-Analysis" target="_blank">View Project</a>
<img src="https://raw.githubusercontent.com/niravtrivedi23/Market-Product-Demand-Analysis/main/Product%20Based%20Dashboard.png" alt="Market Product Demand Dashboard" />
</div>
</div>
<footer>
© Nirav Trivedi | Powered by GitHub Pages
</footer>
</body>
</html>