File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,27 @@ import { concatWithBase } from "@utils/concatWithBase";
46
46
alt =" X/Twitter"
47
47
/> #gocon
48
48
</a >
49
+ <p class =" cc" >
50
+ <a
51
+ property =" dct:title"
52
+ rel =" cc:attributionURL"
53
+ href =" https://gocon.jp/2024" >Go Conference 2024 Website</a
54
+ > is licensed under <a
55
+ href =" https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1"
56
+ target =" _blank"
57
+ rel =" license noopener noreferrer"
58
+ style =" display:inline-block;"
59
+ >CC BY 4.0<img
60
+ style =" height:22px!important;margin-left:3px;vertical-align:text-bottom;"
61
+ src =" https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"
62
+ alt =" "
63
+ /><img
64
+ style =" height:22px!important;margin-left:3px;vertical-align:text-bottom;"
65
+ src =" https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"
66
+ alt =" "
67
+ /></a
68
+ >
69
+ </p >
49
70
<div class =" credit" >
50
71
<p >Go Conference</p >
51
72
<small >
@@ -114,6 +135,7 @@ import { concatWithBase } from "@utils/concatWithBase";
114
135
margin: 0 auto;
115
136
display: flex;
116
137
justify-content: space-between;
138
+ align-items: center;
117
139
padding: 16px 32px;
118
140
119
141
@media screen and (max-width: 768px) {
@@ -123,6 +145,15 @@ import { concatWithBase } from "@utils/concatWithBase";
123
145
}
124
146
}
125
147
148
+ .cc {
149
+ display: block;
150
+ color: #666;
151
+
152
+ @media screen and (max-width: 768px) {
153
+ order: 3;
154
+ }
155
+ }
156
+
126
157
.credit {
127
158
display: flex;
128
159
flex-direction: column;
You can’t perform that action at this time.
0 commit comments