https://github.com/abhi-boostin/sideswitchframer
sideswitch made from framer motion into a index.html with inline css and jss.
https://github.com/abhi-boostin/sideswitchframer
css framer html js
Last synced: 4 months ago
JSON representation
sideswitch made from framer motion into a index.html with inline css and jss.
- Host: GitHub
- URL: https://github.com/abhi-boostin/sideswitchframer
- Owner: Abhi-boostin
- Created: 2025-08-14T14:37:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T16:30:01.000Z (9 months ago)
- Last Synced: 2025-09-17T18:52:25.059Z (9 months ago)
- Topics: css, framer, html, js
- Language: HTML
- Homepage: https://sideswitchf.netlify.app/
- Size: 91.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sideswitch Framer Template
A modern AI agency website template built with Framer.
## Netlify Deployment
This project is configured for easy deployment on Netlify:
1. **Connect your repository** to Netlify
2. **Build settings**:
- Build command: `echo 'No build step required'`
- Publish directory: `.` (root directory)
3. **Deploy** - Netlify will automatically deploy your site
### Manual Deployment
You can also deploy manually by dragging and dropping the project folder to Netlify's deploy interface.
### Configuration Files
- `netlify.toml` - Netlify configuration for build settings and redirects
- `public/_redirects` - Fallback redirects for SPA routing
The site will be available at your Netlify subdomain (e.g., `your-site-name.netlify.app`).