Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment Submitted by Gauri Madale #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions SubmittedAssignments/Gauri_Madale/01_Card_TopImage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<!-- Card - Image Top -->
<div class="card" style="width: 400px;">
<!-- Image -->
<img src="https://rukminim2.flixcart.com/image/612/612/xif0q/smartwatch/b/0/1/-original-imagxp8vkpczss32.jpeg?q=70" class="card-img-top" alt="Placeholder image">

<!-- Card Header -->
<div class="card-header d-none">
Featured
</div>
<!-- Card Body -->
<div class="card-body">
<!-- Card Header -->
<h5 class="card-title ">Fire-Boltt Hurricane 1.3" Cu...</h5>
<!-- Card Body Content -->
<div class="card-text">
<p>Gray Strap,Free Size</p>
<p><b class="fs-2">₹1,299</b> <span class="text-decoration-line-through "> ₹8,999</span> <b class="text-success">85% off</b>
</p>
</div>
<!-- Card Footer -->
<p class="card-text "><small class="text-success"><b>Bank offer</b></small></p>

</div>

<ul class="list-group list-group-flush d-none">
<li class="list-group-item text-center">An item</li>
<li class="list-group-item d-none">A second item</li>
<li class="list-group-item d-none">A third item</li>
</ul>

<div class="card-body d-none">

<!-- Card Links -->
<div class="mb-3">
<a href="#" class="card-link">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="card-link">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="card-link">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>

<!-- Card Buttons -->
<div class="mb-3 d-none">
<a href="#" class="btn btn-primary">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="btn btn-primary">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="btn btn-primary">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>
</div>
<div class="card-footer text-body-secondary d-none">
2 days ago
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions SubmittedAssignments/Gauri_Madale/02_Card_BottomImage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!--
https://flatfull.com/themes/flatkit/?storefront=envato-elements
https://tendex-html.vercel.app/demo.html?storefront=envato-elements-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<!-- Card - Image bottom -->
<div class="card" style="width: 400px;">

<!-- Card Header -->
<div class="card-header d-none">
Featured
</div>
<!-- Card Body -->
<div class="card-body">
<!-- Card Header -->
<h5 class="card-title">Blog</h5>
<!-- Card Body Content -->
<div class="card-text d-none">
<p>Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<p>Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<!-- Card Footer -->
<p class="card-text d-none"><small class="text-muted ">Last updated 3 mins ago</small></p>

</div>

<ul class="list-group list-group-flush d-none">
<li class="list-group-item">An item</li>
<li class="list-group-item">A second item</li>
<li class="list-group-item">A third item</li>
</ul>

<div class="card-body">

<!-- Card Links -->
<div class="mb-3 d-none">
<a href="#" class="card-link">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="card-link">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="card-link">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>

<!-- Card Buttons -->
<div class="mb-3">
<a href="#" class="btn btn-dark">
<span>HTML</span>
<span class="bi bi-facebook d-none"></span>
</a>
<a href="#" class="btn btn-dark">
<span>React</span>
<span class="bi bi-twitter d-none"></span>
</a>
<a href="#" class="btn btn-dark">
<span>Laravel</span>
<span class="bi bi-linkedin d-none"></span>
</a>
</div>
</div>

<div class="card-footer text-body-secondary d-none">
2 days ago
</div>

<!-- Image -->
<img src="https://tendex-html.vercel.app/images/demo/blog.jpg" class="card-img-bottom" alt="Placeholder image">

</div>
74 changes: 74 additions & 0 deletions SubmittedAssignments/Gauri_Madale/03_Card_LeftImage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<!-- Card - Image Left -->
<div class="card" style="width: 600px;">
<div class="row">
<!-- Image -->
<div class="col-md-6">
<img src="https://m.media-amazon.com/images/I/61GEizrmU9L._AC_UY327_FMwebp_QL65_.jpg" class="card-img" alt="Placeholder image">
</div>

