Skip to content

Commit

Permalink
Merge pull request #52 from OZimbres/othon/read-me-video-final
Browse files Browse the repository at this point in the history
[feat]: read-me vercel link + video final
  • Loading branch information
LoriaLawrenceZ authored Aug 31, 2024
2 parents edbe9ba + 058adf0 commit 2dd98b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,28 @@

Challenge Softtek

### Acesse aqui o live demo

[https://mercury-mocha-chi.vercel.app/](https://mercury-mocha-chi.vercel.app/)

Documentação:

- [Ideias](https://docs.google.com/document/d/1J2RouodwPiFuZlHutBnV0-Jg7UZuoJlsSwPeB2gI_uI/edit)
- [Ideias](https://docs.google.com/document/d/1J2RouodwPiFuZlHutBnV0-Jg7UZuoJlsSwPeB2gI_uI/edit)

## Primeiros passos

- `yarn` ou `yarn install`
- `yarn` ou `yarn install`

#### 1. Como rodar (dev)

- `yarn` ou `yarn install` (caso não tenha feito acima)
- `yarn dev`
- `yarn` ou `yarn install` (caso não tenha feito acima)
- `yarn dev`

#### 2. Build & Build Preview

- `yarn lint` ou `eslint ./src`
- `yarn build`
- `yarn preview` (opcional)
- `yarn lint` ou `eslint ./src`
- `yarn build`
- `yarn preview` (opcional)

### Estilo Branches

Expand All @@ -33,5 +37,5 @@ This template provides a minimal setup to get React working in Vite with HMR and

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
12 changes: 6 additions & 6 deletions src/components/Home/Videoslider/Videoslider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ function Videoslider() {
<SwiperSlide>
<div className="youtubeVideo">
<iframe
src="https://www.youtube.com/embed/qgjfKKskmzg?si=nh6CdXqOlwx4W2c8"
title="YouTube Video"
src="https://www.youtube.com/embed/4Wk-6efLA1M"
title="Youtube Video"
/>
<p className="video-title">Video pitch 1 - Softtek</p>
<p className="video-title">Video pitch 2 - Softtek</p>
</div>
</SwiperSlide>
<SwiperSlide>
<div className="youtubeVideo">
<iframe
src="https://www.youtube.com/embed/ipnBPEQviUM?si=YMXQpdkRiJbksHtB"
title="Youtube Video"
src="https://www.youtube.com/embed/qgjfKKskmzg?si=nh6CdXqOlwx4W2c8"
title="YouTube Video"
/>
<p className="video-title">Video pitch 2 - Softtek</p>
<p className="video-title">Video pitch 1 - Softtek</p>
</div>
</SwiperSlide>
</Swiper>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Chat/FullPageChat/FullPageChat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function FullPageChat(props) {
>
{message.type === "pdf" ? (
<object
data="/documents/mercury-presentation2.pdf"
data="/documents/mercury-presentation.pdf"
type="application/pdf"
width="100%"
height="100%"
Expand Down

0 comments on commit 2dd98b1

Please sign in to comment.