diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:54:34 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:54:34 +0100 |
commit | ef429af8008503cce7ea39f855cb0d3ce5b9dc0d (patch) | |
tree | f66efe3ffe36babf29aa11d3af900c946a3f54f6 /ctrack/templates/pages/home.html | |
parent | 877f13f1206d4f8f47ea6ba9a0b34ac756e9832c (diff) |
fixed the login logo - now responsive
Diffstat (limited to 'ctrack/templates/pages/home.html')
-rw-r--r-- | ctrack/templates/pages/home.html | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index 22fdac6..98109db 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -16,9 +16,10 @@ demonstrates how collection and analysis of ongoing assessment data - using the CAF as the foundation (the framework, not the spreadsheet) - can be exponentially improved using the simplest of form-based web application.</p> + <p><a href="#">NIS Directive</a> | <a href="#">NCSC NIS Guidance</a> | <a href="#">UK Cyber Strategy</a></p> <div class="col-12 p-2"> <div class="row row-cols-2"> - <div class="col-sm-6 m-1 border rounded p-2"> + <div class="col-sm-12 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-people-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -50,7 +51,7 @@ essential services</a></li> </ul> </div> - <div class="col-sm-5 m-1 border rounded p-2"> + <div class="col-sm-12 m-1 border rounded p-2"> <h3 class="mb-3"> <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-card-checklist" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> @@ -78,6 +79,24 @@ </ul> </div> </div> + + <div class="row mt-2"> + <div class="col-sm-12 m-1 border rounded p-2"> + <h3 class="mb-3"> + <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-eyeglasses" fill="currentColor" + xmlns="http://www.w3.org/2000/svg"> + <path fill-rule="evenodd" + d="M4 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0z"/> + </svg> + Inspectors + </h3> + <ul class="list-group"> + <li class="list-group-item">Name</li> + <li class="list-group-item">Name</li> + </ul> + </div> + </div> + <div class="row mt-2"> <p><a class="btn btn-primary btn-lg" href="#" role="button">Get help using ctrack »</a></p> </div> |