Project Report Web-D
Project Report Web-D
Project Report Web-D
Of
-BACHELOR OF TECHNOLOGY-
In
-Electronics and Communication Engineering-
By
-SOWMYA GUPTA-
(00701022021)
Guided by
-Mr. Rahul Sachdeva-
-Anveshan foundation-
-JULY 2023-
ACKNOWLEDGEMENT
I have taken efforts in this project. However, it would not have been possible
without the kind support and help of many individuals. I would like to extend
my sincere thanks to all of them.
This Summer internship under Anveshan Foundation, IGDTUW has given
me a chance to make myself better skilled and knowledgeable.
I want to pay my respects to Mr. Rohit Kapoor, Founder and CEO of Sk
Info Techies for sharing his precious knowledge and experience in the field of
front-end web development with me.
I am highly indebted to Mr. Rahul Sachdeva for their guidance and constant
supervision as well as for providing necessary information regarding the
project and also for their support in completing the project. His constant
guidance and willingness to share his vast knowledge made us understand this
project and its manifestations in great depth and helped us to complete the
assigned tasks on time.
1 would like to express my gratitude towards my parents and my teachers at
IGDTUW for their kind cooperation and encouragement which help me in the
completion of this project.
My thanks and appreciations also go to my batchmates in developing the
project and the people who have willingly helped me out with their abilities.
Contents
S.NO CONTENTS
Execu ve summary
1
2 Introduc on
3 Learning outcomes
4 Review of literature
5 Proposed project
7 Results
8 Scope of improvement
9 Conclusion
11 Annexure 1: code
12 Annexure 2
13 Bibliography
Summary
This project summary outlines the key aspects and accomplishments of a web
development project undertaken by Sowmya Gupta for Anveshan Foundation. The
project aimed to design and develop a dynamic website for a food franchise,
leveraging technology to enhance their online presence and support their business
goals.
Objective:
The primary objective of the web development project was to create an attractive
and functional website for the food franchise, offering a seamless online experience
to customers. The website aimed to showcase the franchise's menu, locations,
ordering options, and promotions while aligning with Anveshan Foundation's
mission of supporting entrepreneurial ventures and fostering economic growth in
local communities.
Methodology:
The web development project followed a systematic approach, encompassing the
following key phases:
Requirement Gathering: In close collaboration with the food franchise's
stakeholders, a comprehensive understanding of their specific requirements, target
audience, branding guidelines, and desired website features was obtained.
Planning and Design: Based on the gathered requirements, a detailed project plan
was devised, including the website's structure, navigation, visual design, and overall
user experience. Mock-ups and wireframes were created to illustrate the proposed
layout and design elements.
Development: The website was developed using modern web technologies, such as
HTML, CSS, JavaScript, and a robust content management system (CMS).
Emphasis was placed on creating a responsive design to ensure optimal
functionality and user experience across various devices and screen sizes.
Content Creation and Integration: Engaging and visually appealing content was
developed and integrated into the website, including the franchise's menu, special
offers, testimonials, and contact information. Integration with online ordering
platforms and reservation systems was implemented to streamline the customer
journey.
Testing and Quality Assurance: Extensive testing was conducted to ensure the
website's functionality, responsiveness, and compatibility across different
browsers and devices. Thorough quality assurance measures were implemented
to identify and address any bugs or performance issues.
Deployment and Training: Once all testing and quality checks were completed
successfully, the website was deployed on a reliable hosting server. Anveshan
Foundation provided training to the franchise's staff on managing and updating
the website's content through the CMS.
Overall, the website for the food franchise represents a significant investment in
digital marketing and customer experience. As customers increasingly rely on
online platforms to make dining decisions, a well-executed website serves as a
valuable asset for the franchise's growth and competitiveness. This report will
offer a comprehensive evaluation of the website's effectiveness and highlight its
contribution to the franchise's overall success in the food industry.
Learning Outcomes
1. Technical Proficiency: Through the web development project, the team acquired
and enhanced their technical skills in web programming languages such as HTML,
CSS, JavaScript, and other relevant technologies. They gained proficiency in
developing and implementing responsive designs, integrating content management
systems (CMS), and utilizing various tools and frameworks to create a robust and
functional website.
2. User Experience Design: The project allowed the team to develop a deep
understanding of user experience (UX) design principles. They learned how to
create intuitive navigation, visually appealing layouts, and engaging interactions to
optimize the overall user experience. They gained insights into user research,
wireframing, prototyping, and usability testing, all contributing to the creation of a
user-centric website for the food franchise.
4. Content Creation and Integration: Developing the website for the food franchise
required creating and integrating relevant and compelling content. The team
learned how to craft persuasive copy, select appropriate images and media assets,
and effectively present information to engage website visitors. They gained
experience in content optimization for search engines and learned the importance
of consistent branding and messaging.
6. Quality Assurance and Testing: The project necessitated rigorous testing and
quality assurance to ensure the website's functionality and usability. The team
learned to perform thorough testing, including cross-browser compatibility,
responsiveness, form validation, and error handling. They gained experience in
identifying and resolving bugs and issues, improving the overall quality of the
website.
7. Business Impact Analysis: As part of the web development project, the team
evaluated the impact of the website on the food franchise's business. They learned
to analyse website metrics, such as traffic, conversions, and user engagement, to
assess the effectiveness of the website in attracting customers, increasing sales,
and driving business growth. This analysis helped the team understand the direct
correlation between web development efforts and tangible business outcomes.
In conclusion, the web development project for the food franchise provided the
team with valuable learning outcomes, including technical proficiency, UX
design skills, project management expertise, content creation and integration
capabilities, client communication and collaboration skills, quality assurance and
testing competencies, and the ability to analyse the business impact of web
development efforts. These outcomes contribute to the team's overall professional
growth and equip them with valuable skills for future web development projects.
Review of Literature
The online sessions on frontend web development provided an enriching learning
experience, equipping participants with essential skills and knowledge to build
attractive and functional websites. Short-term certificate courses with online sessions
are designed to equip participants with practical skills and knowledge relevant to
their field of interest. The focused and condensed nature of these courses allows
individuals to acquire new skills or enhance existing ones efficiently. This skill
development can open doors to new career opportunities, enhance employability, and
contribute to professional growth and advancement. The sessions covered various
topics, including different HTML tags, structuring web pages, working with images
and videos, creating forms, and implementing toggling functionalities. Here is a
review summarizing the key learnings from the online sessions:
These body tags play a vital role in structuring and formatting the content of a web
page. By using these tags appropriately, developers can create well-organized and
visually appealing web pages that effectively present text, images, links, external
content, emphasis, and customized styling.
Forms in HTML:
Forms in HTML provide a powerful way for users to interact with web pages by
submitting data and providing input. HTML forms consist of various form elements
that allow users to enter information, make selections, and submit data to servers for
processing. Here is a summary of forms in HTML and their key components:
1. <form> Tag: The <form> tag is used to define a form within an HTML document.
It serves as the container for all form elements and specifies how data should be
submitted. The "action" attribute defines the URL where the form data is sent, while
the "method" attribute specifies the HTTP method (GET or POST) used to submit
the data.
2. Input Elements: HTML provides several input elements for capturing different
types of data. The most commonly used input types include text fields (<input
type="text">), checkboxes (<input type="checkbox">), radio buttons (<input
type="radio">), dropdown menus (<select>), and file upload fields (<input
type="file">). These elements allow users to enter or select information.
3. <textarea> Tag: The <textarea> tag is used to create a multiline text input area,
where users can enter larger blocks of text. It provides a larger input area compared
to single-line text fields, allowing users to input more extensive comments,
messages, or descriptions.
4. <label> Tag: The <label> tag is used to associate a text label with a form element.
It provides a descriptive text that helps users understand the purpose of the
associated input field. The "for" attribute of the <label> tag links it to the
corresponding input element using its "id" attribute, improving accessibility and
usability.
5. <button> Tag: The <button> tag creates a clickable button within a form. It can be
used to submit the form or trigger specific actions using JavaScript. The <button>
tag can contain text, images, or other HTML elements, providing flexibility in terms
of customization and styling.
6. Form Validation: HTML5 introduced various attributes and input types for form
validation. Attributes like "required" can be added to enforce mandatory fields,
while input types such as "email" and "number" provide built-in validation for
specific data formats. Additionally, developers can use JavaScript to implement
custom form validation logic.
7. <fieldset> and <legend> Tags: The <fieldset> tag groups related form elements
together, creating a logical section within the form. It can be used to structure and
style form elements, enhancing visual organization. The <legend> tag is used within
the <fieldset> tag to provide a caption or description for the grouped elements.
8. <input type="submit"> and <input type="reset">: The <input type="submit">
element creates a button that, when clicked, submits the form data to the server for
processing. The <input type="reset"> element resets all form fields to their default
values, allowing users to clear entered data and start over.
HTML forms are versatile tools that enable user interaction and data submission on
web pages. By using the appropriate form elements and implementing form
validation, developers can create interactive and user-friendly experiences. Forms
play a critical role in a wide range of web applications, such as contact forms, login
forms, surveys, e-commerce checkout processes, and more.
Table tags in HTML:
Table tags in HTML provide a structured and organized way to present tabular data
on web pages. Tables consist of rows and columns, allowing for the systematic
arrangement of data. Here is a summary of the key table tags in HTML:
1. <table>: The <table> tag is used to define a table within an HTML document. It
serves as the container for all table-related elements. Tables are widely used to
present structured data, such as financial information, product listings, or
schedules.
2. <tr>: The <tr> tag represents a table row. It is used to define a row within the
table and contains one or more <td> or <th> elements. Each <tr> tag signifies a
new row in the table structure.
3. <td>: The <td> tag represents a table cell and is used to define a data cell within
a table row (<tr>). It contains the actual data or content to be displayed in that
specific cell.
4. <th>: The <th> tag represents a table header cell. It is used to define the header
or label for a column or row within the table. Typically, <th> elements are placed
within the <tr> tag that represents the table header row (<thead>).
5. <thead>, <tbody>, and <tfoot>: These tags are used to group and structure
different sections of the table. The <thead> tag contains the table header row(s)
(<tr>) and is used to indicate the beginning of the table's header section. The
<tbody> tag groups the table's body content and contains the main data rows (<tr>)
within the table. The <tfoot> tag defines the table footer section, usually containing
summary or additional information related to the table.
6. <caption>: The <caption> tag is used to add a caption or title to the table. It
appears above or below the table and provides a brief description or explanation of
the table's content.
7. Spanning Cells: HTML tables offer the ability to merge or span cells horizontally or
vertically. This is achieved using the "colspan" and "rowspan" attributes, allowing a
single cell to cover multiple columns or rows.
8. Styling Tables: CSS can be used to customize the appearance and layout of tables.
Developers can apply various styling properties to elements like <table>, <tr>, <th>,
and <td> to control aspects such as borders, spacing, colors, alignment, and more.
Tables play a crucial role in presenting data in a structured and organized manner on
web pages. By utilizing the appropriate table tags and attributes, developers can create
visually appealing and accessible tables that effectively convey information to users.
Lists in HTML:
Lists in HTML provide a structured way to organize and present information in a
hierarchical or sequential manner. HTML offers three types of lists: ordered lists,
unordered lists, and definition lists. Here is a summary of the key list tags in HTML:
1. Ordered Lists (<ol>): The <ol> tag is used to create an ordered list, where list items
are numbered or ordered sequentially. Each list item is marked with a number by
default. Developers can customize the numbering style using CSS or the "type"
attribute, which supports values like "1" (decimal), "A" (uppercase letters), "a"
(lowercase letters), or "I" (uppercase Roman numerals).
2. Unordered Lists (<ul>): The <ul> tag is used to create an unordered list, where list
items are displayed with bullet points or other marker symbols. By default, list items
are marked with a solid bullet. Developers can modify the bullet style or marker using
CSS. Unlike ordered lists, the order of items in an unordered list does not carry any
specific meaning or sequence.
3. List Items (<li>): The <li> tag is used to define individual items within a list. It is
placed within <ol> or <ul> tags to represent a single item in the list. Each <li> element
creates a separate list item, which can contain any type of content, including text,
images, links, or nested lists.
4. Nested Lists: HTML allows the nesting of lists within other lists. This means that an
<ol> or <ul> element can contain other <ol>, <ul>, or <li> elements. This nesting
capability enables the creation of hierarchical or nested structures within lists.
5. Definition Lists (<dl>, <dt>, <dd>): Definition lists are used to present terms and
their corresponding definitions. The <dl> tag represents the definition list, while the
<dt> tag is used to define the term or item being described, and the <dd> tag contains
the definition or description of the term.
Lists provide a versatile way to structure and present information in a logical
and readable format. By using the appropriate list tags and nesting, developers
can create organized and visually appealing content. Lists are commonly used
for navigation menus, step-by-step instructions, bullet-pointed content,
glossaries, and more.
Cascading style sheet:
Cascading Style Sheets (CSS) is a core technology in web development that
revolutionized the way web pages are styled and presented. CSS provides a
powerful set of tools and features for controlling the visual appearance and
layout of HTML documents. In this article, we will explore the key aspects of
CSS and its impact on web design.CSS introduced a more modular and flexible
approach, allowing developers to define styles in a separate CSS file or within
the HTML document itself.
CSS works based on a set of rules that define how elements should be styled. A
CSS rule consists of a selector and a declaration block. The selector targets
specific HTML elements, while the declaration block contains one or more
property-value pairs that define the desired styles.
One of the key concepts in CSS is the notion of cascading, which refers to how
conflicting styles are resolved. When multiple styles are applied to the same
element, CSS follows a set of rules to determine which styles take precedence.
The cascade is influenced by factors such as selector specificity, order of
declaration, and inheritance. Understanding the cascade is crucial for
controlling the desired styles effectively. CSS offers a wide range of selectors
that allow developers to target specific elements or groups of elements.
Selectors can be based on element names, class names, IDs, attributes, or
relationships between elements. CSS also provides pseudo-classes, which are
used to target elements based on states or interactions, such as hovering over an
element or selecting a form input. Selectors and pseudo-classes offer fine-
grained control over styling and interactivity.
The box model is a fundamental concept in CSS that determines how elements
are rendered and take up space on a web page. Each element is represented as a
rectangular box, consisting of content, padding, borders, and margins. CSS
allows developers to set properties such as width, height, margin, and padding
to precisely control the size and spacing of elements. This level of control
enables flexible and responsive layouts.
To streamline development and leverage best practices, developers often use
CSS frameworks and preprocessors. CSS frameworks, such as Bootstrap and
Foundation, provide pre-built styles and components that can be easily
customized and utilized in projects. CSS preprocessors, such as Sass and Less,
introduce advanced features like variables, mixins, and nesting, enabling more
efficient and maintainable CSS code.
Cascading Style Sheets (CSS) is a fundamental technology used in web
development to control the presentation and styling of HTML documents. It
enables developers to define the appearance, layout, and design aspects of web
pages. Here is a summary of Cascading Style Sheets:
JavaScript in HTML:
JavaScript is a powerful scripting language that is commonly used in conjunction
with HTML to add interactivity and dynamic functionality to web pages.
In summary, JavaScript plays a vital role in enhancing the functionality and
interactivity of HTML web pages. By leveraging JavaScript, developers can create
dynamic and responsive experiences, handle user interactions, validate form inputs,
manipulate the DOM, make asynchronous requests, and create visually appealing
animations and effects. JavaScript's versatility makes it an essential component in
modern web development.
Online sessions break down geographical barriers, allowing individuals from all
around the world to participate in learning opportunities. Regardless of location,
anyone with an internet connection can access online sessions and expand their
knowledge and skills. Online sessions are frequently led by subject matter experts,
industry professionals, or renowned educators. Participants have the opportunity to
learn directly from these experts, benefitting from their knowledge, insights, and
real-world experiences
Digital marketing
Digital marketing is a strategic approach to promoting products, services, or
brands using various digital channels and technologies. Its primary goal is to
reach and engage target audiences through online platforms and convert them
into customers or clients. Below is a summary of the key components and
strategies involved in digital marketing:
2. Design: App designers create the user interface (UI) and user experience (UX)
for the application. This step involves wireframing, prototyping, and creating
visual designs to ensure the app is both aesthetically pleasing and user-friendly.
Designers also focus on creating a consistent and intuitive navigation system.
3. Development: The development stage involves writing the actual code that
brings the app to life. Developers use various programming languages and
frameworks that are suitable for the target platform. For example, Swift or Kotlin
might be used for iOS and Android app development, while JavaScript might be
used for web-based applications.
4. Testing: Thorough testing is crucial to ensure the app functions correctly and is
free of bugs and errors. Quality assurance (QA) testers perform different types of
testing, including functional testing, usability testing, performance testing, and
security testing. This phase helps identify and resolve any issues before the app is
released to users.
5. Deployment: Once the app is thoroughly tested and ready for public use, it is
deployed to the respective app stores or distribution platforms. For mobile apps,
this would involve submission to the Apple App Store and Google Play Store. For
web applications, deployment might involve hosting the app on a web server.
Throughout the entire app development process, project managers play a crucial
role in coordinating efforts, ensuring deadlines are met, and communicating with
stakeholders. Additionally, the development team must adhere to industry best
practices and app store guidelines to ensure the app's success and acceptance by
users.
App development can be a complex and iterative process, requiring collaboration
among various specialists, such as developers, designers, QA testers, and project
managers, to create a successful and competitive application.
Proposed Project
Project : Xero Degrees Food Franchise Clone Website
The project aims to develop a clone website for Xero Degrees, a popular food
franchise known for its innovative and mouthwatering food offerings. The
clone website will replicate the essential features and functionalities of the
original Xero Degrees website, providing a seamless user experience to
customers and franchisees alike.
Key Objectives:
1. Replicate Design and User Interface: The clone website will mirror the visual
appeal and user interface of the original Xero Degrees website. The design will
focus on maintaining brand consistency, with attractive visuals, vibrant colors,
and intuitive navigation.
2. Menu and Food Offerings: The website will feature an extensive menu
showcasing Xero Degrees' signature food items, including gourmet burgers,
sandwiches, fries, and beverages. Each menu item will have detailed
descriptions and high-quality images to entice customers.
4. Store Locator: A store locator feature will enable users to find nearby Xero
Degrees outlets easily. Users can search for locations based on their city, state,
or postal code, and view store addresses, contact information, and operating
hours.
5. Online Ordering: To cater to the growing demand for online ordering, the
website will offer a user-friendly ordering system. Customers can customize
their orders, select pickup or delivery options, and make secure payments.
7. SEO Optimization: The website will be built with search engine optimization
(SEO) best practices in mind to improve its visibility on search engines and
attract organic traffic.
8. Admin Panel: A robust and user-friendly admin panel will be created to enable
easy management of the website's content, menu updates, franchise applications,
and order tracking.
Development Approach:
The project will follow an iterative and agile development approach, with regular
feedback and collaboration with stakeholders. The development team will use
modern technologies and frameworks to ensure the website's performance,
scalability, and security.
Timeline:
The project timeline will be divided into specific milestones, with regular
progress updates and adjustments as necessary. The goal is to launch the clone
website within the stipulated time frame while maintaining the highest quality
standards.
Conclusion:
The Xero Degrees Food Franchise Clone Website project aims to create a
compelling online platform that replicates the success of the original Xero
Degrees website. By offering a seamless user experience, showcasing the
franchise opportunities, and facilitating online ordering, the website will drive
customer engagement and support the franchise expansion strategy for Xero
Degrees.
Implementa on
This website has two navbars. One top navbar and one left navbar.
The left navbar contains 6 features- HOME, MENU, ABOUTS US, LOCATIONS,
FRANCHISE, CAREER. Each feature proceeds to a new web page.
MENU: This page will contain the menu list. It will be helpful in online-
ordering and also the customer gets whole list of menu in their homes which
gives them the opportunity to choose what they like to eat.
ABOUT US: This is page contains the information about the franchise like
about the founders, company ,team or values the franchise offers. This page
is of immense importance as it helps the customers to connect with the
franchise more and build a relationship of trust.
LOCATIONS: This page will contain the addresses of all the outlets of xero
degrees along with their exact location. This helps the franchise to showcase
their growth to their customers. Also, they have a proficient information
about their network.
CAREER: this page offers the details about the working experience of the
staff that makes the Xero degrees. The benefits the people working there gets
and also any new openings if available.
The top navbar contains the logo of Xero degrees and 3 features- 360 degrees view ,
offers, and contact us.
OFFERS: This option will show all the offers that will be running at that time
and also will show the upcoming offers so that the customers can be updated
beforehand.
CONTACT US: it contains a form to reach out to the xero degrees customer care
in case the customers have any doubt or complaint.
The About Us page, take pride in sharing the journey and values of the franchise
with customers. At core, the franchise is a team of passionate individuals driven
by a shared vision to make a positive impact. Click on the "About Founders"
button to discover the inspiring story behind franchise’s inception and the
dedicated minds who laid the foundation of this company. The "About
Company" button will take you through its remarkable growth, milestones, and
the services it offers. The commitment to integrity and excellence is highlighted
in the "About Values" section, where customers’ gain insight into the principles
that guide our every decision. Lastly, meet the exceptional individuals who form
our diverse and talented team by clicking on the "About Team" button, as they
are the heartbeat of our success.
2.Store Locator and Maps: Enhance the store locator feature with an interactive
map, directions, and the ability to filter by services (e.g., dine-in, takeaway,
delivery). Include operating hours and contact information for each location.
4.360 view: the website also provides a feature to see any outlet of Xero degrees
at all location in 360 degrees. This feature helps the new businessmen and
entrepreneurs to select the best locality and also helps the customers to choose
the outlet.
5. Updated Menu and Imagery: Keep the menu up-to-date with the latest food
offerings, prices, and descriptions. High-quality images of the dishes can entice
customers and improve their appetite.
Regularly gathering user feedback and conducting usability testing can help
identify additional areas for improvement based on user preferences and pain
points. Implementing these enhancements will not only improve the website's
performance but also contribute to the overall success of the food franchise.
Conclusion
In conclusion, the development of a food franchise website under the Anveshan
Foundation has been a significant undertaking. The project aimed to create an
engaging and user-friendly online platform that showcases the franchise's
offerings, promotes brand awareness and facilitates customer engagement.
Throughout the project, several key objectives were achieved.
Firstly, the website successfully captures the essence of the food franchise, with its
visually appealing design, vibrant imagery, and intuitive user interface. The
website's layout and navigation have been carefully structured to ensure easy access
to essential information, such as menu options, locations, and contact details.
Secondly, the implementation of responsive web design ensures that the website
is accessible and visually appealing across a range of devices, including desktops,
tablets, and mobile phones. This mobile-friendly approach enhances the user
experience and caters to the increasing number of users accessing the web via
mobile devices.
Thirdly, the integration of an online ordering system has provided customers with
the convenience of placing food orders directly through the website. This feature
streamlines the ordering process, reduces manual errors, and increases customer
satisfaction.
Additionally, the inclusion of social media integration has allowed for effective
online promotion and engagement. Social sharing buttons enable customers to
share their experiences and spread the word about the food franchise, further
enhancing its online presence and brand visibility. The successful completion of
this web development project under the Anveshan Foundation highlights the
significance of technology and digital platforms in today's business landscape.
The website serves as a valuable tool for the food franchise to attract new
customers, retain existing ones, and expand its reach in the competitive food
industry.
Overall, the development of the food franchise website has been a successful
endeavour, aligning with the objectives set by the Anveshan Foundation. The
project has provided a solid foundation for the food franchise to establish its
online presence, connect with customers, and drive business growth in the digital
era.
Future Scope
The future scope of a food franchise website and web development in the food
industry is promising and offers numerous opportunities for growth and
innovation. Here are some key areas of potential future development:
In summary, the future scope of a food franchise website and web development in
the food industry is expansive. Leveraging emerging technologies, personalization,
mobile app integration, online ordering systems, social media, voice search, AI, IoT,
sustainability, and health-consciousness can drive customer engagement, improve
user experiences, and contribute to the growth and success of food franchises in the
digital age.
Annexure 1: Code
File name: Home1.html
<!DOCTYPE html>
<html>
<head>
<script src="home1.js"></script>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
>
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wg
ht@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&
;display=swap"
rel="stylesheet">
<style type="text/css">
.liN: active{
color: #fbbd13!important;
}
</style>
</head>
<body>
<div class="navbar-top">
<div class="row">
<div class="col-md-6">
<img class="logo" src="pictures/xero-logo.png" alt="">
</div>
<div class="col-md-6">
<ul class="nav-top-list">
<li class="top-item">360 view</li>
<li class="top-item">Offers</li>
<li class="top-item">Contact Us</li>
</ul>
</div>
</div>
</div>
<div class="navbar-left">
<ul class="main-menu">
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="home1.html" style="text-decoration:none"
class="liN">Home</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="#menu" style="text-decoration:none"
class="liN">Menu</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="about.html" style="text-decoration:none"
class="liN">About<br> Us</a>
</li>
</ul>
</div>
</div>
<div class="mySlides">
<div class="row">
<div class="col-md-8">
<img src="pictures/desktop-banner-1.webp"
alt="Slide 1">
</div>
<div class="col-md-4">
<div class="side-text">
<h2 class="St-head" style="color: #fbbd13;
font-size: 50px;">The Finest Pasta <br> <span style="color: red;">that you
can</span> <br> have</h2>
</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="row">
<div class="col-md-8">
<img src="pictures/desktop-banner-2.webp"
alt="Slide 2">
</div>
<div class="col-md-4">
<div class="side-text">
<h2 class="St-head" style="color: #fbbd13;
font-size: 50px;">Just <br> Because...<br> <span style="color: red;">Why
not?</span> <br></h2>
</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="row">
<div class="col-md-8">
<img src="pictures/desktop-banner-3.webp"
alt="Slide 3">
</div>
<div class="col-md-4">
<div class="side-text">
<h2 class="St-head" style="color: #fbbd13;
font-size: 50px;">Few things <br> are meant for a <br> <span style="color:
red;">lifetime...</span> <br></h2>
<h5 class="St-head" style="color: gray;
font-size: 27px;">Scroll down to know more </h5>
</div>
</div>
</div>
</div>
<div class="mySlides">
<div class="row">
<div class="col-md-8">
<img src="pictures/desktop-banner-4.webp"
alt="Slide 4">
</div>
<div class="col-md-4">
<div class="side-text">
<h2 class="St-head" style="color: #fbbd13;
font-size: 50px;">Make boring <br>evenings<br> <span style="color:
red;">special</span> <br></h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row home-row1">
<div class="col-md-6">
<img src="pictures/how-did-it-start.webp" alt="">
</div>
<div class="col-md-6">
<div class="St">
<h2 class="St-head" style="color:#fbbd13;">How did it
Start?</h2>
</div>
</div>
<div class="col-md-6">
<h2 class="St-head" style="color: gray; font-size: 50px!important;
margin-left: 115px;">We have a great <span style="color:
#fbbd13;">story</span> <br>    to tell you!</h2>
<h5 class="St-head" style="color: gray; font-size: 25px!important;
margin-left: 126px;">Watch our <span style="color: red;">brand
video</span> to know us better</h5>
</div>
<div class="col-md-3"></div>
</div>
<div class="row home-row1">
<div class="col-md-12">
<iframe width="942" height="530"
src="https://www.youtube.com/embed/f0uAaFDJlwc" title="The Journey that
doesn't end | Brand Story | Brand Journey | Website Launch"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-
media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="section-end">
<img id="end" src="pictures/home-vector.webp" alt="">
</div>
</body>
</html>
File name: Home1.css
.navbar-top {
background-color: #333;
color: #fff;
padding: 10px;
height: 74px;
z-index: 1;
position: fixed;
width: 100%;
}
.logo{
width: 126px;
height: 49px;
margin-top: 5px;
margin-left: 39px;
}
.nav-top-list{
list-style-type: none;
margin-top: 12px;
margin-left: 106px;
}
li.top-item{
display: inline;
color: #ddd;
text-decoration: none;
margin-right: 120px;
}
.navbar-left{
position: fixed;
width: 86px;
box-shadow: 0 2px 6px 0 rgba(219,219,219,0.5);
background-color: #ededea;
align-items: center;
max-height: 100%;
min-height: 100%;
height: 100%;
top: 0;
transform: rotate(0deg);
transform-origin: top left;
}
.navbar-left ul{
list-style: none;
padding: 0;
margin: 0;
margin-top: 67px
.navbar-left li.item-left{
padding: 10px;
transform: rotate(-90deg)!important;
}
.navbar-left a{
color: #060505;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
}
.liN:hover {
font-size:
20px;
color: #e0d90fc8;
}
.liN:active{
font-size: 20px;
color: #e0d90fc8;
}
.home-row1{
margin-right: 3px;
margin-left: 74px;
margin-top: 50px;
}
.St{
margin-top: 57px;
}
.St-head {
font-size:
40px;
font-family:
'Source Sans Pro';
font-weight:
bold;
.St-text{
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0.44px;
color: #1B1B1B;
margin-top: 62px;
}
.home-row2{
margin-right: 3px;
margin-left: 74px;
margin-top: 121px;
}
#home-row2-img{
width: 422px;
}
iframe{
margin-left: 270px;
border-radius: 31px;
width: 798px;
height: 411px;
}
.section-end{
margin-top: -1px !important;
}
#end{
margin-top: 0%;
width: 100%;
.navbar {
margin-left: 7px;
width: 200px;
position: fixed;
left: 0;
top: 50px;
color: #fff;
font-size: 25px;
.company-bar {
height: 8%;
width: 100%;
text-align: center;
margin-top:none;
position: fixed;
margin-left: auto;
.content {
margin-left: 200px;
}
.section-content {
height: 400px;
scroll-snap-align:start;
padding:10px;
margin-left: 105px;
.slideshow-container {
position: relative;
width: 100%;
height: 97%;
padding: 20px;
margin-top: 100px;
}
.scroll-section {
height:
calc(803px - 50px);
overflow-y:
scroll;
scroll-snap-type:
y mandatory;
scroll-padding:
10px;
.side-text{
margin-top: 164px;
margin-left: 20px;
}
.fa-solid{
font-weight: 900;
font-family: "Font Awesome 6 Free";
}
.fa-down-arrow::before{
content: "\f063";
}
.mySlides {
display:
none;
width:
100%;
height:
100%;
.mySlides img {
width:
100%;
height:
100%;
object-fit:
cover;
border-radius:
40px;
}
.section-text {
display:
flex;
flex-direction:
row;
align-items:
center;
.section-text .slideshow-container {
flex:
1;
}
.section-text .section-text-right {
flex:
1;
padding-left:
20px;
.text {
position:
absolute;
top:
50%;
right:
0;
transform:
translateY(-50%);
padding:
10px;
background-color:rgba(0, 0, 0, 0.7);
color:
#fff;
font-size:
16px;
.section {
height:
500px;
background-color:
#fff;
opacity:
0;
.section.reveal {
opacity:
1;
ul {
list-style-type:
none;
#liN:hover {
font-size:
28px;
color: #e0d90f;
html,
body {
margin:
0;
padding:
0;
height:
100%;
}
.section-image {
width:300px;
height:
300px;
background-color:
#ddd;
margin-right:
20px;
float:
left;
.section-text {
float:
left;
width:
calc(100% - 340px);
.prev,
.next {
position:
absolute;
top:
50%;
transform:
translateY(-50%);
padding:
10px;
background-color:
#333;
color:
#fff;
cursor:
pointer;
.prev {
left:
10px;
.next {
right:
10px;
}
File name: Home1.js
window.addEventListener('scroll',
revealSections);
function
revealSections() {
var
sections = document.querySelectorAll('.section');
sections.forEach(function (section) {
var
sectionTop = section.getBoundingClientRect().top;
var
windowHeight = window.innerHeight;
if (sectionTop <
windowHeight -
100) {
section.classList.add('reveal');
});
let
slideIndex = 0;
let
slides;
function
showSlides() {
slides =
document.getElementsByClassName("mySlides");
slideIndex++;
if (slideIndex >
slides.length) {
slideIndex =
1;
slides[slideIndex -
1].style.display =
"block";
function
plusSlides(n) {
slideIndex +=
n;
if (slideIndex <
1) {
slideIndex =
slides.length;
} else
if (slideIndex >
slides.length) {
slideIndex =
1;
for (let
i =
0; i <
slides.length;
i++) {
slides[i].style.display =
"none";
slides[slideIndex -
1].style.display =
"block";
setInterval(showSlides, 2000);
File name: about.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about page</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-
KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-
ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-
JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<style>
.hidden{
display: none;
}
/* Add the CSS for top and left navbars */
.navbar-top {
background-color: #333;
color: #fff;
padding: 10px;
height: 74px;
z-index: 1;
position: fixed;
width: 100%;
top : 0px;
.navbar-left {
position: fixed;
width: 86px;
box-shadow: 0 2px 6px 0 rgba(219,219,219,0.5);
background-color: #ededea;
align-items: center;
max-height: 100%;
min-height: 100%;
height: 100%;
top: 0;
transform: rotate(0deg);
transform-origin: top left;
}
/*.nav {
margin-top: 40px;
margin-left: 100px;
}*/
.navbar-left .main-menu li a {
color: black;
}
.btn-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 200px;
}
.show-btn {
padding: 10px 20px;
margin: 5px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
</style>
</head>
</div>
<div class="navbar-left">
<ul class="main-menu">
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="home1.html" style="text-decoration:none" class="liN"
>Home</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="#menu" style="text-decoration:none"
class="liN">Menu</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="about.html" style="text-decoration:none"
class="liN">About<br> Us</a>
</li>
</ul>
</div>
</div>
<li class="nav-item">
<button type="button" class="show-btn " id="btn1"
onclick="showDiv(div1)">About
Founders</button>
</li>
<li class="nav-item">
<button type="button" class="show-btn" id="btn2"
onclick="showDiv(div2)">About
company</button>
</li>
<li class="nav-item">
<button type="button" class="show-btn" id="btn3"
onclick="showDiv(div3)">About
value</button>
</li>
<li class="nav-item">
<button type="button" class="show-btn" id="btn4"
onclick="showDiv(div4)">About
team</button>
</li>
</ul>
</div>
<div class="content" id="div1">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<img class="founders-img" src="pictures/Kashish-
Aneja.jpg" alt="">
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align: justify;">After a post-grad
in marketing, and a couple months in a 9-5 gig, our founder Kashish Aneja,
realised his affinity to the food industry.
And like a true Foodpreneur, he went after this
epiphany with all he had. And that crazy zeal,
friends, has evolved from a cozy cafe in
central Connaught Place into the thriving food
chain that we all love today, Xero Degrees.
<br>
Starting and most importantly sustaining a
restaurant in a cut-throat yet continuously
evolving marketplace like Delhi comes with its
own learnings, and currently with the smooth
operational style of Xero Degree, we can say
Kashish is well-equipped with the Logistical as
well as Executive skill sets required to keep
Xero Degrees always brimming with happy
customers.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="founders-img" src="pictures/Shivam-
Kakkar.jpg" alt="">
</div>
<div class="row">
<div class="col-md-12">
<p style="text-align: justify;">It all started the
way back in 2015 while pursuing Chartered accountancy, and just one step
away from completing his CA, Shivam decided to
step into this business. With his passion and
fascination with the F&B industry, in 2018,
they started their first outlet in Connaught
Place, New Delhi.
<br>
He believes finance is the core of everything
that can get really technical and challenging
with GSTs, Income tax, mitigating risks like
pandemic and policy changes. When it comes to
the HR department, he feels that it is much
more than taking care of the staff of all the
outlets. He and his team try to build a
positive and bias neutral culture to create an
employee-centric work environment. Though they
have honest and transparent law compliant
practices, they recently introduced the legal
affairs department to establish best legal
practices and avoid unwanted challenges.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<p>The brands ‘Xero Degrees’ & ‘Xero Courtyard’ are
exclusively owned by Xero Degrees Cafe Private
limited. Xero Degrees was founded by Kashish Aneja &
Shivam Kakkar in the year 2018. With multiple
locations across India, Xero Degrees is your new
destination for mouth-watering and mind-blowing
food. Xero’s crazily Indianized American food will
leave you craving for more. Enjoy well-crafted
piping hot recipes of spicy French fries, cheesy pizza
slices, heavenly delicious drinks and
whatnot, in a warm and pleasant ambience created by
Xero’s stunning interiors and decor. Xero
Degrees is not just a restaurant, but an escape from
your busy life to “a world full of
happiness”The brands ‘Xero Degrees’ & ‘Xero Courtyard’
are exclusively owned by Xero Degrees Cafe
Private limited. Xero Degrees was founded by Kashish
Aneja & Shivam Kakkar in the year 2018.
With multiple locations across India, Xero Degrees is
your new destination for mouth-watering and
mind-blowing food. Xero’s crazily Indianized American
food will leave you craving for more. Enjoy
well-crafted piping hot recipes of spicy French fries,
cheesy pizza slices, heavenly delicious
drinks and whatnot, in a warm and pleasant ambience
created by Xero’s stunning interiors and
decor.The brands ‘Xero Degrees’ & ‘Xero Courtyard’ are
exclusively owned by Xero Degrees Cafe
Private limited. Xero Degrees was founded by Kashish
Aneja & Shivam Kakkar in the year 2018. Xero
Degrees is not just a restaurant, but an escape from
your busy life to “a world full of happiness”
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" col-md-2 ">
<div class="white-card">
<img class="team-img" src="pictures/Xero-Degrees-Vikash-
Kumar.jpg" alt="">
<div class="dtls">
<h5>
Vikash Kumar </h5>
<h6>
Corporate General Manager </h6>
</div>
</div>
</div>
<div class=" col-md-2 ">
<div class="white-card">
<img class="team-img" src="pictures/Gaurika-Bubber.jpg"
alt="">
<div class="dtls">
<h5>
Gaurika Bubber </h5>
<h6>
Brand Manager </h6>
</div>
</div>
</div>
<div class=" col-md-2 ">
<div class="white-card">
<img class="team-img" src="pictures/Anushka-Sethi.jpg"
alt="">
<div class="dtls">
<h5>
Anushka Sethi </h5>
<h6>
Sr. Business Development and Marketing
Manager </h6>
</div>
</div>
</div>
<div class=" col-md-2 ">
<div class="white-card">
<img class="team-img" src="pictures/Xero-Degrees-Rishant-
Joshi.jpg" alt="">
<div class="dtls">
<h5>
Rishant Joshi </h5>
<h6>
HR Manager </h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="row bottom">
<div class="col-md-12">
<h3 class="footer">Trademark “XD Xero Degrees” is owned by
Kashish Aneja and Shivam Kakkar
<br><span>Copyright © 2023 Xero Degrees Cafe Private
Limited</span>
</h3>
<br>
<p class="footer-links">
<a href="">Terms & Conditions</a>
| <a href="">Privacy policy</a>
</p>
</div>
</div>
</div>
<script src="about.js"></script>
</body>
</html>
.founders-block{
padding-right: 50px!important;
}
img.founders-img{
max-width: 188px;
max-height: 188px;
-o-object-fit: cover;
object-fit: cover;
padding: 0;
h4.founders-name{
margin-bottom: 0;
margin-left: 20px;
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-align: left;
color: #1b1b1b;
vertical-align: bottom;
}
span{
font-weight: 300;
}
h3.footer{
font-weight: 400;
font-size: 20px;
line-height: 32px;
color: #ffffff;
text-align: center;
letter-spacing: 0.44px;
padding: 1%;
padding-bottom: 10px !important;
}
/*a{
text-decoration: none!important;
color: white!important;
}*/
.footer-links{
font-size: 18px;
padding-top: 5px !important;
padding-bottom: 5px !important;
text-align: center;
color: white;
}
img.company-img{
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 390px;
-o-object-position: bottom;
object-position: bottom;
text-align: center;
padding-top: 10px;
margin-top: 5px;
}
.flash-card{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-left: 5px;
padding-right: 5px;
}
.val-card{
width: 284px;
height: 400px;
background-repeat: no-repeat;
background-size: cover;
padding-left: 20px;
padding-right: 20px;
border-radius: 40px;
margin-left: 10px;
margin-right: 10px;
position: relative;
overflow: hidden;
;
}
.card-label:hover{
cursor: pointer;
.card-matter{
display: none;
color: white;
position: relative;
.card-label{
color: white;
margin-top: 10px;
}
.card-label:hover + .card-matter{
display: block;
ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.nav{
margin-top: 40px;
margin-left: 100px;
}
.card-matter p{
text-shadow: black 2px 3px 5px;
}
.card-head{
text-shadow: black 2px 3px 5px;
}
.Btns {
margin-top: 100px;
display: flex; /* Use flexbox to create a horizontal layout */
justify-content: center; /* Center the buttons horizontally */
margin-left: -313px;
.Btns ul {
list-style: none;
padding: 0;
margin: 0;
}
.Btns li {
display: inline-block; /* Display list items horizontally */
margin: 0 10px; /* Adjust the spacing between buttons */
padding: 10px;
}
.show-btn:hover {
background-color: rgb(247, 216, 93);
}
button.show-btn{
display: block;
background-color: #f9f8f5;
border-radius: 40px;
border: 0;
color: black;
font-style: normal;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: small;
width: 179px;
height: 44px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.show-btn:hover{
border:0;
}
.show-btn:focus{
outline: none!important;
border: 0!important;
background-color: rgb(247, 216, 93)!important;
.col-md-2{
margin-right: 20px;
}
.white-card{
background-color: white;
width: 203px;
height: 225px;
margin-left: 50px;
margin-right: 50px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
border-radius: 40px;
text-align: center;
}
.team-img{
border-radius: 50%;
width: 107px;
margin-top: 20px;
}
.dtls h5{
font-family: "Source Sans Pro",sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: .4px;
color: #1b1b1b;
margin-bottom: 0;
}
.dtls h6{
font-family: "Source Sans Pro",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
}
.dtls{
margin-top: 13px;
}
.logo{
width: 126px;
height: 49px;
margin-top: 5px;
margin-left: 39px;
}
.nav-top-list{
list-style-type: none;
margin-top: 12px;
margin-left: 106px;
}
li.top-item{
display: inline;
color: #ddd;
text-decoration: none;
margin-right: 120px;
}
.navbar-left ul{
list-style: none;
padding: 0;
margin: 0;
margin-top: 67px
.navbar-left li.item-left{
padding: 10px;
transform: rotate(-90deg)!important;
}
a:hover {
font-size:
20px;
color: #e0d90fc8!important;
}
File name: about.js
function
showDiv(div) {
var
allDivs = document.getElementsByClassName('content');
for (var
i =
0; i <
allDivs.length;
i++) {
allDivs[i].style.display =
'none';
div.style.display =
'block';
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>careers page</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-
KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-
ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-
JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<style>
.hidden{
display: none;
}
/* Add the CSS for top and left navbars */
.navbar-top {
background-color: #333;
color: #fff;
padding: 10px;
height: 74px;
z-index: 1;
position: fixed;
width: 100%;
top : 0px;
.navbar-left {
position: fixed;
width: 86px;
box-shadow: 0 2px 6px 0 rgba(219,219,219,0.5);
background-color: #ededea;
align-items: center;
max-height: 100%;
min-height: 100%;
height: 100%;
top: 0;
transform: rotate(0deg);
transform-origin: top left;
}
/*.nav {
margin-top: 40px;
margin-left: 100px;
}*/
.navbar-left .main-menu li a {
color: black;
}
.btn-container {
display: flex;
justify-content: center;
align-items: center;
margin-top: 200px;
}
.show-btn {
padding: 10px 20px;
margin: 5px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
</style>
</head>
</div>
<div class="navbar-left">
<ul class="main-menu">
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="home1.html" style="text-decoration:none"
class="liN">Home</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="#menu" style="text-decoration:none" class="liN">Menu</a>
</li>
<li style="transform: rotate(-90deg); margin-bottom: 60px;">
<a href="about.html" style="text-decoration:none"
class="liN">About<br> Us</a>
</li>
</ul>
</div>
</div>
<li class="nav-item">
<button type="button" class="show-btn" id="btn1"
onclick="showDiv(div1)">Details</button>
</li>
<li class="nav-item">
<button type="button" class="show-btn" id="btn2"
onclick="showDiv(div2)">Perks&benefits</button>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<p class="details">
There is no denying it, our food scientists at Xero
Degrees have been spoiled by their freedom to try out new whacky yet lovable
dishes to serve, and this is not anything new for the brand-makers of Xero
Degrees. The Delhi boy-duo of Kashish Aneja and Shivam Kakkar started the
Restaurant chain in 2018 with one thing in mind: let there be cheese! Plenty
of cheese!
<br>
What they’ve built today is an eatery that started
offering true-blue American cuisine to its young audience in the hippest part
of Delhi.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="row bottom">
<div class="col-md-12">
<h3 class="footer">Trademark “XD Xero Degrees” is owned by
Kashish Aneja and Shivam Kakkar
<br><span>Copyright © 2023 Xero Degrees Cafe Private
Limited</span>
</h3>
<br>
<p class="footer-links">
<a href="">Terms & Conditions</a>
| <a href="">Privacy policy</a>
</p>
</div>
</div>
</div>
<script src="about.js"></script>
</body>
</html>
.card-matter p{
text-shadow: black 2px 5px 5px;
}
.details{
padding-left: 33px;
padding-top: 7px;
}
Annexure 2
https://drive.google.com/drive/folders/1fWvAV35WWQFU
aduO5jKt9XnDBO2FaH3O?usp=sharing
Bibliography
4.https://www.w3schools.com/csS/css3_buttons.asp