-
Notifications
You must be signed in to change notification settings - Fork 256
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
made service page responsive #962
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, @samarsajad! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Please review my pull request @varshith257 @Anishkagupta04 |
✅ Deploy Preview for rapidoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Please review my pull request @varshith257 |
@samarsajad Can you fix this? |
|
I can see it in the deploy |
|
This reverts commit 04a365f.
Please review the changes made @varshith257 |
Footer is totally misaligned with mobile responsive and some of buttons in service page also misaligned @Anjaliavv51 Take a look |
@samarsajad footer alignment is not good , pls modify it. |
@samarsajad also , to check ur code output , please review the deployment in netlify In below pic deploy preview |
Html-Files/appointment.html
Outdated
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
|
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
Html-Files/customer_agreement.html
Outdated
|
||
<!-- Bootstrap JS and dependencies --> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
Html-Files/privacy_policy_page.html
Outdated
@@ -28,6 +28,7 @@ | |||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" | |||
/> | |||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | |||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
js/feedbackmessage.js
Outdated
const emoji = gif.getAttribute('data-emoji'); | ||
const gifSrc = gif.getAttribute('data-gif-src'); | ||
selectedEmojiElement.textContent = emoji; | ||
selectedGifElement.src = gifSrc; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
Description
Added media queries to make the services page mobile responsive.
Related Issues
Type of PR
Screenshots / videos (if applicable)
Checklist
main
branch before making this PRAdditional context:
[Include any additional information or context that might be helpful for reviewers.]