Skip to content

Add demo section with images to README#9

Merged
Benevanio merged 1 commit into
masterfrom
Benevanio-patch-1
Mar 20, 2026
Merged

Add demo section with images to README#9
Benevanio merged 1 commit into
masterfrom
Benevanio-patch-1

Conversation

@Benevanio

Copy link
Copy Markdown
Collaborator

Added demo images to showcase the bot's functionality.

Added demo images to showcase the bot's functionality.
Copilot AI review requested due to automatic review settings March 20, 2026 22:08
@Benevanio
Benevanio merged commit 4a3a2d3 into master Mar 20, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a visual “Demo” section to the repository README to showcase the LinkedIn jobs bot output and UI/results.

Changes:

  • Introduced a new “DEMO” section near the top of the README.
  • Embedded three screenshots via GitHub user-attachments image URLs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Bot de automacao para buscar vagas no LinkedIn com foco em Brasil remoto e exportar os resultados em Excel e PDF.


## DEMO:

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new section header uses an all-caps title with a trailing colon ("## DEMO:") which is inconsistent with the rest of the README headings (e.g., "## Comportamento atual" without colon/case). Consider using the same heading style for consistency (e.g., "## Demo" / "## Demonstração").

Suggested change
## DEMO:
## Demo

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +8 to +14
<img width="1891" height="744" alt="Image" src="https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383" />


<img width="1890" height="687" alt="Image" src="https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721" />


<img width="1886" height="757" alt="Image" src="https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a" />

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All three images use the generic alt text "Image", which isn’t descriptive for screen readers and reduces accessibility. Please replace these with meaningful alt text that describes what each screenshot shows (e.g., dashboard view, export results, etc.).

Suggested change
<img width="1891" height="744" alt="Image" src="https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383" />
<img width="1890" height="687" alt="Image" src="https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721" />
<img width="1886" height="757" alt="Image" src="https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a" />
<img width="1891" height="744" alt="Screenshot of the bot running a LinkedIn remote job search for Brazil and displaying results" src="https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383" />
<img width="1890" height="687" alt="Screenshot of LinkedIn remote job listings exported by the bot to an Excel spreadsheet" src="https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721" />
<img width="1886" height="757" alt="Screenshot of LinkedIn remote job listings exported by the bot to a PDF report" src="https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a" />

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +8 to +14
<img width="1891" height="744" alt="Image" src="https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383" />


<img width="1890" height="687" alt="Image" src="https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721" />


<img width="1886" height="757" alt="Image" src="https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a" />

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using raw HTML tags with explicit width/height attributes adds noise to the README and makes future edits harder; Markdown image syntax is typically simpler and renders well on GitHub. Consider switching to standard Markdown images (and omit fixed dimensions unless there’s a specific reason to keep them).

Suggested change
<img width="1891" height="744" alt="Image" src="https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383" />
<img width="1890" height="687" alt="Image" src="https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721" />
<img width="1886" height="757" alt="Image" src="https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a" />
![Image](https://github.com/user-attachments/assets/e761cc42-b9f0-4873-810b-1c3e729e8383)
![Image](https://github.com/user-attachments/assets/36d45dd6-b852-473e-8519-85ff74958721)
![Image](https://github.com/user-attachments/assets/76d4cba7-dedd-4975-8f33-e4050fd16e9a)

Copilot uses AI. Check for mistakes.
@Benevanio
Benevanio deleted the Benevanio-patch-1 branch March 22, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants