@@ -4,13 +4,60 @@ Type = "event"
44Description = " Contact information for DevOpsDays Halifax 2026"
55+++
66
7- <div style =" display : flex ; gap : 1em ; margin-bottom : 1.5em ;" >
8- <a href =" mailto:halifax@devopsdays.org?subject=DevOpsDays Halifax 2026 " class =" btn jssocials-share-link event-cta-button " style =" color : #EEF3C7 ; background-color : #48BD86 ; border : none ; border-radius : 0.5em ; font-weight : bold ; padding : 1em 2em ; max-width : 200px ; text-align : center ; text-decoration : none ; display : inline-flex ; align-items : center ;" aria-pressed =" true " >Email Us</a >
9- <a href =" https://www.linkedin.com/company/devopsdays-halifax " target =" _blank " rel =" noopener " class =" btn jssocials-share-link event-cta-button " style =" color : #EEF3C7 ; background-color : #48BD86 ; border : none ; border-radius : 0.5em ; font-weight : bold ; padding : 1em 2em ; max-width : 200px ; text-align : center ; text-decoration : none ; display : inline-flex ; align-items : center ;" aria-pressed =" true " ><i class =" fa-brands fa-linkedin " style =" margin-right : 0.5em ;" ></i >LinkedIn</a >
7+ <style type =" text/css " >
8+ .hfx26-contact-actions {
9+ display : flex ;
10+ flex-wrap : wrap ;
11+ gap : 0.85em ;
12+ margin : 0 0 2em ;
13+ }
14+ .hfx26-contact-actions a .btn {
15+ display : inline-flex ;
16+ align-items : center ;
17+ justify-content : center ;
18+ padding : 0.85em 1.75em ;
19+ border-radius : 10px ;
20+ font-weight : 600 ;
21+ font-size : 1em ;
22+ text-decoration : none ;
23+ border : 1px solid #2A3152 ;
24+ background : #151A2F ;
25+ color : #F5F7FF ;
26+ transition : border-color 0.15s ease , color 0.15s ease , transform 0.15s ease , box-shadow 0.15s ease ;
27+ }
28+ .hfx26-contact-actions a .btn :hover {
29+ border-color : #6FE7FF ;
30+ color : #6FE7FF ;
31+ text-decoration : none ;
32+ transform : translateY (-1px );
33+ }
34+ .hfx26-contact-actions a .btn-primary {
35+ background : linear-gradient (135deg , #7C5CFF , #D946EF );
36+ color : #F5F7FF ;
37+ border : none ;
38+ box-shadow : 0 4px 18px rgba (124 , 92 , 255 , 0.4 );
39+ }
40+ .hfx26-contact-actions a .btn-primary :hover {
41+ box-shadow : 0 6px 24px rgba (124 , 92 , 255 , 0.55 );
42+ color : #F5F7FF ;
43+ transform : translateY (-2px );
44+ }
45+ .hfx26-contact-actions a .btn i {
46+ margin-right : 0.5em ;
47+ }
48+ @media (max-width : 760px ) {
49+ .hfx26-contact-actions { flex-direction : column ; }
50+ .hfx26-contact-actions a .btn { width : 100% ; }
51+ }
52+ </style >
53+
54+ <div class =" hfx26-contact-actions " >
55+ <a href =" mailto:halifax@devopsdays.org?subject=DevOpsDays Halifax 2026 " class =" btn btn-primary " >Email Us</a >
56+ <a href =" https://www.linkedin.com/company/devopsdays-halifax " target =" _blank " rel =" noopener " class =" btn " ><i class =" fa-brands fa-linkedin " ></i >LinkedIn</a >
1057</div >
1158
12- ** Our local team**
59+ ## Our local team
1360
1461{{< list_organizers >}}
1562
16- {{< list_core >}}
63+ {{< list_core >}}
0 commit comments