-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (239 loc) · 14.2 KB
/
index.html
File metadata and controls
288 lines (239 loc) · 14.2 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
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NS PYTHON DEV Portfolio</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
</head>
<body>
<header>
<nav class="bg-gray-900 text-white px-6 py-4 flex justify-center gap-8 shadow-md sticky top-0 z-50">
<a href="#home" class="px-4 py-2 hover:bg-blue-600 rounded transition">Home</a>
<a href="#about" class="px-4 py-2 hover:bg-blue-600 rounded transition">About</a>
<a href="#projects" class="px-4 py-2 hover:bg-blue-600 rounded transition">Projects</a>
<a href="#contact" class="px-4 py-2 hover:bg-blue-600 rounded transition">Contact</a>
</nav>
<section class="min-h-screen flex flex-col justify-center items-center bg-gradient-to-br from-black to-gray-900 text-white">
<h1 class="text-5xl font-bold mb-4">Hi, I'm <span class="text-blue-400">Naga Sasank</span></h1>
<p class="text-xl mb-6 text-center">Python Full Stack Developer | AI Enthusiast | Creative Coder</p>
<div class="space-x-4">
<a href="#projects" class="px-6 py-2 bg-blue-500 rounded-lg hover:bg-blue-600">View Projects</a>
</div>
</section>
</header>
<main>
<section id="about" class="p-10 bg-white text-gray-800">
<h2 class="text-3xl font-bold text-center mb-6">About Me</h2>
<div class="max-w-4xl mx-auto text-lg leading-relaxed">
<p>I'm Naga Sasank, a passionate Python Full Stack Developer with a background in B.Sc. MSCS. I love building smart, efficient, and beautiful applications that solve real-world problems.</p>
<p class="mt-4">I specialize in Python, Django, AI, and automation. I’ve built 16+ projects across different domains including web apps, AI tools, and data science dashboards.</p>
</div>
</section>
<section id="skills" class="p-10 bg-gray-100">
<h2 class="text-3xl font-bold text-center mb-6">Skills</h2>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6 text-center">
<div>Python</div>
<div>Django</div>
<div>HTML & CSS</div>
<div>JavaScript</div>
<div>MySQL</div>
<div>THREE.JS</div>
<div>REACT.JS</div>
<div>BABYLON.JS</div>
<div>AI ML basics</div>
<div>VERCEL</div>
<div>Git & GitHub</div>
<div>REST API</div>
<div>Tailwind css</div>
<div>VS Code</div>
</div>
</section>
<section id="projects" class="p-10 bg-white">
<h2 class="text-3xl font-bold text-center mb-6">Projects</h2>
<div class="grid md:grid-cols-2 gap-6">
<!-- Project Card -->
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">1. Notes APP</h3>
<p class="mt-2 text-gray-700">THIS IS THE APP FOR STORING DATA LIKE A NOTE BOOK LIKE YOUR PERSONAL INFORMATION OR ANY ELSE.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/notes_project" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">2. Blog Website</h3>
<p class="mt-2 text-gray-700">THE WEBSITE ABOUT TO CREATE BLOGS OF ANYTHING TO EXPLAIN POST SOMETHING YOUR IDEAS TO WORLD.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/blogproject" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">3. CONTACT APP</h3>
<p class="mt-2 text-gray-700">THIS APP USED FOR SAVING AND MANAGING CONTACTS.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/contactproject" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">4. E-COMMERCE STORE</h3>
<p class="mt-2 text-gray-700">IN THIS STORE YOU CAN BUY ANY THINGS LIKE PHONES ETC.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/shopproject" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">5. JOB BOARD PLATFORM</h3>
<p class="mt-2 text-gray-700">THIS PLATFORM SHOWS ABOUT CURRENT JOBS AND TO APPLY.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/jobboard" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">6. SCHOOL MANAGEMENT SYSTEM</h3>
<p class="mt-2 text-gray-700">SAMPLE OF A SCHOOL MANAGEMENT SYSTEM SUCH AS MARKS SYSTEM , ID SYSTEM, STUDENT INFORMATION.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/schoolms" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">7. INVENTORY SYSTEM</h3>
<p class="mt-2 text-gray-700">TELLS ABOUT STOCKS CONTENT DETAILS.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/inventory_project" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">8. QUIZ APP</h3>
<p class="mt-2 text-gray-700">THIS APP ABOUT REGULAR QUIZ COMEPETITION USEFUL FOR COMPETETIVE PREPARATION.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/quizapp" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">9. REAL TIME CHAT APP</h3>
<p class="mt-2 text-gray-700">JUST LIKE FACEBOOK INSTAGRAM A CHAT PLATFORM FOR SENDING MESSAGES.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/chatapp" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">10. SOCIAL MEDIA CLONE</h3>
<p class="mt-2 text-gray-700">INSTAGRAM CLONE FOR CHATTING.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/snapzone" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">11. AI IMAGE CLASSIFIER</h3>
<p class="mt-2 text-gray-700">BASED ON REAL LIFE CATEGORIES IMAGE WERE CLASSIFIED.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/ai_classifier" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">12. WEATHER APP</h3>
<p class="mt-2 text-gray-700">THE BEST APP FOR WEATHER FORECASTING.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/weatherapp" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">13. NEWS APP</h3>
<p class="mt-2 text-gray-700">A NEWS APP TELLING UPDATES IN THE WORLD CURRENT AFFAIRS.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/newsproject" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">14. AI FACE ATTENDANCE SYSTEM</h3>
<p class="mt-2 text-gray-700">THE AI FACE ATTENDANCE SYSTEM TO CONFIRM FACE VIA CAMERA AND GIVE ACCESS TO SCHOOL/COLLEGE.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/face_attendance" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">15. RESUME BUILDER APP</h3>
<p class="mt-2 text-gray-700">THE MOST RESUME CUSATOMISABLE RESUME BUILDER.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Mysql</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-DEVELOPER-PORTFOLIO/tree/main/resumebuilder" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
<div class="p-8 border rounded-lg shadow">
<h3 class="text-xl font-semibold">16. PYTHON PROJECTS</h3>
<p class="mt-2 text-gray-700">ALL MY AI BASED OR PRACTICE FILES AND PROJECTS IN PYTHON.</p>
<p class="text-sm mt-1">Tech Used: Python Django Html5 Css3 Javascript Tailwindcss Scikit-learn numpy pandas MATPLOTLIB</p>
<div class="mt-3 flex gap-4">
<a href="https://github.com/NSSTUDIO-html/PYTHON-PROJECTS" class="text-blue-500 underline">GitHub</a>
<a href="#" class="text-blue-500 underline">Live Demo</a>
</div>
</div>
</section>
<section id="resume" class="p-10 bg-gray-100 text-center">
<h2 class="text-3xl font-bold mb-4">Resume</h2>
<a href="NAGA SASANK RESUME ATS.pdf" target="_blank" class="inline-block px-6 py-2 bg-blue-500 text-white rounded hover:bg-blue-600">Download Resume</a>
</section>
<section id="certificates" class="p-10 bg-white">
<h2 class="text-3xl font-bold text-center mb-6">Certificates</h2>
<div class="grid sm:grid-cols-2 md:grid-cols-3 gap-4">
<img src="PYTHONC1.jpg" class="rounded shadow" alt="Certificate 1">
<img src="certificate2.jpg" class="rounded shadow" alt="Certificate 2">
</div>
</section>
<section id="contact" class="p-10 bg-gray-100">
<h2 class="text-3xl font-bold text-center mb-6">Contact Me</h2>
<form action="https://formsubmit.co/your-email@example.com" method="POST" class="max-w-xl mx-auto space-y-4">
<input type="text" name="name" placeholder="Your Name" required class="w-full p-3 border rounded">
<input type="email" name="email" placeholder="Your Email" required class="w-full p-3 border rounded">
<textarea name="message" placeholder="Your Message" rows="4" required class="w-full p-3 border rounded"></textarea>
<button type="submit" class="px-6 py-2 bg-blue-600 text-white rounded hover:bg-blue-700">Send Message</button>
</form>
</section>
</main>
<footer class="bg-gradient-to-r from-gray-900 via-black to-gray-900 text-white text-center py-8 mt-10">
<div class="max-w-3xl mx-auto px-4">
<h3 class="text-xl font-semibold mb-2">© 2025 Naga Sasank</h3>
<p class="text-sm text-gray-400 mb-4">Built with ❤️ using HTML, Tailwind CSS & Python</p>
<p class="text-md font-medium mb-2">Follow me on:</p>
<div class="flex justify-center gap-6 text-lg">
<a href="https://github.com/NSSTUDIO-html" target="_blank" class="hover:text-blue-400 transition-transform transform hover:scale-110">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://linkedin.com" target="_blank" class="hover:text-blue-400 transition-transform transform hover:scale-110">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
</div>
</div>
</footer>
</html>