Skip to content

Commit

Permalink
fix: fixes each project page links and some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
acn3to committed Aug 30, 2022
1 parent 242dbe6 commit e6395a4
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 17 deletions.
31 changes: 20 additions & 11 deletions pages/cerveshop.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React from 'react'
import cerveshopImg from '../public/assets/projects/cerveshopImg.jpg'
import Image from 'next/image'
import { RiRadioButtonFill } from 'react-icons/ri'
import Link from 'next/link'
import React from 'react'
import { RiRadioButtonFill } from 'react-icons/ri'

import cerveshopImg from '../public/assets/projects/cerveshopImg.jpg'

const cerveshop = () => {
return (
Expand All @@ -28,17 +29,25 @@ const cerveshop = () => {
</p>
<h2 className="py-4">Visão Geral</h2>
<p>
Bem vind@s à Cerve Shop, a simulação de uma loja virtual de
cervejas. O objetivo desse projeto foi pôr em prática conceitos
sobre como lidar com arquivos estáticos em uma aplicação React,
assim como a implementação de rotas, utilizando a biblioteca React
Router DOM. Foi utilizado Sass com CSS Modules para a estilização
das páginas e componentes.
Cerve Shop é a simulação de uma loja virtual de cervejas. O objetivo
desse projeto foi pôr em prática conceitos sobre como lidar com
arquivos estáticos em uma aplicação React, assim como a
implementação de rotas, utilizando a biblioteca React Router DOM.
Foi utilizado Sass com CSS Modules para a estilização das páginas e
componentes.
</p>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://cerve-shop.vercel.app/"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4 mr-8">Demo</button>
</a>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://github.com/acn3to/cerve-shop"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4">Código</button>
</a>
</div>
Expand Down
12 changes: 10 additions & 2 deletions pages/dragonball.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ const dragonball = () => {
interface de regristro e login de usuários inspirada em Dragon Ball
Super para pôr em prática animações utilizando CSS + JavaScript.
</p>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://acn3to.github.io/registration-login-form/"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4 mr-8">Demo</button>
</a>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://github.com/acn3to/registration-login-form"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4">Código</button>
</a>
</div>
Expand Down
12 changes: 10 additions & 2 deletions pages/f4life.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ const f4life = () => {
para a validação de formulários e a utilização de animações com CSS
e JavaScript.
</p>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://acn3to.github.io/f4life-landing-page/"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4 mr-8">Demo</button>
</a>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://github.com/acn3to/f4life-landing-page"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4">Código</button>
</a>
</div>
Expand Down
12 changes: 10 additions & 2 deletions pages/studytimer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ const studytimer = () => {
e pôr em prática os conceitos de Componentização, Props e State em
React, e a utilização dos hooks useState e useEffect.
</p>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://study-timer.vercel.app/"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4 mr-8">Demo</button>
</a>
<a href="" target="_blank" rel="noreferrer">
<a
href="https://github.com/acn3to/study-timer"
target="_blank"
rel="noreferrer"
>
<button className="px-8 py-2 mt-4">Código</button>
</a>
</div>
Expand Down

0 comments on commit e6395a4

Please sign in to comment.