Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of Bootstrap for improving responsiveness of the website #1060

Merged
merged 38 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2296072
Rename sitelogo.PNG to sitelogo.png
AmbitiousCoder-07 Jun 1, 2024
dbd031f
Rename foodie.PNG to foodie.png
AmbitiousCoder-07 Jun 1, 2024
42e9a33
Merge branch 'khushi-joshi-05:main' into main
AmbitiousCoder-07 Jun 2, 2024
4b0e7b4
bootstrap changes for navbar and slider
AmbitiousCoder-07 Jun 4, 2024
7149972
..
AmbitiousCoder-07 Jun 4, 2024
ff9d1aa
Rename sitelogo.PNG to sitelogo.png
AmbitiousCoder-07 Jun 1, 2024
6ba2160
Rename foodie.PNG to foodie.png
AmbitiousCoder-07 Jun 1, 2024
b2b643b
bootstrap changes for navbar and slider
AmbitiousCoder-07 Jun 4, 2024
b76c1bd
Merge branch 'main' of https://github.com/AmbitiousCoder-07/Food-orde…
AmbitiousCoder-07 Jun 4, 2024
605cc56
additional changes
AmbitiousCoder-07 Jun 4, 2024
ef666fe
updated navbar in other menu page + logo update
AmbitiousCoder-07 Jun 4, 2024
3ab00b7
changed navbars of main pages
AmbitiousCoder-07 Jun 4, 2024
6fbc296
creation of separate css file for navigation bar
AmbitiousCoder-07 Jun 4, 2024
12e8814
added about us section
AmbitiousCoder-07 Jun 5, 2024
6cbd5cf
added menu and services section
AmbitiousCoder-07 Jun 6, 2024
e634c97
added testimonials
AmbitiousCoder-07 Jun 7, 2024
6afd50f
picture gallery added
AmbitiousCoder-07 Jun 9, 2024
c585576
finished home page with bootstrap
AmbitiousCoder-07 Jun 9, 2024
c8b8a65
update
AmbitiousCoder-07 Jun 9, 2024
51347bf
Merge pull request #1 from AmbitiousCoder-07/pages-navbar-changes
AmbitiousCoder-07 Jun 9, 2024
2b861ed
loader css
AmbitiousCoder-07 Jun 9, 2024
d586dbb
Merge remote-tracking branch 'upstream/main' into homepg-changes
AmbitiousCoder-07 Jun 10, 2024
13e84a4
merged upstream into bootstrap branch
AmbitiousCoder-07 Jun 10, 2024
42f5390
Merge remote-tracking branch 'upstream/main' into homepg-changes
AmbitiousCoder-07 Jun 10, 2024
8345b0a
Merge branch 'khushi-joshi-05:main' into main
AmbitiousCoder-07 Jun 10, 2024
8fd0210
social media handles hover effect added
AmbitiousCoder-07 Jun 10, 2024
d43728f
Merge branch 'main' of https://github.com/AmbitiousCoder-07/Food-orde…
AmbitiousCoder-07 Jun 10, 2024
3043969
improved loader + updated footer in all pages
AmbitiousCoder-07 Jun 10, 2024
451612f
service footer updated
AmbitiousCoder-07 Jun 10, 2024
975cfd6
Merge remote-tracking branch 'upstream/main'
AmbitiousCoder-07 Jun 11, 2024
2673330
updated toggle icon in navbar properly
AmbitiousCoder-07 Jun 11, 2024
6ce2a8a
changed the structure of menu page
AmbitiousCoder-07 Jun 15, 2024
8665fe2
added cart functionality for menu page
AmbitiousCoder-07 Jun 15, 2024
a703a9c
fixed container issues in menu page
AmbitiousCoder-07 Jun 15, 2024
50127e2
Merge remote-tracking branch 'upstream/main'
AmbitiousCoder-07 Jun 15, 2024
c8e86e9
merge fixes
AmbitiousCoder-07 Jun 15, 2024
42416be
fixed stars of menu
AmbitiousCoder-07 Jun 15, 2024
62068e6
Merge remote-tracking branch 'upstream/main'
AmbitiousCoder-07 Jun 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions Css-files/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
box-sizing: border-box;
font-family: "Bree Serif", serif;
}
.navigbar {
top: 40px;
}

.mainhead {
text-align: center;
padding-top: 50px;
Expand Down Expand Up @@ -63,8 +61,8 @@
border: 1px solid gray;
}

.quantity-wrapper *,
.btn {
.quantity-wrapper *
{
display: inline-block;
width: 30px;
height: 30px;
Expand Down
Loading
Loading