|
1 | 1 | <!DOCTYPE html>
|
2 | 2 |
|
3 | 3 | <html lang="ja" dir="ltr">
|
4 |
| - <head> |
5 |
| - <meta charset="utf-8"> |
6 |
| - <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0"> |
7 |
| - <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> |
8 |
| - |
9 |
| - <!-- Settings for social web services (as minimum as possible) --> |
10 |
| - <title>DojoCon Japan - 年1回の CoderDojo カンファレンス</title> |
11 |
| - <meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。"> |
12 |
| - <meta property="og:type" content="website" /> |
13 |
| - <meta property="og:image" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
14 |
| - <meta name="twitter:image" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
15 |
| - <meta name="twitter:card" content="summary_large_image" /> |
16 |
| - <meta name="twitter:site" content="@DojoConJapan" /> |
17 |
| - <meta name="twitter:title" content="DojoCon Japan 2024 @ 岡山" /> |
18 |
| - <meta property="og:title" content="DojoCon Japan 2024 @ 岡山" /> |
19 |
| - <meta property="og:url" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
20 |
| - <meta property="og:description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
21 |
| - <meta name="twitter:description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
22 |
| - <meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
23 |
| - |
24 |
| - |
25 |
| - <!-- Settings for web browsers (as minimum as possible) --> |
26 |
| - <link rel='canonical' href='https://dojocon2024.coderdojo.jp/' /> |
27 |
| - <link rel='shortlink' href='https://dojocon2024.coderdojo.jp/' /> |
28 |
| - <link rel="manifest" href="/site.webmanifest"> |
29 |
| - <link rel="icon" href="/favicon.ico"> <!-- 32×3 --> |
30 |
| - <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 --> |
31 |
| - |
32 |
| - <style type="text/css"> |
33 |
| - @import"https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"; |
34 |
| - html { scroll-behavior:smooth } |
35 |
| - body { |
36 |
| - font-family:"Roboto","Noto Sans JP",sans-serif; |
37 |
| - margin:0; |
38 |
| - text-align:center; |
39 |
| - color:#046; |
40 |
| - padding-top:60px; |
| 4 | + |
| 5 | +<head> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0"> |
| 8 | + <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--> |
| 9 | + |
| 10 | + <!-- Settings for social web services (as minimum as possible) --> |
| 11 | + <title>DojoCon Japan - 年1回の CoderDojo カンファレンス</title> |
| 12 | + <meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。"> |
| 13 | + <meta property="og:type" content="website" /> |
| 14 | + <meta property="og:image" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
| 15 | + <meta name="twitter:image" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
| 16 | + <meta name="twitter:card" content="summary_large_image" /> |
| 17 | + <meta name="twitter:site" content="@DojoConJapan" /> |
| 18 | + <meta name="twitter:title" content="DojoCon Japan 2024 @ 岡山" /> |
| 19 | + <meta property="og:title" content="DojoCon Japan 2024 @ 岡山" /> |
| 20 | + <meta property="og:url" content="https://dojocon2024.coderdojo.jp/img/teaser/cover.jpg" /> |
| 21 | + <meta property="og:description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
| 22 | + <meta name="twitter:description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
| 23 | + <meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。" /> |
| 24 | + |
| 25 | + |
| 26 | + <!-- Settings for web browsers (as minimum as possible) --> |
| 27 | + <link rel='canonical' href='https://dojocon2024.coderdojo.jp/' /> |
| 28 | + <link rel='shortlink' href='https://dojocon2024.coderdojo.jp/' /> |
| 29 | + <link rel="manifest" href="/site.webmanifest"> |
| 30 | + <link rel="icon" href="/favicon.ico"> <!-- 32×3 --> |
| 31 | + <link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 --> |
| 32 | + |
| 33 | + <style type="text/css"> |
| 34 | + @import"https://fonts.googleapis.com/css2?family=Space+Mono&display=swap"; |
| 35 | + |
| 36 | + html { |
| 37 | + scroll-behavior: smooth |
| 38 | + } |
| 39 | + |
| 40 | + body { |
| 41 | + font-family: "Roboto", "Noto Sans JP", sans-serif; |
| 42 | + margin: 0; |
| 43 | + text-align: center; |
| 44 | + color: #046; |
| 45 | + padding-top: 60px; |
| 46 | + } |
| 47 | + |
| 48 | + .container { |
| 49 | + text-align: center; |
| 50 | + font-size: 4vw; |
| 51 | + font-family: 'Space Mono'; |
| 52 | + } |
| 53 | + |
| 54 | + .cursor::after { |
| 55 | + content: "_"; |
| 56 | + animation: blink 1s infinite |
| 57 | + } |
| 58 | + |
| 59 | + @keyframes blink { |
| 60 | + 0% { |
| 61 | + opacity: 0 |
41 | 62 | }
|
42 |
| - .container { |
43 |
| - text-align: center; |
44 |
| - font-size: 4vw; |
45 |
| - font-family: 'Space Mono'; |
| 63 | + |
| 64 | + 50% { |
| 65 | + opacity: 0 |
46 | 66 | }
|
47 | 67 |
|
48 |
| - .cursor::after{ |
49 |
| - content:"_"; |
50 |
| - animation: blink 1s infinite |
| 68 | + 51% { |
| 69 | + opacity: 1 |
51 | 70 | }
|
52 |
| - @keyframes blink{ |
53 |
| - 0% { opacity:0 } |
54 |
| - 50% { opacity:0 } |
55 |
| - 51% { opacity:1 } |
56 |
| - 100% { opacity:1 } |
| 71 | + |
| 72 | + 100% { |
| 73 | + opacity: 1 |
57 | 74 | }
|
58 |
| - </style> |
59 |
| - </head> |
60 |
| - |
61 |
| - <body> |
62 |
| - <div class='container'> |
63 |
| - <div style='margin-top: 1.0em;'> |
64 |
| - <img src="/img/teaser/logo.webp" loading="lazy" width='50%' |
65 |
| - alt="CoderDojo Logo" |
66 |
| - title="CoderDojo Logo" /> |
67 |
| - </div> |
68 |
| - <div style="margin-top: 1.0em;">DojoCon Japan 2024 at Okayama</div> |
69 |
| - <div style="margin-top: 0.0em;">"Dream Up!"</div> |
70 |
| - <div style="margin-top: 0.5em;">2024年09月15日(日曜)開催決定!</div> |
71 |
| - <div style="margin-top: 0.5em;">【開催場所 岡山市 杜の街グレース貸し会議室】</div> |
72 |
| - <div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div> |
73 |
| - <div style='margin-top: 2.0em;'> |
74 |
| - <img src="/img/teaser/cover-photo.webp" loading="lazy" width='100%' |
75 |
| - alt="DojoCon Japan Cover Photo" |
76 |
| - title="DojoCon Japan Cover Photo" /> |
77 |
| - </div> |
78 |
| - <div style='margin-top: 2.0em; margin-bottom: 0.5em; font-size: 55%;'> |
79 |
| - <a href='https://dojocon.coderdojo.jp/' style='text-decoration: none;'> |
80 |
| - » 過去の開催事例を見る |
81 |
| - </a> |
82 |
| - </div> |
| 75 | + } |
| 76 | + </style> |
| 77 | +</head> |
| 78 | + |
| 79 | +<body> |
| 80 | + <div class='container'> |
| 81 | + <div style='margin-top: 1.0em;'> |
| 82 | + <img src="/img/teaser/logo.webp" loading="lazy" width='50%' alt="CoderDojo Logo" title="CoderDojo Logo" /> |
| 83 | + </div> |
| 84 | + <div style="margin-top: 1.0em;">DojoCon Japan 2024 at Okayama</div> |
| 85 | + <div style="margin-top: 0.0em; color:red;">"Dream Up!"</div> |
| 86 | + <div style="margin-top: 0.5em;">2024年09月15日(日曜)開催決定!</div> |
| 87 | + <div style="margin-top: 0.5em;">【開催場所 岡山市 杜の街グレース貸し会議室】</div> |
| 88 | + <div style="margin-top: 0.5em;" class="cursor">SAVE THE DATE</div> |
| 89 | + <div style='margin-top: 2.0em;'> |
| 90 | + <img src="/img/teaser/cover-photo.webp" loading="lazy" width='100%' alt="DojoCon Japan Cover Photo" |
| 91 | + title="DojoCon Japan Cover Photo" /> |
83 | 92 | </div>
|
84 |
| - </body> |
| 93 | + <div style='margin-top: 2.0em; margin-bottom: 0.5em; font-size: 55%;'> |
| 94 | + <a href='https://dojocon.coderdojo.jp/' style='text-decoration: none;'> |
| 95 | + » 過去の開催事例を見る |
| 96 | + </a> |
| 97 | + </div> |
| 98 | + </div> |
| 99 | +</body> |
| 100 | + |
85 | 101 | </html>
|
0 commit comments