diff --git a/README.md b/README.md index 7dee104..68f5943 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,13 @@ For further modifications, including color settings, background images, and layo ## warning -This repository contains copyright content, including the profile picture `amphineko.png`, `badcable.png`, etc. - -For example, this following image is shown on the bottom-right of the header: - -![badcable.png](https://github.com/amphineko/amphineko/blob/39830d5c28537bd2f76067e1793f26bc121f38e1/src/assets/images/badcable.png?raw=true) - -These assets are specially licensed to the repository owner only. +This repository contains copyright content, including the profile picture `amphineko.png`, `badcable.png`, etc. These assets are specially licensed to the repository owner only. You should replace these assets with your images, all of them, before deploying to your websites. --- -请注意,本库中包含版权内容,包括 `amphineko.png`、`badcable.png` 等。 - -如上例所给出的显示于页面头部右下角的图片,这些图片都是特别而仅授权给本代码库拥有者使用的。 +请注意,本库中包含版权内容,包括 `amphineko.png`、`badcable.png` 等。这些图片都是特别而仅授权给本代码库拥有者使用的。 你应该在部署到你的网站或分发之前,将这些所有的版权图片替换为你自己的图片。 diff --git a/src/assets/images/badcable.png b/src/assets/images/badcable.png deleted file mode 100644 index 696661f..0000000 Binary files a/src/assets/images/badcable.png and /dev/null differ diff --git a/src/stylesheets/header.css b/src/stylesheets/header.css index b12f084..56967fe 100644 --- a/src/stylesheets/header.css +++ b/src/stylesheets/header.css @@ -1,8 +1,4 @@ .section.header { - background: url(../assets/images/badcable.png) rgba(0, 0, 0, 0.75); - background-position: bottom right; - background-repeat: no-repeat; - background-size: auto 40%; padding-top: 1.6em; padding-bottom: 1.4em; }