Skip to content

Commit

Permalink
Hide calendly link (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 authored Dec 6, 2024
1 parent 6b5dbc1 commit 5c817d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/notification_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="navbar-appscode container">
<div class="notification-top">
<!-- https://calendly.com/appscode/kubecon-eu-2024?text_color=1c1c1c&primary_color=00a651 -->
<a href="https://calendly.com/appscode/reinvent?text_color=1c1c1c&primary_color=00a651" target="_blank" class="left-content">
<a href="#" target="_blank" class="left-content">
<span class="message">Attending AWS re:Invent?</span>
<button class="button">
<span>Schedule a Meeting</span>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<!-- new navbar area start .active-headroom -->
<div class="navbar-area header--fixed">

<!-- iframe for top notification -->
<iframe src="/notification-top/" id="notification" frameborder="0" scrolling="no" style="width: 100%; display: flex; overflow: hidden; height: 0px;" title="notification"></iframe>
<!-- iframe for top notification; IMPORTANT:- "display: flex||none;" -->
<iframe src="/notification-top/" id="notification" frameborder="0" scrolling="no" style="width: 100%; display: none; overflow: hidden; height: 0px;" title="notification"></iframe>
<script>
window.addEventListener("message", receiveMessageFromIframe, false);

Expand Down

0 comments on commit 5c817d3

Please sign in to comment.