We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21831f commit c729585Copy full SHA for c729585
src/pages/index.astro
@@ -47,6 +47,13 @@ import Calendar from '@components/Calendar.astro'
47
<br/>
48
<p>We meet every Friday in the Student Innovation Center in CCIS from 4:00pm - 5:00pm!</p>
49
</section>
50
+ <section class="section">
51
+ <h2 class="title">Industry networking event!</h2>
52
+ <a href="https://uais.eventbrite.com">
53
+ <img src="/images/Industry_night_poster.png", alt="Poster for an industry networking event. Click this link to be redirected to the Eventbrite page."/>
54
+ </a>
55
+ </section>
56
+
57
<Carousel />
58
<Calendar />
59
</>
0 commit comments