Skip to content

Commit

Permalink
querta aula
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarJMesquita committed Aug 26, 2021
1 parent bf5cfef commit 4b2ba7a
Show file tree
Hide file tree
Showing 44 changed files with 1,105 additions and 229 deletions.
62 changes: 62 additions & 0 deletions challenges.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "body",
"description": "Estique um de seus braços com a palma da mão virada para frente e puxe os dedos para cima por 10 segundos por mão.",
"amount": 80
},
{
"type": "body",
"description": "Estique seu braço contra o peito e puxe-o utilizando o outro braço por 10 segundos por braço.",
"amount": 60
},
{
"type": "body",
"description": "Puxe seu pescoço com a ajuda da mão para a direita e para a esquerda, permanecendo na posição por alguns segundos.",
"amount": 70
},
{
"type": "body",
"description": "Com as duas mãos na parte de trás da cabeça, leve-a para baixo, alongando a parte de trás da região.",
"amount": 60
},
{
"type": "body",
"description": "Cruze as pernas e desça com as mãos esticadas em direção ao chão. Repita o movimento com a outra perna na frente.",
"amount": 100
},
{
"type": "body",
"description": "Sentado, abra as pernas e tente encostar as palmas das mãos no chão, repita 3 vezes por 5 segundos.",
"amount": 80
},
{
"type": "body",
"description": "Puxe o joelho de encontro ao peito e segure, troque de perna após 10 segundos.",
"amount": 50
},
{
"type": "body",
"description": "Sentado, cruze uma perna e incline seu tronco à frente, troque de perna após 10 segundos.",
"amount": 80
},
{
"type": "eye",
"description": "Sentado, feche os olhos e cubra-os com as palmas da mão durante 2 minutos, depois abra normalmente.",
"amount": 90
},
{
"type": "eye",
"description": "Em algum ambiente aberto, olhe o mais longe que puder em quatro direções por 3s, mexa apenas os olhos. Repita 3 vezes.",
"amount": 140
},
{
"type": "eye",
"description": "Usando os polegares, massage a área abaixo das sobrancelhas em movimentos circulares por 15 segundos.",
"amount": 70
},
{
"type": "body",
"description": "Em pé, gire a cintura o máximo que puder para a esquerda, segure por cinco segundos. Repita para a direita.",
"amount": 90
}
]
6 changes: 6 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
110 changes: 105 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
"dependencies": {
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"sass": "^1.38.1"
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0"
"eslint-config-next": "11.1.0",
"typescript": "^4.3.5"
}
}
7 changes: 0 additions & 7 deletions pages/_app.js

This file was deleted.

5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

69 changes: 0 additions & 69 deletions pages/index.js

This file was deleted.

Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/icons/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/icons/Up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/icons/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/icons/award.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b2ba7a

Please sign in to comment.