Skip to content

Commit

Permalink
fix: arrumado erros de eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
steteler committed Nov 24, 2023
1 parent d280bbd commit c3d3a2b
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 133 deletions.
32 changes: 16 additions & 16 deletions components/Section/Experience.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Link from "next/link";
import Title from "@components/Title.jsx";
import styles from "@styles/Section/Experience.module.css";
import Link from 'next/link';
import Title from '@components/Title.jsx';
import styles from '@styles/Section/Experience.module.css';

export default function Experience() {
return (
<section className={styles.experience} id="experience">
<div className={styles["experience-content"]}>
<div className={styles['experience-content']}>
<Title text="experiência" />
<div className={styles["experience-content__container"]}>
<div className={styles['experience-content__container']}>
<h3>
Estágio ~ Alberto Tech
<br />
Expand All @@ -17,7 +17,7 @@ export default function Experience() {
Alberto Tech é uma pequena empresa de tecnologia de projetos
freelance localizada na minha cidade
</p>
<ul className={styles["experience-content__list"]}>
<ul className={styles['experience-content__list']}>
<li>
Desenvolvi sites utilizando Next.js, Material UI e outras
tecnologias modernas de front-end.
Expand All @@ -44,7 +44,7 @@ export default function Experience() {
</li>
</ul>
</div>
<div className={styles["experience-content__container"]}>
<div className={styles['experience-content__container']}>
<h3>
Autônomo
<br />
Expand All @@ -62,15 +62,15 @@ export default function Experience() {
realmente parte da empresa, só entrego os projetos que eles propõem
e cumpro os prazos direitinho, mas não sou associado da empresa.
</p>
<Link href="#project" className={styles["experience-content__link"]}>
<Link href="#project" className={styles['experience-content__link']}>
projetos públicos ➜
</Link>
</div>
</div>
<div className={styles["experience-content"]}>
<div className={styles['experience-content']}>
<Title text="educação" />
<div className={styles["experience-content__container"]}>
<h3 className={styles["experience-content__title"]}>
<div className={styles['experience-content__container']}>
<h3 className={styles['experience-content__title']}>
Trybe
<br />
(Mai, 2022 ~ Mai, 2023)
Expand All @@ -82,7 +82,7 @@ export default function Experience() {
como profissionais completos na área de tecnologia. Os temas
abordados incluem:
</p>
<ul className={styles["experience-content__list"]}>
<ul className={styles['experience-content__list']}>
<li>Introdução ao desenvolvimento de software</li>
<li>Front-end</li>
<li>Back-end</li>
Expand All @@ -92,7 +92,7 @@ export default function Experience() {
<li>Habilidades comportamentais</li>
</ul>

<ul className={styles["experience-content__list-link"]}>
<ul className={styles['experience-content__list-link']}>
<li>
<Link
target="_blank"
Expand Down Expand Up @@ -135,8 +135,8 @@ export default function Experience() {
</li>
</ul>
</div>
<div className={styles["experience-content__container"]}>
<h3 className={styles["experience-content__title"]}>
<div className={styles['experience-content__container']}>
<h3 className={styles['experience-content__title']}>
Unifeb
<br />
(Jan, 2019 ~ Jan, 2023)
Expand All @@ -146,7 +146,7 @@ export default function Experience() {
Informação da UNIFEB de Barretos tem como foco capacitar os alunos
na área de tecnologia da informação, abordando temas como:
</p>
<ul className={styles["experience-content__list"]}>
<ul className={styles['experience-content__list']}>
<li>Programação</li>
<li>Redes de computadores</li>
<li>Desenvolvimento de software</li>
Expand Down
42 changes: 21 additions & 21 deletions components/Section/Project.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Image from "next/image";
import Link from "next/link";
import Title from "@components/Title.jsx";
import styles from "@styles/Section/Project.module.css";
import projectReact from "@public/Project/ProjectReact.png";
import projectJest from "@public/Project/ProjectJest.png";
import projectNode from "@public/Project/ProjectNode.png";
import Image from 'next/image';
import Link from 'next/link';
import Title from '@components/Title.jsx';
import styles from '@styles/Section/Project.module.css';
import projectReact from '@public/Project/ProjectReact.png';
import projectJest from '@public/Project/ProjectJest.png';
import projectNode from '@public/Project/ProjectNode.png';

export default function Project() {
return (
Expand Down Expand Up @@ -104,11 +104,11 @@ export default function Project() {
</div>
</div>
</details> */}
<section className={styles["project-list"]}>
<div className={styles["project-list__item"]}>
<section className={styles['project-list']}>
<div className={styles['project-list__item']}>
<Image
src={projectNode}
className={styles["project-list__item__image"]}
className={styles['project-list__item__image']}
alt="Tablerise"
quality={100}
draggable={false}
Expand All @@ -118,17 +118,17 @@ export default function Project() {
<Link
target="_blank"
href="https://github.com/TableRise/tablerise-backend"
className={styles["project-list__item__link"]}
className={styles['project-list__item__link']}
>
link projeto
</Link>
</div>
</section>
<section className={styles["project-list"]}>
<div className={styles["project-list__item"]}>
<section className={styles['project-list']}>
<div className={styles['project-list__item']}>
<Image
src={projectReact}
className={styles["project-list__item__image"]}
className={styles['project-list__item__image']}
alt="Projeto Recipes App"
quality={100}
draggable={false}
Expand All @@ -138,15 +138,15 @@ export default function Project() {
<Link
target="_blank"
href="https://github.com/steteler/steteler-recipes-app"
className={styles["project-list__item__link"]}
className={styles['project-list__item__link']}
>
link projeto
</Link>
</div>
<div className={styles["project-list__item"]}>
<div className={styles['project-list__item']}>
<Image
src={projectReact}
className={styles["project-list__item__image"]}
className={styles['project-list__item__image']}
alt="Projeto React Testing Library"
quality={100}
draggable={false}
Expand All @@ -156,15 +156,15 @@ export default function Project() {
<Link
target="_blank"
href="https://github.com/steteler/steteler-react-testing-library"
className={styles["project-list__item__link"]}
className={styles['project-list__item__link']}
>
link projeto
</Link>
</div>
<div className={styles["project-list__item"]}>
<div className={styles['project-list__item']}>
<Image
src={projectJest}
className={styles["project-list__item__image"]}
className={styles['project-list__item__image']}
alt="Projeto Jest"
quality={100}
draggable={false}
Expand All @@ -174,7 +174,7 @@ export default function Project() {
<Link
target="_blank"
href="https://github.com/steteler/steteler-project-jest"
className={styles["project-list__item__link"]}
className={styles['project-list__item__link']}
>
link projeto
</Link>
Expand Down
Loading

0 comments on commit c3d3a2b

Please sign in to comment.