OjO
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Home() {
|
||||
<div>
|
||||
<Head>
|
||||
<title>主页 - Social Eye</title>
|
||||
<meta name="description" content="Social eye 官方网站" />
|
||||
<meta name="description" content="Social OjO 官方网站" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function Home() {
|
||||
<hr />
|
||||
<Link href="/posts/init" passHref>
|
||||
<section className={styles.postPreview}>
|
||||
<h2>Social OJO 正式成立</h2>
|
||||
<h2>Social OjO 正式成立</h2>
|
||||
<p>平台介绍、期望及使命</p>
|
||||
<small>发布于 2022-05-12</small>
|
||||
</section>
|
||||
|
||||
@@ -1,17 +1,16 @@
|
||||
import Head from "next/head";
|
||||
import Link from "next/link";
|
||||
import Header from "../../components/Header";
|
||||
|
||||
import styles from "../../styles/Post.module.css";
|
||||
import homeStyles from "../../styles/Home.module.css";
|
||||
|
||||
export default function Init() {
|
||||
const title = "Social OJO 正式成立";
|
||||
const title = "Social OjO 正式成立";
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>{title} - Social Eye</title>
|
||||
<meta name="description" content="Social eye 官方网站" />
|
||||
<meta name="description" content="Social OjO 官方网站" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<Header></Header>
|
||||
|
||||
@@ -21,8 +21,8 @@ export default function Init() {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Social OJO 正式成立 - Social Eye</title>
|
||||
<meta name="description" content="Social eye 官方网站" />
|
||||
<title>Social OjO 正式成立 - Social OjO</title>
|
||||
<meta name="description" content="Social OjO 官方网站" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<Header></Header>
|
||||
@@ -40,7 +40,7 @@ export default function Init() {
|
||||
<h3>各省受台风影响地图</h3>
|
||||
<small>
|
||||
<Copyright />
|
||||
吴懿鹏、林思源
|
||||
吴懿鹏 & 林思源
|
||||
</small>
|
||||
<Image src={typhoonMapPreview} />
|
||||
</div>
|
||||
@@ -123,7 +123,7 @@ export default function Init() {
|
||||
<h3>各省交通事故地图</h3>
|
||||
<small>
|
||||
<Copyright />
|
||||
Jade, Cherry, & Mia
|
||||
Carolyn, Julianne, & Selina
|
||||
</small>
|
||||
<Image src={trafficAccidentsMapPreview} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user