-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
18,052 additions
and
0 deletions.
There are no files selected for viewing
501 changes: 501 additions & 0 deletions
501
avataraward/2023/アバターアワード2023 presented by VRM Consortium.html
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+2.62 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/01_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.65 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/01_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.11 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/02_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/02_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.97 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/03_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.83 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/03_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.64 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/04_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.18 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/04_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/05_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.23 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/05_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.87 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/05_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.01 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/05_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+387 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/06_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+154 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/07_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 MB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/08_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
363 changes: 363 additions & 0 deletions
363
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/AA2023_web_main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,363 @@ | ||
@charset "UTF-8"; | ||
|
||
body{ | ||
background-color:#38a187; | ||
/* background:linear-gradient(120deg,#39a187,#ffde42);*/ | ||
margin:0px; | ||
padding:0px; | ||
font-family: 'Noto Sans JP', sans-serif; | ||
} | ||
|
||
#main{ | ||
margin:auto; | ||
} | ||
|
||
#container{ | ||
text-align: center; | ||
} | ||
|
||
#header{ | ||
background: url(./header_BG.png) ; | ||
background-size:cover; | ||
} | ||
|
||
#header img{ | ||
max-width: 100%; | ||
min-width: 20%; | ||
} | ||
|
||
h3{ | ||
text-align: center; | ||
} | ||
|
||
h3 img{ | ||
max-width: 100%; | ||
min-width: 20%; | ||
} | ||
|
||
p{ | ||
margin:auto; | ||
padding:10px; | ||
text-align: left; | ||
} | ||
|
||
.picup{ | ||
font-weight:bold; | ||
} | ||
|
||
a{ | ||
color:#38a187; | ||
font-weight: bold; | ||
text-decoration: none; | ||
} | ||
|
||
.center{ | ||
margin:auto; | ||
text-align: center; | ||
} | ||
|
||
#what_AA{ | ||
padding:20px; | ||
background:#fff; | ||
} | ||
|
||
#what_AA p{ | ||
max-width: 700px; | ||
} | ||
|
||
/* 応募方法 */ | ||
#oubo{ | ||
padding:20px; | ||
background:url("./oubo_bg.png"); | ||
background-size: cover; | ||
} | ||
|
||
#oubo p{ | ||
max-width:700px; | ||
color:#fff; | ||
} | ||
|
||
#oubo p.yellow{ | ||
color:#ffe052; | ||
} | ||
|
||
.links{ | ||
margin:auto; | ||
max-width: 700px; | ||
} | ||
|
||
.link_btn{ | ||
position:relative; | ||
margin:10px; | ||
padding:6px; | ||
width:300px; | ||
background:#fff; | ||
border-radius: 5px; | ||
text-align: left; | ||
} | ||
|
||
.link_btn ::before{ | ||
position:absolute; | ||
right:10px; | ||
content:">"; | ||
} | ||
|
||
.link_btn a{ | ||
width:100%; | ||
display: block; | ||
} | ||
|
||
/*受賞結果*/ | ||
#kekka{ | ||
padding-bottom:20px; | ||
background:linear-gradient(120deg,#39a187,#ffde42); | ||
} | ||
|
||
#kekka h3{ | ||
margin:0px; | ||
padding:40px 0 20px; | ||
} | ||
|
||
.jushousha{ | ||
margin:10px auto; | ||
} | ||
|
||
.jushousha_name{ | ||
margin:10px auto; | ||
text-align: center; | ||
max-width:500px; | ||
min-width:200px; | ||
font-size: 50px; | ||
border-bottom:solid 3px #ffde42; | ||
} | ||
|
||
.toukousha{ | ||
margin:auto; | ||
text-align: center; | ||
font-size: 20px; | ||
} | ||
|
||
.jushousha_pict{ | ||
margin:auto; | ||
padding:10px; | ||
max-width:700px; | ||
min-width:100px; | ||
} | ||
|
||
.comment{ | ||
position:relative; | ||
margin:10px auto; | ||
padding:15px; | ||
border-radius: 5px; | ||
max-width: 700px; | ||
min-width: 100px; | ||
background:#fff url(./comment_text.png) bottom right no-repeat; | ||
} | ||
|
||
.comment::before{ | ||
position:absolute; | ||
top:-30px; | ||
left:50%; | ||
margin-left:-15px; | ||
border: 15px solid transparent; | ||
border-bottom : 15px solid #fff; | ||
content:""; | ||
} | ||
|
||
.comment span{ | ||
padding-bottom: 10px; | ||
margin-bottom: 10px; | ||
display: block; | ||
text-align: center; | ||
font-size: 20px; | ||
font-weight: bold; | ||
border-bottom:solid 2px #38a187; | ||
} | ||
|
||
#nominate{ | ||
margin:20px auto; | ||
max-width: 700px; | ||
} | ||
|
||
#nominate p span{ | ||
font-weight: bold; | ||
} | ||
|
||
|
||
/*過去の授賞式*/ | ||
#jushoushiki_movie{ | ||
padding:20px; | ||
margin:auto; | ||
background:url(./jushousiki_trophy.png) bottom right no-repeat; | ||
background:url(./AVATARAWARD2022.png) bottom left no-repeat; | ||
} | ||
|
||
.movie{ | ||
margin:20px; | ||
} | ||
|
||
/* 審査員 */ | ||
#shinsain{ | ||
padding:20px; | ||
background:#fff; | ||
} | ||
|
||
.shinsains{ | ||
margin:30px auto; | ||
padding-bottom:20px; | ||
position:relative; | ||
display: table; | ||
} | ||
|
||
/* 審査員の装飾 */ | ||
.shinsains::before{ | ||
position:absolute; | ||
width:60px; | ||
height:60px; | ||
top:-60px; | ||
left:-60px; | ||
background-image: url("shinsain_cross.png"); | ||
content:""; | ||
} | ||
|
||
.shinsains::after{ | ||
position:absolute; | ||
width:60px; | ||
height:60px; | ||
top:-60px; | ||
right:-60px; | ||
background-image: url("shinsain_cross.png"); | ||
content:""; | ||
} | ||
|
||
.shinsains .picture{ | ||
margin:5px; | ||
float:left; | ||
} | ||
|
||
.shinsains_disc{ | ||
max-width: 500px; | ||
min-width: 100px; | ||
padding:20px; | ||
float:right; | ||
} | ||
|
||
.name{ | ||
font-size: 45px; | ||
font-weight:bold; | ||
padding:5px; | ||
border-bottom: solid 3px #38a187; | ||
} | ||
|
||
.discription{ | ||
padding:10px; | ||
} | ||
|
||
/* 選考結果について */ | ||
#senkoukekka{ | ||
padding:50px; | ||
background:linear-gradient(120deg,#39a187,#ffde42); | ||
} | ||
|
||
#senkoukekka p{ | ||
margin:20px auto; | ||
max-width: 700px; | ||
} | ||
|
||
/*VRMコンソーシアムについて*/ | ||
#vrmconso{ | ||
padding:20px; | ||
background:#fff; | ||
} | ||
|
||
.logo{ | ||
max-width: 100%; | ||
min-width: 20%; | ||
} | ||
|
||
.consortium{ | ||
text-align: center; | ||
max-width:1120px; | ||
margin:auto; | ||
padding:30px; | ||
border:solid 1px #ff5f00; | ||
border-radius: 6px; | ||
} | ||
|
||
#vrmconso p{ | ||
max-width:700px | ||
} | ||
|
||
.consortium h3{ | ||
margin:50px; | ||
} | ||
|
||
.vrm{ | ||
margin:auto; | ||
max-width: 1120px; | ||
text-align: center; | ||
} | ||
|
||
.vrm h3{ | ||
margin:20px auto; | ||
padding:10px; | ||
width:300px; | ||
border-bottom:solid 6px #38a187; | ||
} | ||
|
||
/*アーカイブ*/ | ||
#archives{ | ||
padding:20px; | ||
background:#ffe052; | ||
} | ||
|
||
.award{ | ||
margin:10px; | ||
width:300px; | ||
display:inline-block; | ||
} | ||
|
||
.award p{ | ||
text-align: center; | ||
} | ||
|
||
|
||
/*copyright*/ | ||
#copy{ | ||
text-align: center; | ||
color:#fff; | ||
} | ||
|
||
/* モバイル用 */ | ||
@media screen and (max-width:940px) { | ||
.Movie iframe{ | ||
margin:0px; | ||
Width:100%; | ||
} | ||
|
||
.shinsains::before{ | ||
display: none; | ||
} | ||
.shinsains::after{ | ||
display: none; | ||
} | ||
|
||
.shinsains .picture{ | ||
float:none; | ||
text-align: center; | ||
} | ||
|
||
.shinsains_disc{ | ||
float:none; | ||
} | ||
.shinsains{ | ||
display:inline-block | ||
} | ||
|
||
/* 受賞者の画像 */ | ||
.jushousha_pict{ | ||
padding:5px 0; | ||
width:100%; | ||
} | ||
|
||
} |
Binary file added
BIN
+50.2 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Shikai_Taguchi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Shinsain_Yoko.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+174 KB
...araward/2023/アバターアワード2023 presented by VRM Consortium_files/Shinsain_gunchi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+17.4 KB
...award/2023/アバターアワード2023 presented by VRM Consortium_files/Shinsain_maruyama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.53 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_Guest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.06 KB
...award/2023/アバターアワード2023 presented by VRM Consortium_files/Title_Jushoukekka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.34 KB
...023/アバターアワード2023 presented by VRM Consortium_files/Title_Jushoushiki_konkai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.1 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_Shikai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.77 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_Shinsain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.18 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_archives.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.43 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_nominate.png
Oops, something went wrong.
Binary file added
BIN
+4.65 KB
...ard/2023/アバターアワード2023 presented by VRM Consortium_files/Title_saishuusenkou.png
Oops, something went wrong.
Binary file added
BIN
+11 KB
...raward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_saiyuushuu.png
Oops, something went wrong.
Binary file added
BIN
+3.67 KB
...award/2023/アバターアワード2023 presented by VRM Consortium_files/Title_senkoukekka.png
Oops, something went wrong.
Binary file added
BIN
+3.09 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_vrmconso.png
Oops, something went wrong.
Binary file added
BIN
+3.95 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_whats_AA.png
Oops, something went wrong.
Binary file added
BIN
+1.52 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_whatvrm.png
Oops, something went wrong.
Binary file added
BIN
+3.07 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/Title_yuushuu.png
Oops, something went wrong.
Binary file added
BIN
+8.56 KB
...ward/2023/アバターアワード2023 presented by VRM Consortium_files/VRMconsortium_logo.png
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
...3 presented by VRM Consortium_files/YpaxWjHVNNO6KZk05PsGAol2GFYfBj4WvF05Ro9VHVE.js.ダウンロード
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/ad_status.js.ダウンロード
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
window.google_ad_status = 1; |
Binary file added
BIN
+74.3 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/award_2020.png
Oops, something went wrong.
Binary file added
BIN
+75 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/award_2021.png
Oops, something went wrong.
Binary file added
BIN
+88 KB
avataraward/2023/アバターアワード2023 presented by VRM Consortium_files/award_2022.png
Oops, something went wrong.
Oops, something went wrong.