Skip to content

Commit 8d12539

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents 2fa17ec + a25b591 commit 8d12539

8 files changed

Lines changed: 21 additions & 20 deletions

File tree

.zed/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"node_modules",
1616
"*.vscode",
1717
"package-lock.json",
18-
"LICENSE",
19-
"favicon.ico",
20-
"assets/img"
18+
"LICENSE"
2119
]
2220
}

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# PanKUN Home Page へようこそ
22

3-
作者のPortfolioと技術Blogが書いてあるホームページです
3+
下記ページが記載されている自作ホームページです
44

5-
ページは[こちら](https://breadmotion.github.io/WebSite/)
5+
- Portfolio
6+
- 技術Blog
7+
- Product(tool, game, 資料等)
68

7-
> [!WARNING]
8-
> 開発途中です。
9+
ページは[こちら](https://breadmotion.github.io/WebSite/)

assets/css/blog.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
/* サムネイル枠 */
7171
.blog-card .card__thumb {
7272
flex-shrink: 0;
73-
width: 620px;
74-
max-width: 40%;
73+
width: 220px;
74+
height: 120px;
7575
aspect-ratio: 16 / 9;
7676
overflow: hidden;
7777
border-radius: 18px;
@@ -141,7 +141,7 @@
141141
/* =========================
142142
レスポンシブ(一覧)
143143
========================= */
144-
@media (max-width: 768px) {
144+
@media (max-width: 640px) {
145145
.blog-filters {
146146
flex-direction: column;
147147
align-items: stretch;

assets/css/portfolio.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
/* サムネイル枠 */
7171
.portfolio-card .card__thumb {
7272
flex-shrink: 0;
73-
width: 960px;
73+
width: 320px;
74+
height: 100px;
7475
max-width: 40%;
7576
aspect-ratio: 16 / 9;
7677
overflow: hidden;
@@ -181,7 +182,7 @@
181182
/* =========================
182183
レスポンシブ(一覧)
183184
========================= */
184-
@media (max-width: 768px) {
185+
@media (max-width: 640px) {
185186
.portfolio-filters {
186187
flex-direction: column;
187188
align-items: stretch;

assets/css/products.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
/* サムネイル枠 */
7474
.product-card .card__thumb {
7575
flex-shrink: 0;
76-
width: 620px;
76+
width: 260px;
77+
height: 150px;
7778
max-width: 40%;
7879
aspect-ratio: 16 / 9;
7980
overflow: hidden;
@@ -180,7 +181,7 @@
180181
/* =========================
181182
レスポンシブ
182183
========================= */
183-
@media (max-width: 768px) {
184+
@media (max-width: 640px) {
184185
.products-filters {
185186
flex-direction: column;
186187
align-items: stretch;

assets/js/top.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", async () => {
1111
// Blog: 日付降順で3件
1212
if (blogListEl) {
1313
try {
14-
const res = await fetch("content/blog/pagelist.json");
14+
const res = await fetch("assets/data/blogList.json");
1515
if (!res.ok) throw new Error(res.statusText);
1616
const posts = await res.json();
1717

@@ -63,7 +63,7 @@ document.addEventListener("DOMContentLoaded", async () => {
6363
if (portListEl) {
6464
try {
6565
const res = await fetch(
66-
"content/portfolio/pagelist.json",
66+
"assets/data/portfolioList.json",
6767
);
6868
if (!res.ok) throw new Error(res.statusText);
6969
const works = await res.json();

blog/blog_00007.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h1 class="post-detail__title">RClone導入フロー</h1>
3636
のステップを 一つのフローチャートにまとめて可視化しました。</li>
3737
</ul>
3838
<h1>RClone 導入フロー(Mermaid版)</h1>
39-
<p>最終版のフローチャートは<a href="assets/data/Rclone.html">こちら</a>です。</p>
40-
<p><img src="assets/img/MMD_rclone.png" alt="RClone導入フローチャート"></p>
39+
<p>最終版のフローチャートは<a href="/../content/other/Rclone.html">こちら</a>です。</p>
40+
<p><img src="/../assets/img/MMD_rclone.png" alt="RClone導入フローチャート"></p>
4141
<hr>
4242
<h1>このフローで何ができる?</h1>
4343
<p>このフローは、Windows環境で以下の一連の作業をミスなく実行できるように可視化したものです。</p>

content/blog/blog_00007.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ WindowsでGoogle Driveと連携し、大容量ファイルをrcloneで管理し
1919

2020
# RClone 導入フロー(Mermaid版)
2121

22-
最終版のフローチャートは[こちら](assets/data/Rclone.html)です。
22+
最終版のフローチャートは[こちら](/../content/other/Rclone.html)です。
2323

24-
![RClone導入フローチャート](assets/img/MMD_rclone.png)
24+
![RClone導入フローチャート](/../assets/img/MMD_rclone.png)
2525

2626
---
2727

0 commit comments

Comments
 (0)