-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
544 lines (514 loc) · 32.2 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
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Seed Consulting Group</title>
<meta author="[email protected]">
<link rel="shortcut icon" href="/static/website/img/scg_tab.ico">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='A non-profit consulting group'>
<meta property="og:title" content="Seed Consulting Group">
<meta property="og:site_name" content="Seed Consulting Group">
<meta property="og:url" content="http://seedcg.org">
<meta property="og:description" content="A non-profit consulting group">
<meta property="og:image" content="/static/website/img/seed_tbg.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="/static/website/css/animate.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="/static/website/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/website/css/carousel.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,400italic,700,700italic" rel="stylesheet"
type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,900" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/static/website/js/headstart.js"></script>
<!--<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73312804-4', 'auto');
ga('send', 'pageview');
</script>-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" style="border-bottom: 0; opacity: 1; filter: alpha(opacity=40); /* For IE8 and earlier */">
<div class="container-fluid">
<!-- 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>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" style="padding-top: 10px" href="http://seedcg.org"><img class="nav-bar-img" src="/static/website/img/seedCG.png" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" style="text-align: center;">
<ul class="nav navbar-nav navbar-right" style="padding-top:10px;">
<li>
<a class="page-scroll" href="/index.html">
<p style="font-family:'Roboto'; font-size:18px; color:#000">Home</p>
</a>
</li>
<li>
<a class="page-scroll" href="/about.html">
<p style="font-family:'Roboto'; font-size:18px; color:#000">About</p>
</a>
</li>
<li>
<a class="page-scroll" href="/contact.html">
<p style="font-family:'Roboto'; font-size:18px; color:#000">Contact</p>
</a>
</li>
<li>
<a class="add-padx page-scroll" href="/donate.html">
<p style="font-family:'Roboto'; font-size:18px; color:#000;">Donate</p>
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="container-fluid"
style="background-image:url(static/website/img/header.jpeg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center; height:95%;">
<h1 class="lead-content">Welcome to Seed Consulting Group<br> <span class="sub-lead-content">empowering leaders to shape a sustainable future</span></h1>
</div>
<div id="body" class="content" style="background-color: #fff; text-align: center;">
<div class="container">
<div class="row" style="margin-bottom: 3%;">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12">
<h1 class="other-headers" style="color:#000"> Who We Are </h1>
<h2 class="other-sub-headers">
We are a 501(c)3 nonprofit organization that provides pro-bono consulting to influential organizations pioneering a healthier and more environmentally sustainable California. Our consultants are high achieving outliers from a broad range of industries and academic disciplines with an insatiable desire to serve. We have thriving chapters across the state in Los Angeles, Orange County, and San Francisco.
</h2>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="row" >
<div class="col-lg-2"></div>
<div class="col-lg-8">
<div class="col-lg-4" style="text-align: center">
<img class="img" src="/static/website/img/seedLA.png" width="auto" height="50">
</div>
<div class="col-lg-4" style="text-align: center;">
<img class="img" src="/static/website/img/seedOC.png" width="auto" height="50">
</div>
<div class="col-lg-4" style="text-align: center;">
<img class="img" src="/static/website/img/seedSF.png" width="auto" height="50">
</div>
</div>
<div class="col-lg-2"></div>
</div>
</div>
<div id="video1" class="container-fluid" style="background-color: #fff">
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8">
<div class="embed-responsive embed-responsive-16by9" style="margin-top: 3%; margin-bottom: 0%">
<iframe width="560" height="315" src="https://www.youtube.com/embed/mIgyAfdozaE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-2"></div>
</div>
</div>
<div class="container-fluid" style="background-image:url(static/website/img/yosemite.jpg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<div class="row" style="background-color: rgba(83, 177, 244, 0.70)">
<h1 class="other-headers" style="color:#fff"> Our Impact </h1>
<div class="row" style="margin-bottom: 7%">
<div class="col-sm-3"></div>
<div class="col-sm-6" style="text-align: center">
<img class="img-responsive" src="/static/website/img/impact-report.png" style="align-content: center" width="auto" height="300">
</div>
</div>
</div>
</div>
<div class="container-fluid" style="background-image:url(static/website/img/method2.jpg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<div class="row" style="background-color: rgba(83, 177, 244, 0.50)">
<div class="col-lg-1 col-md-2 col-sm-2"></div>
<div class="col-lg-10 col-md-8 col-sm-2">
<div class="col-lg-2 col-md-1 col-sm-1 col-xs-1"></div>
<div class="col-lg-8 col-md-10 col-sm-10 col-xs-10">
<h1 class="wwd-header" style="color:#fff;">
What We Do
</h1>
<div class="row" style="margin-bottom: 7%">
<div class="col-sm-6 col-sm-6">
<div class="col-md-6 col-md-12 col-md-12" style="text-align:center">
<img class="wwd-img"
src="/static/website/img/line graphic9.png" />
</div>
<div class="col-md-6 col-md-12 col-md-6">
<h1 class="what-we-do-sub-text">
Data Analysis
</h1>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="col-md-6 col-md-12 col-md-12" style="text-align:center">
<img class="wwd-img"
src="/static/website/img/checking1.png" />
</div>
<div class="col-md-6 col-md-12 col-md-12">
<h1 class="what-we-do-sub-text">
Business Development
</h1>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 7%">
<div class="col-md-6 col-md-6">
<div class="col-lg-6 col-md-12 col-sm-12" style="text-align:center">
<img class="wwd-img"
src="/static/website/img/business8.png" />
</div>
<div class="col-md-6 col-md-12 col-md-12">
<h1 class="what-we-do-sub-text">
Marketing
</h1>
</div>
</div>
<div class="col-md-6 col-md-6">
<div class="col-lg-6 col-md-12 col-sm-12" style="text-align:center">
<img class="wwd-img"
src="/static/website/img/group44.png" />
</div>
<div class="col-md-6 col-md-12 col-md-12">
<h1 class="what-we-do-sub-text">
Strategy
</h1>
</div>
</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-1 col-xs-1"></div>
</div>
<div class="col-lg-1 col-md-2 col-sm-2"></div>
</div>
</div>
<div class="container-fluid" style="background-image:url(/static/website/img/la1.jpeg); background-repeat: no-repeat; text-align: center; background-size: cover; background-position:center;">
<div class="row" style="background-color: rgba(09,154,197, 0.8)">
<div class="col-md-2 col-sm-1 col-xs-1"></div>
<div class="col-md-8 col-sm-10 col-xs-10">
<h1 class="case-studies-headers">
Case Study #1: Digital Marketing Strategy
</h1>
</div>
<div class="col-md-2 col-sm-1 col-xs-1"></div>
</div>
<div class="row" style="background-color: rgba(09,154,197, 0.8); padding-bottom: 5%">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12" style="text-align:justify;">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12" style="text-align: center;">
<img class="img-circle" src="/static/website/img/greenbelt-circ.png" height="150" width="150">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
<h1 class="case-studies-content">
SeedSF helped the marketing team at Greenbelt Alliance hone their digital strategy, focusing on attracting,
engaging, and retaining supporters for their nonprofit.
<br /><br />
"By employing their recommendations we doubled the number of conversions from our Google AdWords campaigns—which
is a huge win for an organization with limited advertising resources. One of these campaigns was for local
conservation legislation, which passed thanks to the success of this marketing campaign. I was very impressed
with their dedication and creativity in maximizing our assets. I would happily work with SeedSF again
and hope to do so!"
<br />
– Amy Henson, Marketing Director Greenbelt Alliance
</h1>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!--<div class="container-fluid" style="background-image:url(/static/website/img/la1.jpeg); background-repeat: no-repeat; text-align: center; background-size: cover; background-position:center;">
<div class="row" style="background-color: rgba(09,154,197, 0.8)">
<div class="col-md-2 col-sm-1 col-xs-1"></div>
<div class="col-md-8 col-sm-10 col-xs-10">
<h1 class="case-studies-headers">
Case Study #1: Los Angeles Lighting Efficiency Report
</h1>
</div>
<div class="col-md-2 col-sm-1 col-xs-1"></div>
</div>
<div class="row" style="background-color: rgba(09,154,197, 0.8); padding-bottom: 5%">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12" style="text-align:justify;">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12" style="text-align: center;">
<img class="img-circle" src="/static/website/img/LA.png" height="150" width="150">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
<h1 class="case-studies-content">
Leveraging big-data studies from the L.A. Department of Water and Power, Seed provided the Los Angeles Mayor's Office of Sustainability with strategic
recommendations for future government incentive programs to tackle inefficient lighting and wasted energy in Los Angeles buildings. <br><br>As a follow-up project, Seed provided a model to transition over 1,000 government vehicles to electric vehicles over the next decade.
</h1>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>-->
<div class="container-fluid" style="background-image:url(/static/website/img/pothead2.jpeg); background-repeat: no-repeat; text-align: center; background-size: cover; background-position:center;">
<div class="row" style="background-color: rgba(94,144,175,0.8)">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12">
<h1 class="case-studies-headers">
Case Study #2: California State Plastic Bag Ban
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="row" style="background-color: rgba(94,144,175,0.8); padding-bottom: 5%">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12" style="text-align:justify;">
<div class="col-md-3 col-sm-12 col-xs-12" style="text-align: center;">
<img class="img-cs" src="/static/website/img/surfrider-circ.png" height="150" width="150">
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h1 class="case-studies-content">
SeedOC Partnered with Surfrider Foundation in Winter 2016 to formulate a marketing and advertising strategy for
California's 2016 Plastic Bag Ban Referendum.
<br><br>“Seed provided us with a really valuable outsider’s perspective. Our national team and state wide
coalition are using Seed's key insights on how to tackle the 2016 bag ban. We were very impressed with the team!”
<br />
- Graham Hamilton, Surfrider Foundation
</h1>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="container-fluid" style="background-image:url(/static/website/img/donatepage.jpg); background-repeat: no-repeat; text-align: center; background-size: cover; background-position:center;">
<div class="row" style="background-color: rgba(55,94,120,0.8)">
<div class="col-md-2 "></div>
<div class="col-md-8 col-sm-12 col-xs-12">
<h1 class="case-studies-headers">
Case Study #3: Clean Air Act Campaign
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="row" style="background-color: rgba(55,94,120,0.8); padding-bottom: 5%">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12" style="text-align:justify;">
<div class="col-md-3 col-sm-12 col-xs-12" style="text-align: center;">
<img class="img-cs2" src="/static/website/img/sierra-circ.png">
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<h1 class="case-studies-content extra">
SeedLA partnered with the Sierra Club on three projects to advance the Clean Air campaign by increasing
solar panel usage and pollution loophole awareness in the greater LA region.<br><br> "Seed was very helpful in
identifying the root cause of why Los Angeles has never complied with the Clean Air Act and articulating what
we can do to tackle the issue. We are incredibly grateful for their work; the project findings had a huge impact
on the Sierra Club, our volunteers, and our partners"
<br />
- Aura Vasques, Sierra Club
</h1>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!--<div class="container-fluid" style="background-image:url(/static/website/img/team.jpeg); background-repeat: no-repeat; text-align: center; background-size: cover; background-position:center;">
<div class="row" style="background-color: rgba(15, 77, 146, 0.8)">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12">
<h1 class="case-studies-headers">
Case Study #4: Waterlog Project
</h1>
</div>
<div class="col-md-2"></div>
</div>
<div class="row" style="background-color: rgba(15, 77, 146, 0.8)">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12 col-xs-12" style="text-align:justify;">
<div class="col-md-12 col-sm-12 col-xs-12">
<h1 class="case-studies-content" style="margin-bottom: 12%">
Our team is working to aggregate all publicly available water data to aid stakeholders in California's water crisis
understand, in real-time, what water resources are available. Our team hopes this application will aid in
future research of water around our country. Visit <a href="http://waterlogproject.org" style="text-decoration:none; color:#00FFFF"> Waterlog Project</a>.
</h1>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>-->
<div class="container-fluid" style="background-color:#ebebeb">
<div class="row">
<div class="col-md-2 col-sm-1 col-xs-1"></div>
<div class="col-md-8 col-sm-10 col-xs-10" style="text-align:justify; margin-top:7%;">
<h1 class="our-partners-header">
Our Partners
</h1>
</div>
<div class="col-md-2 col-sm-1 col-xs-1"></div>
</div>
<div class="row" style="margin-bottom: 1%;">
<div class="col-md-2 col-sm-1 col-xs-1"></div>
<div class="col-md-8 col-sm-10 col-xs-10" style="text-align:center;">
<div class="row" style="margin-bottom: 5%">
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<a href="http://www.surfrider.org/">
<img class="img" src="/static/website/img/surfrider.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<a href="http://www.healthebay.org/">
<img class="img" src="/static/website/img/healthebay.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<a href="http://www.sierraclub.org/">
<img class="img" src="/static/website/img/sierraclub.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12">
<a href="http://www.ccair.org/">
<img class="img" src="/static/website/img/co.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
</div>
</div>
<div class="col-md-2 col-sm-1 col-xs-1"></div>
</div>
<div class="row" style="margin-bottom: 4%;">
<div class="col-md-2 col-sm-2 col-xs-2"></div>
<div class="col-md-8 col-sm-8 col-xs-8" style="text-align:center;">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="https://www.nrdc.org/">
<img class="img" src="/static/website/img/nrdc.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="https://www.metro.net/#">
<img class="img" src="/static/website/img/metro.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="https://www.lacity.org/">
<img class="img" src="/static/website/img/la.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="http://www.habitat.org/">
<img class="img" src="/static/website/img/habitat.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-2"></div>
</div>
</div>
<div class="row" style="margin-bottom: 4%;">
<div class="col-md-2 col-sm-2 col-xs-2"></div>
<div class="col-md-8 col-sm-8 col-xs-8" style="text-align:center;">
<div class="row" style="margin-bottom: 5%">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="http://www.greenbelt.org/">
<img class="img" src="/static/website/img/greenbelt.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="http://www.ucla.edu/">
<img class="img" src="/static/website/img/ucla.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="http://www.coccc.org/">
<img class="img" src="/static/website/img/coccc.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<a href="http://www.caltech.edu/">
<img class="img" src="/static/website/img/caltech.jpg" alt=""
style="border:1px solid #021a40;" height="150" width="auto">
</a>
</div>
</div>
<div class="col-md-2 col-sm-2 col-xs-2"></div>
</div>
</div>
</div>
<!--<div class="container-fluid" style="background-color:#ebebeb">-->
<div class="container-fluid" style="margin-left:0; margin-right:0; padding-left: 0; padding-right: 0;">
<div class="row-fluid">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
style="background-image:url(static/website/img/werking.jpeg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<h1 class="half-panel"
style="text-shadow: 1px 0 0 #333, 0 1px 0 #333, 0 1px 0 #333, 1px 0 0 #333; font-family:'Roboto', sans-serif; text-align:center; font-size:40px; color:#fff; padding-top: 15%; padding-bottom:15%; font-weight:normal">
<a href="/contact.html" style="color:inherit; text-decoration:none;">Work With Us</a>
</h1>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
style="background-image:url(static/website/img/join4.jpg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<h1 style="text-shadow: 1px 0 0 #333, 0 1px 0 #333, 0 1px 0 #333, 1px 0 0 #333; font-family:'Roboto', sans-serif;font-size:40px; color:#fff; padding-top: 15%; padding-bottom:15%; font-weight:normal">
<a href="/contact.html" style="color:inherit; text-decoration:none;">Join Us</a>
</h1>
</div>
</div>
<div class="row-fluid">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
style="background-image:url(static/website/img/intro.jpeg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<h1 style="text-shadow: 1px 0 0 #333, 0 1px 0 #333, 0 1px 0 #333, 1px 0 0 #333; font-family:'Roboto', sans-serif;font-size:40px; color:#fff; padding-top: 15%; padding-bottom:15%; font-weight:normal">
<a href="/donate.html" style="color:inherit; text-decoration:none;">Support Us</a>
</h1>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"
style="background-image:url(static/website/img/ny.jpg); background-repeat:no-repeat; background-size:cover; text-align:center; background-position:center;">
<h1 class="half-panel"
style="text-shadow: 1px 0 0 #333, 0 1px 0 #333, 0 1px 0 #333, 1px 0 0 #333; font-family:'Roboto', sans-serif; text-align:center; padding-top: 15%; padding-bottom:15%; font-size:40px; color:#fff; font-weight:normal">
<a href="/about.html" style="color:inherit; text-decoration:none;">Learn More</a>
</h1>
</div>
</div>
</div>
<div class="container-fluid" style="text-align:center; margin-top: 5%; margin-bottom:5%">
<div class="row-fluid">
<div class="col-lg-2 col-md-2 col-sm-2"></div>
<div class="col-lg-8 col-md-8 col-sm-2">
<div class="row">
<div class="col-md-6 col-sm-12">
<h2 style="font-size:18px; text-align:center">
<a href="/">Home</a> |<a href="/about.html">About</a> | <a href="/contact.html">Contact</a> | <a href="/donate.html">Donate</a>
</h2>
<p style="text-align:center; font-size:18px; color: #000;">© Seed Consulting Group, 2016</p>
</div>
<div class="col-md-6 col-sm-12">
<p style="text-align:center; font-size:18px; color: #000">Follow us on social media</p>
<li>
<a href="https://www.facebook.com/seedusa/?fref=ts"><img src="/static/website/img/social network83.png" height="30" width="30" /></a>
<!--<a href="https://twitter.com/seedcg">
<img src="/static/website/img/twitter.png" height="30"
width="30" />
</a>
<a href="https://www.instagram.com/seedconsultinggroup/">
<img src="/static/website/img/instagram19.png" height="30" width="30" />
</a>-->
</li>
</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-2"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="/static/website/js/logo.min.js"></script>
</body>