<!-- Card - Image Left -->
<div class="col-md-6">
<!-- Card Body -->
<div class="card-body">
<!-- Card Header -->
<h5 class="card-title">Dell 14 Laptop, 12th Gen Intel Core i3-1215U Processor/8GB/512GB SSD/Intel UHD Graphics/14.0"(35.56cm) FHD/Windows 11 + MSO'21/15 Month McAfee/Spill-Resistant</h5>
<!-- Card Body Content -->
<div class="card-text">
<p>500+ bought in past month.
</p>
<p>₹<span class="fs-3"><b>34,990</b></span> M.R.P: ₹57,778 (39% off)
</p>
</div>
<!-- Card Footer -->
<p class="card-text"><small class="text-muted">Flat Rs 1500 Off on ICICI Bank Credit CardFlat Rs 1500 Off on ICICI Bank Credi…</small></p>

</div>

<ul class="list-group list-group-flush">
<li class="list-group-item">FREE delivery <b>Fri, 19 Apr</b></li>
<li class="list-group-item">Or fastest delivery <b>Tomorrow,18 Apr</b></li>
<li class="list-group-item">Service: Device Setup</li>
</ul>

<div class="card-body">

<!-- Card Links -->
<div class="mb-3 d-none">
<a href="#" class="card-link">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="card-link">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="card-link">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>

<!-- Card Buttons -->
<div class="mb-3">
<a href="#" class="btn bg-warning text-dark">
<span>Add to cart</span>
<span class="bi bi-facebook d-none"></span>
</a>
<a href="#" class="btn btn-primary d-none">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="btn btn-primary d-none">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>
</div>
</div>

</div>
</div>
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.
72 changes: 72 additions & 0 deletions SubmittedAssignments/Gauri_Madale/04_Card_RightImage/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<!-- Card - Image Right -->
<div class="card" style="width: 600px;">
<div class="row">
<!-- Card - Image Right -->
<div class="col-md-6">
<!-- Card Body -->
<div class="card-body">
<!-- Card Header -->
<h5 class="card-title">Colour-rich Display</h5>
<!-- Card Body Content -->
<div class="card-text ">
<p>Experience the true essence of colours with a remarkable 12.7 million colour palette and 7 picture modes, ensuring every frame is presented with unparalleled clarity and precision.
</p>
<p class="d-none">Some quick example text to build on the card title and make up the bulk of the card's content
</p>
</div>
<!-- Card Footer -->
<p class="card-text d-none"><small class="text-muted">Last updated 3 mins ago</small></p>

</div>

<ul class="list-group list-group-flush d-none">
<li class="list-group-item">An item</li>
<li class="list-group-item">A second item</li>
<li class="list-group-item">A third item</li>
</ul>

<div class="card-body">

<!-- Card Links -->
<div class="mb-3 d-none">
<a href="#" class="card-link">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="card-link">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="card-link">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>

<!-- Card Buttons -->
<div class="mb-3 d-none">
<a href="#" class="btn btn-primary">
<span>Facebook</span>
<span class="bi bi-facebook"></span>
</a>
<a href="#" class="btn btn-primary">
<span>Twitter</span>
<span class="bi bi-twitter"></span>
</a>
<a href="#" class="btn btn-primary">
<span>LinkedIn</span>
<span class="bi bi-linkedin"></span>
</a>
</div>
</div>
</div>
<!-- Image -->
<div class="col-md-6">
<img src="https://rukminim2.flixcart.com/image/200/200/cms-rpd-img/1b213e821c044b809d485cc9479bc343_189b43f3772_32HDGTVRPDs-01.jpg.jpeg?q=90 "class="card-img" alt="Placeholder image">
</div>
</div>
</div>
44 changes: 44 additions & 0 deletions SubmittedAssignments/Gauri_Madale/05_CardsSection_Top/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
body {
background-color:black;
color:white;
}
.card{
--bs-card-border-width:none;
background-color:black;

}
.card-title {
color:accent-color;
font-size:15px;



}
p:hover{
--bs-caed-title-color:blue;
font-width:bold;
}
.pb-1 p{
color:white;
/* font-size:25px; */
/* font-style:bold; */
font-size: 24px;
line-height: 30px;
font-weight: 600;
letter-spacing: -1px;


}
img:hover {
animation:pulse 1s ease-in-out;

}
@keyframes pulse {
from {transform:scale(1);}
to {transform:scale(1.1);}

}
.mb-3{
font-size:15px;
}

Loading