link-in-bio-audio-embed.php 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. * Title: Link in Bio with audio embed
  4. * Slug: lynx/link-in-bio-audio-embed
  5. * Inserter: yes
  6. * Categories: featured, link-in-bio
  7. */
  8. ?>
  9. <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/abstract-3d-shape.jpg'; ?>","dimRatio":0,"minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full"} -->
  10. <div class="wp-block-cover alignfull is-light" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/abstract-3d-shape.jpg'; ?>" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:site-title {"textAlign":"center","isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","fontSize":"84px"}}} /-->
  11. <!-- wp:group {"layout":{"inherit":true}} -->
  12. <div class="wp-block-group"><!-- wp:group {"style":{"border":{"radius":"10px"}},"backgroundColor":"black"} -->
  13. <div class="wp-block-group has-black-background-color has-background" style="border-radius:10px"><!-- wp:embed /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:paragraph {"align":"center","fontSize":"x-small"} -->
  16. <p class="has-text-align-center has-x-small-font-size"><strong><?php echo esc_html__( 'Listen to my new album', 'lynx' ); ?></strong></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:buttons -->
  19. <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","textColor":"white","width":50,"style":{"border":{"radius":"10px"}}} -->
  20. <div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:10px"><?php echo esc_html__( 'iTunes', 'lynx' ); ?></a></div>
  21. <!-- /wp:button -->
  22. <!-- wp:button {"backgroundColor":"black","textColor":"white","width":50,"style":{"border":{"radius":"10px"}}} -->
  23. <div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:10px"><?php echo esc_html__( 'Soundcloud', 'lynx' ); ?></a></div>
  24. <!-- /wp:button -->
  25. <!-- wp:button {"backgroundColor":"black","textColor":"white","width":50,"style":{"border":{"radius":"10px"}}} -->
  26. <div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:10px"><?php echo esc_html__( 'Spotify', 'lynx' ); ?></a></div>
  27. <!-- /wp:button -->
  28. <!-- wp:button {"backgroundColor":"black","textColor":"white","width":50,"style":{"border":{"radius":"10px"}}} -->
  29. <div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:10px"><?php echo esc_html__( 'Stitcher', 'lynx' ); ?></a></div>
  30. <!-- /wp:button --></div>
  31. <!-- /wp:buttons -->
  32. <!-- wp:social-links {"iconColor":"black","iconColorValue":"#000000","iconBackgroundColor":"background","iconBackgroundColorValue":"#ffffff","layout":{"type":"flex","justifyContent":"center"}} -->
  33. <ul class="wp-block-social-links has-icon-color has-icon-background-color">
  34. <!-- wp:social-link {"url":"#","service":"wordpress"} /-->
  35. <!-- wp:social-link {"url":"#","service":"tiktok"} /-->
  36. <!-- wp:social-link {"url":"#","service":"spotify"} /-->
  37. <!-- wp:social-link {"url":"#","service":"soundcloud"} /-->
  38. </ul>
  39. <!-- /wp:social-links --></div>
  40. <!-- /wp:group --></div></div>
  41. <!-- /wp:cover -->