You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

68 lines
2.6 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
<html>
<head>
<title>Welcome to ${productNameFull}</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" 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="container-fluid">
<div class="row">
<div class="card-login">
<div id="kc-locale">
<div id="kc-locale-wrapper" >
<div class="kc-dropdown" id="kc-locale-dropdown">
<div class="header-login-welcome">Welcome!</div>
<ul>
</ul>
</div>
</div>
</div>
<div class="header-login-title">${properties.welcomeTitle}</div>
<div class="group-form">
<div class="login-sign-button"><span class="login-sign-image apple"></span>Connect with <span class="login-sign-link"> Apple</span></div>
<div class="login-sign-button"><span class="login-sign-image google"></span>Connect with <span class="login-sign-link"> Google</span></div>
<div class="login-sign-button"><span class="login-sign-image facebook"></span>Connect with <span class="login-sign-link"> Facebook</span></div>
<div class="login-social-sign-container">
<div class="login-social-sign-button"><span class="login-sign-image twitter"></span>Twitter</div>
<div class="login-social-sign-button"><span class="login-sign-image linkedin"></span>Linkedin</div>
</div>
</div>
<div>
<div class="separate-text">Or</div>
</div>
<div class="group-form">
<a class="login-social-sign-button large-social-sign-button" href="/auth/realms/demo/account">Connect with E-mail</a>
</div>
<div class="signup-terms-container">
<div class="signup-terms">By signing up you agree to the Terms of Service and Privacy Policy</div>
</div>
</div>
</div>
</div>
<div class="juice-footer"> © 2020-2021, <span>Juice World</span> </div>
</body>
</html>