Skip to content

Commit

Permalink
updated index html, css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajput-xv committed Oct 3, 2023
1 parent d198a0a commit 0e7ed75
Show file tree
Hide file tree
Showing 25 changed files with 154 additions and 222 deletions.
Binary file added Laptops/1/Dell-1.jpeg
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 Laptops/1/Dell-2.jpeg
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 Laptops/1/Dell.jpeg
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 Laptops/2/Apple-1.jpeg
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 Laptops/2/Apple-2.jpeg
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 Laptops/2/Apple.jpeg
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 Laptops/3/Asus-1.jpeg
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 Laptops/3/Asus-2.jpeg
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 Laptops/3/Asus.jpeg
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.
Binary file added Smartphones/2/Tecno-Pop-7-Pro-1.jpeg
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 Smartphones/2/Tecno-Pop-7-Pro-2.jpeg
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 Smartphones/2/Tecno-Pop-7-Pro.jpeg
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 Smartphones/3/Samsung-S23Ultra-1.jpeg
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 Smartphones/3/Samsung-S23Ultra-2.jpeg
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 Smartphones/3/Samsung-S23Ultraa.jpeg
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 bg-testimonial.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 76 additions & 13 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,58 @@
#product-sub{
box-shadow: 10px 10px 15px rgba(0,0,0,0.06) !important ;
} */



.product-image{
position: relative;
left: 20%;
}




#nav {
position: sticky;
top: 0;
left: 0;
z-index: 999;
}

.carousel-inner .carousel-item{
padding-top: 0 ;
}

#product-sub .pack-card .col{
box-shadow: 10px 10px 15px 10px rgba(0,0,0,0.06) !important ;
}



.hero{
background: rgb(160, 54, 54);
/* background: rgb(160, 54, 54); */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
height: 60vh;
width: 100%;
position: relative;
background: url(./bg-testimonial.jpg) no-repeat ;
background-size: cover;
background-position: center;

}

.hero h2{
position: absolute;
text-align: center;
padding-top: 40px;
left: 31% ;
padding-top: 20px;
padding-bottom: 20px ;
font-size: 42px;
background: transparent;
width: 40% ;
border:2px solid rgba(255, 255, 255, .2);
backdrop-filter: blur(20px);
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.slide-row{
Expand All @@ -74,31 +111,52 @@
}

.text {
background: #ebb291;
width: 520px;
background: transparent;
border:2px solid rgba(255, 255, 255, .2);
backdrop-filter: blur(30px);
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
color: #280808 ;
/* background: #ebb291; */
width: 500px;
height: 270px;
position: absolute;
position: absolute !important;
left: 0;
top: 8rem;
transform: translateY(-50%);
border-radius: 10px;
color: #000000;
padding: 20px;
box-sizing: border-box;
}

@media (max-width: 768px) {
.text {
width: 400px;
height: auto;
top: 9rem;
left: 5%;
}

.text h4 {
margin: 0 !important;
padding: 0 !important;
}
.indicator{
top: 80%;
}
}

.text p{
font-size: 20px;
line-height: 25px;
}

.text h4{
margin: 35px 0 5px;
color: rgb(198, 6, 121);
color: rgb(255, 255, 255);
}

.hero .container{
width: 800px;
width: 700px;
height: 400px;
position: absolute;
top: 65%;
Expand Down Expand Up @@ -128,9 +186,14 @@
}

.testimonial{
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
overflow: hidden;
position: absolute;

/* min-width: 50%; */


}


Expand Down Expand Up @@ -178,9 +241,9 @@
background-color: azure;
}

.album.card-container{
/* background-color: antiquewhite; */
}
/* .album.card-container{
background-color: antiquewhite;
} */

.col>.shadow-sm{
background-color: white;
Expand Down
285 changes: 77 additions & 208 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Login </title>
<link rel="stylesheet" href="./login.css">
</head>

<body>
<div class="wrapper">
<div class="login-box">
Expand Down Expand Up @@ -44,7 +45,6 @@ <h1>Registration </h1>
<label>
<input type="checkbox">I agree to terms & condition
</label>
<!-- <a href="#">Forgot password ?</a> -->
</div>
<button type="submit" class="btn">Register</button>

Expand Down
Binary file added offer-1.jpg
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 offer-2.jpg
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 offer-3 .jpg
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 0e7ed75

Please sign in to comment.