From 6bb4509407f38ff2acff4ed42a1d1e8d85bf24b7 Mon Sep 17 00:00:00 2001 From: Zheyuan Wei Date: Tue, 19 Nov 2024 14:58:15 -0500 Subject: [PATCH] refactor: move files --- docs/beta.html | 2 +- docs/{assets/img => images}/Patrick Hand.txt | 0 docs/{assets/img => images}/home_raw.png | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/{assets/img => images}/Patrick Hand.txt (100%) rename docs/{assets/img => images}/home_raw.png (100%) diff --git a/docs/beta.html b/docs/beta.html index 0ceb056..329ecf5 100644 --- a/docs/beta.html +++ b/docs/beta.html @@ -19,7 +19,7 @@ width: 80rem; height: 45rem; margin: 20px auto; - background: url("./assets/img/home_empty.png") no-repeat center center; + background: url("./images/home_empty.png") no-repeat center center; background-size: cover; border: 2px solid #ccc; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); diff --git a/docs/assets/img/Patrick Hand.txt b/docs/images/Patrick Hand.txt similarity index 100% rename from docs/assets/img/Patrick Hand.txt rename to docs/images/Patrick Hand.txt diff --git a/docs/assets/img/home_raw.png b/docs/images/home_raw.png similarity index 100% rename from docs/assets/img/home_raw.png rename to docs/images/home_raw.png