-
Notifications
You must be signed in to change notification settings - Fork 150
/
index.html
87 lines (79 loc) · 3.56 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>STEMM Role Models</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/stemm.ico" />
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="stylesheets/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="stylesheets/main.css">
<!-- endbuild -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body ng-app="stemmroleModelsApp">
<!--[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]-->
<!-- Add your site or application content here -->
<div class="page-wrapper">
<div class="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#js-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" href="/index.html"><img src="images/logo_banner_noGradient.png"></a>
</div>
<div class="collapse navbar-collapse" id="js-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="site/search_database.html">Search</a></li>
<li><a href="site/add.html">Add</a></li>
<li><a href="site/write.html">Write</a></li>
<li><a href="site/about.html">About</a></li>
<li><a href="site/faq.html">FAQ</a></li>
<li><a href="site/contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="jumbotron text-center center-block">
<img src="documentation/SchematicDesign/logo_full_160911.png" alt="STEMM Role Models">
<p><strong>Inspire future generations by providing the most<br>exciting and diverse speakers for your conference.</strong></p>
</div>
<div class="buttons">
<div class="row">
<div class="col-md-12 text-center">
<a href="/site/search_database.html"><button type="button" aria-labelledby="find a researcher">Search the database</button></a>
</div>
<div class="col-md-12 text-center">
<a href="/site/add.html"><button type="button" aria-labelledby="add a researcher">Add a role model</button></a>
</div>
<div class="col-md-12 text-center">
<a href="/site/write.html"><button type="button" aria-labelledby="write a testimonial">Write a testimonial</button></a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<h2>Would you like to help us develop the STEMM Role Models site?</h2>
<p>Help with layout, content (text, images) and spelling mistakes all welcome! We'd love to hear your feedback.</p>
<p>Please <a href="/site/contact.html">contact us</a> for more information on how to get involved.</p>
</div>
</div>
</div> <!-- page-wrapper -->
</body>
</html>