Advertisement
Guest User

Untitled

a guest
Aug 6th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. <?php
  2. // Template Name: Service Template other
  3. /**
  4. * @Theme Name : wallstreet-Pro
  5. * @file : service-template.php
  6. * @package : wallstreet-Pro
  7. @author : webriti
  8. * @filesource : wp-content/themes/wallstreet/service-template.php
  9. */
  10. get_header();
  11. get_template_part('index', 'banner');
  12. $wallstreet_pro_options=theme_data_setup();
  13. $current_options = wp_parse_args( get_option( 'wallstreet_pro_options', array() ), $wallstreet_pro_options ); ?>
  14. <!-- Service Section -->
  15. <div class="container">
  16. <div class="row">
  17. <div class="section_heading_title">
  18. <h1>Our Services</h1>
  19. <div class="pagetitle-separator">
  20. <div class="pagetitle-separator-border">
  21. <div class="pagetitle-separator-box"></div>
  22. </div>
  23. </div>
  24. <p>Our Prize Details</p>
  25. </div>
  26. </div>
  27. <div class="row">
  28. <!-- Start First Prize Details -->
  29. <div class="col-md-4 col-sm-6 service-effect">
  30. <div class="other-service-area1">
  31. <a href="http://www.grow4health.be/pakket-1-beginners/">
  32. <i class="fa far fa-compass"></i>
  33. </a>
  34. </div>
  35. <div class="service-area">
  36. <h2>
  37. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Package 1</font></font></a>
  38. </h2>
  39. <p>
  40. <font style="vertical-align: inherit;">
  41. <font style="vertical-align: inherit;">Package 1 for beginners without experience with strength training. </font>
  42. <font style="vertical-align: inherit;">Included in this package: intake, assessment, weekly check-up, monthly new diet and training schedules + 2 face-to-face training sessions per month. </font>
  43. <font style="vertical-align: inherit;">Available from 3 months.</font>
  44. </font>
  45. </p>
  46. <div class="service-btn">
  47. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> More information </font></font></a>
  48. </div>
  49. </div>
  50. </div>
  51. <!-- End First Prize Details -->
  52. <!-- Start Second Prize Details -->
  53. <div class="col-md-4 col-sm-6 service-effect">
  54. <div class="other-service-area1">
  55. <a href="http://www.grow4health.be/pakket-1-beginners/">
  56. <i class="fa far fa-compass"></i>
  57. </a>
  58. </div>
  59. <div class="service-area">
  60. <h2>
  61. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Package 1</font></font></a>
  62. </h2>
  63. <p>
  64. <font style="vertical-align: inherit;">
  65. <font style="vertical-align: inherit;">Package 1 for beginners without experience with strength training. </font>
  66. <font style="vertical-align: inherit;">Included in this package: intake, assessment, weekly check-up, monthly new diet and training schedules + 2 face-to-face training sessions per month. </font>
  67. <font style="vertical-align: inherit;">Available from 3 months.</font>
  68. </font>
  69. </p>
  70. <div class="service-btn">
  71. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> More information </font></font></a>
  72. </div>
  73. </div>
  74. </div>
  75. <!-- End Second Prize Details -->
  76. <!-- Start third Prize Details -->
  77. <div class="col-md-4 col-sm-6 service-effect">
  78. <div class="other-service-area1">
  79. <a href="http://www.grow4health.be/pakket-1-beginners/">
  80. <i class="fa far fa-compass"></i>
  81. </a>
  82. </div>
  83. <div class="service-area">
  84. <h2>
  85. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Package 1</font></font></a>
  86. </h2>
  87. <p>
  88. <font style="vertical-align: inherit;">
  89. <font style="vertical-align: inherit;">Package 1 for beginners without experience with strength training. </font>
  90. <font style="vertical-align: inherit;">Included in this package: intake, assessment, weekly check-up, monthly new diet and training schedules + 2 face-to-face training sessions per month. </font>
  91. <font style="vertical-align: inherit;">Available from 3 months.</font>
  92. </font>
  93. </p>
  94. <div class="service-btn">
  95. <a href="http://www.grow4health.be/pakket-1-beginners/"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> More information </font></font></a>
  96. </div>
  97. </div>
  98. </div>
  99. <!-- End third Prize Details -->
  100. </div>
  101. </div>
  102. <!-- /Service Section -->
  103. <?php get_footer(); ?>
  104. <!-- /Our Other Service Section -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement