-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'arghadipmanna101:main' into main
- Loading branch information
Showing
35 changed files
with
2,850 additions
and
733 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,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#2874F0" id="themeColor" /> | ||
<title> My Feedback</title> | ||
<link rel="icon" type="image/x-icon" href="../img/flipkart_lite.png" /> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css" /> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="../css/account.css" /> | ||
</head> | ||
|
||
<body> | ||
|
||
<header id="header-account" class="text-center text-secondary fs-4"> | ||
This is Header | ||
</header> | ||
|
||
<section> | ||
<div class="container mt-5" style="background-color: rgb(225, 239, 239); border-radius: 20px;"> | ||
<div class="row justify-content-center"> | ||
<div class="col-12 col-md-8"> | ||
<h1 class="text-center mb-4" style="display: inline-block;"> | ||
<img src="/img/flipkardLoader.png" alt="Flipkart Logo" class="img-fluid mb-4 mx-auto" style="width: 100%; max-width: 180px;">Share Your Feedback! | ||
</h1> | ||
<form> | ||
<div class="form-group"> | ||
<label for="name">Full Name</label> | ||
<input type="text" class="form-control" id="name" placeholder="Enter your full name" required> | ||
</div> | ||
<div class="form-group"> | ||
<label for="email">Email Address</label> | ||
<input type="email" class="form-control" id="email" placeholder="Enter your email address" required> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label>Rate Us!</label> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="radio" name="gender" id="male" value="male"> | ||
<label class="form-check-label" for="male"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-emoji-smile" viewBox="0 0 16 16"> | ||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> | ||
<path d="M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5"/> | ||
</svg></label> | ||
</div> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="radio" name="gender" id="female" value="female"> | ||
<label class="form-check-label" for="female"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-emoji-neutral" viewBox="0 0 16 16"> | ||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> | ||
<path d="M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5m3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5m4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5"/> | ||
</svg></label> | ||
</div> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="radio" name="gender" id="other" value="other"> | ||
<label class="form-check-label" for="other"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-emoji-frown" viewBox="0 0 16 16"> | ||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> | ||
<path d="M4.285 12.433a.5.5 0 0 0 .683-.183A3.5 3.5 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.5 4.5 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5"/> | ||
</svg></label> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="orderHistory">Your Feedback</label> | ||
<textarea class="form-control" id="orderHistory" rows="3" placeholder="feedback" required></textarea> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Save</button> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<br> | ||
</section> | ||
|
||
<footer id="footer-account" style="background-color: #293649 !important"></footer> | ||
<script src="../js/bootstrap.bundle.min.js"></script> | ||
<script src="../js/account.js"></script> | ||
|
||
</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
Oops, something went wrong.