Skip to content

Commit

Permalink
feat: remove comet clash announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonappah committed Nov 25, 2024
1 parent 7ee2f51 commit 5e890cf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/components/home/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@ const VexGroup = await getImage({
scroll to learn more
<span style={{ marginLeft: '1rem' }}> &darr;</span>
</a>
<a
class="no-decoration scale-hover"
href="https://clash.cometrobotics.org"
target="_blank"
rel="noreferrer"
style={{
backgroundColor: 'var(--primary)',
color: 'white',
padding: '1.5rem',
borderRadius: '1.33rem',
fontSize: '0.8rem',
boxShadow: '0px 8px 8px 0px rgba(0, 0, 0, 0.25)',
maxWidth: '40rem',
}}
>
<h3 class="font-unbounded">Comet Clash</h3>
<p style="padding: 0.25rem 0;">
Watch 48 combat robots fight to the death in our inaugural Comet Clash competition, hosted in the ECSW building at UT Dallas on November 23rd!
</p>
<h3 class="font-mashine">Learn More &rarr;</h3>
</a>
<!-- <a
class="no-decoration scale-hover"
href="https://clash.cometrobotics.org"
target="_blank"
rel="noreferrer"
style={{
backgroundColor: 'var(--primary)',
color: 'white',
padding: '1.5rem',
borderRadius: '1.33rem',
fontSize: '0.8rem',
boxShadow: '0px 8px 8px 0px rgba(0, 0, 0, 0.25)',
maxWidth: '40rem',
}}
>
<h3 class="font-unbounded">Comet Clash</h3>
<p style="padding: 0.25rem 0;">
Watch 48 combat robots fight to the death in our inaugural Comet Clash competition, hosted in the ECSW building at UT Dallas on November 23rd!
</p>
<h3 class="font-mashine">Learn More &rarr;</h3>
</a> -->
</div>
</div>

0 comments on commit 5e890cf

Please sign in to comment.