-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffcan1.php
More file actions
32 lines (21 loc) · 737 Bytes
/
offcan1.php
File metadata and controls
32 lines (21 loc) · 737 Bytes
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
<?php
/*
Template Name: Offcan1
*/
?>
<?php get_header(); ?>
<!-- Wanting to put a toggle button on the side of the image so the image shrinks and goes flush with the side of the page on a click -->
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-md-9">
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle Sidebar</button>
</p>
<div class="page-header">
<h1>Hello World </h1>
</div>
<div class="container- fluid">
<div class="text-center">
<img id="offcanimg" src="<?php echo get_stylesheet_directory_uri() ?>/img/amasta.jpeg" />
</div>
</div>
<?php get_footer(); ?>