Skip to content

Commit

Permalink
Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Jul 19, 2024
1 parent 2913a01 commit bc19f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Binary file added site/src/assets/img/upcoming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions site/src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,9 @@ html(lang='en')
include includes/shape-1
include includes/shape-2
.device-wrapper
.device(data-device='iPhoneX', data-orientation='portrait', data-color='black')
.device(data-device='iPhone 14 Plus', data-orientation='portrait', data-color='black')
.screen.bg-black
// PUT CONTENTS HERE:
// * * This can be a video, image, or just about anything else.
// * * Set the max width of your media to 100% and the height to
// * * 100% like the demo example below.
video(muted='muted', autoplay='', loop='', style='max-width: 100%; height: 100%;')
source(src='assets/img/demo-screen.mp4', type='video/mp4')
img.d-block.w-100(src='assets/img/upcoming.png', alt='Upcoming Workouts')

// Basic features section
section.bg-light
Expand Down

0 comments on commit bc19f3b

Please sign in to comment.