Skip to content

Commit 2921d50

Browse files
committed
Rename directory: img -> images
1 parent 8046f12 commit 2921d50

27 files changed

+23
-19
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :yin_yang: Teaser Site Template for CoderDojo Conferences like [DojoCon](https://dojocon.coderdojo.jp/) / [DecaDojo](https://decadojo.coderdojo.jp/)
22

3-
[![Screenshot of Teaser Site](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
3+
[![Screenshot of Teaser Site](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
44

55
<br>
66

@@ -11,26 +11,26 @@
1111
[承認された CoderDojo](https://coderdojo.jp/#dojos) であれば、以下の手順で本テンプレートをお使いいただけます。
1212

1313
### 1. [GitHub](https://github.co.jp/) のアカウントを作る
14-
[![GitHub Singup](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-github.png?raw=true)](https://github.co.jp/)
14+
[![GitHub Singup](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-github.png?raw=true)](https://github.co.jp/)
1515
[&raquo; https://github.co.jp/](https://github.co.jp/)
1616

1717
<br>
1818

1919

2020
### 2. 本ページの画面右上にある `Use this template` -> `Create a new repository` を押す
21-
![Use this template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-template.png?raw=true)
21+
![Use this template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-template.png?raw=true)
2222

2323
<br>
2424

2525

2626
### 3. 各項目に情報を入力し、本テンプレートから新しいリポジトリを作成する
27-
![Create with template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-create.png?raw=true)
27+
![Create with template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-create.png?raw=true)
2828

2929
<br>
3030

3131

3232
### 4. [README の動かす方法](#setup)にしたがって、適宜Webサイトを修正・確認する
33-
![Edit HTML](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-edit.png?raw=true)
33+
![Edit HTML](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-edit.png?raw=true)
3434

3535
<br>
3636

@@ -39,15 +39,15 @@
3939
- `Settings` -> `Pages` に行き、`Branch` 欄にある `None``main` に変更し、`Save` を押す
4040
- `Custom domain` 欄が表示されたらドメイン名 (例: `dojocon2024.coderdojo.jp`) を入力し、`Save` を押す
4141
- :warning: ドメインの適用には DNS 設定が必要です。ココまで設定できたら [@yasulab](https://github.com/yasulab) までご連絡ください! :email: :dash:
42-
![GitHub Pages Settings](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-domain.png?raw=true)
42+
![GitHub Pages Settings](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-domain.png?raw=true)
4343

4444
<br>
4545

4646

4747
### 6. DNS 設定が完了したら、ティザーサイトが公開できているはずです!
4848
- 公開例 (1/2): [https://dojocon2024-teaser.coderdojo.jp/](https://dojocon2024-teaser.coderdojo.jp/)
4949
- 公開例 (2/2): [https://teaser-template.coderdojo.jp/](https://teaser-template.coderdojo.jp/)
50-
[![Teaser Site Screenshot](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
50+
[![Teaser Site Screenshot](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/images/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
5151

5252
<br>
5353

browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<browserconfig>
33
<msapplication>
44
<tile>
5-
<square150x150logo src="/img/mstile-150x150.png"/>
5+
<square150x150logo src="/images/mstile-150x150.png"/>
66
<TileColor>#ffffff</TileColor>
77
</tile>
88
</msapplication>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)