summaryrefslogtreecommitdiff
path: root/HEADER.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2016-04-13 11:02:26 +0200
committerLeif Johansson <leifj@sunet.se>2016-04-13 11:02:26 +0200
commit01e1987f6a58b2a53eca633eb7a357358258a72a (patch)
treef4e16536264e1b4f00bf03db70ceababf3238e68 /HEADER.html
parent52c2e3290d385c31b0e5055db63915c36f8c23b7 (diff)
parent074d805f823eb30e87343af7c7c3ede4061b9e8f (diff)
new logo
Diffstat (limited to 'HEADER.html')
-rw-r--r--HEADER.html36
1 files changed, 27 insertions, 9 deletions
diff --git a/HEADER.html b/HEADER.html
index e8649661..082d6123 100644
--- a/HEADER.html
+++ b/HEADER.html
@@ -1,20 +1,38 @@
-<style>
- #container { width: 800; }
-</style>
-<div id="container">
-<img src="sunet-swamid.png">
-<h1>NOTE WELL</h1>
-<p>The contents of this directory is explained in detail at <a href="http://www.swamid.se">www.swamid.se</a>. In order to use any of these files you must either be a member of SWAMID or accept the <a href="swamid-tou-sv.txt">SWAMID Metadata Terms of Use</a>(<a href="swamid-tou-en.txt">en</a>).</p>
+<!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">
+ <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+ <title>Bootstrap 101 Template</title>
+
+ <!-- Bootstrap -->
+ <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
+ <style>
+ .logo {
+ width: 25%;
+ }
+ </style>
+ </head>
+ <body>
+ <div class="container">
+ <div class="page-header">
+ <img class="logo" src="swamid-logo-3.png">
+ </div>
+ <div class="alert alert-info">
+ <p><i class="glyphicon glyphicon-exclamation-sign"></i>&nbsp;<strong>Note Well</strong>&nbsp;The contents of this directory is explained in detail at <a class="alert-link" href="http://www.swamid.se">www.swamid.se</a>. In order to use any of these files you must either be a member of SWAMID or accept the <a class="alert-link" href="swamid-tou-sv.txt">SWAMID Metadata Terms of Use</a>(<a class="alert-link" href="swamid-tou-en.txt">en</a>).</p>
+ </div>
<h2>Signing Key</h2>
-<p>SWAMID metadata is signed with the key found in <a href="md-signer.crt">md-signer.crt</a> which has SHA1 fingerprint 12:60:D7:09:6A:D9:C1:43:AD:31:88:14:3C:A8:C4:B7:33:8A:4F:CB</p>
+<p>SWAMID metadata is signed with the key found in <a href="md-signer.crt">md-signer.crt</a> which has SHA1 fingerprint <pre>12:60:D7:09:6A:D9:C1:43:AD:31:88:14:3C:A8:C4:B7:33:8A:4F:CB</pre></p>
<h2>Production Metadata</h2>
<p>
These are metadata feeds to be consumed by SWAMID members and relying parties:
</p>
-<dl>
+<dl class="dl-horizontal">
<dt><b>swamid-2.0</b></dt><dd>SWAMID version 2.0 main metadata feed.</dd>
<dt><b>swamid-idp</b></dt><dd>Aggregate of all SWAMID 2.0 registered identity providers. This is intended to be used by relying parties (SPs) who want to be able to communicate with identity providers in the <b>local</b> SWAMID ring of trust.</dd>
<dt><b>swamid-idp-transitive</b></dt><dd>Aggregate of all SWAMID 2.0 and SWAMID interfederation identity providers. This is intended to be used by relying parties (SPs) who want to be able to communicate with the full set of identity providers in the <b>full transitive</b> SWAMID ring of trust.</dd>