File tree Expand file tree Collapse file tree 5 files changed +66
-9
lines changed Expand file tree Collapse file tree 5 files changed +66
-9
lines changed Original file line number Diff line number Diff line change 5
5
@import " partials/staff.scss" ;
6
6
@import " partials/live_panels.scss" ;
7
7
8
+ @import " sessions/single.scss" ;
8
9
@import " staffs/list.scss" ;
9
10
@import " schedule/list.scss" ;
10
11
Original file line number Diff line number Diff line change
1
+ body .sessions {
2
+ .talkLinks {
3
+ margin : var (--space-4 ) 0 ;
4
+ padding : 0 ;
5
+ list-style : none ;
6
+ text-align : center ;
7
+
8
+ .talkLinks_link {
9
+ display : inline ;
10
+ margin-left : var (--space-3 );
11
+ margin-right : var (--space-3 );
12
+
13
+ a {
14
+ display : inline-flex ;
15
+ align-items : center ;
16
+
17
+ margin : var (--space-4 );
18
+ padding : .25em 1em ;
19
+ border-radius : 1em ;
20
+
21
+ background : var (--primary );
22
+ color : var (--primary-txt );
23
+ font-size : 125% ;
24
+
25
+ .icon {
26
+ width : 1em ;
27
+ }
28
+
29
+ & :hover {
30
+ box-shadow : .0625em .0625em .125em var (--darken-3 );
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
Original file line number Diff line number Diff line change @@ -113,4 +113,11 @@ other = "Partner Session Speakers"
113
113
# #########
114
114
115
115
[staff_green ]
116
- other = " Green Partner Staffs"
116
+ other = " Green Partner Staffs"
117
+
118
+ # ###########
119
+ # Sessions #
120
+ # ###########
121
+
122
+ [session_slides ]
123
+ other = " Slides"
Original file line number Diff line number Diff line change @@ -116,4 +116,11 @@ other = "スポンサーセッションスピーカー"
116
116
# #########
117
117
118
118
[staff_green ]
119
- other = " グリーンスポンサースタッフ"
119
+ other = " グリーンスポンサースタッフ"
120
+
121
+ # ###########
122
+ # Sessions #
123
+ # ###########
124
+
125
+ [session_slides ]
126
+ other = " スライド"
Original file line number Diff line number Diff line change @@ -66,14 +66,21 @@ <h1 class="text">{{ .Title }}</h1>
66
66
title ="YouTube Video "> </ iframe >
67
67
</ div >
68
68
{{ end }}
69
+ </ div >
69
70
70
- {{ if .Params.presentation }}
71
- < a class ="social-slides "
72
- href ="{{ .Params.presentation }} "
73
- rel ="noreferrer "
74
- target ="_blank "> Voir les slides</ a >
75
- {{ end }}
76
-
71
+ < div >
72
+ < ul class ="talkLinks ">
73
+ {{ if .Params.Slides }}
74
+ < li class ="talkLinks_link ">
75
+ < a href ="{{ .Params.Slides }} "
76
+ rel ="noreferrer "
77
+ target ="_blank ">
78
+ < svg class ="icon " xmlns ="http://www.w3.org/2000/svg " width ="64 " height ="64 " viewBox ="0 0 16.933 16.933 "> < g transform ="translate(-.334 .167) "> < rect style ="fill:#fff;fill-opacity:0;fill-rule:nonzero;stroke:currentColor;stroke-width:1.05833;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1 " width ="15 " height ="11.25 " x ="1.301 " y ="2.675 " ry =".087 " fill ="none "/> < rect style ="fill:currentColor;fill-opacity:1;fill-rule:nonzero;stroke:#000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none " width ="7 " height ="1 " x ="5.301 " y ="6.502 " ry ="0 "/> < rect style ="fill:currentColor;fill-opacity:1;fill-rule:nonzero;stroke:#000;stroke-width:0;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none " width ="9 " height ="1 " x ="4.301 " y ="9.166 " ry ="0 "/> </ g > </ svg >
79
+ {{ i18n "session_slides" }}
80
+ </ a >
81
+ </ li >
82
+ {{ end }}
83
+ </ ul >
77
84
</ div >
78
85
79
86
</ section >
You can’t perform that action at this time.
0 commit comments