This commit is contained in:
Shu Uesugi
2020-04-19 14:12:41 -07:00
parent 7357e384a6
commit 306679ed0c
21 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -3,7 +3,7 @@ import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
const name = 'Shu Uesugi'
const name = '[Your Name]'
export const siteTitle = 'Next.js Sample Website'
export default function Layout({ children, home }) {

View File

@@ -12,11 +12,7 @@ export default function Home({ allPostsData }) {
<title>{siteTitle}</title>
</Head>
<section className={utilStyles.headingMd}>
<p>
Hello, Im <strong>Shu</strong>. Im a software enginer and a
translator (English/Japanese). You can contact me on{' '}
<a href="https://twitter.com/chibicode">Twitter</a>.
</p>
<p>[Your Self Introduction]</p>
<p>
(This is a sample website - youll be building a site like this on{' '}
<a href="https://nextjs.org/learn">our Next.js tutorial</a>.)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -3,7 +3,7 @@ import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
const name = '[Your Name]'
const name = 'Shu Uesugi'
export const siteTitle = 'Next.js Sample Website'
export default function Layout({ children, home }) {

View File

@@ -12,7 +12,11 @@ export default function Home({ allPostsData }) {
<title>{siteTitle}</title>
</Head>
<section className={utilStyles.headingMd}>
<p>[Your Self Introduction]</p>
<p>
Hello, Im <strong>Shu</strong>. Im a software enginer and a
translator (English/Japanese). You can contact me on{' '}
<a href="https://twitter.com/chibicode">Twitter</a>.
</p>
<p>
(This is a sample website - youll be building a site like this on{' '}
<a href="https://nextjs.org/learn">our Next.js tutorial</a>.)

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB