Skip to content

Commit

Permalink
Adicionando fotos
Browse files Browse the repository at this point in the history
  • Loading branch information
EngDann committed Jul 16, 2024
1 parent 2718d87 commit 9fb6388
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
Binary file added docs/assets/Electrician2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 21 additions & 15 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,30 @@
class="list-reset lg:flex justify-end flex-1 items-center"
>
<li class="mr-3">
<a
class="inline-block py-2 px-4 text-black font-bold no-underline"
href="#descricao"
>Descrição do Produto</a
<b
><a
class="inline-block py-2 px-4 text-black font-bold no-underline"
href="#descricao"
>Descrição do Produto</a
></b
>
</li>
<li class="mr-3">
<a
class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="#funcionalidades"
>Funcionalidades</a
<b
><a
class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="#funcionalidades"
>Funcionalidades</a
></b
>
</li>
<li class="mr-3">
<a
class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="#team"
>Time</a
<b
><a
class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="#team"
>Time</a
></b
>
</li>
</ul>
Expand Down Expand Up @@ -203,15 +209,15 @@ <h1 class="my-4 text-5xl font-bold leading-tight">
<div class="w-full md:w-1/2 p-6">
<img
src="assets/Electrician.gif"
alt="Descrição do Produto"
alt="Imagem de eletricista"
/>
</div>
</div>
<div class="flex flex-wrap mt-6">
<div class="w-full md:w-1/2 p-6">
<img
src="assets/product_description_image_2.png"
alt="Descrição do Produto"
src="assets/Electrician2.gif"
alt="Imagem de eletricista"
/>
</div>
<div class="w-full md:w-1/2 p-6">
Expand Down

0 comments on commit 9fb6388

Please sign in to comment.