Skip to content

Commit

Permalink
Criação da página principal
Browse files Browse the repository at this point in the history
  • Loading branch information
PriscilaZeferino committed Nov 14, 2023
1 parent 373f511 commit d405f2c
Show file tree
Hide file tree
Showing 31 changed files with 126 additions and 0 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added PriscilaZeferino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Desafios FrontEnd Codelandia</title>
<link
href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
rel="stylesheet"
/>
</head>
<body class="bg-gray-200">
<div class="container mx-auto p-20">
<section class="flex">
<div class="avatar">
<img
src="./PriscilaZeferino.png"
alt="Priscila Zeferino avatar"
loading="lazy"
width="340"
height="340"
class="mx-auto"
/>
</div>
<div class="p-10">
<h1 class="text-4xl font-bold mb-4">Olá, eu me chamo</h1>
<h2 class="text-4xl">Priscila Zeferino</h2>
<p class="pt-4 ">
Os desafios da Codelândia foram propostos pelo Iuri Code. O projeto
de desafios tem o intuito de melhorar as habilidades de
desenvolvimento frontend fazendo pequenos projetos semanais!
</p>
</div>
</section>
<section class="flex flex-col">
<h1 class="text-2xl font-bold mb-4 text-center">
Desafios realizados até o momento...
</h1>
<div class="flex mx-auto p-2 flex-wrap">
<article class="px-2">
<div>
<img
src="./Resultados/Desafio1.gif"
alt=""
srcset=""
class="preview"
width="350"
height="350"
class=""
/>
</div>
<div class="mt-4">
<a
href="./Desafio1Blog/index.html"
class="bg-blue-500 text-white py-2 px-4 mt-8 rounded-md hover:bg-blue-700"
>Ver projeto</a
>
</div>
</article>
<article class="px-2">
<div>
<img
src="./Resultados/Desafio2.gif"
alt=""
srcset=""
class="preview"
width="350"
height="350"
class=""
/>
</div>
<div class="mt-4">
<a
href="./Desafio2JordanShoes/index.html"
class="bg-blue-500 text-white py-2 px-4 mt-8 rounded-md hover:bg-blue-700"
>Ver projeto</a
>
</div>
</article>
<article class="px-2">
<div>
<img
src="./Resultados/Desafio3.gif"
alt=""
srcset=""
class="preview"
width="350"
height="350"
class=""
/>
</div>
<div class="mt-4">
<a
href="./Desafio3OnePage/index.html"
class="bg-blue-500 text-white py-2 px-4 mt-8 rounded-md hover:bg-blue-700"
>Ver projeto</a
>
</div>
</article>
<article class="px-2 py-4">
<div>
<img
src="./Resultados/Desafio4.gif"
alt=""
srcset=""
class="preview"
width="350"
height="350"
class=""
/>
</div>
<div class="mt-4">
<a
href="./Desafio4Login/index.html"
class="bg-blue-500 text-white py-2 px-4 mt-8 rounded-md hover:bg-blue-700"
>Ver projeto</a
>
</div>
</article>

</div>
</div>
</section>
</div>
</body>
</html>
Empty file added styles/style.css
Empty file.

0 comments on commit d405f2c

Please sign in to comment.