-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfront-page.php
More file actions
37 lines (35 loc) · 979 Bytes
/
front-page.php
File metadata and controls
37 lines (35 loc) · 979 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
37
<?php get_header(); ?>
<div class="frontpage">
<div class="container">
<div class="row">
<br>
<div class="col-md-2">
</div>
<div class="col-md-8">
<br>
<h2>
Welcome<script>
showWelcomeText();
</script>
</h2>
<br><br>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/coatofarms.png" class="center-block" width="75%" />
<div class="hometext">
<p>
<br>
Whatever it is you seek, <br>you came to the right place, <br>and we're certainly glad you're here.
<br>
<br>
Our <span style='color:#141414'>BLOG</span> is ripe with media and gaming, sharing and observations. Head over there for the meat of it all.
<br>
<br>
Slink over to the <span style='color:#141414'>GOAT</span> section for more information on the goats and the content they've created outside of Capra Cove.
</p>
</div>
</div>
<div class="col-md-2">
</div>
</div>
<?php get_footer(); ?>
</div>
</div>