Skip to content

Commit 729860e

Browse files
committed
fix(website): Add back the event banner
1 parent f2372e1 commit 729860e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

website/resources/index.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,25 @@
6767
<a class="navbar-item" href="./">Home</a>
6868
<a class="navbar-item" href="./plc4x/0.13.0-SNAPSHOT/users">Users</a>
6969
<a class="navbar-item" href="./plc4x/0.13.0-SNAPSHOT/developers">Developers</a>
70-
<a class="navbar-item" href="./plc4x/0.13.0-SNAPSHOT/apache">Apache</a>
70+
<div class="navbar-item has-dropdown is-hoverable">
71+
<a class="navbar-link" href="https://www.apache.org">Apache</a>
72+
<div class="navbar-dropdown">
73+
<a class="navbar-item" href="https://www.apache.org">Apache Homepage</a>
74+
<a class="navbar-item" href="https://www.apache.org/licenses/">License</a>
75+
<a class="navbar-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
76+
<a class="navbar-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
77+
<a class="navbar-item" href="https://www.apache.org/security/">Security</a>
78+
<a class="navbar-item" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
79+
<a class="navbar-item" href="https://www.apache.org/foundation/policies/conduct">Code of Conduct</a>
80+
<a class="navbar-item" href="https://events.apache.org/">Upcoming Events</a>
81+
</div>
82+
</div>
7183
<div class="navbar-item">
7284
<span class="control">
7385
<a class="button is-primary" href="./plc4x/0.13.0-SNAPSHOT/users/download">Download</a>
7486
</span>
7587
</div>
88+
<a class="acevent" data-format="wide"></a>
7689
</div>
7790
</div>
7891
</nav>

website/supplemental/partials/head-styles.hbs

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
<link rel="stylesheet" href="{{{uiRootPath}}}/css/header.css">
2222
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vars.css">
2323
<link rel="stylesheet" href="{{{uiRootPath}}}/css/all.min.css" type="text/css"/>
24+
<script src="https://www.apachecon.com/event-images/snippet.js" type="text/javascript"></script>
2425
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">

website/supplemental/partials/header-content.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<a class="navbar-item" href="https://events.apache.org/">Upcoming Events</a>
5555
</div>
5656
</div>
57-
5857
<div class="navbar-item">
5958
<span class="control">
6059
<a class="button is-primary" href="{{{or site.url siteRootPath}}}/plc4x/{{page.version}}/users/download">Download</a>
6160
</span>
6261
</div>
62+
<a class="acevent" data-format="wide"></a>
6363
</div>
6464
</div>
6565
</nav>

0 commit comments

Comments
 (0)