-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19796f7
commit 496df9b
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -438,13 +438,19 @@ <h2 class="fade-in">Leaderboard</h2> | |
</div> | ||
</p> | ||
<div class="feature-grid"> | ||
<div class="feature-item fade-in"> | ||
<h3>Contribute</h3> | ||
<p><a href="mailto:[email protected]">Share your results with us</a> and contribute to the leaderboard!</p> | ||
</div> | ||
<div class="feature-item fade-in"> | ||
<h3>Challenge</h3> | ||
<p>Upcoming competition in conjunciton with the <a href="https://www.edgeaifoundation.org/">Edge AI Foundation</a>!</p> | ||
<div class="feature-grid"> | ||
<div class="feature-item fade-in"> | ||
<h3>🙋♂️ Contribute</h3> | ||
<p> | ||
<a href="mailto:[email protected]">Share your results with us</a> | ||
and contribute to the leaderboard, or you can issue a PR at | ||
<a href="https://github.com/your-repository-link">this link</a>! | ||
</p> | ||
</div> | ||
<div class="feature-item fade-in"> | ||
<h3>🏆 Challenge</h3> | ||
<p>Stay tuned for an upcoming competition in conjunciton with the <a href="https://www.edgeaifoundation.org/">Edge AI Foundation</a>!</p> | ||
</div> | ||
</div> | ||
</div> | ||
<h2></h2> | ||
|