Skip to content

Commit

Permalink
Merge pull request #8 from parceiroti/devel
Browse files Browse the repository at this point in the history
fix: wrong image extension in open graph and update client image
  • Loading branch information
retrozinndev committed May 4, 2024
2 parents b4a45f3 + 61947a6 commit 9cd8e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added public/logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
import '../styles/styles.css';
import MainLayout from '../layouts/MainLayout.astro';
import Footer from '../components/Footer.astro';
---

<MainLayout page="Início" description="Soluções em TI, CFTV e tecnologia. Parceiro TI" banner="/public/main_banner.png">
<MainLayout page="Início" description="Soluções em TI, CFTV e tecnologia. Parceiro TI" banner="/main_banner.jpg">
<body>
<div class="top-banner img-center" id="top">
<img style="width:98%;height:100%;" src="/main_banner.jpg">
Expand Down Expand Up @@ -47,7 +46,7 @@ import Footer from '../components/Footer.astro';
<img style="width:150px;height:102px;" src="https://static.wixstatic.com/media/1a45bd_3fde0e7f1c2449e09f766b65210c2f3b~mv2.png/v1/fill/w_300,h_204,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/1a45bd_3fde0e7f1c2449e09f766b65210c2f3b~mv2.png">
</li>
<li>
<img style="margin-top:1px;width:170px;height:100px;" src="https://scontent.fsdu11-1.fna.fbcdn.net/v/t39.30808-6/300399999_762713488384799_3831089773489797567_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=5f2048&_nc_ohc=2g65aPgMBQYAb5zP7Yz&_nc_ht=scontent.fsdu11-1.fna&cb_e2o_trans=q&oh=00_AfDDAiHqUzVm6kvBh7pEVrFkJkDowHcukF4QEbEvJC555A&oe=6633477A">
<img style="margin-top:25px;width:100%" src="https://stockfrango.com.br/images/logo%20stock-u11087-fr.jpg">
</li>
<li>
<h2 style="font-family: DM Sans">A&RX</h2>
Expand Down

0 comments on commit 9cd8e92

Please sign in to comment.