Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 52 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"embla-carousel-react": "^8.1.3",
"framer-motion": "^12.23.22",
"lucide-react": "^0.414.0",
"next": "^15.3.0",
"next": "^15.3.8",
"next-seo": "^6.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
14 changes: 9 additions & 5 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import HeaderImages from '../components/HeaderImages'
import Timeline from '../components/TimeLine'
import Gallery from '../components/Gallery'
import Marquee from 'react-fast-marquee'
// import Marquee from 'react-fast-marquee'

// const image = {
Expand All @@ -26,11 +27,14 @@ export default function Index() {
</span>
</div> */}
<div className="w-full flex justify-center bg-indigo-600 py-2.5">
{/* <Marquee gradient={false} speed={50} pauseOnHover> */}
<span className="text-lg font-semibold text-white">
Conference paper registration is closed
</span>
{/* </Marquee> */}
<Marquee gradient={false} speed={50} pauseOnHover>
<span
className="text-lg font-semibold text-white hover:underline cursor-pointer"
onClick={() => window.open('/Best_PaperID.pdf', '_blank')}
>
BEST PAPER in the CSITSS-9 2025
</span>
</Marquee>
</div>
<header>
<div className="heroHeader w-full bg-cover bg-center px-4 py-8 sm:px-8 sm:py-12 md:px-16 md:py-16">
Expand Down
Binary file added public/Best_PaperID.pdf
Binary file not shown.