diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml new file mode 100644 index 0000000..280ade4 --- /dev/null +++ b/.github/workflows/check-links.yml @@ -0,0 +1,33 @@ +name: Check Markdown links + +on: + push: + paths: + - ".github/workflows/check-links.yml" + - "**.md" + pull_request: + paths: + - ".github/workflows/check-links.yml" + - "**.md" + schedule: + # Run every Tuesday at 3 AM UTC to catch breakage caused by changes to the linked sites. + - cron: "0 3 * * TUE" + workflow_dispatch: + repository_dispatch: + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Check links + uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 + with: + folder-path: '., ./profile' + # file-path: './README.md, ./LICENSE' + use-quiet-mode: yes + +# EOF diff --git a/profile/README.md b/profile/README.md index 03021e1..4426d5a 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,7 +2,7 @@ ## B-AROL-O Team: The "who" and the "why" -We (the B-AROL-O Team) are a small group of friends who either currently work or have previously worked for an esteemed Italian company headquartered in [Piedmont](https://en.wikipedia.org/wiki/Piedmont_(wine)) - a region situated in northern Italy region. +We (the B-AROL-O Team) are a small group of friends who work or have previously worked for an esteemed Italian company headquartered in [Piedmont](https://en.wikipedia.org/wiki/Piedmont_(wine)) - a region situated in northern Italy region. This company has made its mark in the packaging industry, developing closure systems for wines and spirits. On top of that, "B-AROL-O" (excluding the hyphens) is also [an iconic wine](https://en.wikipedia.org/wiki/Barolo) originating from Piedmont. @@ -22,7 +22,7 @@ Once the team name is set, selecting the project name becomes as simple as picki This initiative was initiated in 2021, prompted by the [OpenCV Spatial AI Contest](https://opencv.org/opencv-spatial-ai-contest/) sponsored by [Intel®](https://www.intel.com/) and [Microsoft Azure](https://azure.microsoft.com/). -By April 2022, [an esteemed panel of judges](https://opencv.org/blog/2022/04/15/meet-the-judges-for-opencv-spatial-ai-contest/) designated the B-AROL-O Team as a **Top 10 Finalist** from a pool of over 120 submissions. +By April 2022, [an esteemed panel of judges](https://opencv.org/blog/meet-the-judges-for-opencv-spatial-ai-contest/) designated the B-AROL-O Team as a **Top 10 Finalist** from a pool of over 120 submissions. [![ARNEIS - OpenCV Spatial AI Contest Top 10](https://user-images.githubusercontent.com/75182/164913525-176820e5-eb7e-4f74-b3da-f7adf01dda9c.png)](https://www.youtube.com/watch?v=mijyQ9Kjg9Y "ARNEIS - OpenCV Spatial AI Contest Top 10") @@ -30,7 +30,7 @@ By April 2022, [an esteemed panel of judges](https://opencv.org/blog/2022/04/15/ -A few weeks later, ARNEIS garnered the highest count of fan votes via the internet and secured the title of the **[Winner of the OpenCV Spatial AI Contest Popular Vote](https://opencv.org/blog/2022/06/13/announcing-the-opencv-spatial-ai-contest-popular-vote-winner/)**. +A few weeks later, ARNEIS garnered the highest count of fan votes via the internet and secured the title of the **[Winner of the OpenCV Spatial AI Contest Popular Vote](https://opencv.org/blog/announcing-the-opencv-spatial-ai-contest-popular-vote-winner/)**. Although the OpenCV Spatial AI Contest has drawn to a close, the ARNEIS project continues to thrive. The project has been made available as an Open Source initiative, governed by the MIT/CC-BY-SA licenses, and we warmly welcome contributions! @@ -42,16 +42,20 @@ This resource provides a comprehensive understanding of the project's details. ### What Comes Next? -[Keep an eye out](https://twitter.com/baroloteam), as the [B-AROL-O Team is gearing up for a return...](https://www.hackster.io/projects/845012) +The B-AROL-O Team is now [busy with a new project](https://www.hackster.io/projects/845012): + +![2023-10-28-freisa-landing-page.png](img/2023-10-28-freisa-landing-page.png) + +Follow us on [Instagram](https://instagram.com/baroloteam) or [~~Twitter~~ X](https://x.com/baroloteam) if you want to know more! ### How to Get in Touch with Us You can reach out to us through the following platforms: -* [![Twitter](https://img.icons8.com/small/16/000000/twitter.png)](https://twitter.com/baroloteam) Twitter: [@baroloteam]() - * [![Instagram](https://img.icons8.com/small/16/000000/instagram-new.png)](https://instagram.com/baroloteam) Instagram: [@baroloteam](https://instagram.com/baroloteam) +* [![Twitter](https://img.icons8.com/small/16/000000/twitter.png)](https://x.com/baroloteam) ~~Twitter~~ X: [@baroloteam]() + * [![GitHub](https://img.icons8.com/small/16/000000/github.png)](https://github.com/B-AROL-O) GitHub: [B-AROL-O](https://github.com/B-AROL-O) * [![Email](https://img.icons8.com/small/16/000000/email.png)](mailto:info@baroloteam.online) Email: [info@baroloteam.online](mailto:info@baroloteam.online) diff --git a/profile/img/2023-10-28-freisa-landing-page.png b/profile/img/2023-10-28-freisa-landing-page.png new file mode 100644 index 0000000..6b695a8 Binary files /dev/null and b/profile/img/2023-10-28-freisa-landing-page.png differ