Skip to content

Commit

Permalink
Update HarshPatel.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcreator authored Jun 16, 2024
1 parent 5018e03 commit 59d6621
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HarshPatel.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harsh Patel</title>
<title>Marriage Biodata</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Mono:wght@700&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
Expand All @@ -18,15 +18,15 @@
<div class="card" id="flipCard">
<div class="card-front">
<h5 class="font-weight-bold">Biodata</h5>
<img class="pop-img" src="./assets/1.jpg" alt="Profile Picture">
<img class="pop-img" src="./assets/harsh1.jpg" alt="Profile Picture">
<div class="details">
<h4 class="font-weight-bold">Harsh Patel</h4>
<h5>Software Engineer</h5>
</div>
</div>
<div class="card-back">
<h5 class="text-center font-weight-bold w-100 mb-3">My Details</h5>
<div class=" overflow-auto d-none" id="back-card">
<div class=" overflow-auto">
<dl class="detail-list" id="detail-list"></dl>
<hr class="mt-5">
<h5 class="m-0 font-weight-bold w-100 text-center">Images</h5>
Expand All @@ -48,8 +48,8 @@ <h5 class="m-0 pb-3 font-weight-bold buttonFlipCard">Click to flip</h5>
<!-- Creates the bootstrap modal where the image will appear -->
<div class="modal fade" id="imagemodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog h-100 d-flex justify-conent-center align-items-center">
<div class="modal-content">
<div class="modal-body pt-0 pb-4 px-3">
<div class="modal-content">
<div class="modal-body px-3 pb-4 pt-0">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<img src="" class="imagepreview" style="width: 100%;" >
</div>
Expand Down

0 comments on commit 59d6621

Please sign in to comment.