-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
84 lines (77 loc) · 3.92 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Pareto - RiteClass</title>
<meta name="description" content="Pareto - RiteClass" />
<meta name="keywords" content="RiteClass, Pareto, College, rightclass, school classes, class, students, algorithms, webstep, tree" />
<meta name="author" content="" />
<link rel="shortcut icon" href="../favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/f">
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
<script src="http://thecodeplayer.com/uploads/js/jquery-1.9.1.min.js" type="text/javascript"></script>
</head>
<body>
<!--<ul class="menu">-->
<!--<li><a href="#/view1">view1</a></li>-->
<!--<li><a href="#/view2">view2</a></li>-->
<!--</ul>-->
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--cover w/ skrollr values (for example data-100 for styles at 100 pixels scroled)-->
<div data-0="opacity: 1; display: flex" data-99="opacity: 0; display: none" data-100="display: none" class="logocon">
<div class="logo">
<p style="text-align:center">
<img src="https://s3.amazonaws.com/media.jetstrap.com/YUijVX67SxKZVLpBiNN6_TRANSPARENT.png"
height="300px" width="300px">
</p>
<h3>Our mission is to enable the world's foundational institutions to focus on what really matters.</h3>
<br>
<button><a href="https://medium.com/@SGL/pareto-technologies-4666d0646d10#.hrlfc16if">Our Story</a></button>
</div>
</div>
<!--<div data-0="bottom: 10vh" data-100="bottom: -25px" class="hint">scroll down</div>-->
<div class="menu">
<span>RiteClass</span>
<ul class="tabs">
<li><a href="#/view1">How It Works</a></li>
<li><a href="#/view2">My Tree</a></li>
<li><a href="#/admin">Admin</a></li>
<!--<li><a href="#/view4">Sign In</a></li>-->
</ul>
</div>
<div ng-view></div>
<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://thecodeplayer.com/uploads/js/jquery.easing.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="/node_modules/angular/angular.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="app.js"></script>
<script src="view1/view1.js"></script>
<script src="view2/view2.js"></script>
<script src="admin/admin.js"></script>
<script src="components/version/version.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/interpolate-filter.js"></script>
<script>
// skrollr.init()
$(".logocon").click(function(){
$("html, body").animate({ scrollTop: 100 });
});
</script>
</body>
</html>