Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshvardhan-Patidar authored Jun 18, 2024
2 parents 65d8ea2 + a5549b5 commit f163e25
Show file tree
Hide file tree
Showing 77 changed files with 41,014 additions and 20,154 deletions.
7 changes: 5 additions & 2 deletions Fashion-/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@


<div class="containter-fluid bg-white">
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;">
<h4>Fashion</h4>
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb; background: #196dd0;">
<h1 class="text-white">Fashion</h1>
</div>
<div class="container-fluid">
<img src="../img/fashion-.webp" alt="fashion" class="img-fluid" width="100%">
</div>
<div id="fashions-product" class="row m-1"></div>
</div>
Expand Down
32 changes: 27 additions & 5 deletions Grocery-/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,43 @@


<div class="containter-fluid bg-white">
<div class="containter-fluid p-3 mt-1" style="border-bottom: 1px solid #e4e7eb;">
<div class="containter-fluid p-3 mt-1 bg-success text-white" style="border-bottom: 1px solid #e4e7eb;">
<h4>Grocery</h4>
</div>
<div id="grocery-product" class="row m-1"></div>
</div>

<div class="container-fluid">
<div class="row">
<div class="col-12"><img src="https://rukminim2.flixcart.com/flap/1000/1000/image/37ba2d80e7566df1.jpg?q=50" alt="" width="100%"></div>
<div class="col-md-6"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/15cbd99e6fcb6fc1.jpg?q=50" alt="" class="img-fluid"></div>
<div class="col-md-6"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/ed04b09381eec3f9.jpg?q=50" alt="" class="img-fluid"></div>

<div class="col-12"><img src="https://rukminim2.flixcart.com/flap/1000/1000/image/7f003daeaf4ae8dc.jpg?q=50" alt="" width="100%"></div>
<div class="col-md-3"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/7245c5bc2a7c3dcb.jpg?q=50" alt="" class="img-fluid"></div>
<div class="col-md-3"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/538bbfa1ed73f14a.jpg?q=50" alt="" class="img-fluid"></div>
<div class="col-md-3"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/14017df9b6f0c7c5.png?q=50" alt="" class="img-fluid"></div>
<div class="col-md-3"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/f2f929242d71a365.jpg?q=50" alt="" class="img-fluid"></div>


<div class="col-12"><img src="https://rukminim2.flixcart.com/flap/1000/1000/image/f6ce91ec12acfe5a.jpg?q=50" alt="" width="100%"></div>
<div class="col-md-4"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/8c79136d5eeaae1f.jpg?q=50" alt="" class="img-fluid"></div>
<div class="col-md-4"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/b3e4fd5dce73256b.png?q=50" alt="" class="img-fluid"></div>
<div class="col-md-4"><img src="https://rukminim2.flixcart.com/flap/1050/1050/image/a3df8d2af525ec55.jpg?q=50" alt="" class="img-fluid"></div>

<div class="col-12"><img src="https://rukminim2.flixcart.com/flap/1000/1000/image/862eb4eabe3f7ba4.jpg?q=50" alt="" width="100%"></div>

</div>
</div>
<!-- fetch item -->
<div id="grocery-product" class="row m-1"></div>
</div>




<footer id="footer-grocery" style="background-color: #292d33;"> </footer>
<footer id="footer-grocery" style="background-color: #172337;"> </footer>
<!-- javaScript -->
<script src="../js/bootstrap.bundle.min.js"></script>
<script src="../js/grocery-store-script.js"></script>
</body>

</html>
</html>
3 changes: 3 additions & 0 deletions Mobiles-/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
</div>
</div>
</div>
<div class="container-fluid">
<img src="../img/smartPhone.webp" alt="smartPhone" class="img-fluid">
</div>
</section>

<!-- mobile store -->
Expand Down
72 changes: 72 additions & 0 deletions account/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us - Your Website</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/contact.css">

</head>
<body>

<!-- Header -->
<div class="contact-header text-center">
<a href="../">Home</a>
<a href="../helpcentre/index.html">Help Centre</a>
<a href="../sell-online/index.html">Become a Seller</a>
<a href="../account/orders.html">Orders</a>
</div>

<!-- Main Content -->
<div class="container contact-section">
<h1 class="text-center mb-5">Contact Us</h1>

