Skip to content

Commit a08609a

Browse files
Merge pull request #1055 from InnerSourceCommons/top-page
Summit Card
2 parents bf5bdad + f7cda89 commit a08609a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

content/en/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ fetchYoutubeVideos: true
1111
<h1 style="font-size: 40px; color: white; text-align: left; margin: 0px">Welcome to the InnerSource Commons</h1>
1212
</div>
1313
<div class="col-lg-4 col-md-6 col-sm-6" style="margin-top: 40px;">
14-
{{< upcoming-event-card style="banner" >}}
14+
<!--
15+
DO NOT REMOVE THIS LINE; This is temporarily disabled for summit
16+
{{ < upcoming-event-card style="banner" > }}
17+
-->
18+
{{< summit-event-card style="banner" >}}
1519
</div>
1620
</div>
1721
</div>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div style="position: relative; border: none; box-shadow: none;">
2+
<div
3+
style="position: absolute; top: 10px; left: 10px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: white; background: rgba(0, 0, 0, 0.5); padding: 4px 8px; border-radius: 2px; z-index: 1;">
4+
Upcoming Event</div>
5+
<a href="/events/isc-2025/" class="event-link" target="_blank"
6+
style="text-decoration: none; color: inherit; display: block; border: none;">
7+
<img src="/images/events/Summit2025.png"
8+
style="width: 100%; display: block; border: none; margin: 0; border-radius: 6px;">
9+
</a>
10+
</div>

0 commit comments

Comments
 (0)