forked from galtx-centex/galtx-centex.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 1.85 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
---
layout: default
---
<div class="container">
<div class="panel panel-default">
<div class="panel-body">
{% assign post = site.posts.first %}
<header class="post-header">
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<div class="meta">
{{ post.date | date: "%b %-d, %Y" }}
</div>
</header>
<article class="post-content">
{{ post.content }}
</article>
</div>
</div>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<a href="/adopt/">
<img class="img-circle" src="/img/penny.jpg" alt="Adopt" style="width: 140px; height: 140px;" align="middle">
<h2>Adopt</h2>
</a>
<p>Many beautiful and loving greyhounds are always looking for their forever homes and we want to help you make that connection.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<a href="/volunteer/">
<img class="img-circle" src="/img/flowers.jpg" alt="Volunteer" style="width: 140px; height: 140px;" align="middle">
<h2>Volunteer</h2>
</a>
<p>Please consider donating your time, giving your experience to the benefit of the greyhounds we all love so much!</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<a href="/foster/">
<img class="img-circle" src="/img/happy.jpg" alt="Foster" style="width: 140px; height: 140px;" align="middle">
<h2>Foster</h2>
</a>
<p>More retiring and rescued greyhounds are on their way to us and are in need of a soft place to land. If you have considered fostering, now is the time to make a difference in a greyhound's life.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div> <!-- /container -->
</div> <!-- /container -->