Skip to content

Commit 91cffe7

Browse files
committed
deploy: 10b5fe4
1 parent ad05940 commit 91cffe7

File tree

5 files changed

+35
-18
lines changed

5 files changed

+35
-18
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!--<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.14" integrity="sha512-M4ecs0CyhBq7W0PeumwMxVaA9pWbhuD4mCqGTe7/357R8/avaeGSJAtk2dYCgFrZyWvjq1Sju0Wcyf2jnP941Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>-->
6262

6363
<!-- 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' />-->
6565
</head>
6666

6767

conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!--<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.14" integrity="sha512-M4ecs0CyhBq7W0PeumwMxVaA9pWbhuD4mCqGTe7/357R8/avaeGSJAtk2dYCgFrZyWvjq1Sju0Wcyf2jnP941Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>-->
6262

6363
<!-- 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' />-->
6565
</head>
6666

6767

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://coolestprojects2026.coderdojo.jp/feed.xml" rel="self" type="application/atom+xml" /><link href="https://coolestprojects2026.coderdojo.jp/" rel="alternate" type="text/html" /><updated>2025-10-24T13:20:20+09:00</updated><id>https://coolestprojects2026.coderdojo.jp/feed.xml</id><title type="html">Coolest Projects Japan</title><subtitle>Coolest Projectsは、若者たちが自分の創造力と技術で生み出したプロジェクトを発表・共有するための作品展示イベントです。国内の子ども・若者が集まり、完成度や勝敗を競うのではなく、お互いの作品に触れ、交流し、刺激を与え合うことを目的としています。</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://coolestprojects2026.coderdojo.jp/feed.xml" rel="self" type="application/atom+xml" /><link href="https://coolestprojects2026.coderdojo.jp/" rel="alternate" type="text/html" /><updated>2025-10-24T13:34:12+09:00</updated><id>https://coolestprojects2026.coderdojo.jp/feed.xml</id><title type="html">Coolest Projects Japan</title><subtitle>Coolest Projectsは、若者たちが自分の創造力と技術で生み出したプロジェクトを発表・共有するための作品展示イベントです。国内の子ども・若者が集まり、完成度や勝敗を競うのではなく、お互いの作品に触れ、交流し、刺激を与え合うことを目的としています。</subtitle></feed>

index.html

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!--<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.14" integrity="sha512-M4ecs0CyhBq7W0PeumwMxVaA9pWbhuD4mCqGTe7/357R8/avaeGSJAtk2dYCgFrZyWvjq1Sju0Wcyf2jnP941Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>-->
6262

6363
<!-- 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' />-->
6565
</head>
6666

6767

@@ -70,15 +70,15 @@
7070
@import"https://fonts.googleapis.com/css2?family=Space+Mono&display=swap";
7171
html { scroll-behavior:smooth }
7272
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;
7878
}
7979
.container {
80-
text-align: center;
81-
font-size: 4vw;
80+
text-align: center;
81+
font-size: 4vw;
8282
font-family: 'Space Mono';
8383
}
8484

@@ -87,10 +87,23 @@
8787
animation: blink 1s infinite
8888
}
8989
@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;
94107
}
95108
</style>
96109

@@ -102,9 +115,13 @@
102115
<div style="margin-top: 0.0em;">2026</div>
103116
<div style="margin-top: 0.5em;">2026年3月29日(日曜)開催決定!</div>
104117
<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>
106123

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%;">
108125
<a href="https://docs.google.com/presentation/d/1MAX_O_2FhmLvBU52SnWe6jGR0QgAcglN/edit" style="text-decoration: none;">
109126
&raquo; スポンサーシップのご案内
110127
</a>

privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!--<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.14" integrity="sha512-M4ecs0CyhBq7W0PeumwMxVaA9pWbhuD4mCqGTe7/357R8/avaeGSJAtk2dYCgFrZyWvjq1Sju0Wcyf2jnP941Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>-->
6262

6363
<!-- 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' />-->
6565
</head>
6666

6767

0 commit comments

Comments
 (0)