A simple redirect service that redirects visitors from gs.isratjahankhan.com to Israt Jahan Khan's Google Scholar profile.
This repository contains a beautifully designed HTML redirect page that automatically redirects users to the Google Scholar profile at:
https://scholar.google.com/citations?user=n4mCE9QAAAAJ&hl=en
- Instant Redirect: Uses multiple redirect methods for maximum compatibility
- Beautiful Design: Modern glassmorphism UI with gradient background
- Loading Animation: Animated spinner to indicate redirect in progress
- Responsive: Works perfectly on desktop, tablet, and mobile devices
- SEO Friendly: Includes proper meta tags and canonical links
- Fallback Support: Manual link for users with JavaScript disabled
The page uses three redirect methods to ensure reliability:
- Meta Refresh:
<meta http-equiv="refresh">for immediate redirect - JavaScript:
window.location.hrefas a backup method - Manual Link: Clickable link for users with JavaScript disabled
- Push this repository to GitHub
- Go to Settings > Pages
- Select source as "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Your redirect will be available at
https://github-username.github.io/redirect-googlescholar
- Connect your GitHub repository to Netlify
- Deploy with default settings
- Configure custom domain
gs.yourdomain.com
- Import your GitHub repository to Vercel
- Deploy with default settings
- Configure custom domain
gs.yourdomain.com
Simply upload the index.html file to your web hosting provider's public directory.
To use the custom domain gs.yourdomain.com:
- DNS Configuration: Add a CNAME record pointing to your hosting provider
- SSL Certificate: Most hosting providers offer free SSL certificates
- Custom Domain: Configure the custom domain in your hosting provider's dashboard
redirect-googlescholar/
├── index.html # Main redirect page
├── LICENSE # MIT License
└── README.md # This file
- HTML5: Uses modern HTML5 structure
- CSS3: Features gradient backgrounds and animations
- Responsive Design: Mobile-first approach with flexible layouts
- Cross-browser Compatible: Works on all modern browsers
- No Dependencies: Pure HTML, CSS, and JavaScript - no external libraries
To modify the redirect destination, update the URL in three places in index.html:
- Meta refresh tag (line 7)
- Canonical link (line 8)
- JavaScript redirect (line 55)
- Manual fallback link (line 52)
This project is licensed under the MIT License - see the LICENSE file for details.
Israt Jahan Khan
- Google Scholar: Profile Link
- Md. Fahim Bin Amin's redirect-googlescholar