-
Notifications
You must be signed in to change notification settings - Fork 0
/
page--instafeed.php
37 lines (31 loc) · 1.18 KB
/
page--instafeed.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
<?php
/**
* Template Name: Insta Feed Page
*
* @package WordPress
* @subpackage AG_Eyecare
* @since 1.0.0
*/
get_header();
?>
<body <?php body_class('bg--primary'); ?> style="height: 100%;">
<div class="main-container">
<section class="section-hero-3 section--card section-instafeed instafeed-page">
<div class="background-image-holder" style="background: url("https://wordpress-72542-741704.cloudwaysapps.com/wp-content/themes/ag-eyecare/img/about2.jpg"); opacity: 1;">
<img alt="image" src="https://wordpress-72542-741704.cloudwaysapps.com/wp-content/themes/ag-eyecare/img/about2.jpg">
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h2 style="margin-bottom: 40px;">Avant-Garde Optometry on Instagram</h2>
</div>
<div class="col-sm-12">
<div class="slider box-shadow text-center" data-animation="slide" data-arrows="false" data-timing="5000">
<ul id="instafeed-slides" class="slides"></ul>
</div>
</div>
</div>
</div>
</section>
</div>
<?php wp_footer(); ?>