Skip to content

Commit db4ca3c

Browse files
committedFeb 4, 2021
meta tags and readme update
1 parent c43cad7 commit db4ca3c

File tree

6 files changed

+27
-1
lines changed

6 files changed

+27
-1
lines changed
 

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/fm4teus/whoquiz/blob/main/LICENSE)
66

77

8+
<img src="./screenshots/home.jpg" width="37%" />
9+
<img style="margin-left:0.5%;" src="./screenshots/home-mobile.jpg" width="10%" />
10+
<img style="margin-left:0.5%;" src="./screenshots/question-mobile.jpg" width="10%" />
11+
<img style="margin-left:0.5%;" src="./screenshots/question.jpg" width="37%" />
12+
13+
814
## 📑 About
915

10-
Developed during the 2nd edition of [Alura](https://alura.com.br)'s Imersão React and deployed with [Vercel](https://vercel.com/), this quiz tests your knowledge about Doctor Who and it is available at [WhoQUIZ](https://whoquiz.vercel.app/).
16+
Developed during the 2nd edition of [Alura](https://alura.com.br)'s Imersão React and deployed with [Vercel](https://vercel.com/). This quiz tests your knowledge about Doctor Who and it is available at [WhoQUIZ](https://whoquiz.vercel.app/).
1117

1218

1319
## 📚 Functionality

‎pages/_app.js

+20
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,26 @@ export default function App({ Component, pageProps }) {
3636
<title>WhoQuiz</title>
3737
<link rel="preconnect" href="https://fonts.gstatic.com"/>
3838
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"/>
39+
40+
41+
<title>WHOquiz - Um quiz sobre Doctor Who</title>
42+
<meta name="title" content="WHOquiz - Um quiz sobre Doctor Who"/>
43+
<meta name="description" content="Teste seus conhecimentos sobre o viajante do tempo mais excêntrico que você já viu "/>
44+
45+
46+
<meta property="og:type" content="website"/>
47+
<meta property="og:url" content="https://metatags.io/"/>
48+
<meta property="og:title" content="WHOquiz - Um quiz sobre Doctor Who"/>
49+
<meta property="og:description" content="Teste seus conhecimentos sobre o viajante do tempo mais excêntrico que você já viu "/>
50+
<meta property="og:image" content="https://images.pexels.com/photos/3573555/pexels-photo-3573555.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"/>
51+
52+
53+
<meta property="twitter:card" content="summary_large_image"/>
54+
<meta property="twitter:url" content="https://metatags.io/"/>
55+
<meta property="twitter:title" content="WHOquiz - Um quiz sobre Doctor Who"/>
56+
<meta property="twitter:description" content="Teste seus conhecimentos sobre o viajante do tempo mais excêntrico que você já viu "/>
57+
<meta property="twitter:image" content="https://images.pexels.com/photos/3573555/pexels-photo-3573555.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"></meta>
58+
3959
</Head>
4060
<ThemeProvider theme={theme}>
4161
<GlobalStyle />

‎screenshots/home-mobile.jpg

170 KB
Loading

‎screenshots/home.jpg

512 KB
Loading

‎screenshots/question-mobile.jpg

167 KB
Loading

‎screenshots/question.jpg

496 KB
Loading

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 4, 2021

@vercel[bot]
Please sign in to comment.