Skip to content

Commit

Permalink
add ridaisai countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
qq8244353 committed Nov 22, 2023
1 parent cb65cc9 commit 76a491e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ yarn-error.log*
# vercel
.vercel

package-lock.json
package-lock.json

# nvim
.nvimlog
8 changes: 8 additions & 0 deletions src/pages/Home/HeroView/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ import { BOUNCE, CUBIC_OUT, SWIFT } from 'src/utils/animations'
import { fade, flip, pic } from './animations'
import { T_AROUND, T_COVER, T_FLIP, T_PIC } from '../animations'

const Center = styled.div`
width: 100%;
height: 50%;
min-height: 280px;
text-align: center;
`

export default function TopBanner() {
return (
<Banner>
<Image></Image>
<Names></Names>
<Center>理大祭まであと2日!(特設サイトに切り替わりますのでお楽しみに!)</Center>
</Banner>
)
}
Expand Down

0 comments on commit 76a491e

Please sign in to comment.