Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
exemplo de noticia
Browse files Browse the repository at this point in the history
  • Loading branch information
alexZ7000 committed Dec 8, 2023
1 parent eb3ec1b commit 0fd78f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions frontend/vite-project/src/components/pages/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
MDBRipple,
MDBRow
} from "mdb-react-ui-kit";
import image from "./Assets/images/pexels-buro-millennial-1438072.jpg"
import { NavNews } from "./navbars/NavNews"
import { FooterMain } from "./footer/FooterMain";

Expand All @@ -25,7 +26,7 @@ export default function App() {
rippleColor="light"
>
<img
src="https://mdbcdn.b-cdn.net/img/new/slides/080.webp"
src={image}
className="w-100"
alt={"sla"}
/>
Expand All @@ -42,13 +43,12 @@ export default function App() {
Notícia do Dia!
</span>
<h4>
<strong>Facilis consequatur eligendi</strong>
<strong>Apresentação do PII</strong>
</h4>
<p className="text-muted">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis
consequatur eligendi quisquam doloremque vero ex debitis veritatis
placeat unde animi laborum sapiente illo possimus, commodi
dignissimos obcaecati illum maiores corporis.
Estudantes do Instituto Mauá de Tecnologia - IMT, estão apresentando projeto
para a Usina Eco cultural, com o intuito de ajudar o
parceiro e adiquir conhecimento, por parte dos alunos,
</p>
<MDBBtn>Leia Mais</MDBBtn>
</MDBCol>
Expand Down

0 comments on commit 0fd78f4

Please sign in to comment.