-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #422 from sunbird-cb/logout
Logout page changes
- Loading branch information
Showing
5 changed files
with
129 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 36 additions & 10 deletions
46
src/app/routes/public/public-logout/public-logout.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,51 @@ | ||
<div class="main_container flex flex-row"> | ||
<div class="main_container flex flex-row" style=" background: url(assets/instances/eagle/banners/home/9/Login_background.png) no-repeat center center fixed;"> | ||
<div class="left_container flex flex-col items-center justify-center"> | ||
<div class="logo_box flex items-center"> | ||
<img src="/assets/instances/eagle/app_logos/KarmayogiBharat_Logo_Horizontal.svg" alt="logo"> | ||
</div> | ||
<div class="slider_box items-center flex"> | ||
<img class="width-1-1" src="/assets/instances/eagle/banners/home/1/s.jpg" alt="slider1"> | ||
<img src="/assets/instances/eagle/app_logos/dopt_logo.png" alt="logo" class="logo_img"> | ||
</div> | ||
|
||
<div class="slideshow-container"> | ||
|
||
<div class="mySlides"> | ||
<img src="/assets/instances/eagle/app_logos/Hexagon.png" alt="karmayogi"> | ||
<!-- <img src="/assets/instances/eagle/app_logos/card3.png" alt="slide 1"> --> | ||
|
||
</div> | ||
|
||
<!-- <div class="mySlides"> | ||
<img src="/assets/instances/eagle/app_logos/Hexagon.png" alt="slide 2"> | ||
</div> --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<br> | ||
|
||
<!-- <div style="text-align:center"> | ||
<span class="dot"></span> | ||
<span class="dot"></span> | ||
</div> --> | ||
</div> | ||
<div class=" right_container flex flex-col items-center justify-center"> | ||
<div class="right_inner_container"> | ||
<div class="right_logo_box"> | ||
<img src="/assets/instances/eagle/app_logos/KarmayogiBharat_Logo_Horizontal.svg" alt="logo"> | ||
<div class="right_logo_box right_logo_box flex items-center justify-center"> | ||
<img src="/assets/instances/eagle/app_logos/iGOT_Karmayogi_logo_with_karmayogi_bharat.png" alt="logo"> | ||
</div> | ||
<div class="text_box flex items-center justify-center"> | ||
<h1 class="text-3xl"> You are logged out!</h1> | ||
<h2 class="mat-h2"> Welcome to iGOT Karmayogi!</h2> | ||
</div> | ||
<div class="button_box flex flex-col items-center justify-center"> | ||
<button class="button m_b_2" (click)="login()">Login to portal</button> | ||
<button class="button m_b_2" (click)="login()">Click here to login </button> | ||
<!-- <button class="button m_b_2">Login to MDO portal</button> --> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters