-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigma-slide.html
86 lines (62 loc) · 3.34 KB
/
sigma-slide.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
<!DOCTYPE html>
<!--[if IE 7 ]><html lang="en" class="lte-ie7 lte-ie8 ltei-e9 ie7 ie"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="lte-ie8 lte-ie9 ie8 ie"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="lte-ie9 ie9 ie"><![endif]-->
<!--[if gt IE 9]><!-->
<html dir="ltr" class="gt-ie9" lang="en">
<!--<![endif]-->
<head>
<!-- Styles -->
<link rel="stylesheet" media="all" href="https://www.twosigma.com/static/css/site.min.css?v=5" type="text/css">
<link rel="shortcut icon" href="https://www.twosigma.com/favicon.ico">
<!-- Modernizr -->
<script src="https://www.twosigma.com/static/js/vendor/modernizr.min.js"></script>
</head>
<body class="home">
<div class="siteWrapper">
<div class="contentWrapper">
<div class="page ">
<div class="page_content">
<section class="homepage-slideshow-section">
<div data-js-component="homeSlideShow" class="home-slideshow">
<div class="homeSlide" style="background: url(https://www.twosigma.com/uploads/A-Good-Idea-Is-A-Good-Idea---for-Insightsv24.jpg)">
<div class="inner">
<div class="homeSlide_cta">
<h1 class="homeSlide_title _is_ready">Discovering value in the world's data.</h1>
<a class="careerButton" href="https://www.twosigma.com/about/"><span>About us</span></a>
</div>
</div>
<div class="slideOverlay"></div>
</div>
<div class="homeSlide" style="background: url(https://www.twosigma.com/uploads/1280_imagine_build_realize.jpeg)">
<div class="inner">
<div class="homeSlide_cta">
<h1 class="homeSlide_title _is_ready">Calling all scientists, problem solvers and programmers.</h1>
<a class="careerButton" href="https://www.twosigma.com/careers/"><span>We’re hiring</span></a>
</div>
</div>
</div><div class="homeSlide" style="background: url(https://www.twosigma.com/uploads/A-Good-Idea-Is-A-Good-Idea---for-InsightsV3.jpg)">
<div class="inner">
<div class="homeSlide_cta">
<h1 class="homeSlide_title _is_ready">Sharing ideas is integral to how we solve hard problems.</h1>
<a class="careerButton" href="https://www.twosigma.com/insights/"><span>Read more</span></a>
</div>
</div>
</div><div class="homeSlide" style="background: url(https://www.twosigma.com/uploads/Lab---for-Insightsv2.jpg)">
<div class="inner">
<div class="homeSlide_cta">
<h1 class="homeSlide_title _is_ready">We’re building great technology and a great culture.</h1>
<a class="careerButton" href="https://www.twosigma.com/about/the-latest"><span>Read More</span></a>
</div>
</div>
<div class="slideOverlay"></div>
</div>
</div>
</section>
</div>
</div><!-- /.page -->
</div><!-- /.contentWrapper -->
</div><!-- /.siteWrapper -->
<script src="https://www.twosigma.com/static/js/build/site.min.js?v=9"></script>
</body>
</html>