-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* made the page responsive * conflicted file resolved * fixed conflicting files * changed html file to mobile-index.html
- Loading branch information
1 parent
9b5984f
commit c14b78b
Showing
3 changed files
with
81 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!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="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="img-cont"> | ||
<img src="piggyvest-logo.0b78a8fa.svg" alt=""> | ||
</div> | ||
<div class="second-cont"> | ||
<div class="close"> | ||
<div class="burger"> | ||
<div class="line-1"></div> | ||
<div class="line-2"></div> | ||
<div class="line-3"></div> | ||
</div> | ||
</div> | ||
<div class="content"> | ||
<p>You get an interest of</p> | ||
<h3>(Calculated Interst)</h3> | ||
<p>by</p> | ||
<h4>(Selected date)</h4> | ||
</div> | ||
<div class="btn"> | ||
<a href="#" class="button" > SAFE LOCK (Amount) NOW</a> | ||
</div> | ||
|
||
</div> | ||
<div class="illustration"> | ||
<img src="SafeLockCartoon 3.png" alt="" style="width:100%"> | ||
</div> | ||
</div> | ||
|
||
|
||
</body> | ||
</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