-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummary.php
24 lines (22 loc) · 984 Bytes
/
summary.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/*
* Template name: Summary
*/
// include head
get_header();
?>
<div id="summary" class="section fp-auto-height">
<div class="container h-100 text-center">
<div class="my-row align-items-center h-100">
<div class="text-center summary-books"><img width="500" src="<?php echo get_stylesheet_directory_uri(); ?>/images/time-mag.png" alt=""></div>
<div>
<h2 class="b-size summary-heading">This is not a TIME cover from the past, but it will be a time in the future!</h2>
<p>If our focus is truly to help people by creating innovative ways for the younger generation to follow their passions and fulfil their purpose, TheXchange will be an unrivalled global success that will change the world.”</p>
<h3 class="l-size summary-author">Rudolf Markgraaff, CEO</h3>
</div>
</div>
</div>
</div>
<?php
// include footer
get_footer();