This commit is contained in:
2022-05-12 21:04:21 +08:00
parent 5848a7cdaf
commit 1bc724aa5f
3 changed files with 8 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ export default function Home() {
<div> <div>
<Head> <Head>
<title>主页 - Social Eye</title> <title>主页 - Social Eye</title>
<meta name="description" content="Social eye 官方网站" /> <meta name="description" content="Social OjO 官方网站" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
@@ -27,7 +27,7 @@ export default function Home() {
<hr /> <hr />
<Link href="/posts/init" passHref> <Link href="/posts/init" passHref>
<section className={styles.postPreview}> <section className={styles.postPreview}>
<h2>Social OJO 正式成立</h2> <h2>Social OjO 正式成立</h2>
<p>平台介绍期望及使命</p> <p>平台介绍期望及使命</p>
<small>发布于 2022-05-12</small> <small>发布于 2022-05-12</small>
</section> </section>

View File

@@ -1,17 +1,16 @@
import Head from "next/head"; import Head from "next/head";
import Link from "next/link";
import Header from "../../components/Header"; import Header from "../../components/Header";
import styles from "../../styles/Post.module.css"; import styles from "../../styles/Post.module.css";
import homeStyles from "../../styles/Home.module.css"; import homeStyles from "../../styles/Home.module.css";
export default function Init() { export default function Init() {
const title = "Social OJO 正式成立"; const title = "Social OjO 正式成立";
return ( return (
<div> <div>
<Head> <Head>
<title>{title} - Social Eye</title> <title>{title} - Social Eye</title>
<meta name="description" content="Social eye 官方网站" /> <meta name="description" content="Social OjO 官方网站" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<Header></Header> <Header></Header>

View File

@@ -21,8 +21,8 @@ export default function Init() {
return ( return (
<div> <div>
<Head> <Head>
<title>Social OJO 正式成立 - Social Eye</title> <title>Social OjO 正式成立 - Social OjO</title>
<meta name="description" content="Social eye 官方网站" /> <meta name="description" content="Social OjO 官方网站" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<Header></Header> <Header></Header>
@@ -40,7 +40,7 @@ export default function Init() {
<h3>各省受台风影响地图</h3> <h3>各省受台风影响地图</h3>
<small> <small>
<Copyright /> <Copyright />
吴懿鹏林思源 吴懿鹏 & 林思源
</small> </small>
<Image src={typhoonMapPreview} /> <Image src={typhoonMapPreview} />
</div> </div>
@@ -123,7 +123,7 @@ export default function Init() {
<h3>各省交通事故地图</h3> <h3>各省交通事故地图</h3>
<small> <small>
<Copyright /> <Copyright />
Jade, Cherry, & Mia Carolyn, Julianne, & Selina
</small> </small>
<Image src={trafficAccidentsMapPreview} /> <Image src={trafficAccidentsMapPreview} />
</div> </div>