Harshb11's picture
Manual changes saved
f375b31 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rohit's Portfolio | Data Scientist & Developer</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Space Grotesk', sans-serif;
scroll-behavior: smooth;
}
.hero-section {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.project-card {
transition: all 0.3s ease;
border: 1px solid rgba(255,255,255,0.1);
}
.project-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
border-color: rgba(255,255,255,0.3);
}
.skill-badge {
background: rgba(255,255,255,0.1);
backdrop-filter: blur(5px);
}
#vanta-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.content-wrapper {
position: relative;
z-index: 1;
}
</style>
</head>
<body class="bg-gray-900 text-gray-100">
<div id="vanta-bg"></div>
<div class="content-wrapper">
<!-- Navigation -->
<nav class="fixed w-full bg-gray-900 bg-opacity-80 backdrop-filter backdrop-blur-lg z-50 border-b border-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<span class="text-xl font-bold text-indigo-400">Rohit</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#about" class="text-gray-300 hover:text-indigo-400 transition">About</a>
<a href="#projects" class="text-gray-300 hover:text-indigo-400 transition">Projects</a>
<a href="#design" class="text-gray-300 hover:text-indigo-400 transition">Design</a>
<a href="#contact" class="text-gray-300 hover:text-indigo-400 transition">Contact</a>
</div>
<div class="md:hidden flex items-center">
<button id="menu-btn" class="text-gray-300">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden fixed inset-0 bg-gray-900 bg-opacity-90 z-40 pt-16">
<div class="flex flex-col items-center space-y-8 py-8">
<a href="#about" class="text-2xl text-gray-300 hover:text-indigo-400 transition">About</a>
<a href="#projects" class="text-2xl text-gray-300 hover:text-indigo-400 transition">Projects</a>
<a href="#design" class="text-2xl text-gray-300 hover:text-indigo-400 transition">Design</a>
<a href="#contact" class="text-2xl text-gray-300 hover:text-indigo-400 transition">Contact</a>
</div>
</div>
<!-- Hero Section -->
<section class="hero-section min-h-screen flex items-center pt-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-6xl font-bold mb-6">
Hey, I'm <span class="text-indigo-400">Rohit</span> <span class="text-yellow-400">😎</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8">
Building innovative solutions with Python, Machine Learning, and Data Science, turning ideas into reality.
</p>
<div class="flex space-x-4">
<a href="#projects" class="px-6 py-3 bg-indigo-600 hover:bg-indigo-700 rounded-lg font-medium transition">View Projects</a>
<a href="#contact" class="px-6 py-3 border border-indigo-600 text-indigo-400 hover:bg-indigo-900 hover:bg-opacity-30 rounded-lg font-medium transition">Contact Me</a>
</div>
</div>
<div class="flex justify-center">
<div class="relative">
<img src="https://portfolio-v2-one-rosy.vercel.app/images/r2.jpg" alt="Rohit's photo" class="rounded-2xl w-full max-w-md border-4 border-indigo-500 shadow-xl">
<div class="absolute -bottom-4 -right-4 bg-indigo-600 px-4 py-2 rounded-lg shadow-lg">
<span class="font-medium">Currently at SSVPS</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-gray-800 bg-opacity-50 backdrop-filter backdrop-blur-lg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold mb-12 text-center">
<span class="border-b-4 border-indigo-500 pb-2">About Me</span>
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<p class="text-lg">
Hi I'm Rohit Santosh Bedse I'm a third-year Computer Science Engineering student, fueled by a passion for technology and innovation. 🚀 My journey is driven by a constant eagerness to learn and apply cutting-edge skills in the ever-evolving world of computer science.
</p>
<p class="text-lg">
The passion to explore and uncover insights has always been in me. I strive to analyze data, build accurate, scalable, and impactful models, and derive meaningful conclusions with precision and thoughtfulness.
</p>
<p class="text-lg">
I'm open to Job opportunities where I can contribute, learn and grow. If you have a good opportunity that matches my skills and experience then don't hesitate to contact me.
</p>
<div class="pt-6">
<h3 class="text-xl font-semibold mb-4">My Skills</h3>
<div class="flex flex-wrap gap-3">
<span class="skill-badge px-4 py-2 rounded-full">Python</span>
<span class="skill-badge px-4 py-2 rounded-full">Machine Learning</span>
<span class="skill-badge px-4 py-2 rounded-full">Data Science</span>
<span class="skill-badge px-4 py-2 rounded-full">JavaScript</span>
<span class="skill-badge px-4 py-2 rounded-full">React</span>
<span class="skill-badge px-4 py-2 rounded-full">Node.js</span>
<span class="skill-badge px-4 py-2 rounded-full">Blockchain</span>
<span class="skill-badge px-4 py-2 rounded-full">Game Dev</span>
</div>
</div>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
<i data-feather="award" class="w-8 h-8 text-indigo-400 mb-4"></i>
<h3 class="text-xl font-semibold mb-2">Experience</h3>
<p class="text-gray-300">3+ years of coding and building projects across various domains</p>
</div>
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
<i data-feather="book" class="w-8 h-8 text-indigo-400 mb-4"></i>
<h3 class="text-xl font-semibold mb-2">Education</h3>
<p class="text-gray-300">Computer Science Engineering student with focus on AI/ML</p>
</div>
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
<i data-feather="cpu" class="w-8 h-8 text-indigo-400 mb-4"></i>
<h3 class="text-xl font-semibold mb-2">Technologies</h3>
<p class="text-gray-300">Full-stack development, Blockchain, Game Dev, Data Science</p>
</div>
<div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
<i data-feather="star" class="w-8 h-8 text-indigo-400 mb-4"></i>
<h3 class="text-xl font-semibold mb-2">Hobbies</h3>
<p class="text-gray-300">Learning new tech, Open source, Photography, Gaming</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold mb-12 text-center">
<span class="border-b-4 border-indigo-500 pb-2">My Projects</span>
</h2>
<!-- Web Development Projects -->
<div class="mb-16">
<h3 class="text-2xl font-semibold mb-8 flex items-center">
<i data-feather="globe" class="mr-3 text-indigo-400"></i> Web Development
</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Project 1 -->
<div class="project-card bg-gray-800 bg-opacity-50 p-6 rounded-xl backdrop-filter backdrop-blur-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mr-4">
<i data-feather="shopping-cart" class="w-6 h-6"></i>
</div>
<h4 class="text-xl font-semibold">E-commerce Website</h4>
</div>
<p class="text-gray-300 mb-4">
An e-commerce and marketing website for my sister's personal business that sells miniature handmade charms and jewelry.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">React</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Node.js</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">MongoDB</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">by myself for client</span>
<button class="text-indigo-400 hover:text-indigo-300 flex items-center">
<span>View Details</span>
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</button>
</div>
</div>
<!-- Project 2 -->
<div class="project-card bg-gray-800 bg-opacity-50 p-6 rounded-xl backdrop-filter backdrop-blur-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mr-4">
<i data-feather="bitcoin" class="w-6 h-6"></i>
</div>
<h4 class="text-xl font-semibold">Custom Cryptocurrency</h4>
</div>
<p class="text-gray-300 mb-4">
Made my own cryptocurrency from scratch featuring PoW consensus, digital signatures, merkle trees, and BIP compliant wallets.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Python</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Blockchain</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Cryptography</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">by myself</span>
<a href="https://portfolio-v2-one-rosy.vercel.app/articles/how-i-made-my-own-cryptocurrency" class="text-indigo-400 hover:text-indigo-300 flex items-center">
<span>Read Article</span>
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Game Development Projects -->
<div class="mb-16">
<h3 class="text-2xl font-semibold mb-8 flex items-center">
<i data-feather="gamepad" class="mr-3 text-indigo-400"></i> Game Development
</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Project 1 -->
<div class="project-card bg-gray-800 bg-opacity-50 p-6 rounded-xl backdrop-filter backdrop-blur-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mr-4">
<i data-feather="coffee" class="w-6 h-6"></i>
</div>
<h4 class="text-xl font-semibold">Restaurant Management Game</h4>
</div>
<p class="text-gray-300 mb-4">
A fast paced restaurant management game, inspired by games like hot dog bush. You are a chef specializing in serving water to very demanding customers.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Unity</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">C#</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">by myself</span>
<button class="text-indigo-400 hover:text-indigo-300 flex items-center">
<span>View Details</span>
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</button>
</div>
</div>
<!-- Project 2 -->
<div class="project-card bg-gray-800 bg-opacity-50 p-6 rounded-xl backdrop-filter backdrop-blur-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-indigo-600 rounded-lg flex items-center justify-center mr-4">
<i data-feather="code" class="w-6 h-6"></i>
</div>
<h4 class="text-xl font-semibold">Doodle Jump in Assembly</h4>
</div>
<p class="text-gray-300 mb-4">
Doodle jump game recreated using assembly language with different types of platforms, powerups like springs and jetpacks.
</p>
<div class="flex flex-wrap gap-2 mb-4">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Assembly</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Low-level</span>
</div>
<div class="flex justify-between items-center">
<span class="text-sm text-gray-400">by myself</span>
<button class="text-indigo-400 hover:text-indigo-300 flex items-center">
<span>View Details</span>
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Design Section -->
<section id="design" class="py-20 bg-gray-800 bg-opacity-50 backdrop-filter backdrop-blur-lg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold mb-12 text-center">
<span class="border-b-4 border-indigo-500 pb-2">Graphic Design</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="project-card bg-gray-800 bg-opacity-50 p-6 rounded-xl">
<img src="https://portfolio-v2-one-rosy.vercel.app/images/designs/sumfun.webp" alt="Sumfun Poster Design" class="w-full h-auto rounded-lg mb-4">
<h3 class="text-xl font-semibold mb-2">Sumfun Event Poster</h3>
<p class="text-gray-300 mb-4">Poster designed for a university club event featuring colorful gradients and modern typography.</p>
<div class="flex flex-wrap gap-2">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Adobe Illustrator</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">Typography</span>
</div>
</div>
<!-- Additional design items would go here -->
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-bold mb-12 text-center">
<span class="border-b-4 border-indigo-500 pb-2">Contact Me</span>
</h2>
<div class="max-w-3xl mx-auto bg-gray-800 bg-opacity-50 rounded-xl p-8 backdrop-filter backdrop-blur-lg">
<p class="text-lg text-center mb-8">
Shoot me a message and I will get back to you as soon as I can.
</p>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-300 mb-1">Your Name</label>
<input type="text" id="name" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-indigo-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-300 mb-1">Email Address</label>
<input type="email" id="email" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-indigo-500">
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-300 mb-1">Message</label>
<textarea id="message" rows="5" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-indigo-500"></textarea>
</div>
<button type="submit" class="w-full bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-3 px-6 rounded-lg transition">
Send Message <i data-feather="send" class="w-4 h-4 inline ml-2"></i>
</button>
</form>
<div class="mt-12 flex justify-center space-x-8">
<a href="#" class="text-gray-300 hover:text-indigo-400 transition">
<i data-feather="github" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-300 hover:text-indigo-400 transition">
<i data-feather="linkedin" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-300 hover:text-indigo-400 transition">
<i data-feather="twitter" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-300 hover:text-indigo-400 transition">
<i data-feather="mail" class="w-6 h-6"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-8 border-t border-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<p class="text-gray-400">
&copy; 2023 Rohit Santosh Bedse. All rights reserved.
</p>
</div>
</footer>
</div>
<script>
// Initialize Vanta.js globe background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x5e35b1,
backgroundColor: 0x111827
});
// Mobile menu toggle
const menuBtn = document.getElementById('menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
feather.replace();
});
// Close mobile menu when clicking a link
document.querySelectorAll('#mobile-menu a').forEach(link => {
link.addEventListener('click', () => {
mobileMenu.classList.add('hidden');
});
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>