<div class="row mb-5">
<div class="col-md-6 contact-info">
<h2><img src="https://img.icons8.com/ios-filled/50/000000/map-marker.png" alt="Address Icon"> Mail Us:</h2>
<address>
Company Private Limited,<br>
1234 Street,<br>
City, 56789,<br>
State, Country
</address>
<h2><img src="https://img.icons8.com/ios-filled/50/000000/phone.png" alt="Phone Icon"> Registered Office Address:</h2>
<address>
Company Private Limited,<br>
1234 Your Street,<br>
City, 56789,<br>
State, Country<br>
CIN: U12345ABC12345<br>
Telephone: 123-456-7890
</address>
</div>
<div class="col-md-6 contact-form">
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name">
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="Your Email">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="5" placeholder="Your Message"></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block">Submit</button>
</form>
</div>
</div>
</div>

<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>
27 changes: 12 additions & 15 deletions account/home_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
<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" />

<style>
</head>

<header id="header-account" class="text-center text-secondary fs-4">
This is Header
</header>

<section>
<style>
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Silkscreen&display=swap");

body {
Expand Down Expand Up @@ -105,21 +111,12 @@
padding:0 5px;
}
</style>
</head>

<body>

<header id="header-account" class="text-center text-secondary fs-4">
This is Header
</header>

<section>
<div class="container mt-5">
<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;">lipkart Profile</h1>
style="width: 100%; max-width: 180px;">Flipkart Profile</h1>
<div class="inner">
<form class="profile">
<form action="#">
Expand All @@ -129,7 +126,7 @@ <h1 class="text-center mb-4" style="display: inline-block;"><img src="../img/fli
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" class="form-control" id="email" placeholder="eg.*******@gmail.com" required />
<input type="email" class="form-control" id="email" placeholder="eg.***@gmail.com" required />
</div>
<div class="form-group">
<label for="address">Address</label>
Expand Down Expand Up @@ -174,6 +171,6 @@ <h1 class="text-center mb-4" style="display: inline-block;"><img src="../img/fli
<script src="../js/bootstrap.bundle.min.js"></script>
<script src="../js/account.js"></script>

</body>
<body></body>

</html>
</html>
Binary file added bank-banner/sbi.webp
Binary file not shown.
157 changes: 90 additions & 67 deletions css/account.css
Original file line number Diff line number Diff line change
@@ -1,77 +1,100 @@
section .container {
background-color: #ffffff25;
border: 1px solid #ddd;
border-radius: 8px;
padding: 30px;
box-shadow: 0 4px 8px rgba(91, 77, 77, 0.1);
max-width: 100%;
transition: box-shadow 0.3s ease;
}


section .container:hover {
box-shadow: 0 8px 16px rgba(91, 77, 77, 0.2);
}

section h1 {
color: #1149ff;
.container {
max-width: 960px;
margin: 0 auto;
padding: 20px;
}

.flipkardLoader {
width: 100%;
max-width: 180px;
margin: 0 auto;
}

h1 {
font-size: 30px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}

section .form-group label {
color: #343a40;
font-weight: 600;
margin-bottom: 5px;
margin-top: 5px ;
}

section .form-group label:hover {
color: #007bff;
}
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

form {
width: 100%;
max-width: 600px;
margin: 0 auto;
}

.form-group {
margin-bottom: 15px;
}

label {
font-weight: bold;
}

section .form-control {
border: 1px solid #ced4da;
border-radius: 4px;
padding: 10px;
transition: border-color 0.3s ease;
p {
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5em
}

input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 5px;
border: 1px solid #ccc;
border-radius: 3px;
}

textarea {
height: 100px;
}

/* Radio buttons */
.form-check {
display: inline-block;
margin-right: 10px;
}

section .form-control:focus {
border-color: #0755ff;
box-shadow: 0 0 0 0.2rem rgba(12, 82, 163, 0.25);
outline: none;
}
#para1{

font-size: 14px;

section .btn-primary {
background-color: #007bff;
border-color: #007bff;
border-radius: 4px;
padding: 10px 20px;
}
#heading{

font-size: 20px;
font-weight: bold;
transition: background-color 0.3s ease;
}

section .btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}

section .btn-primary:focus {
background-color: #0056b3;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* Submit button */
.btn-primary {
background-color: #2874f0;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 3px;
cursor: pointer;
}
.btn-primary2 {
display: flex;
justify-content:center;
align-items: center;
background-color: #2874f0;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 15px;
cursor: pointer;
}

section .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

section .form-check-input {
margin-right: 5px;
}

section #orderHistory {
resize: vertical;
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
h1 {
font-size: 1.8rem;
}

form {
max-width: 100%;
}
}
Loading

0 comments on commit f163e25

Please sign in to comment.