8000 fill date / location by kp54 · Pull Request #1 · coderdojo-japan/dojocon2025-teaser.coderdojo.jp · GitHub
[go: up one dir, main page]

Skip to content

fill date / location #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<title>DojoCon Japan - 年1回の CoderDojo カンファレンス</title>
<meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://teaser-template.coderdojo.jp/img/cover.jpg">
<meta property="og:image" content="https://dojocon2025.coderdojo.jp/img/cover.jpg">
<meta name="twitter:card" content="summary_large_image" />

<!-- Settings for web browsers (as minimum as possible) -->
<link rel='canonical' href='https://teaser-template.coderdojo.jp/' />
<link rel='shortlink' href='https://teaser-template.coderdojo.jp/' />
<link rel='canonical' href='https://dojocon2025.coderdojo.jp/' />
<link rel='shortlink' href='https://dojocon2025.coderdojo.jp/' />
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/favicon.ico"> <!-- 32×3 -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
Expand Down Expand Up @@ -56,10 +56,10 @@
alt="CoderDojo Logo"
title="CoderDojo Logo" />
</div>
<div style="margin-top: 1.0em;">DojoCon Japan 20xx</div>
<div style="margin-top: 0.0em;">"TODO: ココにテーマを入力"</div>
<div style="margin-top: 0.5em;">20xx年oo月xx日(oo曜)開催決定!</div>
<div style="margin-top: 0.5em;">【開催場所または開催地域】</div>
<div style="margin-top: 1.0em;">DojoCon Japan 2025</div>
<div style="margin-top: 0.0em;">"Inspire Next 〜好奇心に火をつけよう〜"</div>
<div style="margin-top: 0.5em;">2025年10月25日(土曜)開催決定!</div>
<div style="margin-top: 0.5em;">【開催場所 福岡県久留米市 久留米シティプラザ】</div>
<div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div>
<div style='margin-top: 2.0em;'>
<img src="/img/cover-photo.webp" loading="lazy" width='100%'
Expand Down
31 changes: 14 additions & 17 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
---
---

{
"name": "{{ site.title_short }}",
"short_name": "{{ site.title_short }}",
"name": "DojoCon Japan 2025",
"short_name": "DojoCon Japan 2025",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
< 8000 /td> },
{
"src": "/img/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"display": "standalone"
}
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://dojocon-template.coderdojo.jp/</loc>
<loc>https://dojocon2025.coderdojo.jp/</loc>
</url>
</urlset>
0