forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.inc.html
More file actions
executable file
·40 lines (38 loc) · 1.88 KB
/
footer.inc.html
File metadata and controls
executable file
·40 lines (38 loc) · 1.88 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
<div class="col-md-12 yellow little-spacing"></div>
<div class="container-fluid mid-yellow">
<div class="container">
<div class="row ">
<div class="col-md-10 col-md-push-1">
<div class="col-md-6 item">
<div class="spacer big"></div>
<h2>You have a project ?</h2>
<p>Contact us for a meeting and benefit from our experience in Python, C++, in-browser data visualization, and high-performance computing...</p>
<a href="contact.html" class="btn" style="max-width: 150px;">Contact us</a>
<div class="spacer big"></div>
</div>
<div class="col-md-6 item ">
<div class="spacer big"></div>
<h2>Follow us</h2>
<p>Stay tuned for the latest news, features, and releases on xtensor, jupyter, and other projects we develop and contribute to.</p>
<a href="https://www.linkedin.com/company/quantstack" target="_blank"class="picto-btn"><img src="img/linledin.svg" /></a>
<a href="https://twitter.com/quantstack" target="_blank" class="picto-btn"><img src="img/twitter.svg" /></a>
<a href="https://github.com/QuantStack/" target="_blank" class="picto-btn"><img src="img/github.svg" /></a>
<div class="spacer big"></div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 yellow little-spacing"></div>
<footer>
<div class="container">
<div class="col-md-10 col-md-push-1">
<div class="col-md-2">
<img src="img/logo.svg" class="img-responsive"/>
</div>
<div class="col-md-10">
<a href="legal.html" style="float: right">| Legal</a>
</div>
</div>
</div>
</footer>