Skip to content

Commit d938c47

Browse files
Reduce file size of assets
1 parent 669e7ca commit d938c47

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

css/cid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
background-color: #000;
3-
background-image: url("../img/top-background.png");
3+
background-image: url("../img/top-background.jpg");
44
background-repeat: no-repeat;
55
background-size: 100% auto;
66
text-align: center;

img/backdrop.jpg

77.7 KB
Loading

img/backdrop.png

-119 KB
Binary file not shown.

img/top-background.jpg

37.5 KB
Loading

img/top-background.png

-229 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Organize your own event</h2>
5454
<div class="part">
5555
<div id="video-container">
5656
<div class="video-player" data-url="//player.vimeo.com/video/63318482?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1">
57-
<img src="img/backdrop.png" alt="Code in the Dark">
57+
<img src="img/backdrop.jpg" alt="Code in the Dark">
5858
<div class="video-player-backdrop"></div>
5959
<div class="video-player-play"></div>
6060
</div>

0 commit comments

Comments
 (0)