Hi! Iβm Deep Dey, a passionate Class 11 CBSE student from Tripura and a determined JEE aspirant aiming for JEE 2027. My goal is to achieve 240+ in JEE Mains, 330+ in JEE Advanced, and secure AIR < 70, ultimately joining IIT Kanpur (CSE Branch).
I love blending creativity with learning, building interactive websites, making engaging content, and inspiring others through my journey. I strongly believe in discipline, focus, and the power of consistencyβevery small effort today builds the foundation for tomorrowβs success.
- π― Mission: Create a hub for JEE aspirants to access high-quality resources while sharing my personal preparation journey.
- π» Skills: HTML, CSS, JavaScript, Python, Odoo, Web Animations, UX/UI Design
- π Website: www.deepdeyiitk.com
- πΉ YouTube: Deep Dey Channel
- Interactive Websites: Modern, responsive designs with smooth animations.
- Educational Resources: Free and premium JEE materials with secure downloads.
- Visual Effects: Confetti, glassmorphism, animated SVG blobs, and sparkles for engagement.
- Donation & Support System: Integrated with Razorpay for seamless contributions.
- Custom Thank You Pages: Personalized messages for donors and supporters.
- Future Enhancements: Mobile app integration, encrypted downloads, and more interactive features for aspirants.
- Frontend: HTML5, CSS3, JavaScript, SVG, Canvas Animations
- Backend/Hosting: Odoo, Razorpay Integration, GitHub Pages
- Design Tools: Figma, Glassmorphism, Gradient Effects, Animation Libraries
- Clone the Repo
git clone https://github.com/deepdeyiitgn/deydeep.git
cd deepdey- Open
index.htmlin your browser to explore my website. - Navigate through sections like Home, Contact, Donate, and Resources.
To deploy your website hosted on GitHub Pages, follow these steps:
-
Clone your repository (if you haven't already):
git clone https://github.com/deepdeyiitgn/deydeep.git cd deepdey -
Add your files (if not already added):
git add . git commit -m "Initial commit"
-
Push to GitHub:
git push origin main
-
Navigate to your repository: https://github.com/deepdeyiitgn/deydeep
-
Go to Settings (βοΈ icon).
-
Scroll down to the "Pages" section.
-
Under "Source", select
mainbranch and/ (root)folder. -
Click "Save".
-
Make Sure "Add" the below code in all html files head or body area!.
<script src="verify.js"></script>
<script>
protectPage(); // agar user verified nahi hai, redirect index.html
</script>
// Har HTML file me isko include karo <head> ya <body> mei
// Include this in every HTML file in <head> or <body>
After a few minutes, your site will be live at:
https://[username].github.io/deydeep/
- Ensure
index.htmlis in the root directory of your repository. - Check for typos in file names and paths.
- Clear your browser cache or try accessing the site in an incognito window.
If you encounter any issues or need further assistance, feel free to ask!
- Scored 93% in 10th Grade Maths and 80.6% overall in Madhyamik (TBSE).
- Cleared 10th board exams on 13th March 2025, starting JEE preparation with focus and dedication.
- Consistently streaming daily study sessions to maintain accountability and discipline.
- Building a community of learners through my website and YouTube channel.
I welcome contributions to improve my projects or add new features.
- Fork the repo π
- Make your changes β¨
- Submit a pull request π©
- Email: contact@deepdeyiitk.com
- Instagram: @deepdey.official
- YouTube: Deep Dey
- Website: www.deepdeyiitk.com
βYour support isnβt just helping meβitβs inspiring a whole community of dreamers and doers.β π
Made with β€οΈ and relentless focus by Deep Dey
Modular, Client-Side Human Verification | AI & JS Powered | GitHub Pages Ready
- Project Overview
- Features
- File Structure
- Installation & Deployment
- Usage
- dd.html Redirect Info
- Workflow
- Technologies & Badges
- Acknowledgements
- Contact & Socials
A modular, client-side human verification system featuring multiple challenge modules (text, math, slider, moving dot), session management (6-hour token), and secure redirection. Fully static, professional, and deployable on GitHub Pages.
π‘ Designed for maximum user engagement with modern UI, animations, and interactive challenges.
-
Multiple Verification Modules:
- Text CAPTCHA π, Arithmetic β, Moving Dot π―, Slider β¬ οΈβ‘οΈ
-
Session Management:
- LocalStorage-based token valid for 6 hours
-
Secure Redirects:
dd.htmlvalidates session β valid β redirect- Invalid β 7s countdown β back to verification page
-
Modern UI & Animations:
- Confetti π, smooth transitions, interactive feedback
-
Static Deployment:
- GitHub Pages or any static host ready
-
Extensible:
- Easy to add new challenges or update redirect URL
-
Live Demo:
-
Want to check live demo: support.deepdeyiitk.com
index.html # Main entry page; challenge container
style.css # Modern styling & animations
utils.js # Session/token management & helper functions
main.js # Challenge loader & verification workflow
text.js # Canvas-based text CAPTCHA
math.js # Arithmetic challenge
dot.js # Moving dot challenge
slider.js # Slider verification (desktop + mobile)
puzzle.js # Human-friendly drag piece verification, bot-resistant system.
dd.html # Redirect page; session detection + fallback
README.md # Project documentation (this file)
SECURITY.md # Guidelines: domain restriction, bot prevention, usage rules
LICENSE.md # Modified MIT-style license with credit & domain rules
- Clone the repo:
git clone https://github.com/deepdeyiitgn/support-page-deepdeyiitk.com.git-
Open
index.htmlto test locally or deploy to GitHub Pages. -
Optional: Customize challenges and redirect URL in
dd.html.
-
Open
index.html. -
Complete any challenge module.
-
Session stored in localStorage (6h).
-
Redirect via
dd.html:- β Session valid β go to target URL
- β Invalid β 7s countdown β back to verification
- Redirect URL variable (top of
<script>):
const REDIRECT_TARGET = "home.html";- Session Detection Logic:
if (localStorage.getItem("verifiedToken")) {
// β
valid β redirect
window.location.href = REDIRECT_TARGET;
} else {
// β invalid β show error + 7s timer
setTimeout(() => {
window.location.href = "index.html";
}, 7000);
}flowchart LR
A[User opens index.html] --> B{Challenge Module}
B -->|Text CAPTCHA| C[Store Session Token]
B -->|Math Challenge| C
B -->|Moving Dot| C
B -->|Slider| C
C --> D[Redirect to dd.html]
D -->|Session Valid| E[Redirect to Target URL]
D -->|Session Invalid| F[7s Timer β Back to index.html]
- GitHub profile README designs inspiration
- JS & Canvas open-source practices
- AI-assisted modular project design
Designed & Developed with β€οΈ by Deep Dey β Professional, Modular, AI-assisted Frontend Verification System
Made with β€οΈ, AI power, and relentless focus by Deep Dey
