Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion ui/src/app/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,27 @@
</div>
<br>
</div>

<table width="120" align="middle" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;">
<a href="https://github.com/scorelab"target="_blank" style="color: #ffffff;">
<img src="https://img.icons8.com/ios-filled/50/000000/github.png">
</a>
</td>

<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;">
<a href="https://www.linkedin.com/company/sustainable-computing-research-group-score-/?originalSubdomain=in"target="_blank" style="color: #ffffff;">
<img src="https://img.icons8.com/ios-filled/50/000000/linkedin.png">
</a>
</td>
</tr>
</table>

<div class="alert" ng-if="incorrectCredentials">
<span class="closebtn msg" onclick="this.parentElement.style.display='none';">&times;</span> Incorrect Credentials
</div>
<div class="alert" ng-if="unApproved">
<span class="closebtn msg" onclick="this.parentElement.style.display='none';">&times;</span> Please confirm your account
</div>
</div>
</div>