-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathally.html
100 lines (81 loc) · 3.64 KB
/
ally.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
<!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="author" content="">
<title>OSF Style & UI Guidelines</title>
<!-- Bootstrap core CSS -->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700' rel='stylesheet' type='text/css'>
<link href="vendor/prism/prism.css" rel="stylesheet" />
<!-- OSF style -->
<link href="css/base.min.css" rel="stylesheet">
<!-- Guidelines style -->
<link href="page.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for 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 role="document">
<nav class="navbar navbar-inverse osf-navbar navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars fa-lg fa-inverse"></span>
</button>
<a class="navbar-brand" href="index.html">OSF Style Guide </span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home<span class="sr-only">(current)</span></a></li>
<li><a href="style.html">Style Guide</a></li>
<li><a href="ui.html">UI Guide </a></li>
<li class="active"><a href="ally.html">Accesibility </a></li>
<li><a href="js.html">Javascript</a></li>
</ul>
<div class="navbar-form navbar-right">
<button id="openGithub" role="button" class="btn btn-info"><i class="fa fa-github"></i> Open in Github</button>
</div>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-full style-header">
<div id="top" class="container theme-showcase" >
<div class="jumbotron">
<h1>Accesibility</h1>
</div>
</div>
</div>
<div class="nav-rows container m-t-xl">
<div class="row">
<div class="col-xs-12 col-sm-9">
<!--COMPONENTS PAGE-->
<div id="components" class=" theme-showcase" >
<div class="m-t-md m-b-md p-md osf-box box-lt">
<h4> coming soon.... </h4>
</div>
</div>
</div>
<div id="side-menu" class="col-sm-3 hidden-xs">
...
</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="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="vendor/prism/prism.js"></script>
<script src="script.js"></script>
</body>
</html>