Skip to content

kusol2004/Resum-Resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Resume Builder ✨

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

Features 🚀

  • 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 💬.

Project Structure 📁

The website consists of the following key sections:

  1. Navbar: A top navigation bar with links to the homepage, resume builder, sign-up, and login pages.
  2. Hero Section: A call-to-action (CTA) section encouraging users to get started with building their resume.
  3. Features Section: A section highlighting the core features of the platform.
  4. Testimonials Section: A section displaying user feedback and testimonials to boost credibility.
  5. Footer: A simple footer providing basic information about the website.

Technologies Used 💻

  • 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).

📸 Screenshots

💻Desktop and📱Mobile View

First Image Second Image

Getting Started 🏁

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, etc.)
  • Internet connection to load external resources (Bootstrap, fonts)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/linkedin-resume-builder.git
    cd linkedin-resume-builder
  2. Open the index.html file in your preferred browser:

    open index.html
  3. Start using the LinkedIn Resume Builder.

File Structure 📂

├── 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)

Developer Setup 🛠️

For developers who want to contribute:

  1. Clone the repository:

    git clone https://github.com/your-username/linkedin-resume-builder.git
    cd linkedin-resume-builder
  2. Install necessary dependencies (if using Node.js, Python, etc.).

  3. Run the development server:

    npm start   # Or appropriate command

Contributing 🤝

Contributions are welcome! Here’s how to get started:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Open a pull request with a detailed description.

Usage 📄

  1. Home Page: Introduces users to the service with a description and a call-to-action button.
  2. Build Resume: Users enter their LinkedIn URL to create a resume.
  3. Sign-Up/Login: Users can create an account or log in to manage their resume.
  4. Features & Testimonials: Displays the platform’s features and user feedback.

Responsive Design 📏

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.

License 📜

This project is licensed under the MIT License. See the LICENSE file for more information.

Thank you for visiting this......

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.7%
  • JavaScript 18.8%
  • CSS 13.5%