[Reorganize] Move image/burnfont to images/burnfont; rename image to image.old

This commit is contained in:
hyperbola 2021-01-19 19:38:01 +08:00
parent 7c4996d5da
commit 8b399b493a
No known key found for this signature in database
GPG Key ID: D987B1D59478B51F
18 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB

View File

Before

Width:  |  Height:  |  Size: 323 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View File

Before

Width:  |  Height:  |  Size: 784 KiB

After

Width:  |  Height:  |  Size: 784 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 954 B

After

Width:  |  Height:  |  Size: 954 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 660 B

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -4,7 +4,7 @@
<div class="sitcon-2021 text-center spot-box-row"> <div class="sitcon-2021 text-center spot-box-row">
<img <img
alt="SITCON2021" alt="SITCON2021"
src="~@/assets/image/burnfont/2021.svg" src="~@/assets/images/burnfont/2021.svg"
class="svg" class="svg"
id="svg-sitcon2021" id="svg-sitcon2021"
/> />
@ -12,7 +12,7 @@
<div class="sitcon-name text-center spot-box-row"> <div class="sitcon-name text-center spot-box-row">
<img <img
alt="學生計算機年會" alt="學生計算機年會"
src="~@/assets/image/burnfont/sitcon.svg" src="~@/assets/images/burnfont/sitcon.svg"
class="svg" class="svg"
id="svg-sitcon" id="svg-sitcon"
/> />
@ -20,7 +20,7 @@
<h1 class="sitcon-topic text-center spot-box-row"> <h1 class="sitcon-topic text-center spot-box-row">
<img <img
alt="算盤的後裔" alt="算盤的後裔"
src="~@/assets/image/burnfont/topic.svg" src="~@/assets/images/burnfont/topic.svg"
class="svg" class="svg"
id="svg-topic" id="svg-topic"
/> />
@ -30,7 +30,7 @@
<div class="cfp-title"> <div class="cfp-title">
<div class="cfp-svg-wrapper text-center"> <div class="cfp-svg-wrapper text-center">
<img <img
src="~@/assets/image/burnfont/cfp.svg" src="~@/assets/images/burnfont/cfp.svg"
class="svg" class="svg"
id="svg-cfp" id="svg-cfp"
/> />
@ -40,14 +40,14 @@
<div class="date-location-wrapper"> <div class="date-location-wrapper">
<div class="date-wrapper"> <div class="date-wrapper">
<img <img
src="~@/assets/image/burnfont/date.svg" src="~@/assets/images/burnfont/date.svg"
class="svg" class="svg"
id="svg-date" id="svg-date"
/> />
</div> </div>
<div class="location-wrapper"> <div class="location-wrapper">
<img <img
src="~@/assets/image/burnfont/location.svg" src="~@/assets/images/burnfont/location.svg"
class="svg" class="svg"
id="svg-location" id="svg-location"
/> />
@ -59,7 +59,7 @@
<div class="hexagon"> <div class="hexagon">
<a href="/news" rel="noopener" class="btn"> <a href="/news" rel="noopener" class="btn">
<img <img
src="~@/assets/image/burnfont/news.svg" src="~@/assets/images/burnfont/news.svg"
class="svg" class="svg"
id="svg-news" id="svg-news"
/> />

View File

@ -7,7 +7,7 @@
> >
</div> </div>
<div class="title-wrapper text-center"> <div class="title-wrapper text-center">
<img src="~@/assets/image/burnfont/news.svg" class="svg svg-cfp-news" /> <img src="~@/assets/images/burnfont/news.svg" class="svg svg-cfp-news" />
</div> </div>
<div class="contribute-wrapper"> <div class="contribute-wrapper">
<a class="btn-contribute" href="#">我要投稿</a> <a class="btn-contribute" href="#">我要投稿</a>