Skip to content

Commit

Permalink
Comment out slider/Add image for background of hero block
Browse files Browse the repository at this point in the history
  • Loading branch information
iprapas committed Dec 5, 2023
1 parent 8055ab7 commit f93bfc9
Showing 1 changed file with 71 additions and 56 deletions.
127 changes: 71 additions & 56 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,63 +25,78 @@ sections:
design:
columns: '1'
background:
gradient_end: '#1976d2'
gradient_start: '#004ba0'
text_color_light: true
# gradient_end: '#1976d2'
# gradient_start: '#004ba0'
# text_color_light: true
image:
# Name of image in `assets/media/`.
filename: background.jpg
# Apply image filters?
filters:
# Darken the image? Range 0-1 where 1 is transparent and 0 is opaque.
brightness: 0.6
# Image fit. Options are `cover` (default), `contain`, or `actual` size.
size: cover
# Image focal point. Options include `left`, `center` (default), or `right`.
position: center
# Use a fun parallax-like fixed background effect on desktop? true/false
parallax: true
# Text color (true=light, false=dark, or remove for the dynamic theme color).
text_color_light: true

- block: slider
content:
slides:
- title: 👋 Welcome to the group
content: Take a look at what we're working on...
align: center
background:
image:
# Specify an image from `assets/media/`
# or delete the image section to remove it
filename: background.png
filters:
brightness: 0.7
position: right
color: '#666'
- title: Lunch & Learn ☕️
content: 'Share your knowledge with the group and explore exciting new topics together!'
align: left
background:
image:
# Specify an image from `assets/media/`
# or delete the image section to remove it
filename: background.png
filters:
brightness: 0.7
position: center
color: '#555'
- title: World-Class Semiconductor Lab
content: 'Just opened last month!'
align: right
background:
image:
# Specify an image from `assets/media/`
# or delete the image section to remove it
filename: welcome.jpg
filters:
brightness: 0.5
position: center
color: '#333'
link:
icon: graduation-cap
icon_pack: fas
text: Join Us
url: ../contact/
design:
# Slide height is automatic unless you force a specific height (e.g. '400px')
slide_height: ''
# Make the slides full screen within the browser window?
is_fullscreen: true
# Automatically transition through slides?
loop: false
# Duration of transition between slides (in ms)
interval: 2000
# - block: slider
# content:
# slides:
# - title: 👋 Welcome to the group
# content: Take a look at what we're working on...
# align: center
# background:
# image:
# # Specify an image from `assets/media/`
# # or delete the image section to remove it
# filename: background.png
# filters:
# brightness: 0.7
# position: right
# color: '#666'
# - title: Lunch & Learn ☕️
# content: 'Share your knowledge with the group and explore exciting new topics together!'
# align: left
# background:
# image:
# # Specify an image from `assets/media/`
# # or delete the image section to remove it
# filename: background.png
# filters:
# brightness: 0.7
# position: center
# color: '#555'
# - title: World-Class Semiconductor Lab
# content: 'Just opened last month!'
# align: right
# background:
# image:
# # Specify an image from `assets/media/`
# # or delete the image section to remove it
# filename: welcome.jpg
# filters:
# brightness: 0.5
# position: center
# color: '#333'
# link:
# icon: graduation-cap
# icon_pack: fas
# text: Join Us
# url: ../contact/
# design:
# # Slide height is automatic unless you force a specific height (e.g. '400px')
# slide_height: ''
# # Make the slides full screen within the browser window?
# is_fullscreen: true
# # Automatically transition through slides?
# loop: false
# # Duration of transition between slides (in ms)
# interval: 2000

- block: collection
content:
Expand Down

0 comments on commit f93bfc9

Please sign in to comment.