Skip to content

Commit eaf2f6c

Browse files
Added some options for the intro slide background image.
1 parent 237774e commit eaf2f6c

File tree

7 files changed

+5
-2
lines changed

7 files changed

+5
-2
lines changed

framework/css/theme-llc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ table img {
237237
.intro {
238238
/*uncomment this if you don't want to use a background image */
239239
/* background: $gray-dark; */
240-
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(../img/banner-home.jpg) no-repeat;
240+
/* There are 4 images to choose from: banner-home1.jpg, banner-home2.jpg, banner-home3.jpg, banner-home4.jpg */
241+
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(../img/banner-home3.jpg) no-repeat;
241242
background-size: cover;
242243
color: white;
243244
position: relative;

framework/img/banner-home.jpg

-422 KB
Binary file not shown.

framework/img/banner-home1.jpg

512 KB
Loading

framework/img/banner-home2.jpg

766 KB
Loading

framework/img/banner-home3.jpg

458 KB
Loading

framework/img/banner-home4.jpg

533 KB
Loading

framework/sass/theme-llc.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ table {
262262
.intro {
263263
/*uncomment this if you don't want to use a background image */
264264
/* background: $gray-dark; */
265-
background: linear-gradient(rgba($black, 0.1),rgba($black, 0.8)), url(../img/banner-home.jpg) no-repeat;
265+
266+
/* There are 4 images to choose from: banner-home1.jpg, banner-home2.jpg, banner-home3.jpg, banner-home4.jpg */
267+
background: linear-gradient(rgba($black, 0.1),rgba($black, 0.8)), url(../img/banner-home3.jpg) no-repeat;
266268
background-size: cover;
267269
color: $white;
268270
position: relative;

0 commit comments

Comments
 (0)