|
61 | 61 | <!--<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.14" integrity="sha512-M4ecs0CyhBq7W0PeumwMxVaA9pWbhuD4mCqGTe7/357R8/avaeGSJAtk2dYCgFrZyWvjq1Sju0Wcyf2jnP941Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>--> |
62 | 62 |
|
63 | 63 | <!-- CSS -------------------------- --> |
64 | | - <!--<link rel="stylesheet" href='/css/main.css?v=2025-10-24_13-20-20' />--> |
| 64 | + <!--<link rel="stylesheet" href='/css/main.css?v=2025-10-24_13-34-12' />--> |
65 | 65 | </head> |
66 | 66 |
|
67 | 67 |
|
|
70 | 70 | @import"https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"; |
71 | 71 | html { scroll-behavior:smooth } |
72 | 72 | body { |
73 | | - font-family:"Roboto","Noto Sans JP",sans-serif; |
74 | | - margin:0; |
75 | | - text-align:center; |
76 | | - color:#046; |
77 | | - padding-top:60px; |
| 73 | + font-family: "Roboto","Noto Sans JP",sans-serif; |
| 74 | + margin: 0; |
| 75 | + text-align: center; |
| 76 | + color: #046; |
| 77 | + padding-top: 60px; |
78 | 78 | } |
79 | 79 | .container { |
80 | | - text-align: center; |
81 | | - font-size: 4vw; |
| 80 | + text-align: center; |
| 81 | + font-size: 4vw; |
82 | 82 | font-family: 'Space Mono'; |
83 | 83 | } |
84 | 84 |
|
|
87 | 87 | animation: blink 1s infinite |
88 | 88 | } |
89 | 89 | @keyframes blink{ |
90 | | - 0% { opacity:0 } |
91 | | - 50% { opacity:0 } |
92 | | - 51% { opacity:1 } |
93 | | - 100% { opacity:1 } |
| 90 | + 0% { opacity: 0 } |
| 91 | + 50% { opacity: 0 } |
| 92 | + 51% { opacity: 1 } |
| 93 | + 100% { opacity: 1 } |
| 94 | + } |
| 95 | + |
| 96 | + .youtube{ |
| 97 | + position: relative; |
| 98 | + width: 100%; |
| 99 | + padding-top: 56.25%; |
| 100 | + } |
| 101 | + .youtube iframe{ |
| 102 | + position: absolute; |
| 103 | + top: 0; |
| 104 | + right: 0; |
| 105 | + width: 100% !important; |
| 106 | + height: 100% !important; |
94 | 107 | } |
95 | 108 | </style> |
96 | 109 |
|
|
102 | 115 | <div style="margin-top: 0.0em;">2026</div> |
103 | 116 | <div style="margin-top: 0.5em;">2026年3月29日(日曜)開催決定!</div> |
104 | 117 | <div style="margin-top: 0.5em;">なごのキャンパス@名古屋</div> |
105 | | - <div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div> |
| 118 | + <!--<div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div>--> |
| 119 | + |
| 120 | + <div class="youtube" style="margin-top: 1.5em;"> |
| 121 | + <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> |
| 122 | +</div> |
106 | 123 |
|
107 | | - <div style="margin-top: 2.0em; margin-bottom: 0.5em; font-size: 55%;"> |
| 124 | + <div style="margin-top: 2.5em; margin-bottom: 0.5em; font-size: 55%;"> |
108 | 125 | <a href="https://docs.google.com/presentation/d/1MAX_O_2FhmLvBU52SnWe6jGR0QgAcglN/edit" style="text-decoration: none;"> |
109 | 126 | » スポンサーシップのご案内 |
110 | 127 | </a> |
|
0 commit comments