diff --git a/activity.html b/activity.html new file mode 100644 index 0000000..e964199 --- /dev/null +++ b/activity.html @@ -0,0 +1,160 @@ + + + + + + + + + + 執筆した記事や作成した動画|Hoshimikan6490 + + + +
+
+ +
+ + このWebサイトのプログラムが見られるボタン + +
+
+
+ +
+
+

note.comで執筆した記事

+ +
+ 個人noteの記事をもっと見る + 大学noteの記事を見る +
+
+
+
+

大学の委員会で執筆した記事

+ +
+ もっと見る +
+
+
+
+

公開した動画

+ +
+ 旧チャンネルの動画をもっと見る + 新チャンネルの動画をもっと見る +
+
+
+ + + \ No newline at end of file diff --git a/images/What-is-discord_announce_channel.png b/images/What-is-discord_announce_channel.png new file mode 100644 index 0000000..0bcc09f Binary files /dev/null and b/images/What-is-discord_announce_channel.png differ diff --git a/images/What-is-discord_announce_channel.webp b/images/What-is-discord_announce_channel.webp deleted file mode 100644 index 6e83d74..0000000 Binary files a/images/What-is-discord_announce_channel.webp and /dev/null differ diff --git a/images/how-to-make-tijoe.png b/images/how-to-make-tijoe.png new file mode 100644 index 0000000..bb89af0 Binary files /dev/null and b/images/how-to-make-tijoe.png differ diff --git a/images/how-to-make-tijoe.webp b/images/how-to-make-tijoe.webp deleted file mode 100644 index 99a8322..0000000 Binary files a/images/how-to-make-tijoe.webp and /dev/null differ diff --git a/images/how-to-re-install-mcedu.webp b/images/how-to-re-install-mcedu.webp new file mode 100644 index 0000000..bcace7d Binary files /dev/null and b/images/how-to-re-install-mcedu.webp differ diff --git a/images/how-to-update-mcedu.webp b/images/how-to-update-mcedu.webp new file mode 100644 index 0000000..50366d6 Binary files /dev/null and b/images/how-to-update-mcedu.webp differ diff --git a/images/java-minecraft-on-surface-go.webp b/images/java-minecraft-on-surface-go.webp new file mode 100644 index 0000000..76aad8d Binary files /dev/null and b/images/java-minecraft-on-surface-go.webp differ diff --git a/images/kogakuinTimes_shinjukusai-syokurepo.png b/images/kogakuinTimes_shinjukusai-syokurepo.png new file mode 100644 index 0000000..3468632 Binary files /dev/null and b/images/kogakuinTimes_shinjukusai-syokurepo.png differ diff --git a/images/kogakuinTimes_shinkan-interview.png b/images/kogakuinTimes_shinkan-interview.png new file mode 100644 index 0000000..420fd2a Binary files /dev/null and b/images/kogakuinTimes_shinkan-interview.png differ diff --git a/images/open-sound-property.gif b/images/open-sound-property.gif new file mode 100644 index 0000000..89063a8 Binary files /dev/null and b/images/open-sound-property.gif differ diff --git a/images/youtube_how-to-add-admin-on-discord.jpg b/images/youtube_how-to-add-admin-on-discord.jpg new file mode 100644 index 0000000..92e2a6f Binary files /dev/null and b/images/youtube_how-to-add-admin-on-discord.jpg differ diff --git a/images/youtube_how-to-make-heatBlock.jpg b/images/youtube_how-to-make-heatBlock.jpg new file mode 100644 index 0000000..eb0e166 Binary files /dev/null and b/images/youtube_how-to-make-heatBlock.jpg differ diff --git a/index.html b/index.html index 9fc5c76..87c8eed 100644 --- a/index.html +++ b/index.html @@ -69,9 +69,15 @@

Hoshimikan6490


-

執筆した記事

+

活動実績(執筆した記事や作成した動画など)

- 個人noteの記事をもっと見る - 大学noteの記事を見る - note以外の記事を見る + その他の活動をもっと見る

diff --git a/index.js b/index.js index 07aa71d..0b6736b 100644 --- a/index.js +++ b/index.js @@ -9,8 +9,8 @@ app.get("/", async function (req, res) { res.sendFile(__dirname + "/index.html"); }); -app.get("/sakuhin", async function (req, res) { - res.sendFile(__dirname + "/sakuhin.html"); +app.get("/activity", async function (req, res) { + res.sendFile(__dirname + "/activity.html"); }); app.get("/style.css", async function (req, res) { diff --git a/sakuhin.html b/sakuhin.html deleted file mode 100644 index 54ec384..0000000 --- a/sakuhin.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - 実績 - - - -

this is sample

- - - \ No newline at end of file diff --git a/style.css b/style.css index 8f6709c..be4b29f 100644 --- a/style.css +++ b/style.css @@ -97,7 +97,7 @@ main { display: flex; max-width: 1600px; margin: 0 auto; - padding: 0 20px 20px; + padding: 0 20px; justify-content: center; align-items: center; } @@ -154,7 +154,6 @@ a.button { } .article_buttons { - margin-top: 20px; text-align: center; }