-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeaturette-page.php
120 lines (116 loc) · 10 KB
/
featurette-page.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?php
/*
Template Name: Featurette Page
Template Post Type: page
*/
?>
<?php get_header(); ?>
<!-- main START -->
<main>
<!-- page heading -->
<section class="bg-dark text-center locations-container">
<div class="container container--narrow">
<p><a href="<?php echo get_home_url(); ?>">Khoj</a>/<a href="<?php echo get_home_url(); ?>/featurette/">Featurette</a></p>
<h2>Featurette</h2>
</div>
</section>
<!-- content -->
<section class="bg-white about-section">
<p><?php echo esc_html(get_field('page-intro')); ?></p>
<div class="featurette-section">
<?php $content_1 = get_field('content-1');
$content_2 = get_field('content-2');
$content_3 = get_field('content-3');
$content_4 = get_field('content-4');
$content_5 = get_field('content-5');
$content_6 = get_field('content-6');
$content_7 = get_field('content-7');
$content_8 = get_field('content-8');
$content_9 = get_field('content-9');
$content_10 = get_field('content-10');
$content_11 = get_field('content-11');
$content_12 = get_field('content-12');
$content_13 = get_field('content-13');
$content_14 = get_field('content-14');
$content_15 = get_field('content-15'); ?>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_1['youtube-link']['url']); ?>" title="<?php echo $content_1['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_1['youtube-title']; ?></p>
<p><?php echo $content_1['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_2['youtube-link']['url']); ?>" title="<?php echo $content_2['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_2['youtube-title']; ?></p>
<p><?php echo $content_2['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_3['youtube-link']['url']); ?>" title="<?php echo $content_3['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_3['youtube-title']; ?></p>
<p><?php echo $content_3['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_4['youtube-link']['url']); ?>" title="<?php echo $content_4['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_4['youtube-title']; ?></p>
<p><?php echo $content_4['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_5['youtube-link']['url']); ?>" title="<?php echo $content_5['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_5['youtube-title']; ?></p>
<p><?php echo $content_5['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_6['youtube-link']['url']); ?>" title="<?php echo $content_6['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_6['youtube-title']; ?></p>
<p><?php echo $content_6['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_7['youtube-link']['url']); ?>" title="<?php echo $content_7['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_7['youtube-title']; ?></p>
<p><?php echo $content_7['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_8['youtube-link']['url']); ?>" title="<?php echo $content_8['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_8['youtube-title']; ?></p>
<p><?php echo $content_8['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_9['youtube-link']['url']); ?>" title="<?php echo $content_9['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_9['youtube-title']; ?></p>
<p><?php echo $content_9['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_10['youtube-link']['url']); ?>" title="<?php echo $content_10['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_10['youtube-title']; ?></p>
<p><?php echo $content_10['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_11['youtube-link']['url']); ?>" title="<?php echo $content_11['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_11['youtube-title']; ?></p>
<p><?php echo $content_11['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_12['youtube-link']['url']); ?>" title="<?php echo $content_12['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_12['youtube-title']; ?></p>
<p><?php echo $content_12['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_13['youtube-link']['url']); ?>" title="<?php echo $content_13['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_13['youtube-title']; ?></p>
<p><?php echo $content_13['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_14['youtube-link']['url']); ?>" title="<?php echo $content_14['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_14['youtube-title']; ?></p>
<p><?php echo $content_14['youtube-creator']; ?></p>
</div>
<!-- feature card -->
<div class="feature-card"><iframe width="560" height="315" src="<?php echo esc_url($content_15['youtube-link']['url']); ?>" title="<?php echo $content_15['youtube-title']; ?>" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><?php echo $content_15['youtube-title']; ?></p>
<p><?php echo $content_15['youtube-creator']; ?></p>
</div>
</div>
</section>
<!-- /content -->
</main>
<!-- main END -->
<?php get_footer(); ?>