Skip to content

Commit

Permalink
Merge pull request #19 from B-AROL-O/18-bug-broken-link
Browse files Browse the repository at this point in the history
[FEAT]: Revamp public B-AROL-O team page on GitHub
  • Loading branch information
alv67 authored Oct 29, 2023
2 parents a871ab5 + 41ee5bc commit 9a0eb0c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
folder-path: '., ./profile'
# file-path: './README.md, ./LICENSE'
use-quiet-mode: yes

# EOF
16 changes: 10 additions & 6 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -22,15 +22,15 @@ 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")

<!-- [![2022-04-21-opencv-spatial-ai-contest-top-10-finalist.png](https://raw.githubusercontent.com/B-AROL-O/ARNEIS/main/docs/images/2022-04-21-opencv-spatial-ai-contest-top-10-finalist.png)](https://form.jotform.com/221086334784156) -->

<!-- Please vote and have friends vote for "**Team B-AROL-O - ARNEIS**" [on this site](https://form.jotform.com/221086334784156)! -->

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!
Expand All @@ -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](<https://twitter.com/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](<https://x.com/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:[email protected]) Email: [[email protected]](mailto:[email protected])
Expand Down
Binary file added profile/img/2023-10-28-freisa-landing-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a0eb0c

Please sign in to comment.