1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php
- /**
- * Title: Category Links
- * Slug: spiel/category-links
- * Categories: featured
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
- <!-- wp:group {"align":"wide","style":{"border":{"bottom":{"color":"var:preset|color|contrast","style":"solid","width":"3px"},"top":[],"right":[],"left":[]},"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
- <div class="wp-block-group alignwide" style="border-bottom-color:var(--wp--preset--color--contrast);border-bottom-style:solid;border-bottom-width:3px;margin-bottom:var(--wp--preset--spacing--50)">
- <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"medium"} -->
- <h2 class="wp-block-heading has-medium-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Categories', 'spiel' ); ?></h2>
- <!-- /wp:heading -->
- </div>
- <!-- /wp:group -->
- <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30"},"typography":{"fontStyle":"normal","fontWeight":"600"}},"layout":{"type":"flex","flexWrap":"wrap"},"fontSize":"xxxx-large"} -->
- <div class="wp-block-group alignwide has-xxxx-large-font-size" style="font-style:normal;font-weight:600">
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Reviews', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'News', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Guides', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Deals', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Videos', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Reader', 'spiel' ); ?> Poll</a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Features', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Staff Picks', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Game Culture', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"},":hover":{"color":{"text":"var:preset|color|primary"}}}},"typography":{"lineHeight":"0.9"}},"textColor":"contrast"} -->
- <p class="has-contrast-color has-text-color has-link-color" style="line-height:0.9"><a href="#"><?php echo esc_html__( 'Podcast', 'spiel' ); ?></a>.</p>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|