Skip to content

Commit

Permalink
Add icons to login and signup pages (Anjaliavv51#518)
Browse files Browse the repository at this point in the history
<!-- ISSUE & PR TITLE SHOULD BE SAME-->
## Description
Added images and icons to the signup and login cards

## Related Issues

<!--Cite any related issue(s) this pull request addresses. If none,
simply state “None”-->
- Closes  Anjaliavv51#420

## Type of PR
<!-- Mention PR Type according to the issue in brackets below and check
the below box -->
- [X] (Feature)

## Screenshots / videos (if applicable)
<!--Attach any relevant screenshots or videos demonstrating the
changes-->


https://github.com/user-attachments/assets/0e9bc11f-fd83-4e32-bf4a-6c7bc53dba08


![Screenshot
(1116)](https://github.com/user-attachments/assets/a6570583-1777-420a-ad06-6ef0830875cf)



## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [X] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [X] I have updated my branch and synced it with project `main` branch
before making this PR
- [X] I have performed a self-review of my code
- [X] I have tested the changes thoroughly before submitting this pull
request.
- [X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [X] I have commented my code, particularly in hard-to-understand
areas.
  • Loading branch information
Anjaliavv51 authored Oct 15, 2024
2 parents 594b819 + 4791147 commit ecbfa8f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Html-files/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,14 @@
<div class="container">
<div class="card">
<div class="front" style="align-content: center;font-family: var(--ff-philosopher);">
<img src="../Images/Loginsave.png" alt="Icon" style="width: 150px; height: auto; margin: 20px auto 20px; display: block;">
<b style="transform: rotate(360deg);font-size: 30px;color: hsl(203, 30%,26%);"> Login to Save your Data!</b>
</div>
<div class="back" style="align-content: center;font-family: var(--ff-philosopher);background-color: transparent;color: hsl(203, 30%,26%);">
<b style="font-size: 40px;">Login Here</b> <br> Vinatge Collection is<br> waiting for You
<img src="../Images/Login.png" alt="Icon" style="width: 100px; height: auto; display: block;">
<b style="font-size: 50px; margin-top: -50px;">Login Here
</b>
<b style="font-size: 20px; display: block; margin-top: -70px;">Vintage Collection is waiting for You</b>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions Html-files/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<div class="left-login">
<div class="area">
<div class="way"></div>
<img src="../Images/signup.png" alt="Icon" style="width: 100px; height: auto; margin: 20px auto 20px; display: block;">
<div class="way"></div>
<div class="way"></div>
<div class="way"></div>
Expand Down
Binary file added Images/Login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Loginsave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/signup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecbfa8f

Please sign in to comment.