-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome-page.php
More file actions
40 lines (30 loc) · 1.65 KB
/
welcome-page.php
File metadata and controls
40 lines (30 loc) · 1.65 KB
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
<?php /* Template Name: Welcome Page */ get_header("welcome"); ?>
<header>
<h1>Matthew T Rader Photography</h1>
</header>
<main role="main">
<div class="row">
<a href="http://matthewtrader.com/weddings" class="medium-6 small-12 columns imageButton">
<amp-img layout="responsive" src="http://matthewtrader.com/wp-content/uploads/2015/11/Weddings-Logo-720px.png" alt="Dallas Wedding Photographer"/></amp-img>
<br>
<div class="slogan">Cherish Love's Story</div>
</a>
<a href="http://art.matthewtrader.com" class="medium-6 small-12 columns imageButton">
<h2>Art Photography</h2>
</a>
</div>
<div class="row">
<div class="small-12">
<div class="socialMedia">
<ul>
<li><a href="https://www.facebook.com/MatthewTRader.Photography" target="_blank"><i class="fa fa-facebook"></i>Facebook Page</a></li>
<li><a href="http://instagram.com/matthew_t_rader" target="_blank"><i class="fa fa-instagram"></i>Instagram</a></li>
<li><a href="https://www.twitter.com/Matthew_T_Rader" target="_blank"><i class="fa fa-twitter"></i>Twitter</a></li>
<li><a href="https://www.flickr.com/photos/infinite-magic" target="_blank"><i class="fa fa-flickr"></i>Flickr</a></li>
<li><a href="http://matthewtrader.com/blog" target="_blank"><i class="fa fa-file-text-o"></i>Blog</a></li>
</ul>
</div>
</div>
</div>
</main>
<?php get_footer(); ?>