-
Notifications
You must be signed in to change notification settings - Fork 27
Add demo section with images to README #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,17 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Bot de automacao para buscar vagas no LinkedIn com foco em Brasil remoto e exportar os resultados em Excel e PDF. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ## DEMO: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <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" /> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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" /> | |
| <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
AI
Mar 20, 2026
There was a problem hiding this comment.
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).
| <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" /> | |
|  | |
|  | |
|  |
There was a problem hiding this comment.
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").