-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (114 loc) · 5.11 KB
/
index.html
File metadata and controls
118 lines (114 loc) · 5.11 KB
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
---
title: Solutions Canada
layout: front
permalink: /
---
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<i class="fa fa-arrow-up fa-2x"></i>
<h2 class="section-heading">Analytics, Optimization, Algorithms</h2>
<hr class="light">
<p class="text-faded">Launched by the mathematical and statistical sciences institutes, Solutions Canada matches businesses with scientists and students in research universities to solve problems.</p>
<!-- <a href="#" class="btn btn-default btn-xl">Get Started!</a> -->
</div>
</div>
</div>
</section>
<section id="partners">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Your Solution Partners</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
<div class="partners-box">
<img src="img/portfolio/aarmslogo.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-diamond wow zoomIn text-primary"></i> -->
<!-- <h3>AARMS</h3> -->
<!-- <p class="text-muted">Our templates are updated regularly so they don't break.</p> -->
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="partners-box">
<img src="img/portfolio/canssi_logo.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-diamond wow zoomIn text-primary"></i> -->
<!-- <h3>Fields</h3> -->
<!-- <p class="text-muted">Our templates are updated regularly so they don't break.</p> -->
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="partners-box">
<img src="img/portfolio/crm_logo.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-newspaper-o wow zoomIn text-primary" data-wow-delay=".2s"></i> -->
<!-- <h3>NSERC</h3> -->
<!-- <p class="text-muted">We update dependencies to keep things fresh.</p> -->
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 text-center">
<div class="partners-box">
<img src="img/portfolio/fields_logo.jpg" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-newspaper-o wow zoomIn text-primary" data-wow-delay=".2s"></i> -->
<!-- <h3>CANSSI</h3> -->
<!-- <p class="text-muted">We update dependencies to keep things fresh.</p> -->
</div>
</div>
<div class="col-lg-6 col-md-6 text-center">
<div class="partners-box">
<img src="img/portfolio/PIMS-circle-with-wordmark-CAPS.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-heart wow zoomIn text-primary" data-wow-delay=".3s"></i> -->
<!-- <h3>PIMS</h3> -->
<!-- <p class="text-muted">You have to make your websites with love these days!</p> -->
</div>
</div>
</div>
</div>
</section>
<section id="funding">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Your Funding Partners</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 text-center">
<div class="funding-box">
<img src="img/portfolio/NSERC.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-diamond wow zoomIn text-primary"></i> -->
<!-- <h3>AARMS</h3> -->
<!-- <p class="text-muted">Our templates are updated regularly so they don't break.</p> -->
</div>
</div>
<div class="col-lg-6 col-md-6 text-center">
<div class="funding-box">
<img src="img/portfolio/mitacs1.png" class="wow zoomIn" alt="">
<!-- <i class="fa fa-4x fa-paper-plane wow zoomIn text-primary" data-wow-delay=".1s"></i> -->
<!-- <h3>BIRS</h3> -->
<!-- <p class="text-muted">You can use this theme as is, or you can make changes!</p> -->
</div>
</div>
</div>
</div>
</section>
<aside class="bg-primary">
<div class="container text-center">
<div class="call-to-action">
<!-- <h2>Free Download at Start Bootstrap!</h2> -->
<a href="#" class="btn btn-default btn-xl">Find Solutions.</a>
</div>
</div>
</aside>