-
-
Notifications
You must be signed in to change notification settings - Fork 68
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 #253 from siddhant2002/main
Design 04_2024
- Loading branch information
Showing
11 changed files
with
467 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="box"> | ||
<div class="box1"> | ||
<div class="sub-box1"></div> | ||
<div class="sub-box2"> | ||
<h2>PLUSPAY</h2> | ||
</div> | ||
</div> | ||
<div class="box2"> | ||
<div class="main"> | ||
<div class="sub-box3"> | ||
<div class="content"> | ||
<div class="heading"> | ||
<p><b>PLUSPAY</b></p> | ||
<img src="Images/img3.jpeg"> | ||
</div> | ||
<h2>Diversify & <br> earn loyalty payouts</h2> | ||
<div class="break"><hr></div> | ||
<p>Receive royalties</p> | ||
<p class="sub-sec">Identify favorable market opportunities and engage in direct buying or selling transactions with fellow investors.</p> | ||
<div class="sub"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sub-box4"> | ||
<div class="content"> | ||
<div class="heading1"> | ||
<p>Share it with friends</p> | ||
<div class="right1"> | ||
<img src="Images/img7.jpeg"> | ||
<p>⭐⭐⭐⭐⭐</p> | ||
</div> | ||
</div> | ||
<div class="content1"> | ||
<img src="Images/img8.jpeg"> | ||
<div class="vertical-line"></div> | ||
<p>Redeem towards a Carnival cruise<br> booking or towards a variety of shipboard <br>purchases.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="box3"> | ||
<div class="sub-box5"> | ||
<div class="content"> | ||
<div class="lines"> | ||
<span class="line"></span> | ||
<span class="linea"></span> | ||
<span class="linea"></span> | ||
</div> | ||
<div class="sub-heading"> | ||
<div class="left"> | ||
<img src="Images/img3.jpeg"> | ||
<p>PlusPay</p> | ||
</div> | ||
<div class="right"> | ||
<p>2h</p> | ||
</div> | ||
</div> | ||
<div class="center-image"></div> | ||
<div class="text"> | ||
<p>+₹100k <br> Royalties paid <br> out already</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="sub-box6"> | ||
<img src="Images/img5.jpeg" class="top-img"> | ||
<div class="amount">6M</div> | ||
<p class="currency">₹</p> | ||
<img src="Images/img9.jpeg" class="spiral"> | ||
<div class="wave-line"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.