From a9ce2173f392a4c733cec0e9bc052a3598e3aad0 Mon Sep 17 00:00:00 2001 From: Tushar Gupta <138330699+tushargupta1504@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:08:47 +0530 Subject: [PATCH] Update index.html 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 is unnecessary and can be removed if you're not using Tailwind CSS. The 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. .. --- index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 872fba09a..429fc5443 100644 --- a/index.html +++ b/index.html @@ -8,13 +8,17 @@ Virtuo Learn - + + + + + }; + }); + + - \ No newline at end of file +