@@ -6,15 +6,15 @@ layout: plain
66 @import " https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" ;
77 html { scroll-behavior :smooth }
88 body {
9- font-family :" Roboto" ," Noto Sans JP" ,sans-serif ;
10- margin :0 ;
11- text-align :center ;
12- color :#046 ;
13- padding-top :60px ;
9+ font-family : " Roboto" ," Noto Sans JP" ,sans-serif ;
10+ margin : 0 ;
11+ text-align : center ;
12+ color : #046 ;
13+ padding-top : 60px ;
1414 }
1515 .container {
16- text-align : center ;
17- font-size : 4vw ;
16+ text-align : center ;
17+ font-size : 4vw ;
1818 font-family : ' Space Mono' ;
1919 }
2020
@@ -23,10 +23,23 @@ layout: plain
2323 animation : blink 1s infinite
2424 }
2525 @keyframes blink {
26- 0% { opacity :0 }
27- 50% { opacity :0 }
28- 51% { opacity :1 }
29- 100% { opacity :1 }
26+ 0% { opacity : 0 }
27+ 50% { opacity : 0 }
28+ 51% { opacity : 1 }
29+ 100% { opacity : 1 }
30+ }
31+
32+ .youtube {
33+ position : relative ;
34+ width : 100% ;
35+ padding-top : 56.25% ;
36+ }
37+ .youtube iframe {
38+ position : absolute ;
39+ top : 0 ;
40+ right : 0 ;
41+ width : 100% !important ;
42+ height : 100% !important ;
3043 }
3144</style >
3245
@@ -40,9 +53,13 @@ layout: plain
4053 <div style =" margin-top : 0.0em ;" >2026</div >
4154 <div style =" margin-top : 0.5em ;" >2026年3月29日(日曜)開催決定!</div >
4255 <div style =" margin-top : 0.5em ;" >なごのキャンパス@名古屋</div >
43- <div style =" margin-top : 0.5em ;" class =" cursor " >SAVE THE DATE</div >
56+ <!-- <div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div>-->
57+
58+ <div class =" youtube " style =' margin-top : 1.5em ;' >
59+ <iframe width="100%" title="What is Coolest Projects?" src="https://www.youtube.com/embed/U1BYsFKuJ7U?list=PLxyaWvsfmq4_DXJg9TZTWiESoMoHssrFS" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
60+ </div >
4461
45- <div style =' margin-top : 2.0 em ; margin-bottom : 0.5em ; font-size : 55% ;' >
62+ <div style =' margin-top : 2.5 em ; margin-bottom : 0.5em ; font-size : 55% ;' >
4663 <a href='https://docs.google.com/presentation/d/1MAX_O_2FhmLvBU52SnWe6jGR0QgAcglN/edit' style='text-decoration: none;'>
4764 » スポンサーシップのご案内
4865 </a>
0 commit comments