forked from HimanshuNarware/Devlabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
corrected project name Devlaps to Devlabs
- Loading branch information
1 parent
ed9a679
commit b51100b
Showing
5 changed files
with
175 additions
and
157 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
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 |
---|---|---|
|
@@ -11,54 +11,75 @@ | |
/> | ||
<meta | ||
name="keywords" | ||
content="Devlabs, devlabsstore, Developer tools, DevLabs, Free tools, Technology tools, Productivity tools, Daily utilities tools, developer needs, DevLaps, Developer tools" | ||
content="Devlabs, devlabsstore, Developer tools, DevLabs, Free tools, Technology tools, Productivity tools, Daily utilities tools, developer needs, DevLabs, Developer tools" | ||
/> | ||
<meta name="author" content="Himanshu Narware" /> | ||
|
||
<!-- Open Graph Meta Tags --> | ||
<meta property="og:title" content="Devlabs - Your Free Tool Repository" /> | ||
<meta property="og:description" content="Search for free and helpful tools tailored to your needs, built by an amazing open-source community." /> | ||
<meta | ||
property="og:description" | ||
content="Search for free and helpful tools tailored to your needs, built by an amazing open-source community." | ||
/> | ||
<meta property="og:image" content="%PUBLIC_URL%/og-image.png" /> | ||
<meta property="og:url" content="https://devlabsstore.com" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
<!-- Twitter Card Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="Devlabs - Your Free Tool Repository" /> | ||
<meta name="twitter:description" content="Search for free and helpful tools tailored to your needs, built by an amazing open-source community." /> | ||
<meta | ||
name="twitter:description" | ||
content="Search for free and helpful tools tailored to your needs, built by an amazing open-source community." | ||
/> | ||
<meta name="twitter:image" content="%PUBLIC_URL%/twitter-image.png" /> | ||
|
||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&family=Indie+Flower&family=Jersey+15&family=Kalam:wght@300;400;700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css"> <!-- Custom CSS for additional styling --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6WS166VH7E"></script> | ||
<script src="https://kit.fontawesome.com/8e211f0d34.js" crossorigin="anonymous"></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
/> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&family=Indie+Flower&family=Jersey+15&family=Kalam:wght@300;400;700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css" /> | ||
<!-- Custom CSS for additional styling --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=G-6WS166VH7E" | ||
></script> | ||
<script | ||
src="https://kit.fontawesome.com/8e211f0d34.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
|
||
gtag('config', 'G-6WS166VH7E'); | ||
gtag("config", "G-6WS166VH7E"); | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script> | ||
<script> | ||
const options = { | ||
bottom: '64px', // default: '32px' | ||
right: 'unset', // default: '32px' | ||
left: '32px', // default: 'unset' | ||
time: '0.5s', // default: '0.3s' | ||
mixColor: '#fff', // default: '#fff' | ||
backgroundColor: '#fff', // default: '#fff' | ||
buttonColorDark: '#100f2c', // default: '#100f2c' | ||
buttonColorLight: '#fff', // default: '#fff' | ||
bottom: "64px", // default: '32px' | ||
right: "unset", // default: '32px' | ||
left: "32px", // default: 'unset' | ||
time: "0.5s", // default: '0.3s' | ||
mixColor: "#fff", // default: '#fff' | ||
backgroundColor: "#fff", // default: '#fff' | ||
buttonColorDark: "#100f2c", // default: '#100f2c' | ||
buttonColorLight: "#fff", // default: '#fff' | ||
saveInCookies: false, // default: true, | ||
label: '🌓', // default: '' | ||
autoMatchOsTheme: true // default: true | ||
} | ||
label: "🌓", // default: '' | ||
autoMatchOsTheme: true, // default: true | ||
}; | ||
const darkmode = new Darkmode(options); | ||
darkmode.showWidget(); | ||
</script> | ||
|
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
Oops, something went wrong.