initial version

This commit is contained in:
2022-08-25 22:06:45 +02:00
commit 400f46997b
42 changed files with 2222 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SSO mastermindzh.tech</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="${resourcesPath}/img/favicon.ico" />
<link rel="icon"
type="image/png"
href="${resourcesPath}/img/favicon.ico">
<#if properties.stylesCommon?has_content>
<#list properties.stylesCommon?split(' ') as style>
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
</#list>
</#if>
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
<link href="${resourcesPath}/${style}" rel="stylesheet" />
</#list>
</#if>
</head>
<body>
<div class="div-center">
<div class="content">
<div>
<img src ="${resourcesPath}/logo.png" alt = "logo" class="logo"/>
</div>
<hr />
<h3><a href="${adminUrl}"><img src="welcome-content/admin-console.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
<div class="description">
</div>
<h3><a href="/realms/public-tests/account/#/"><img src="welcome-content/user.png">Public login <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
<div class="description">
Login realm used for demos and temporary access
</div>
<h3><a href="https://rickvanlieshout.com"><img src="welcome-content/mail.png">Personal website <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
<div class="description">
Rick van Lieshout's (a.k.a mastermindzh) personal website
</div>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,79 @@
body {
background: #fff url(../bg.jpg) no-repeat center bottom fixed;
background-size: cover;
}
.div-center {
width: 100%;
max-width: 500px;
height: 487px;
background-color: #fff;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
overflow: auto;
padding: 1em 2em;
display: table;
box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%),
0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.description {
margin-top: 10px;
}
.content {
padding-top: 10px;
}
img.doc-img {
width: auto;
height: 22px;
}
.link {
font-size: 16px;
vertical-align: baseline;
margin-left: 5px;
}
h3 {
font-weight: 550;
}
h3 a:link,
h3 a:visited {
color: #333;
font-weight: 550;
}
h3 a:hover,
h3 a:hover .link {
text-decoration: none;
color: #00659c;
}
h3 a img {
height: 30px;
margin-right: 10px;
width: auto;
}
h3 {
margin-bottom: 10px;
}
.logo {
max-width: 300px;
width: 100%;
}
@media (max-width: 500px) {
.div-center {
max-width: 100%;
height: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,7 @@
styles=css/welcome.css
import=common/keycloak
stylesCommon=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css
documentationUrl=https://www.keycloak.org/documentation.html
displayCommunityLinks=true