diff --git a/assets-metadata-css-starter/pages/index.js b/assets-metadata-css-starter/pages/index.js
index 5d0f77e..4939995 100644
--- a/assets-metadata-css-starter/pages/index.js
+++ b/assets-metadata-css-starter/pages/index.js
@@ -42,12 +42,12 @@ export default function Home() {
Deploy →
- Instantly deploy your Next.js site to a public URL with ZEIT Now.
+ Instantly deploy your Next.js site to a public URL with Vercel.
@@ -55,11 +55,12 @@ export default function Home() {
@@ -182,6 +183,10 @@ export default function Home() {
line-height: 1.5;
}
+ .logo {
+ height: 1em;
+ }
+
@media (max-width: 600px) {
.grid {
width: 100%;
diff --git a/assets-metadata-css-starter/public/vercel.svg b/assets-metadata-css-starter/public/vercel.svg
new file mode 100644
index 0000000..fbf0e25
--- /dev/null
+++ b/assets-metadata-css-starter/public/vercel.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/assets-metadata-css-starter/public/zeit.svg b/assets-metadata-css-starter/public/zeit.svg
deleted file mode 100644
index dd3916c..0000000
--- a/assets-metadata-css-starter/public/zeit.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/learn-starter/.gitignore b/learn-starter/.gitignore
new file mode 100644
index 0000000..20fccdd
--- /dev/null
+++ b/learn-starter/.gitignore
@@ -0,0 +1,30 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local env files
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
diff --git a/learn-starter/README.md b/learn-starter/README.md
new file mode 100644
index 0000000..02695bc
--- /dev/null
+++ b/learn-starter/README.md
@@ -0,0 +1 @@
+This is a starter template for [Learn Next.js](https://nextjs.org/learn).
\ No newline at end of file
diff --git a/learn-starter/package.json b/learn-starter/package.json
new file mode 100644
index 0000000..db9dfc4
--- /dev/null
+++ b/learn-starter/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "learn-starter",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start"
+ },
+ "dependencies": {
+ "next": "9.3.5",
+ "react": "16.13.1",
+ "react-dom": "16.13.1"
+ }
+}
diff --git a/learn-starter/pages/index.js b/learn-starter/pages/index.js
new file mode 100644
index 0000000..f7afd96
--- /dev/null
+++ b/learn-starter/pages/index.js
@@ -0,0 +1,209 @@
+import Head from 'next/head'
+
+export default function Home() {
+ return (
+
+
+
Create Next App
+
+
+
+
+
+
+
+ Get started by editing pages/index.js
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
diff --git a/learn-starter/public/favicon.ico b/learn-starter/public/favicon.ico
new file mode 100644
index 0000000..4965832
Binary files /dev/null and b/learn-starter/public/favicon.ico differ
diff --git a/learn-starter/public/vercel.svg b/learn-starter/public/vercel.svg
new file mode 100644
index 0000000..fbf0e25
--- /dev/null
+++ b/learn-starter/public/vercel.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/navigate-between-pages-starter/pages/index.js b/navigate-between-pages-starter/pages/index.js
index a2198ab..91d7ee7 100644
--- a/navigate-between-pages-starter/pages/index.js
+++ b/navigate-between-pages-starter/pages/index.js
@@ -37,12 +37,12 @@ export default function Home() {
Deploy →
- Instantly deploy your Next.js site to a public URL with ZEIT Now.
+ Instantly deploy your Next.js site to a public URL with Vercel.
@@ -50,11 +50,12 @@ export default function Home() {
@@ -177,6 +178,10 @@ export default function Home() {
line-height: 1.5;
}
+ .logo {
+ height: 1em;
+ }
+
@media (max-width: 600px) {
.grid {
width: 100%;
diff --git a/navigate-between-pages-starter/public/vercel.svg b/navigate-between-pages-starter/public/vercel.svg
new file mode 100644
index 0000000..fbf0e25
--- /dev/null
+++ b/navigate-between-pages-starter/public/vercel.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/navigate-between-pages-starter/public/zeit.svg b/navigate-between-pages-starter/public/zeit.svg
deleted file mode 100644
index dd3916c..0000000
--- a/navigate-between-pages-starter/public/zeit.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-