File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 30
30
< i class ="fa fa-bars "> </ i >
31
31
</ div >
32
32
< ul class ="navigation-menu ">
33
+ < li class ="navigation-menu-item navigation-menu-item--scala-days ">
34
+ < a href ="https://scaladays.org " class ="scala-days-button "> Scala Days 2025</ a >
35
+ </ li >
33
36
{% for navItem in site.data.nav-header %}
34
37
< li class ="navigation-menu-item ">
35
38
< a href ="{{navItem.url}} "> {{navItem.title}}</ a >
Original file line number Diff line number Diff line change 51
51
text-decoration : none ;
52
52
}
53
53
}
54
+
55
+ & .navigation-menu-item--scala-days {
56
+ a {
57
+ background : #ff6b35 ;
58
+ color : #fff ;
59
+ padding : 8px 20px ;
60
+ border-radius : 25px ;
61
+ font-weight : bold ;
62
+ transition : all 0.3s ease ;
63
+ box-shadow : 0 2px 4px rgba (255 , 107 , 53 , 0.3 );
64
+
65
+ & :hover {
66
+ background : #e55a2b ;
67
+ transform : translateY (-1px );
68
+ box-shadow : 0 4px 8px rgba (255 , 107 , 53 , 0.4 );
69
+ text-decoration : none ;
70
+ }
71
+
72
+ & :active {
73
+ transform : translateY (0 );
74
+ box-shadow : 0 2px 4px rgba (255 , 107 , 53 , 0.3 );
75
+ }
76
+ }
77
+ }
54
78
}
55
79
}
56
80
}
78
102
padding : 10px 0 ;
79
103
display : block ;
80
104
}
105
+
106
+ .navigation-menu-item--scala-days {
107
+ a {
108
+ background : #ff6b35 ;
109
+ color : #fff ;
110
+ padding : 10px 20px ;
111
+ border-radius : 25px ;
112
+ font-weight : bold ;
113
+ text-transform : uppercase ;
114
+ display : inline-block ;
115
+ transition : all 0.3s ease ;
116
+ box-shadow : 0 2px 4px rgba (255 , 107 , 53 , 0.3 );
117
+
118
+ & :hover {
119
+ background : #e55a2b ;
120
+ transform : translateY (-1px );
121
+ box-shadow : 0 4px 8px rgba (255 , 107 , 53 , 0.4 );
122
+ text-decoration : none ;
123
+ }
124
+
125
+ & :active {
126
+ transform : translateY (0 );
127
+ box-shadow : 0 2px 4px rgba (255 , 107 , 53 , 0.3 );
128
+ }
129
+ }
130
+ }
81
131
}
82
132
}
83
133
}
You can’t perform that action at this time.
0 commit comments