This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetail.html
234 lines (217 loc) · 10.5 KB
/
detail.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Static Page Example for BC Dev</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="css/bc-devx.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="/">
<img height="30" src="assets/logo/logo-blue.png" alt="BC Dev Exchange">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Get Started <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/theme.html">Theme</a></li>
<li><a href="/static.html">Static</a></li>
<li><a href="/list.html">List</a></li>
<li><a href="/detail.html">Detail</a></li>
</ul>
</li>
<li>
<a href="#">Developers</a>
</li>
<li>
<a href="#">Government</a>
</li>
<li>
<a href="#">About</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<section class="static-page">
<div class="container" role="main">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/BCA%20primary%20logo.jpg" />
</div>
<div class="col-sm-6">
<h2>BC Assessment</h2>
<p>
BC Assessment believes better access to property information can create economic opportunities for companies across British Columbia.
</p>
<p>
We've been told that Application Programming Interfaces (APIs) are the way of the future to create data access.
</p>
<p>
We want your ideas to make an API that works, and works well.
</p>
<p>
That's why we're opening a collaboration around creating an API specification that we hope you will want to use, supported by a viable business model.
</p>
<p>
The collaboration will happen in two streams, one for entrepreneurs and businesses in the property market, the other for developers versed in the technical space of APIs. Some tech entrepreneurs may be interested in participating in both streams.
</p>
<p>
Read the <a href="https://github.com/BCDevExchange/bc-property-api-specification/tree/master/BCA%20API%20Discussion%20Guide">Discussion Guide</a> to learn how you can participate.
</p>
</div>
</div>
</div>
</section>
<section class="bg-primary text-center">
<div class="container" role="sub-nav">
<div class="row">
<div class="col-sm-4">
<a href="#contacts" class="btn btn-default page-scroll">APIs & Resources</a>
</div>
<div class="col-sm-4">
<a href="https://github.com/BCDevExchange/bc-property-api-specification" class="btn btn-default">GitHub</a>
</div>
<div class="col-sm-4">
<a href="#contacts" class="btn btn-default page-scroll">Contacts</a>
</div>
</div>
</div>
</section>
<section id="resources">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>APIs & Resources</h3>
<ul>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/tree/master/BCA%20API%20Discussion%20Guide">What is this about? </a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/Who-is-BCA.md">Who is BC Assessment?</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/What-does-BCA-want-to-learn.md">What does BCA want to learn?</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/Use-Cases.md">Use Cases</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/Scope-and-Constraints.md">What are the scope and constraints?</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/How-can-I-participate.md">How to particpate?</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/Next-Steps.md">What are the next steps</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification">Open API Spec in GitHub</a></li>
<li><a href="https://github.com/BCDevExchange/bc-property-api-specification/blob/master/BCA%20API%20Discussion%20Guide/BCA-Development-Map.png">API Development Map</a></li>
<li><a href="http://www.bcassessment.ca/">BCA Website</a></li>
</ul>
</div>
<div class="col-md-6">
<h3>Community</h3>
<ul>
<li>Coming Soon..</li>
</ul>
</div>
</div>
</div>
</section>
<section id="contacts">
<div class="container">
<div class="row">
<h3>Contacts</h3>
<div class="col-sm-6">
<div class="card card-block">
<div class="card-img">
<img class="card-img-left" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/Hart_Mauritz_cropped.jpg">
</div>
<div>
<h4 class="card-title">Vice President, Business Innovation</h4>
<p class="card-subtitle">Hart Mauritz<br/><a href="#">[email protected]</a></p>
</div>
</div>
<div class="card card-block">
<div class="card-img">
<img class="card-img-left" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/Sabrina_Kunz_cropped.jpg">
</div>
<div>
<h4 class="card-title">Director, Business Development</h4>
<p class="card-subtitle">Sabrina Kunz<br/><a href="#">[email protected]</a></p>
</div>
</div>
<div class="card card-block">
<div class="card-img">
<img class="card-img-left" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/Jack_Murray_cropped.jpg">
</div>
<div>
<h4 class="card-title">Manager, Business Solutions</h4>
<p class="card-subtitle">Jack Murray<br/><a href="#">[email protected]</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card card-block">
<div class="card-img">
<img class="card-img-left" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/Charles_Lazenby_cropped.jpg">
</div>
<div>
<h4 class="card-title">Developer</h4>
<p class="card-subtitle">Charles Lazenby<br/><a href="#">[email protected]</a></p>
</div>
</div>
<div class="card card-block">
<div class="card-img">
<img class="card-img-left" src="https://raw.githubusercontent.com/BCDevExchange/BCDevExchange-Programs/master/Programs/Logos/Nolan_Zak_cropped.jpg">
</div>
<div>
<h4 class="card-title">Developer</h4>
<p class="card-subtitle">Nolan Zak<br/><a href="#">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-distributed">
<div class="container">
<div class="footer-right">
<object class="footer-logo" data="assets/logo/BCID-supported-pos.svg" type="image/svg+xml">
Supported by the Government of British Columbia
</object>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="#">Home</a>
·
<a href="#">Open Opportunities</a>
·
<a href="#">Open APIs</a>
·
<a href="#">About</a>
·
<a href="#">Blog</a>
·
<a href="#">Contact</a>
</p>
<p>© 2016 BC Developer's Exchange. All Rights Reserved</p>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/bc-devx.min.js"></script>
</body>
</html>