Skip to content

Commit

Permalink
fix: melhoria nos textos das labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jr Gouveia committed Aug 16, 2023
1 parent 128272f commit d0d35f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 26 deletions.
15 changes: 1 addition & 14 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,14 @@ export default function Header() {
<Image
alt="header text"
src="/manda_jobs_logo.svg"
className="sm:w-12 sm:h-12 w-8 h-8 ml-5"
className="sm:w-12 sm:h-12 w-8 h-8 ml-0"
width={32}
height={32}
/>
<h1 className="sm:text-4xl text-2xl font-bold ml-2 tracking-tight">
Manda Jobs <span className="text-sm text-slate-400">beta</span>
</h1>
</Link>
{/* <a
href="https://linkesearch.vercel.app/"
target="_blank"
rel="noreferrer"
>
<Image
alt="Vercel Icon"
src="/vercelLogo.png"
className="sm:w-8 sm:h-[27px] w-8 h-[28px]"
width={32}
height={28}
/>
</a> */}
</header>
);
}
18 changes: 10 additions & 8 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,20 @@ const Home: NextPage = () => {

<main className="flex flex-1 w-full flex-col items-center justify-center text-center px-4 mt-8 sm:mt-12">
<br />

<p className="text-slate-500 -mt-5">
Otimize a sua busca por vagas no LinkedIn através da consulta booleana
e garanta as melhores oportunidades para o seu perfil
</p>
<div className="max-w-xl w-full">
<div className="flex mt-10 items-center space-x-3">
<p className="text-left font-medium text-blue-600">1</p>
<p className="text-left font-medium">Sua profissão:</p>
<p className="text-left font-medium">Em qual posição você atua:</p>
</div>
<input
value={title}
onChange={(e) => setTitle(e.target.value)}
className="mt-4 mb-4 bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder={"Ex.: Frontend, Backend, Fullstack ..."}
placeholder={"Ex.: front-end, back-end, fullstack..."}
/>
<div className="flex mt-10 items-center space-x-3">
<p className="text-left font-medium text-blue-600">2</p>
Expand All @@ -134,7 +133,7 @@ const Home: NextPage = () => {
value={tools}
onChange={(e) => setTools(e.target.value)}
className="mt-4 mb-4 bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder={"Ex.: Angular, Next.js, React, Java, Node..."}
placeholder={"Ex.: Angular, Next.js, React, Java, Node, Fé..."}
/>
<div className="flex mt-10 items-center space-x-3">
<p className="text-left font-medium text-blue-600">3</p>
Expand All @@ -146,13 +145,16 @@ const Home: NextPage = () => {
value={boringTools}
onChange={(e) => setBoringTools(e.target.value)}
className="mt-4 mb-4 bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder={"Ex.: PHP, Ruby, Magic"}
placeholder={"Ex.: PHP, Ruby, Olho de Agamoto..."}
/>
<div className="flex mb-5 items-center space-x-3">
<p className="text-left font-medium text-blue-600">4</p>
<p className="text-left font-medium">
Seu nível de senioridade:
<span className="text-slate-500"> (Padrão: Junior)</span>
Nível de senioridade:
<span className="text-sm text-slate-500">
{" "}
(Junior por padrão)
</span>
</p>
</div>
<div className="block">
Expand Down Expand Up @@ -193,7 +195,7 @@ const Home: NextPage = () => {
className="sm:text-4xl text-3xl font-bold text-slate-900 mx-auto"
ref={bioRef}
>
Sua consulta personalizada:
Sua consulta personalizada
</h2>
</div>
<div className="space-y-8 flex flex-col items-center justify-center max-w-xl mx-auto">
Expand Down
4 changes: 0 additions & 4 deletions public/vercel.svg

This file was deleted.

Binary file removed public/vercelLogo.png
Binary file not shown.
Binary file removed public/writingIcon.png
Binary file not shown.

0 comments on commit d0d35f6

Please sign in to comment.