File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,36 @@ a:hover {
233233 background : # aa6767 ;
234234 color : # eee ;
235235}
236+ .community .conference-banner {
237+ background : linear-gradient (135deg , # 8B0000 0% , # aa6767 100% );
238+ color : white;
239+ text-align : center;
240+ padding : 20px ;
241+ margin : 0 10px 20px 10px ;
242+ box-sizing : border-box;
243+ }
244+
245+ .community .conference-banner a {
246+ display : block;
247+ color : white;
248+ text-decoration : none;
249+ padding-top : 10px ;
250+ padding-bottom : 10px ;
251+ }
252+
253+ .community .conference-banner a : hover {
254+ opacity : 0.9 ;
255+ }
256+
257+ .community .conference-banner h4 {
258+ margin : 10px 0 5px 0 ;
259+ font-size : 1.3em ;
260+ }
261+
262+ .community .conference-banner p {
263+ margin : 5px 0 0 0 ;
264+ font-size : 0.95em ;
265+ }
236266.users {
237267 background : # fff ;
238268 border-bottom : 2px solid # a22222 ;
Original file line number Diff line number Diff line change @@ -139,6 +139,13 @@ <h3>Who's using Node-RED?</h3>
139139 < div class ="col-1-2 ">
140140 < div class ="social ">
141141 < h3 > Community < a class ="box-link " href ="/about/community/ "> more</ a > </ h3 >
142+ < div class ="conference-banner ">
143+ < a class ="box-link " href ="https://events.zoom.us/ev/AqhqiQ8mTK2lnAoOEH8c8TA1a_9MzVhZq_T7d1-kMHlHDt2_Qh_0~ArONnIcxMjLKoD3Stc16u8yBa38mn0RO4y2nOMx4AZqewgJ1dZm6TAmYyyVgBk3jzn2T5FyGxH2VdIpi_Oe6V7CxaA ">
144+ < i class ="fa fa-calendar fa-2x "> </ i >
145+ < h4 > Node-RED Con 2025</ h4 >
146+ < p > Nov 4 · Free conference · Community + Industry Talks</ p >
147+ </ a >
148+ </ div >
142149 < ul >
143150 < li > < a class ="box-link " href ="https://discourse.nodered.org "> < i class ="fa fa-commenting-o fa-3x "> </ i > < br /> Forum</ a > </ li >
144151 < li > < a class ="box-link " href ="/slack "> < i class ="fa fa-slack fa-3x "> </ i > < br /> Slack team</ a > </ li >
You can’t perform that action at this time.
0 commit comments