Skip to content

Commit 260b76a

Browse files
committed
Add popularity vote campaign banners.
1 parent 939b5a8 commit 260b76a

6 files changed

+92
-0
lines changed

assets/css/index.css

+56
Original file line numberDiff line numberDiff line change
@@ -1225,3 +1225,59 @@ https://www.tam-tam.co.jp/tipsnote/html_css/post11618.html
12251225
/*
12261226
うんちゃんここまで
12271227
*/
1228+
1229+
.text--center {
1230+
text-align: center;
1231+
}
1232+
1233+
.text--right {
1234+
text-align: right;
1235+
}
1236+
1237+
.text--left {
1238+
text-align: left;
1239+
}
1240+
1241+
img.respoinsive {
1242+
max-width: 100%;
1243+
height: auto;
1244+
}
1245+
1246+
.link-banner {
1247+
opacity: 1;
1248+
transition: 0.25s opacity;
1249+
}
1250+
1251+
.link-banner:hover {
1252+
opacity: 0.8;
1253+
text-decoration: none;
1254+
}
1255+
1256+
.d-flex {
1257+
margin-top: 1em;
1258+
width: 100%;
1259+
}
1260+
1261+
.d-col {
1262+
margin-bottom: 1em;
1263+
}
1264+
1265+
@media screen and (min-width: 400px) {
1266+
.d-flex {
1267+
display: flex;
1268+
align-items: center;
1269+
justify-content: space-around;
1270+
margin-left: -0.5em;
1271+
margin-right: -0.5em;
1272+
}
1273+
1274+
.d-col {
1275+
flex-grow: 1;
1276+
padding-left: 0.5em;
1277+
padding-right: 0.5em;
1278+
}
1279+
1280+
.d-col--half {
1281+
width: 50%;
1282+
}
1283+
}
Loading
188 KB
Loading
Loading
228 KB
Loading

index.html

+36
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,42 @@ <h2 class="section_title" id="section_popularity_poll">
600600
></iframe>
601601
</div>
602602
</div>
603+
<div class="d-flex">
604+
<div class="d-col d-col--half text--center">
605+
<a
606+
class="link-banner"
607+
href="https://forms.gle/acSJEYgJo3JmihSy6"
608+
target="_blank"
609+
rel="noopener noreferrer"
610+
title="おめシスの人気キャラクター投票"
611+
><img
612+
class="respoinsive"
613+
src="/assets/images/banners/popularity-vote-banner01.png"
614+
srcset="
615+
/assets/images/banners/popularity-vote-banner01.png 1x,
616+
/assets/images/banners/[email protected] 2x
617+
"
618+
alt="おめシスの人気キャラクター投票"
619+
/></a>
620+
</div>
621+
<div class="d-col d-col--half text--center">
622+
<a
623+
class="link-banner"
624+
href="https://forms.gle/REWVeuandM7n2aG59"
625+
target="_blank"
626+
rel="noopener noreferrer"
627+
title="おめシスの人気動画投票"
628+
><img
629+
class="respoinsive"
630+
src="/assets/images/banners/popularity-vote-banner02.png"
631+
srcset="
632+
/assets/images/banners/popularity-vote-banner02.png 1x,
633+
/assets/images/banners/[email protected] 2x
634+
"
635+
alt="おめシスの人気動画投票"
636+
/></a>
637+
</div>
638+
</div>
603639
<div class="pr_announce">
604640
<div class="pr_announce_item">
605641
<blockquote class="twitter-tweet" data-dnt="true" data-width="100%">

0 commit comments

Comments
 (0)