Skip to content

Commit

Permalink
added new videos and small elevation change in ucard
Browse files Browse the repository at this point in the history
  • Loading branch information
bandinopla committed Jan 2, 2025
1 parent f8f31f7 commit c594e45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/componentes/SideVideoBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const SideVideoBanner = ()=>{
if( $session.session && match?.params?.username.toLowerCase()===$session.session.user.uname.toLowerCase()) return "";

return <div style={{ position:"relative", width:"100%", paddingBottom:"177.78%" }}>
<iframe title="banner" src="https://www.youtube.com/embed/HVW5AjECvV8?autoplay=1&controls=0&loop=1&mute=1&playlist=HVW5AjECvV8"
<iframe title="banner" src="https://www.youtube.com/embed/jaEQ7pVCBdc?autoplay=1&controls=0&loop=1&mute=1&playlist=jaEQ7pVCBdc"
style={{ position:"absolute", top:0, left:0, width:"100%", height:"100%", border:"none" }}
frameborder="0"
allow="autoplay; loop; muted">
Expand Down
2 changes: 1 addition & 1 deletion src/componentes/ucard.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function UCard({ data:{ user, media, text, when, utags }, url, ex
+(isSupporter && user.sok && classes.supporterBG)
+" "
+(user.private && !minimal && classes.private)
} square={true}>
} square={true} elevation={2}>
<Wrapper onClick={ onClick }>


Expand Down
14 changes: 8 additions & 6 deletions src/pages/guest/GuestLandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ export const GuestLandingPage = ()=>{
</Typography>


<div style={{ marginTop: theme.spacing(3)}}>
{/* <div style={{ marginTop: theme.spacing(3)}}>
<a href='https://play.google.com/store/apps/details?id=net.weightxreps.app&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img width="200" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/>
</a><br/>
<Typography variant="caption" color="textSecondary">* The mobile android app is not up to date with the web app. But this web app should be accessible vía mobile browsers, so try it out!</Typography>
</div>
</div> */}

</Grid>
<Grid item md={6}>
Expand All @@ -110,7 +110,7 @@ export const GuestLandingPage = ()=>{
Work, family &amp; life in general will offer you several pathways to gradually steer away from holding onto a somewhat decent fitness level.

</Typography>
<Button size="large" onClick={()=>window.scrollTo(0,0)} color="primary" variant="outlined" endIcon={<ArrowUpwardIcon/>}>TAKE ACTION</Button>
<Button className="fancy" size="large" onClick={()=>window.scrollTo(0,0)} endIcon={<ArrowUpwardIcon/>}>TAKE ACTION</Button>

</Grid>
</Grid>
Expand All @@ -125,9 +125,11 @@ export const GuestLandingPage = ()=>{
</Box>

<SectionSeparator>What can you track?</SectionSeparator>
<Alert severity="info">
[*] In the end, you move <strong>weight</strong>, but sometimes the <strong>goal</strong> is to perform a number of <strong>repetitions</strong> or to move it over a particular <strong>distance</strong> or endure tension over <strong>time</strong>.
</Alert>

<div>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/vRCtVyGCZ5k?si=mVXOswmKQTLE01Wq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>

</div>
<Box margin={2} marginTop={5} marginBottom={10}>
<TypesOfLog/>
</Box>
Expand Down

0 comments on commit c594e45

Please sign in to comment.