forked from CloudNativeJS/cloudnativejs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
accessibility.html
36 lines (31 loc) · 1.76 KB
/
accessibility.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122616711-2"></script>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script w3-include-html="partials/google-analytics.html"></script>
<script type="application/ld+json" w3-include-html="partials/structured-data.html"></script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Accessibility</title>
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="./css/main.css">
</head>
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar" w3-include-html="partials/header.html"></nav>
<body>
<div class="container">
<h1>Accessibility</h1>
<p>
If you have a problem with the accessibility of CloudNativeJS please send us feedback <a href="mailto:[email protected]?Subject=accessibility">[email protected]</a>. For more general information please read the <a href="http://www.ibm.com/accessibility/us/en/?lnk=flg-acce-usen">IBM Accessibility</a> page.
</p>
</div>
</body>
<script>
w3.includeHTML();
</script>
</html>