Skip to content

Commit

Permalink
update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Mar 5, 2025
1 parent dc488e1 commit e9be476
Show file tree
Hide file tree
Showing 18 changed files with 274 additions and 68 deletions.
63 changes: 38 additions & 25 deletions site/components/home/Showcase.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import { Button } from "antd";
import Link from "next/link";
// import { Button } from "antd";
// import Link from "next/link";

// import BannerSVGAnim from './BannerSVGAnim';
// import logo from "../../public/images/logo.svg";
// import hero from "../../public/images/home_hero.svg";
import Image from "next/image";
import wyyx from "../../public/images/showcase/wyyx.svg";
import lyl from "../../public/images/showcase/lyl.svg";
import hzsfdx from "../../public/images/showcase/hzsfdx.svg";
import jljr from "../../public/images/showcase/jljr.svg";
import pabdc from "../../public/images/showcase/pabdc.svg";
import yckj from "../../public/images/showcase/yckj.svg";
import najj from "../../public/images/showcase/najj.svg";
import wyyx from "../../public/images/showcase/wyyx.png";
import lyl from "../../public/images/showcase/lyl.png";
import hzsfdx from "../../public/images/showcase/hzsfdx.jpg";
import pabdc from "../../public/images/showcase/pabdc.png";
// import yckj from "../../public/images/showcase/yckj.svg";
// import najj from "../../public/images/showcase/najj.svg";
import rjwl from "../../public/images/showcase/rjwl.svg";
import htxx from "../../public/images/showcase/htxx.svg";
import tjgj from "../../public/images/showcase/tjgj.svg";
// import htxx from "../../public/images/showcase/htxx.png";
import tjgj from "../../public/images/showcase/tjgj.png";
import zglt from "../../public/images/showcase/zglt.png";
import opple from "../../public/images/showcase/opple.png";
import dsec from "../../public/images/showcase/dsec.png";
import hqsb from "../../public/images/showcase/hqsb.png";

function Showcase({ isMobile }: { isMobile: boolean }) {
function Showcase() {
return (
<div className="max-w-[1250px] mx-auto home-page !mb-32">
<h2>
Expand All @@ -27,34 +27,47 @@ function Showcase({ isMobile }: { isMobile: boolean }) {
</div>
<div className="grid grid-cols-2 xl:grid-cols-5 gap-y-5">
<div className="h-20 flex justify-center items-center">
<Image src={wyyx} alt="网易游戏" height={60} />
<Image
src={dsec}
alt="澳門特別行政區政府 統計暨普查局"
title="澳門特別行政區政府 統計暨普查局"
height={70}
/>
</div>
<div className="h-20 flex justify-center items-center">
<Image src={lyl} alt="蓝月亮" height={50} />
<Image src={zglt} alt="中国联通" title="中国联通" />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={hzsfdx} alt="华中师范大学" height={75} />
<Image src={wyyx} alt="网易游戏" title="网易游戏" />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={jljr} alt="娇兰佳人" height={70} />
<Image
src={hzsfdx}
alt="华中师范大学"
title="华中师范大学"
height={170}
/>
</div>
<div className="h-20 flex justify-center items-center">
<Image src={pabdc} alt="平安不动产" height={60} />
<Image src={lyl} alt="蓝月亮" title="蓝月亮" height={50} />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={yckj} alt="友车科技" height={55} />
<Image src={opple} alt="欧普照明" title="欧普照明" height={110} />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={najj} alt="诺安基金" height={70} />
<Image src={pabdc} alt="平安不动产" title="平安不动产" height={55} />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={rjwl} alt="锐捷网络" height={35} />
<Image src={hqsb} alt="环球时报" title="环球时报" height={55} />
</div>
<div className="h-20 flex justify-center items-center">
<Image src={htxx} alt="航天信息" height={42} />
<Image src={rjwl} alt="锐捷网络" title="锐捷网络" height={35} />
</div>
{/* <div className="h-20 flex justify-center items-center">
<Image src={htxx} alt="航天信息" title="航天信息" height={110} />
</div> */}
<div className="h-20 flex justify-center items-center">
<Image src={tjgj} alt="天津公交" height={48} />
<Image src={tjgj} alt="天津公交" title="天津公交" height={48} />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/components/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Home(props: any) {
return (
<div className="home-wrapper">
<Banner {...props} />
<Showcase {...props} />
<Showcase />
<Page1 {...props} />
<Page2 {...props} />
</div>
Expand Down
Binary file added site/public/images/showcase/dsec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/hqsb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/htxx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions site/public/images/showcase/htxx.svg

This file was deleted.

Binary file added site/public/images/showcase/hzsfdx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions site/public/images/showcase/hzsfdx.svg

This file was deleted.

Binary file added site/public/images/showcase/lyl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/opple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/pabdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
232 changes: 226 additions & 6 deletions site/public/images/showcase/rjwl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/tjgj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions site/public/images/showcase/tjgj.svg

This file was deleted.

Binary file added site/public/images/showcase/wyyx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions site/public/images/showcase/wyyx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/images/showcase/zglt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions site/public/images/showcase/zglt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9be476

Please sign in to comment.