openstack-manuals/www/templates/css.tmpl
Adam Spiers 4fd19332f0 Add link to self-healing SIG documentation
The self-healing SIG documentation is in its early stages, but already
includes some practical information which certain operators may find
useful.

Linking from the index also helps promote the visibility of the SIG,
which could help encourage more involvement from operators, which
would in turn help drive development, reducing the inertia of the
current chicken-and-egg bootstrapping challenge we face.

Change-Id: I9821c1a228a35a729ea4f101b29f2dcf8cbbf152
Story: 2001628
Task: 24545
2019-01-10 16:54:28 +00:00

23 lines
1.0 KiB
Cheetah

<!-- Bootstrap Core CSS -->
<link href="{{ CSSDIR }}bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="{{ CSSDIR }}combined.css" rel="stylesheet">
<!-- Search CSS -->
<link href="{{ CSSDIR }}search.css" rel="stylesheet">
<!-- Fonts -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/v4-shims.css">
<link href="{{ CSSDIR }}font-awesome-additions.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Page-specific CSS -->