-
Notifications
You must be signed in to change notification settings - Fork 136
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
Update index.html #116
Update index.html #116
Conversation
The script tag for tailwind.config is not included correctly. It should be wrapped in a script tag with a type attribute. You are using the tailwind.config script but have not included Tailwind CSS in your project. If you are not using Tailwind CSS, you can remove this script. You have included jQuery and ScrollReveal scripts, but it seems you haven't used them in your code. If you don't need them, you can remove these scripts. There is an issue with the font-awesome script inclusion. It should use the https protocol. Update the link as follows: The <script src="https://cdn.tailwindcss.com"></script> script is unnecessary and can be removed if you're not using Tailwind CSS. The <script async src="https://www.googletagmanager.com/gtag/js?id=G-80WSMNJP27"></script> and the related Google Analytics script are included, but they won't work unless you have a valid Google Analytics property ID. If you don't use Google Analytics, you can remove these scripts. The href attribute for the <a> tags in the social media section is set to placeholder values. Make sure to replace them with your actual social media links. The Twitter logo has a style attribute with an incorrect width property. Change width: full; to width: 100%;. The scroll-reveal.js script is included, but the script file is not referenced correctly. Make sure to provide the correct path or remove it if not needed. ..
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, @tushargupta1504! 🎉 Thank you for submitting your pull request for Virtuo-Learn. Our dedicated team will review it diligently.Your contribution is valuable and we appreciate your efforts to improve our project.
The script tag for tailwind.config is not included correctly. It should be wrapped in a script tag with a type attribute. You are using the tailwind.config script but have not included Tailwind CSS in your project. If you are not using Tailwind CSS, you can remove this script. You have included jQuery and ScrollReveal scripts, but it seems you haven't used them in your code. If you don't need them, you can remove these scripts. There is an issue with the font-awesome script inclusion. It should use the https protocol. Update the link as follows: The <script src="https://cdn.tailwindcss.com"></script> script is unnecessary and can be removed if you're not using Tailwind CSS. The <script async src="https://www.googletagmanager.com/gtag/js?id=G-80WSMNJP27"></script> and the related Google Analytics script are included, but they won't work unless you have a valid Google Analytics property ID. If you don't use Google Analytics, you can remove these scripts. The href attribute for the tags in the social media section is set to placeholder values. Make sure to replace them with your actual social media links. The Twitter logo has a style attribute with an incorrect width property. Change width: full; to width: 100%;. The scroll-reveal.js script is included, but the script file is not referenced correctly. Make sure to provide the correct path or remove it if not needed. |
The script tag for tailwind.config is not included correctly. It should be wrapped in a script tag with a type attribute.
You are using the tailwind.config script but have not included Tailwind CSS in your project. If you are not using Tailwind CSS, you can remove this script.
You have included jQuery and ScrollReveal scripts, but it seems you haven't used them in your code. If you don't need them, you can remove these scripts.
There is an issue with the font-awesome script inclusion. It should use the https protocol. Update the link as follows:
The <script src="https://cdn.tailwindcss.com"></script> script is unnecessary and can be removed if you're not using Tailwind CSS.
The <script async src="https://www.googletagmanager.com/gtag/js?id=G-80WSMNJP27"></script> and the related Google Analytics script are included, but they won't work unless you have a valid Google Analytics property ID. If you don't use Google Analytics, you can remove these scripts.
The href attribute for the tags in the social media section is set to placeholder values. Make sure to replace them with your actual social media links.
The Twitter logo has a style attribute with an incorrect width property. Change width: full; to width: 100%;.
The scroll-reveal.js script is included, but the script file is not referenced correctly. Make sure to provide the correct path or remove it if not needed.
..
Related Issue
Closes #issue_number
Description
Screenshots (if applicable)
Checklist