-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcontact.html
111 lines (96 loc) · 3.95 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="http://getbootstrap.com/favicon.ico">
<title>About - Creative Capital Project Mapping</title>
<!-- Bootstrap core CSS -->
<link href="index_files/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="index_files/navbar-static-top.css" rel="stylesheet">
<!-- Site-specific Navigation -->
<link rel="stylesheet" type="text/css" href="css/application.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<script src="index_files/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span id="header-community">Community</span><span id="header-kc">KC</span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a class="tag_line" href="about.html">connecting projects, people, and resources</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right social">
<li>816.502.9584
</li>
<li><a class="organization_email" href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-9">
<h1>Contact</h1>
<ul>
<li>
<h4>Call</h4>
<p>816.502.9584</p>
</li>
<li>
<h4>Connect</h4>
<p>Add us on <a href="http://www.linkedin.com/company/2756351?trk=tyah">LinkedIn</a></p>
</li>
<li>
<h4>Email</h4>
<p><a class="email" href="mailto:[email protected]"> [email protected]</a></p>
</li>
<li>
<h4>Tweet</h4>
<p>Follow us on <a href="http://twitter.com/CCFKansasCity">Twitter</a></p>
</li>
<li>
<h4>Snail Mail</h4>
<p> Community Capital Fund<br>
Attn: Christine Kahm<br>
1900 Vine Street<br>
Kansas City, MO 64108 </p>
</li>
<li>
<h4>Share</h4>
<p>Friend us on <a href="https://www.facebook.com/pages/Community-Capital-Fund/355003707920714">Facebook</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>