-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·287 lines (239 loc) · 9.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title>
Bear Paths ·
</title>
<link href='https://fonts.googleapis.com/css?family=Lora:400,400italic|Work+Sans:300,400,500,600' rel='stylesheet' type='text/css'>
<link href="assets/css/toolkit-startup.css" rel="stylesheet">
<link href="assets/css/application-startup.css" rel="stylesheet">
<link href="assets/css/visualizations.css" rel="stylesheet">
<style>
/* note: this is a hack for ios iframe for bootstrap themes shopify page */
/* this chunk of css is not part of the toolkit :) */
/* …curses ios, etc… */
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
body {
width: 1px;
min-width: 100%;
*width: 100%;
}
#stage {
height: 1px;
overflow: auto;
min-height: 100vh;
-webkit-overflow-scrolling: touch;
}
}
</style>
</head>
<body>
<div class="stage-shelf stage-shelf-right hidden" id="sidebar">
<ul class="nav nav-bordered nav-stacked">
<li class="nav-header">Examples</li>
<li class="active">
<a href="index.html">Startup</a>
</li>
<li>
<a href="minimal/index.html">Minimal</a>
</li>
<li>
<a href="bold/index.html">Bold</a>
</li>
<li class="nav-divider"></li>
<li class="nav-header">Docs</li>
<li>
<a href="docs/index.html">Toolkit</a>
</li>
<li>
<a href="http://getbootstrap.com">Bootstrap</a>
</li>
</ul>
</div>
<div class="stage" id="stage">
<div class="block block-inverse block-fill-height app-header"
style="background-color: #2d4671;">
<nav class="navbar navbar-transparent navbar-fixed-top navbar-padded app-navbar p-t-md">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed p-x-0"
data-target="#stage" data-toggle="stage" data-distance="-250">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse text-uppercase">
<ul class="nav navbar-nav navbar-right">
<li >
<a href="about.html">About</a>
</li>
<li >
<a href="explore.html">Explore</a>
</li>
<li >
<a href="index.html">Home</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<img class="app-graph" src="assets/img/paws.svg">
<div class="block-xs-middle p-b-lg">
<div class="container">
<div class="row">
<div class="col-sm-10 col-md-6">
<h1 class="block-title m-b-sm">Bear Paths</h1>
<p class="lead m-b-md text-muted">Choosing a major at UC Berkeley can be difficult and a typical question is: where do students end up after graduating from their respective majors?</p>
<a class="btn btn-primary btn-lg" href="#start" role="button">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<div id="start">
<div class="block block-secondary app-iphone-block">
<div class="container">
<div class="row app-align-center">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<h6 class="text-muted text-uppercase">It's not always what you expect</h6>
<h3 class="m-t-0">Students often believe that only certain majors can lead to certain jobs but this is not always the case</h3>
<p class="lead m-b-md">The classic tale is that of the CS major who becomes a software engineer or the Political Science major who works for the government but sometimes the road less travelled still leads to the same path as certain majors end up in career fields that are not always directly related to what they studied.</p>
</div>
<div class="col-sm-2"></div>
</div>
<div class="row app-align-center">
<div class="col-sm-2"></div>
<div class="col-sm-12">
<div id="totalChordWrapper">
<div id="stretched-chord"></div>
</div>
</div>
<div class="col-sm-2"></div>
</div>
</div>
</div>
</div>
<div class="block block-inverse block-secondary app-code-block">
<div class="container">
<div class="row app-align-center">
<div class="col-sm-5 col-sm-push-7">
<h6 class="text-muted text-uppercase">Some jobs are flexible about your major</h6>
<h3 class="m-t-0">Certain jobs like software engineers, product managers and data analysts take in a diverse set of majors</h3>
<p class="lead m-b-md text-muted">These are the five most diverse career fields, taking in a variety of different majors from UC Berkeley. Hover over the circles to see what types of majors that go into these fields or zoom into the career to see a more detailed overview.</p>
</div>
<div class="col-sm-6 col-sm-pull-5">
<div id="clusterChart"></div>
</div>
</div>
</div>
</div>
<div class="block block-secondary app-iphone-block">
<div class="container">
<div class="row app-align-center">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<h6 class="text-muted text-uppercase">Some majors lead to diverse pathways</h6>
<h3 class="m-t-0">There are majors at UC Berkeley that can prepare you for a wide variety of jobs</h3>
<p class="lead m-b-md">Contrary to popular belief, there is no 'one path' for a major. Even though students in different majors end up in similar career fields, there are some majors that provide flexibility and lead to diverse career outcomes. The below shows the five majors at UC Berkeley with the highest diversity of career outcomes afterwards, suggesting that an interdisciplinary skillset is the key to flexible career options.</p>
</div>
<div class="col-sm-2"></div>
</div>
<div class="row app-align-center">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<div id="collapsibletree"></div>
</div>
<div class="col-sm-1"></div>
</div>
</div>
</div>
<footer class="block block-inverse app-footer fixed-bottom" style="background-color: #2d4671;">
<div class="container text-center">
<div class="row app-align-center">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-lg-6 col-lg-offset-3">
<h6 class="text-muted text-uppercase">See what people in different majors do</h6>
<h3 class="m-t-0">What will your path look like?</h3>
<a class="btn btn-primary btn-lg" href="explore.html" role="button">Explore Now</a>
</div>
</div>
</div>
</div>
</footer>
<div class="block app-price-plans">
<div class="container">
<div class="row app-align-center">
<div class="col-sm-2"></div>
<div class="col-sm-8">
<blockquote class="pull-quote">
<p>
<i>“It's important to keep options open, you never know where your major will lead you.”</i>
</p>
<cite>Isabel, UC Berkeley Sophmore</cite>
</blockquote><br><br><br>
<div class="col-sm-2"></div>
</div>
<div class="row app-align-center">
<div class="col-sm-1"></div>
<div class="col-sm-10">
<div id="collapsibletree"></div>
</div>
<div class="col-sm-1"></div>
</div>
</div>
</div>
</div>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/toolkit.js"></script>
<script src="assets/js/application.js"></script>
<script src="assets/js/visualizations.js"></script>
<script>
// Select all links with hashes
$('a[href*="#"]')
// Remove links that don't actually link to anything
.not('[href="#"]')
.not('[href="#0"]')
.click(function(event) {
// On-page links
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
// Figure out element to scroll to
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
// Does a scroll target exist?
if (target.length) {
// Only prevent default if animation is actually gonna happen
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, 1000, function() {
// Callback after animation
// Must change focus!
var $target = $(target);
$target.focus();
if ($target.is(":focus")) { // Checking if the target was focused
return false;
} else {
$target.attr('tabindex','-1'); // Adding tabindex for elements not focusable
$target.focus(); // Set focus again
};
});
}
}
});
</script>
</body>
</html>