Skip to content

Commit

Permalink
added banner for hurricane info
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Monadjemi committed Sep 27, 2024
1 parent 2c98187 commit e1d38cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if include.layout == "home" %}
<div class="md:flex items-center mb-4 px-6 py-4 border border-primary border-l-8 rounded-sm home-alert">
{% else %}
<div class="md:flex items-center mb-4 px-6 py-4 border border-primary border-l-8 rounded-sm bg-primary-100">
<div class="md:flex items-center my-6 mx-4 px-6 py-4 border border-primary border-l-8 rounded-lg bg-secondary-50">
{% endif %}
<div class="mb-4 md:mb-0 md:mr-4">
{% if include.title-url %}
Expand Down
8 changes: 4 additions & 4 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
layout: default
---

<!-- {% include alert.html
title="VIS 2021 is going virtual!"
{% include alert.html
title="Important Hurricane Information from General Chairs"
description=""
title-url="https://virtual.ieeevis.org"
button-text="Join us on our virtual site"
button-url="https://virtual.ieeevis.org" %} -->
button-text="Read the message"
button-url="/info/hurricane_updates" %}


{% include main-banner.html
Expand Down

0 comments on commit e1d38cd

Please sign in to comment.