initial version
49
themes/mastermindzh.tech/welcome/index.ftl
Normal 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>
|
BIN
themes/mastermindzh.tech/welcome/resources/admin-console.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
themes/mastermindzh.tech/welcome/resources/alert.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/bg.jpg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
themes/mastermindzh.tech/welcome/resources/bug.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
79
themes/mastermindzh.tech/welcome/resources/css/welcome.css
Normal 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%;
|
||||
}
|
||||
}
|
BIN
themes/mastermindzh.tech/welcome/resources/img/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/logo.png
Normal file
After Width: | Height: | Size: 174 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/mail.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
themes/mastermindzh.tech/welcome/resources/user.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
7
themes/mastermindzh.tech/welcome/theme.properties
Normal 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
|