This project is a LinkedIn Resume Builder that allows users to generate professional resumes from their LinkedIn profiles in just a few clicks. The website is designed with a clean and responsive UI using Bootstrap, and it focuses on simplicity and ease of use. Users can sign up, log in, and create a polished resume using their LinkedIn URL.
Discord Link:- https://discord.gg/GJ5BfwVd
- Easy-to-Use Interface: A user-friendly interface allows users to effortlessly create a resume.
- Instant Resume Generation: Quickly build a resume by entering your LinkedIn profile URL.
- Secure Data: Your personal information is protected through encrypted communication 🔒.
- Responsive Design: The website is mobile-first and adjusts seamlessly to different screen sizes 📱.
- 24/7 Support: Support is available around the clock to assist users 💬.
The website consists of the following key sections:
- Navbar: A top navigation bar with links to the homepage, resume builder, sign-up, and login pages.
- Hero Section: A call-to-action (CTA) section encouraging users to get started with building their resume.
- Features Section: A section highlighting the core features of the platform.
- Testimonials Section: A section displaying user feedback and testimonials to boost credibility.
- Footer: A simple footer providing basic information about the website.
- HTML5: For the structure of the webpage.
- CSS3: For styling and layout, using the Google Font Roboto for typography.
- Bootstrap 4.5: To make the website responsive and aesthetically pleasing.
- JavaScript/jQuery: To handle dynamic behavior (included via CDN).
💻Desktop and📱Mobile View
- A modern web browser (Chrome, Firefox, Safari, etc.)
- Internet connection to load external resources (Bootstrap, fonts)
-
Clone the repository:
git clone https://github.com/your-username/linkedin-resume-builder.git cd linkedin-resume-builder
-
Open the
index.html
file in your preferred browser:open index.html
-
Start using the LinkedIn Resume Builder.
├── index.html # Main homepage
├── resume.html # Resume builder page
├── signup.html # Sign-up page
├── login.html # Log-in page
├── about.html # About page
├── Hero Section.jpg # Image displayed in the hero section
├── styles.css # Custom CSS styles (inlined in HTML)
For developers who want to contribute:
-
Clone the repository:
git clone https://github.com/your-username/linkedin-resume-builder.git cd linkedin-resume-builder
-
Install necessary dependencies (if using Node.js, Python, etc.).
-
Run the development server:
npm start # Or appropriate command
Contributions are welcome! Here’s how to get started:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Make your changes and commit them.
- Push to the branch:
git push origin feature/your-feature-name
. - Open a pull request with a detailed description.
- Home Page: Introduces users to the service with a description and a call-to-action button.
- Build Resume: Users enter their LinkedIn URL to create a resume.
- Sign-Up/Login: Users can create an account or log in to manage their resume.
- Features & Testimonials: Displays the platform’s features and user feedback.
The project uses Bootstrap’s grid system to ensure the website is fully responsive across different screen sizes. Additional media queries are included for further fine-tuning the layout for mobile devices.
This project is licensed under the MIT License. See the LICENSE
file for more information.
Thank you for visiting this......