Skip to content

Commit a877a58

Browse files
committed
chore: add Announcement banner back
* home page * software page * user stories page fix : updated announcement banner
1 parent 3c134f8 commit a877a58

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

software/templates/SoftwareHomePage.ss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
<% include SiteBanner %>
3333
<% include Navigation %>
3434
<!-- Page Content -->
35-
35+
<div class="software-announcement-banner">
36+
<% include AnnouncementBanner %>
37+
</div>s
3638
$Message
3739
<div class="container software">
3840
<div class="row">

software/templates/SoftwareSubPage.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<% include SiteBanner %>
3030
<% include Navigation %>
3131
<!-- Page Content -->
32-
32+
<% include AnnouncementBanner %>
3333
$Message
3434
<div class="container software">
3535
<div class="row">

themes/openstack/templates/Layout/Includes/AnnouncementBanner.ss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@
88
<div class="col-md-12 col-sm-12">
99
<div class="summit-announcement-header-container">
1010
<img class="summit-announcement-banner-img-lg" style="height:42px;width: 42px;display: inline-block;" src="https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/OpenInfrastructureFoundation-icon-RGB.svg">
11-
<h2>OpenInfra Summit Vancouver <br/><span>(formerly the OpenStack Summit)</span></h2>
11+
<h2>OpenInfra Summit > Asia'24</h2>
1212
</div>
13-
<p style="padding-top:15px;">Join the OpenStack community in <b>Vancouver from June 13 - 15</b> to hear how <b>NVIDIA</b> is running OpenStack for AI, different <b>OpenStack + Kubernetes</b> production use cases, and how organizations like <b>Bloomberg, LINE and CERN</b> continue to scale their OpenStack footprint.</p>
13+
<p style="padding-top:15px;">
14+
Join the OpenStack community in Suwon, South Korea from September 3-4 at the first regional OpenInfra Summit Asia! Hear how OpenStack developers and operators are collaborating to define AI requirements, new OpenStack + Kubernetes production use cases and how organizations continue to scale their OpenStack footprint.
15+
</p>
1416
</div>
1517
</div>
1618
</div>
1719
<div class="col-md-4 col-xs-12 col-sm-12 col-lg-4">
1820
<div class="row">
1921
<div class="col-xs-12 col-sm-12 col-lg-12 cta-container">
20-
<p>Only <span id="summit-announcement-timer">49</span> days left until the OpenInfra Summit!</p>
21-
<a id="vancouver-banner-btn" href="https://openinfra.dev/summit/vancouver-2023">Register Now
22+
<p>Submit to the CFP! Deadline: May 29, 2024</p>
23+
<a id="vancouver-banner-btn" href="https://openinfrafoundation.formstack.com/forms/openinfra_asia_summit_2024">Submit Now
2224
<svg width="21" height="11" viewBox="0 0 21 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2325
<path d="M15.4828 1L19.6207 5.48M19.6207 5.48L15.4828 9.96M19.6207 5.48L1 5.48" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
2426
</svg>

themes/openstack/templates/Layout/NewHomePage.ss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<!-- /.intro-header -->
3030

3131
<!-- Page Content -->
32+
<% include AnnouncementBanner %>
3233
<!-- /.news-anniversary -->
3334

3435
<!-- Page Content -->

user-stories/templates/Layout/UserStoriesPage.ss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
</div> <!-- Killing the main site .container -->
2+
<div class="user-stories-announcement-banner">
3+
<% include AnnouncementBanner %>
4+
</div>
25

36
<div class="user-stories-hero container">
47
<div class="row">

0 commit comments

Comments
 (0)