Elevate Your Knowledge With NEXILA, THRIVE IN YOUR CAREER!
Status: ✅ Internship Task Completed | Portfolio Project
This project is a functional, front-end clone of the official Nexila Technologies website.
It was developed as an intern task, where I successfully replicated the core static pages and responsive design. I am now maintaining it and adding minor improvements for my personal portfolio.
- HTML5 - Semantic markup
- CSS3 - Custom styling and responsive design
- Bootstrap 5 - Responsive grid and components
- JavaScript (Vanilla) - Interactive features and form handling
- Font Awesome 6.5.1 - Icon library
- Static HTML pages with Bootstrap framework
- Custom CSS for branding and styling
- Vanilla JavaScript for interactivity
- Responsive design for mobile, tablet, and desktop
NexilaTechnologies/
├── index.html # Homepage (COMPLETED)
├── about.html # About Us page (COMPLETED)
├── contact.html # Contact page (IN PROGRESS)
├── CSS/
│ ├── bootstrap.css # Bootstrap framework
│ └── custom-css.css # Custom styling
├── JS/
│ ├── bootstrap.bundle.js # Bootstrap JavaScript
│ └── script.js # Custom scripts
├── Images/ # Course and branding images
│ ├── logo.png
│ ├── course-images/
│ └── ...
└── README.md # This file
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Text editor or IDE (VS Code recommended)
-
Clone the repository
git clone https://github.com/Madhusudan04337/nexila-technologies-clone.git cd nexila-technologies -
Open in browser
- Simply open
index.htmlin your web browser.
- Simply open
-
To run with a live server (optional):
- If you have the VS Code "Live Server" extension, just right-click
index.htmland "Open with Live Server". - Or, using a terminal:
npx http-server
- Navigate to
http://localhost:8080(or the port it specifies).
- If you have the VS Code "Live Server" extension, just right-click
- Homepage layout and design
- Navigation menu with dropdowns
-
about.htmlpage - Course showcase section
- Blog/Knowledge center section
- Footer with links
- Fully responsive design for mobile, tablet, and desktop
-
contact.htmlpage (perfecting the UI) - Creating static pages for individual courses
- Code cleanup and optimization
⚠️ This is a static front-end project. Therefore, features like the contact form, course enrollment, and login are not functional.⚠️ All course and blog links are placeholders.⚠️ No user authentication or database is connected.
- ✅ Chrome/Edge (Latest)
- ✅ Firefox (Latest)
- ✅ Safari (Latest)
⚠️ IE 11 (Not supported)
This project is for educational and portfolio purposes only. It is a clone of a publicly available website and is not intended for commercial use. All original branding, content, and trademarks belong to Nexila Technologies.
- Madhusudan
- LinkedIn: https://www.linkedin.com/in/madhu-sudan-0006a429a/
- GitHub: https://github.com/Madhusudan04337
