mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Rename
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB |
@@ -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 }) {
|
||||
|
||||
@@ -12,11 +12,7 @@ export default function Home({ allPostsData }) {
|
||||
<title>{siteTitle}</title>
|
||||
</Head>
|
||||
<section className={utilStyles.headingMd}>
|
||||
<p>
|
||||
Hello, I’m <strong>Shu</strong>. I’m 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 - you’ll 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 |
@@ -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 }) {
|
||||
@@ -12,7 +12,11 @@ export default function Home({ allPostsData }) {
|
||||
<title>{siteTitle}</title>
|
||||
</Head>
|
||||
<section className={utilStyles.headingMd}>
|
||||
<p>[Your Self Introduction]</p>
|
||||
<p>
|
||||
Hello, I’m <strong>Shu</strong>. I’m 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 - you’ll be building a site like this on{' '}
|
||||
<a href="https://nextjs.org/learn">our Next.js tutorial</a>.)
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
example/public/images/profile.jpg
Normal file
BIN
example/public/images/profile.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user