Move existing www-specific images to their own directory.

This commit is contained in:
Eli Barzilay 2013-10-13 15:42:55 -04:00 committed by Matthew Flatt
parent 2ed792d8ca
commit 3835ff8a41
6 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
#:file "download/" #:part-of 'download]{
@(render-download-page)})
(define images (list (copyfile (in-here "download.png"))
(copyfile (in-here "download-dark.png"))))
(define images (list (copyfile (in-here "img/download.png"))
(copyfile (in-here "img/download-dark.png"))))
(provide download-button)
(define (download-button)

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -655,7 +655,7 @@ File, query and maybe fix existing reports.}}}
;; resources that are specific to the front page
(define loud (copyfile (in-here "loud.png")))
(define loud (copyfile (in-here "img/loud.png")))
(define more.css

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB