-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
147 lines (137 loc) · 7.15 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
<!DOCTYPE html>
<html lang="en" ng-app="prisms">
<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="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>PRISMS Home</title>
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/styles.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top nav_wrap" role="navigation" ng-controller="NavController">
<div class="container">
<div class="navbar-header ">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" ui-sref="home">
<img ng-src="assets/img/prisms-logo.png">
</a>
</div>
<div class="collapse navbar-collapse pull-right">
<ul id="prisms-tabs" class="nav navbar-nav">
<li ui-sref-active="active">
<a ui-sref="home" ui-sref-opts="{reload: true}">HOME</a>
</li>
<li ng-class="{active: isActive('science')}">
<a ui-sref="science.overview">SCIENCE</a>
</li>
<li ng-class="{active: isActive('ctools')}">
<a ui-sref="ctools.overview">TOOLS</a>
</li>
<li ng-class="{active: isActive('mcommons')}">
<a ui-sref="mcommons.overview">REPOSITORY</a>
</li>
<li ng-class="{active: isActive('people')}">
<a ui-sref="people.faculty({who:''})">PEOPLE</a>
</li>
<li ng-class="{active: isActive('publications')}">
<a ui-sref="publications.papers">PUBLICATIONS</a>
</li>
<li ng-if="true" ui-sref-active="active">
<a ui-sref="community">COMMUNITY</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div> <!--End of navbar -->
<!-- Begin Content -->
<div ui-view></div>
<!--End of Content -->
<!--Button Trigger Email-->
<div ng-if="false" class="footerButtonWrap">
<div class="findOutMoreButton">
<button type="button" class="btn btn-default btn-lg" data-toggle="popover" title="Find out More" data-placement="left">
<span class="glyphicon glyphicon-envelope"></span>
</button>
<div id="popoverContent" style="display: none">
<div style="border-bottom:1px solid #ccc;"><a href="mailto:[email protected]?subject=Find out more about PRISMS"><button class="btn btn-default" style="border:none; width:100%; color:#777; height: 40px; text-align: left; padding-left: 18px;"><span class="glyphicon glyphicon-pencil"></span> About PRISMS</button></a></div>
<div><a href="mailto:[email protected]?subject=Find out more about Materials Commons"><button class="btn btn-default" style="border:none; width:100%; color:#777; height: 40px; text-align: left; padding-left: 18px;"><span class="glyphicon glyphicon-pencil"></span> About Materials Commons</button></a></div>
</div>
</div>
</div>
<!-- Begin footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="footer_left col-xs-4">
<div class='table-cell'>
<div class="footer_img">
<img src="assets/img/energy_crest_footer.png"/>
</div>
<div class="footer_img">
<img src="assets/img/2color-transparentbg.png"/>
</div>
</div>
</div>
<div class="footer_mid col-xs-8">
<div class="text-center" style="color: white">
<a class="navbar-brand" href="#">
<img ng-src="assets/img/prisms-logo.png">
</a>
<div class="row" style="padding-top: 20px; margin-right: 80px">
Center for PRedictive Integrated Structural Materials Science (PRISMS)
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/angular.min.js"></script>
<script src="assets/js/angular-ui-router.min.0.2.11.js"></script>
<script>
document.write('<script src="assets/js/prisms/prisms-app.js?_=' + new Date().getTime() + '"><\/script>');
</script>
<script type="text/JavaScript">
$(document).ready(function(){
$('[data-toggle="popover"]').popover({
container: 'body',
html:true,
content: function() {
return $('#popoverContent').html();
}
});
$('body').on('click', function (e) {
$('[data-toggle="popover"]').each(function () {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target).length === 0) {
$(this).popover('hide');
}
});
});
});
</script>
</body>
</html>