ng-implementation/sae-csc/src/app/pages/login/login.html

58 lines
1.7 KiB
HTML
Raw Normal View History

2025-08-22 11:57:56 +02:00
<div id="cscLogin">
2025-08-22 12:27:34 +02:00
2025-08-22 11:57:56 +02:00
<!-- login page CSC-->
<div class="Aligner">
2025-08-22 12:27:34 +02:00
<!-- <div class="Aligner-item Aligner-item&#45;&#45;top">…</div>-->
<div class="Aligner-item login-left">
<div class="left">
2025-08-22 11:57:56 +02:00
2025-08-22 12:27:34 +02:00
<h1 class="title">
Welcome to <br>
CSC Solution Matcher
</h1>
<div class="sub-title">
Your <span class="magic-text">
AI assistant
<i class="ri-sparkling-fill"></i>
</span> for the best solution
</div>
<p>
First time to use CSC Solution Matcher ?
<a class="external-link" href="https://example.com/ask-access">
<span class="label">
Ask an access for login
</span>
<!-- <i class="ri-open-arm-line"></i>-->
</a>
</p>
<p>
2025-08-22 12:52:30 +02:00
<a class="button has-gradient" routerLink="/home">
2025-08-22 12:27:34 +02:00
<span class="label">
2025-08-22 12:52:30 +02:00
Login to start
2025-08-22 12:27:34 +02:00
</span>
2025-08-22 12:52:30 +02:00
<span class="pipe">
|
</span>
2025-08-22 12:27:34 +02:00
<i class="ri-arrow-right-line"></i>
2025-08-22 12:52:30 +02:00
</a>
2025-08-22 12:27:34 +02:00
</p>
2025-08-22 11:57:56 +02:00
2025-08-22 12:27:34 +02:00
</div>
<div class="Aligner-item Aligner-item--bottom">
2025-09-08 10:53:06 +02:00
<a class="external-link"
href="mailto:amal.ouiyzme@safrangroup.com?subject=Issue with the Solution Matcher Application&Hello, i enncountered an issue while using the application. \n Description, steps to reproduce, expected behavior, actual behavior: \n\nPlease help me. Best regards.">
2025-08-22 12:27:34 +02:00
<span class="label">
Contact for a technical issue
</span>
<i class="ri-open-arm-line"></i>
</a>
</div>
2025-08-22 11:57:56 +02:00
</div>
2025-08-22 12:27:34 +02:00
<div class="bg-login">
<!-- right-->
2025-08-22 11:57:56 +02:00
</div>
</div>
2025-08-22 12:52:30 +02:00
2025-08-22 11:57:56 +02:00
</div>