Add accessibility items
This commit is contained in:
parent
0c06ef17c7
commit
59c9ec9774
@ -9,7 +9,7 @@
|
|||||||
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
{{ $active := where $incidents "Params.resolved" "!=" true }}
|
||||||
{{ $major := where $active "Params.severity" "major-outage" }}
|
{{ $major := where $active "Params.severity" "major-outage" }}
|
||||||
|
|
||||||
<html>
|
<html lang="{{.Site.LanguageCode}}">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
<link rel="stylesheet" href="/css/main.css"/>
|
<link rel="stylesheet" href="/css/main.css"/>
|
||||||
@ -24,8 +24,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="gangsta-wrap">
|
<div class="gangsta-wrap">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img src="{{ $logo }}" class="logo"/>
|
|
||||||
<span class="title"><a href="/">{{ $title }}</a></span>
|
<span class="title"><a href="/">{{ $title }}</a></span>
|
||||||
|
<img src="{{ $logo }}" alt="logo" class="logo"/>
|
||||||
<div class="right-links">
|
<div class="right-links">
|
||||||
{{ with $resources }}
|
{{ with $resources }}
|
||||||
<a href="{{ . }}" class="button resources-link">Resources</a>
|
<a href="{{ . }}" class="button resources-link">Resources</a>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="system-status-badge color-{{ .alert }}">
|
<div class="system-status-badge color-{{ .alert }}">
|
||||||
<!-- Depends on status -->
|
<!-- Depends on status -->
|
||||||
<img src="/images/icon-{{ .alert }}.svg" />
|
<img src="/images/icon-{{ .alert }}.svg" alt="{{ .alert }}"/>
|
||||||
{{ .description }}
|
{{ .description }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
{{ $name := . }}
|
{{ $name := . }}
|
||||||
<div class="system-operational">
|
<div class="system-operational">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
{{ $name }}
|
{{- $name -}}
|
||||||
|
|
||||||
{{ if $.incidents }}
|
{{ if $.incidents }}
|
||||||
{{ range $.incidents }}
|
{{ range $.incidents }}
|
||||||
{{ if in .Params.affectedsystems $name }}
|
{{ if in .Params.affectedsystems $name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user