Skip to content

Commit

Permalink
Merge pull request #88 from sliitsesc/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
pawan-live committed Sep 21, 2024
2 parents 73d0e0c + 4a9073b commit 86eb91e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
<meta property="og:url" content="https://sliitxtreme.ieeesliit.com" />
<meta property="og:description" content="SLIITXtreme 3.0 - 2024" />
<meta property="og:image" content="/images/og_image.jpeg" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-PRXTBJJ525"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-PRXTBJJ525");
</script>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sliit-xtreme-2024-web",
"private": true,
"version": "0.0.1",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file modified public/images/xtreme-2.0/sliitxtreme-1.0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;

html {
scroll-behavior: smooth;
}

:root {
background-color: black;
}
Expand Down

0 comments on commit 86eb91e

Please sign in to comment.