-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1642 from shivam8112005/new
Optimized website load time
- Loading branch information
Showing
2 changed files
with
53 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,23 +10,31 @@ | |
<link rel="shortcut icon" type="image/x-icon" href="/images/favi.webp" /> | ||
|
||
<!--font awesome--> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" | ||
/> | ||
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"></noscript> | ||
<!--swiper slider css--> | ||
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" /> | ||
<link rel="preload" href="https://unpkg.com/swiper/swiper-bundle.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"></noscript> | ||
|
||
<!-- bootstrap icons --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> | ||
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"> --> | ||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap[email protected]/font/bootstrap-icons.min.css"></noscript> | ||
|
||
<!-- for scroll reveal --> | ||
<script src="https://unpkg.com/scrollreveal"></script> | ||
|
||
|
||
<!--css--> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="Scroll_and_progressbar.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" | ||
/> | ||
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"></noscript> | ||
|
||
|
||
|
||
<!-- Preconnect for faster loading of external resources --> | ||
<link rel="preconnect" href="https://cdnjs.cloudflare.com"> | ||
<link rel="preconnect" href="https://unpkg.com"> | ||
<link rel="preconnect" href="https://cdn.jsdelivr.net"> | ||
<style> | ||
/* Chatbot Container */ | ||
|
||
|
@@ -223,7 +231,7 @@ | |
|
||
|
||
<!-- Script for Navbar Toggle --> | ||
|
||
<script src="https://unpkg.com/scrollreveal" defer></script> | ||
<script src="https://accounts.google.com/gsi/client" async defer></script> | ||
|
||
</head> | ||
|
Oops, something went wrong.
e0df45c
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.
Successfully deployed to the following URLs:
word-wise – ./
word-wise-pi.vercel.app
word-wise-git-main-anshikas-projects-45924011.vercel.app
word-wise-anshikas-projects-45924011.vercel.app