Skip to content

Commit

Permalink
右边的动画
Browse files Browse the repository at this point in the history
  • Loading branch information
white0dew committed Jul 3, 2024
1 parent f0e9588 commit 7f07de7
Show file tree
Hide file tree
Showing 5 changed files with 8,638 additions and 6,808 deletions.
17 changes: 14 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,25 @@ export default function Home() {
<Image src={Logo} alt="logo" width={150} height={150} />
</div>
<h1 className="text-6xl font-bold mb-4 animate-bounce">OffewNow</h1>
<p className="text-xl">
关于
<span className="text-3xl px-1 text-blue-300">计算机、编程&&AI</span>
,可能你只需要这
<span className="text-3xl">一个</span>网站
</p>

<p className="text-xl">立即拿到Offer哦!</p>
<p className="text-xl">分享最新的面试技巧、题库和编程知识</p>
{/* 数据统计组件 */}
<div className="text-center space-y-3 flex flex-col items-center">
<span className="text-2xl font-semibold">
当前网站共有{" "}
<span className="text-green-500">{allPosts.length}</span> 份学习资料
</span>

<div className="relative w-96 h-1 bg-black overflow-hidden rounded-lg flex flex-row">
<div
className="absolute w-16 h-1 bg-gradient-to-r rounded-xl from-transparent
via-white to-blue-500 animate-slide-right"
></div>
</div>
<div className="flex items-center justify-center ">
<div className=" animate-bounce-right flex items-center self-center text-xl">
👉
Expand All @@ -54,6 +63,8 @@ export default function Home() {
赶紧卷起来!
</CustomLink>
</div>

<p className="text-xl">分享最新的面试技巧、题库和编程知识</p>
</div>
</section>

Expand Down
35 changes: 0 additions & 35 deletions lib/agg_sitemap.ts

This file was deleted.

Loading

0 comments on commit 7f07de7

Please sign in to comment.