From 833764e30b90baadfa572a621a29e155daf49a53 Mon Sep 17 00:00:00 2001 From: hs02uly Date: Fri, 26 Aug 2022 21:30:10 +0900 Subject: [PATCH 01/22] remove: jquery --- index.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/index.js b/index.js index a000e93..7eedb1b 100644 --- a/index.js +++ b/index.js @@ -1,14 +1,3 @@ -const folder = "pictures/Normal/"; -$.ajax({ - url : folder, - success: function (data) { - $(data).find("a").attr("href", function (i, val) { - if( val.match(/\.(jpe?g|png|gif)$/) ) { - $("body").append( "" ); - } - }); - } -}); //以下鯖関連のアイコン等の画像取得↓ From 216ce5fc79fb0d4563c0b027c09c5650afc6f9b0 Mon Sep 17 00:00:00 2001 From: hs02uly Date: Fri, 26 Aug 2022 21:34:59 +0900 Subject: [PATCH 02/22] fix --- header.js | 3 ++- history/index.html | 1 - index.html | 4 ++-- style.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/header.js b/header.js index 8659935..60599df 100644 --- a/header.js +++ b/header.js @@ -4,8 +4,9 @@ const header = (function(param) {return param[0].replace(/\n|\r/g, "");})` ` headerGen.insertAdjacentHTML("afterbegin", header) \ No newline at end of file diff --git a/history/index.html b/history/index.html index ba7b5a2..482eb02 100644 --- a/history/index.html +++ b/history/index.html @@ -32,7 +32,6 @@

サーバーの歴史紹介

説明テスト
改行のテスト

- diff --git a/index.html b/index.html index 30f0870..fa99f56 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ コマンダーの集い公式wiki - + @@ -25,7 +25,7 @@

どんなサーバー?

Minecraft統合版のコマンドについて話し合うサーバーです!
初心者から上級者まで歓迎しています!


概要

-

サーバーの主

+

サーバーの主

だれだ~

diff --git a/style.css b/style.css index 2c1920d..01ba0bb 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,7 @@ height: 20px; color: #757575; } +#header { background-image: url(pictures/background.jpg); height: 500px; } @@ -64,7 +65,6 @@ header h1{ margin-top: 55px; font-size: 60px; color: #000; - -webkit-text-stroke: 2px #FFF; } header nav{ padding-top: 12px; From 7663f369f2b102e1f4096e9d75ce055f35557428 Mon Sep 17 00:00:00 2001 From: hs02uly Date: Fri, 26 Aug 2022 21:35:46 +0900 Subject: [PATCH 03/22] update --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 01ba0bb..1d6a436 100644 --- a/style.css +++ b/style.css @@ -89,8 +89,7 @@ nav ul{ nav li, :not(img){ padding: 0; /* margin-right: 55px; - margin-left: 10px; */ -} + margin-left: 10px; */ header img{ width: 70px; From 3e4b180ced3b31637a1de0fddde3fb1fe4bd82d9 Mon Sep 17 00:00:00 2001 From: hs02uly Date: Sat, 27 Aug 2022 07:05:21 +0900 Subject: [PATCH 04/22] update: style --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1d6a436..8433aeb 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,6 @@ width: 130px; height: 130px; border-radius: .6rem; - margin-right: 15px; } .Flex h4, h5, h6, a { display: inline-block; @@ -43,18 +42,19 @@ color: #757575; } .Flex p { + display: inline-block; word-wrap: break-word; margin: 10px 0px 0px 15px; height: 20px; color: #757575; } + #header { background-image: url(pictures/background.jpg); height: 500px; } header{ background-color:rgba(255,255,255,0.6); - background-size: auto; background-blend-mode:lighten; background-size: 100% auto; margin: 0 0 0 0; From 4eb7e2f4c9f75c4e0f29c23dfc16cedffb7191b0 Mon Sep 17 00:00:00 2001 From: hs02uly Date: Sat, 27 Aug 2022 10:30:20 +0900 Subject: [PATCH 05/22] =?UTF-8?q?add:=20=E3=81=93=E3=82=8C=E3=81=A0?= =?UTF-8?q?=E3=81=91=E3=81=AF=E3=81=AA=E3=82=93=E3=81=A8=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=82=82=E5=84=AA=E5=85=88=E3=81=97=E3=81=A6=E3=81=8F=E3=81=A0?= =?UTF-8?q?=E3=81=95=E3=81=84=E7=A5=9E=E6=A7=98=E3=81=8A=E9=A1=98=E3=81=84?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=99=E3=81=AA=E3=82=93=E3=81=A7=E3=82=82?= =?UTF-8?q?(ry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 15 +++------------ style.css | 15 ++++++++------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index fa99f56..c4ed777 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,12 @@ - コマンダーの集い公式wiki -