AyushiVashisth / simplotel-website

The project comprises a webpage titled 'Simplotel,' featuring a sleek and responsive design. The header includes a navigation menu with links to 'Home,' 'Order,' 'Food,' 'Restaurant,' 'Testimonials,' and 'Contact Us,' with hover effects.

Home Page:https://delicate-crumble-3d0dfe.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟 simplotel-website 🌟

The project comprises a webpage titled 'Simplotel,' featuring a sleek and responsive design. The header includes a navigation menu with links to 'Home,' 'Order,' 'Food,' 'Restaurant,' 'Testimonials,' and 'Contact Us,' with hover effects. The webpage showcases an eye-catching background image with overlaid text, adapting gracefully to various screen sizes. The 'Order Now' section presents enticing cards for 'Burger,' 'Pizza,' and 'Pasta,' each with hover animations. An 'Order' button stands out at the section's end. In sum, this project offers a visually appealing and user-friendly web experience.". Front-End Developer Task.pdf

Frontend Deployed URL πŸ‘‰ Click here


Technologies Used

Frontend
react tailwindcss

Tools
github vscode

Deployment
vercel netlify

Features

  1. HTML Structure:

    • Start by creating the basic structure of your HTML document with the <html>, <head>, and <body> elements.
    • Use semantic HTML elements like <header>, <nav>, <main>, <section>, and <footer> to structure your page's content.
  2. CSS Styling:

    • Define the CSS styles for your webpage. Make sure to match the color scheme and layout you have in mind.
    • Use external CSS files linked in the <head> of your HTML document or include inline styles within HTML elements.
  3. Responsive Design:

    • Use CSS media queries to make your webpage responsive to different screen sizes and devices (desktop, tablet, and mobile).
    • Adjust font sizes, padding, margins, and other CSS properties to ensure the layout adapts smoothly to different screen widths.
  4. Images:

    • Optimize images for web use to ensure they load quickly without pixelation.
    • Use CSS to control image size and positioning. You can set the max-width property to ensure images don't stretch beyond their natural size.
  5. Text Overflow:

    • To prevent text overflow, you can use CSS properties like overflow and text-overflow.
    • Consider using @media queries to adjust font sizes or line heights for smaller screens if necessary.
  6. Testing:

    • Test your webpage in various browsers to ensure cross-browser compatibility.
    • Test on different devices and screen sizes to verify its responsiveness.
    • Check for any layout issues when zooming in or out.

Desktop

Screenshot 2023-10-14 201455 Screenshot 2023-10-14 201529 Screenshot 2023-10-14 201542

Mobile

Screenshot 2023-10-14 201621 Screenshot 2023-10-14 201633


github vscode



github vscode vscode

Project Overview

Certainly, here's an overview of the project based on the information you've provided:

Project Name: Responsive Webpage Development for Interview Assignment

Project Requirements:

  1. Task: Create a responsive webpage using HTML and CSS based on a provided design without using any libraries or frameworks like Bootstrap or Material UI.

  2. Design Requirements:

    • The webpage should match the provided design regarding layout and styling.
    • The colour scheme used in the design should be replicated on your webpage.
  3. Responsiveness:

    • The webpage must be fully responsive and adapt to different screen sizes, including desktop, tablet, and mobile devices.
    • Images should not pixelate or stretch when the screen size changes.
    • Text should not overflow its containers.
  4. Technical Details:

    • HTML: You need to create the HTML structure for the webpage, ensuring proper semantic markup.
    • CSS: Style the webpage to match the design, controlling layout, colours, and fonts.
  5. Testing:

    • Test the webpage in various browsers and devices to ensure cross-browser compatibility and responsiveness.
    • Ensure that the design remains consistent and functional when zooming in or out.
  6. Submission:

    • Submit the completed assignment before 7 PM on the specified date via the provided submission link.

Key Points for Success:

  • Pay attention to detail in matching the design and colour scheme.
  • Use media queries in CSS to make the webpage responsive.
  • Optimize images for web use and control their size in CSS to prevent pixelation and stretching.
  • Carefully manage text to avoid overflow.
  • Ensure the webpage functions as intended on various devices and screen sizes.
  • Validate your HTML and CSS to ensure code quality and compliance with web standards.

This is an individual project that I developed as a solo web developer within a span of 2 days.

Contribution Guidelines

We welcome contributions to the HTML-CSS project. If you have ideas for new features or find any bugs, please open an issue in the repository. Pull requests are also encouraged.

Show Your Support

If you find this project interesting or valuable, please consider giving it a ⭐️.

🌟 Happy Exploring! 🌟

About

The project comprises a webpage titled 'Simplotel,' featuring a sleek and responsive design. The header includes a navigation menu with links to 'Home,' 'Order,' 'Food,' 'Restaurant,' 'Testimonials,' and 'Contact Us,' with hover effects.

https://delicate-crumble-3d0dfe.netlify.app/


Languages

Language:CSS 73.4%Language:HTML 26.6%