From 5d53cc545d8b6d6c0a2b644fdeadf5c2ae765ec3 Mon Sep 17 00:00:00 2001 From: Konatsu Date: Thu, 8 Aug 2024 16:39:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=82=AB=E3=83=BC=E3=83=89=E5=91=A8=E3=82=8A?= =?UTF-8?q?=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/develop/_layouts/two-column.html | 2 +- src/develop/admin/user/field.html | 60 +++++++++++++++++++ src/develop/images/icons/facebook.svg | 11 ++++ src/develop/images/icons/github.svg | 3 + src/develop/images/icons/x.svg | 3 + src/develop/include/head/js.html | 2 +- src/develop/include/parts/profile-card.html | 20 ------- .../include/user-profile/profile-card.html | 37 ++++++++++++ 8 files changed, 116 insertions(+), 22 deletions(-) create mode 100644 src/develop/admin/user/field.html create mode 100644 src/develop/images/icons/facebook.svg create mode 100644 src/develop/images/icons/github.svg create mode 100644 src/develop/images/icons/x.svg delete mode 100644 src/develop/include/parts/profile-card.html create mode 100644 src/develop/include/user-profile/profile-card.html diff --git a/src/develop/_layouts/two-column.html b/src/develop/_layouts/two-column.html index 8161ec3..662f78f 100644 --- a/src/develop/_layouts/two-column.html +++ b/src/develop/_layouts/two-column.html @@ -89,7 +89,7 @@

キーワード検索

プロフィール

- @include("/include/parts/profile-card.html") + @include("/include/user-profile/profile-card.html")
@endsection diff --git a/src/develop/admin/user/field.html b/src/develop/admin/user/field.html new file mode 100644 index 0000000..626d684 --- /dev/null +++ b/src/develop/admin/user/field.html @@ -0,0 +1,60 @@ +

プロフィール

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
画像 + + +
+ +
+ +
+ + + +
+ + +
+ + +
+ + +
+ + +
diff --git a/src/develop/images/icons/facebook.svg b/src/develop/images/icons/facebook.svg new file mode 100644 index 0000000..29a684f --- /dev/null +++ b/src/develop/images/icons/facebook.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/develop/images/icons/github.svg b/src/develop/images/icons/github.svg new file mode 100644 index 0000000..0a4d654 --- /dev/null +++ b/src/develop/images/icons/github.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/develop/images/icons/x.svg b/src/develop/images/icons/x.svg new file mode 100644 index 0000000..beeee68 --- /dev/null +++ b/src/develop/images/icons/x.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/develop/include/head/js.html b/src/develop/include/head/js.html index 2720385..9d2acc3 100755 --- a/src/develop/include/head/js.html +++ b/src/develop/include/head/js.html @@ -4,7 +4,7 @@ - + diff --git a/src/develop/include/parts/profile-card.html b/src/develop/include/parts/profile-card.html deleted file mode 100644 index 656d4a1..0000000 --- a/src/develop/include/parts/profile-card.html +++ /dev/null @@ -1,20 +0,0 @@ -
-
- -

John Doe

-

CEO and Founder

-

Team member as of 2015 -

- - -
diff --git a/src/develop/include/user-profile/profile-card.html b/src/develop/include/user-profile/profile-card.html new file mode 100644 index 0000000..343cc43 --- /dev/null +++ b/src/develop/include/user-profile/profile-card.html @@ -0,0 +1,37 @@ + + +
+
+ + {image@alt} + + + + +

{name}

+

{position}

+

{user_title}

+
+ + +
+ + + + + + + + + + + + + + + +
+ +
+ + \ No newline at end of file