Skip to content

Commit

Permalink
Add Anita
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos authored Apr 17, 2024
1 parent a398f81 commit 86e468d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default function Home() {
<div id="pessoas" className="w-10/12 h-fit mb-20 ml-[8vw]">
<h2 className="font-bold text-3xl mb-4">Pessoas</h2>
<ul className="text-xl font-light space-y-2">
<li>Anita Lucchesi é historiadora e pesquisadora</li>
<li><a href="https://bruno.land/" target="_blank" className="underline">Bruno Buccalon</a> é pesquisador e designer</li>
<li>Martim Passos é pesquisador e programador</li>
<li>Yuri Tavares é jornalista e programador</li>
Expand All @@ -69,4 +70,4 @@ export default function Home() {
: (null)}
</main>
);
}
}

0 comments on commit 86e468d

Please sign in to comment.