Skip to content

Commit f72ef2e

Browse files
committed
annonicement banner - office hours
1 parent 2918e1c commit f72ef2e

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

_includes/black-friday.html

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<a href="https://superails.com/deals"
2-
style="display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; font-weight: 700; color: #000000; background-color: #FBBF24; min-height: 3em;">
3-
🚨 Join SupeRails - Pay Just $95/Year (Save 50%)—Black Friday Deal!
1+
<a
2+
href="https://superails.com/deals"
3+
style="
4+
display: flex;
5+
flex-direction: column;
6+
justify-content: center;
7+
align-items: center;
8+
width: 100%;
9+
font-weight: 700;
10+
color: #000000;
11+
background-color: #fbbf24;
12+
min-height: 3em;
13+
"
14+
>
15+
🚨 Join SupeRails - Pay Just $95/Year (Save 50%)—Black Friday Deal!
416
</a>

_includes/office-hours.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<a
2+
href="https://lu.ma/7zm353yg"
3+
style="
4+
display: flex;
5+
flex-direction: column;
6+
justify-content: center;
7+
align-items: center;
8+
width: 100%;
9+
font-weight: 700;
10+
color: #000000;
11+
background-color: #fbbf24;
12+
min-height: 3em;
13+
"
14+
>
15+
🚨 Office Hours #1: Hotwire Hotline 📆 07 Jan, 7:00pm GMT+1 🔴 Register to
16+
join live
17+
</a>

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<body>
1313
{%- include header.html -%}
14+
{%- include office-hours.html -%}
1415

1516
<main class="page-content" aria-label="Content" style="">
1617
<div class="wrapper" style="">

0 commit comments

Comments
 (0)