-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (99 loc) · 4.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>church of Christ at Edisto Island</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans|Bilbo|Droid+Serif' rel='stylesheet' type='text/css'>
<!-- Le styles -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link href="css/custom.min.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="bootstrap/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="bootstrap/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="bootstrap/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="bootstrap/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="container">
<div id="footprints"></div>
<!-- Jumbotron -->
<div class="jumbotron">
<div id="masthead">
<h1><span class="church-of">church of</span> Christ</h1>
<p class="location">at Edisto Island</p>
</div>
<p class="lead"><em>And in Him you too are being built together to become a dwelling in which God lives by his Spirit.</em><br>
- <strong>Ephesians 2:22</strong></p>
</div>
<hr>
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span4">
<h2>Service Times</h2>
<table>
<tr>
<td>Sunday Worship</td>
<td>10am</td>
</tr>
<tr>
<td>Sunday Bible Study</td>
<td>9am</td>
</tr>
<tr>
<td>Thursday Bible Study </td>
<td>6:30pm</td>
</tr>
</table>
</div>
<div class="span4">
<h2>Location</h2>
<p>2438 Highway 174<br>
Edisto Island, SC 29438</p>
<button type="button" class="btn" data-toggle="collapse" data-target="#map">
<i class="icon-pushpin"></i>
View map »
</button>
</div>
<div class="span4">
<h2>Contact</h2>
<p>church of Christ<br>
PO Box 62<br>
Edisto Island, SC 29438</p>
<p>(843) 869-9202</p>
<button type="button" class="btn" data-toggle="collapse" data-target="#contact">
<i class="icon-envelope"></i>
Send email »
</button>
</div>
</div>
<div id="map" class="collapse">
<iframe width="900" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2438%2BHighway%2B174%2BEdisto%2BIsland%2C%2BSC%2B29414(church+of+Christ)&ie=UTF8&z=12&t=m&iwloc=addr&output=embed">Loading...</iframe>
</div>
<div id="contact" class="collapse">
<iframe src="https://docs.google.com/forms/d/19hjzgQylg_9r4ZTCWAr7nxDrNwKPEaPQV1FdY3-2F6M/viewform?embedded=true" width="900" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<hr>
<div class="footer">
<p>Featured on <a href="https://www.edistoisland.com/business/church-christ/">edistoisland.com</a> and <a href="https://www.edistobeach.com/business/church-christ/">edistobeach.com</a>.
<p class="small">Scriptures taken from the Holy Bible, New International Version®, NIV®. Copyright © 1973, 1978, 1984, 2011 by Biblica, Inc.™ Used by permission of Zondervan. All rights reserved worldwide. <a href="http://www.zondervan.com%20/">www.zondervan.com</a> The “NIV” and “New International Version” are trademarks registered in the United States Patent and Trademark Office by Biblica, Inc.™</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>