-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaj.php
More file actions
36 lines (30 loc) · 943 Bytes
/
aj.php
File metadata and controls
36 lines (30 loc) · 943 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
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<?php require_once('./partials/head-metas.phtml') ?>
<title>AJ's Page | Emanuel Evangelical Lutheran Church</title>
<?php require_once('./partials/head-includes.phtml') ?>
</head>
<body>
<div class="container layout-v2">
<?php require_once('./partials/masthead-top-nav.phtml') ?>
<div class="row main-content inner-page-content">
<div class="col-xs-12 col-sm-8">
<h1 class="page-title">AJ's Page</h1>
<div class="row">
<div class="col-xs-12">
<p>
hi
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 photo-right no-btm-margin">
<img src="images/who-we-are/emanuel-sign.jpg" alt="Emanuel: God With Us" />
</div>
</div>
<?php require_once('./partials/footer.phtml') ?>
</div>
<?php require_once('./partials/footer-includes.phtml') ?>
</body>
</html>