-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdocs.php
More file actions
23 lines (18 loc) · 724 Bytes
/
Copy pathdocs.php
File metadata and controls
23 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php include_once 'views/header.php'; ?>
<div class="pt30 pb30"></div>
<div class="row">
<div class="pt30"></div>
<div class="col-md-offset-2 col-md-8">
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://player.vimeo.com/video/138574632?color=c9ff23&title=0&byline=0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<div class="pt30"></div>
<div class="row">
<p class="lead">
<a target="_blank" href="http://github.com/dammyammy/logo-generator" class="btn btn-lg btn-max">View Source On GitHub <i class="fa fa-github"></i></a>
</p>
</div>
<?php include_once 'views/footer.php'; ?>