-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
234 lines (201 loc) · 11.6 KB
/
Copy pathabout.html
File metadata and controls
234 lines (201 loc) · 11.6 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
<!DOCTYPE html>
<html lang="hi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nikhil's Dev World</title>
<link rel="stylesheet" href="./src/output.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<link rel="icon" href="assets/storeicon/Gemini_Generated_Image_3aky253aky253aky.png">
<style>
.fade-in {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease-out;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
.glass-effect {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
</style>
</head>
<body class="bg-gradient-to-br from-purple-900 via-blue-900 to-cyan-900 text-white font-sans scroll-smooth">
<!-- Header -->
<header class="fixed w-full glass-effect z-50 py-4 shadow-lg">
<div class="container mx-auto flex justify-between items-center px-6">
<a href="index.html" class="text-2xl font-bold text-cyan-400 hover:scale-105 transition-transform duration-300">
Dev World by Nikhil
</a>
<nav class="hidden md:flex space-x-8">
<a href="index.html" class="hover:text-cyan-400 transition-all duration-300">Home</a>
<a href="projects.html" class="hover:text-cyan-400 transition-all duration-300">Projects</a>
<a href="github.html" class="hover:text-cyan-400 transition-all duration-300">GitHub</a>
<a href="about.html" class="text-cyan-400 font-semibold border-b-2 border-cyan-400">About</a>
</nav>
<div class="md:hidden">
<button id="menu-btn" class="text-white text-2xl hover:text-cyan-400 transition-colors duration-300">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</div>
<!-- Mobile nav -->
<nav id="mobile-nav" class="hidden flex-col glass-effect w-full py-6 space-y-4 text-center md:hidden">
<a href="index.html" class="hover:text-cyan-400 transition-all duration-300 py-2">Home</a>
<a href="projects.html" class="hover:text-cyan-400 transition-all duration-300 py-2">Projects</a>
<a href="github.html" class="hover:text-cyan-400 transition-all duration-300 py-2">GitHub</a>
<a href="about.html" class="text-cyan-400 font-semibold py-2">About</a>
</nav>
</header>
<!-- About Hero -->
<section class="pt-32 pb-20 px-6 text-center relative overflow-hidden">
<div class="absolute inset-0 overflow-hidden">
<div class="absolute -top-40 -right-40 w-80 h-80 bg-cyan-400 rounded-full blur-3xl opacity-20"></div>
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-purple-400 rounded-full blur-3xl opacity-20"></div>
</div>
<div class="relative z-10 max-w-4xl mx-auto">
<div class="inline-flex items-center bg-cyan-400/20 px-6 py-3 rounded-full border border-cyan-400/30 text-cyan-300 text-lg mb-8 backdrop-blur-sm fade-in">
<i class="fa-solid fa-code mr-3"></i>
Developer & Problem Solver
</div>
<h1 class="text-5xl md:text-7xl font-extrabold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-white to-cyan-400 fade-in">
About Me
</h1>
<p class="text-xl text-gray-300 mb-8 fade-in" style="transition-delay: 0.2s">
Passionate about creating digital solutions that make life easier
</p>
</div>
</section>
<!-- Simple About Content -->
<section class="py-10 px-6">
<div class="container mx-auto max-w-4xl">
<div class="text-center fade-in">
<!-- <h2 class="text-4xl font-bold mb-8 text-cyan-400">Hey! I'm Nikhil 👋</h2>
<div class="space-y-6 text-lg text-gray-300 leading-relaxed max-w-3xl mx-auto">
<p>
I'm a passionate developer who loves turning ideas into reality through code.
</p>
<p>
💻 I build mobile apps with <span class="text-cyan-400">React Native</span><br>
🌐 Create web experiences with modern technologies<br>
🔥 Always learning and exploring new tech
</p>
<p>
My journey started with curiosity and grew into a love for creating digital solutions that actually help people.
</p>
<p>
When I'm not coding, you'll find me exploring new technologies, working on side projects, or contributing to open source.
</p>
<p class="text-cyan-400 font-semibold">
Simple philosophy: Build things that matter. Keep learning. Enjoy the process. 🚀
</p>
</div> -->
<!-- Portfolio Button -->
<!-- <div class="mt-12 fade-in" style="transition-delay: 0.4s">
<a href="https://portfolio-xi-ten-dat6htivsj.vercel.app/" target="_blank"
class="inline-flex items-center px-8 py-4 bg-cyan-400 text-black font-bold rounded-xl hover:bg-cyan-300 transition-all duration-300 transform hover:-translate-y-1 hover:shadow-2xl hover:shadow-cyan-400/30 text-lg group">
<i class="fa-solid fa-user mr-3 group-hover:scale-110 transition-transform"></i>
View My Full Portfolio
<i class="fa-solid fa-arrow-up-right-from-square ml-3 group-hover:rotate-45 transition-transform"></i>
</a>
<p class="text-gray-400 mt-4 text-sm">
Check out my detailed journey, experiences, and complete story
</p>
</div> -->
</div>
</div>
</section>
<!-- Quick Skills -->
<section class="py-16 px-6 bg-gradient-to-br from-blue-900/30 to-cyan-900/30">
<div class="container mx-auto max-w-4xl text-center">
<h2 class="text-3xl font-bold mb-12 text-cyan-400 fade-in">What I Work With</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-6 fade-in" style="transition-delay: 0.2s">
<div class="text-center p-6 glass-effect rounded-2xl hover:border-cyan-400/40 transition-all duration-300">
<i class="fa-brands fa-react text-cyan-400 text-4xl mb-3"></i>
<div class="text-gray-300 font-semibold">React Native</div>
</div>
<div class="text-center p-6 glass-effect rounded-2xl hover:border-cyan-400/40 transition-all duration-300">
<i class="fa-brands fa-js text-yellow-400 text-4xl mb-3"></i>
<div class="text-gray-300 font-semibold">JavaScript</div>
</div>
<div class="text-center p-6 glass-effect rounded-2xl hover:border-cyan-400/40 transition-all duration-300">
<i class="fa-solid fa-database text-blue-400 text-4xl mb-3"></i>
<div class="text-gray-300 font-semibold">Firebase</div>
</div>
<div class="text-center p-6 glass-effect rounded-2xl hover:border-cyan-400/40 transition-all duration-300">
<i class="fa-brands fa-html5 text-orange-400 text-4xl mb-3"></i>
<div class="text-gray-300 font-semibold">Web</div>
</div>
</div>
</div>
</section>
<!-- Simple Contact -->
<section id="contact" class="py-20 px-6">
<div class="container mx-auto max-w-2xl text-center">
<h2 class="text-4xl font-bold mb-6 text-cyan-400 fade-in">Let's Connect</h2>
<p class="text-xl text-gray-300 mb-12 fade-in" style="transition-delay: 0.2s">
Always open to interesting conversations and new opportunities
</p>
<div class="flex justify-center space-x-8 text-3xl mb-12 fade-in" style="transition-delay: 0.4s">
<a href="https://www.linkedin.com/in/nikhil-keshvala-985786327/" target="_blank"
class="hover:text-cyan-400 transition-all duration-300 transform hover:scale-110 p-4 glass-effect rounded-xl">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/NK-infinite" target="_blank"
class="hover:text-cyan-400 transition-all duration-300 transform hover:scale-110 p-4 glass-effect rounded-xl">
<i class="fa-brands fa-github"></i>
</a>
<a href="mailto:nikhilkeshvala1@gmail.com"
class="hover:text-cyan-400 transition-all duration-300 transform hover:scale-110 p-4 glass-effect rounded-xl">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
<!-- Another Portfolio Button -->
<div class="mt-12 fade-in" style="transition-delay: 0.4s">
<a href="https://portfolio-xi-ten-dat6htivsj.vercel.app/" target="_blank"
class="inline-flex items-center px-8 py-4 bg-cyan-400 text-black font-bold rounded-xl hover:bg-cyan-300 transition-all duration-300 transform hover:-translate-y-1 hover:shadow-2xl hover:shadow-cyan-400/30 text-lg group">
<i class="fa-solid fa-user mr-3 group-hover:scale-110 transition-transform"></i>
View My Full Portfolio
<i class="fa-solid fa-arrow-up-right-from-square ml-3 group-hover:rotate-45 transition-transform"></i>
</a>
<p class="text-gray-400 mt-4 text-sm">
Check out my detailed journey, experiences, and complete story
</p>
</div>
</div>
</section>
<!-- Back to Home -->
<div class="text-center py-12">
<a href="index.html" class="inline-flex items-center px-6 py-3 glass-effect rounded-xl hover:border-cyan-400/40 transition-all duration-300 group">
<i class="fa-solid fa-arrow-left mr-3 group-hover:-translate-x-1 transition-transform"></i>
Back to Home
</a>
</div>
<script>
// Mobile menu
const menuBtn = document.getElementById('menu-btn');
const mobileNav = document.getElementById('mobile-nav');
menuBtn.addEventListener('click', () => {
mobileNav.classList.toggle('hidden');
const icon = menuBtn.querySelector('i');
icon.className = mobileNav.classList.contains('hidden') ?
'fa-solid fa-bars' : 'fa-solid fa-xmark';
});
// Fade-in animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.fade-in').forEach(el => {
observer.observe(el);
});
</script>
</body>
</html>