Skip to content

Commit

Permalink
side character
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti-jha6 committed Jan 26, 2024
1 parent 0c71347 commit 1c91167
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
Binary file added boy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 26 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,22 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.center-image {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.image-container {
width: 500px;
height: 400px;
margin: 0;
}
body{background: var(--color-secondary)}

.toast{
color: white;
color: rgb(243, 66, 12);
background: var(--color-secondary);
}
.fade {
Expand All @@ -26,7 +38,7 @@
</style>
</head>

<body>
<body >

<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down Expand Up @@ -68,10 +80,16 @@

</nav>
<!-- navbar -->

<div class="container my-3">
<div class="center-image">
<div class="image-container">
<img src="boy.jpg" style="width: 100%; height: 100%;" alt="Boy Image">
</div>
<div class="container my-3" style="margin-top: 0px;">

<h1 style="color: rgb(134, 153, 237);">Welcome To Notes</h1>

<div class="card">
<!-- <img src="boy.jpg" style="width: 300px; height: 200px; border: 2px solid #333;"/> -->
<div class="card-body" style="background: var(--color-secondary);">
<h5 class="card-title" style="color: rgb(134, 153, 237);">Add a note
<audio src="sounds/mixkit-tile-game-reveal-960.wav" class="sound"></audio>
Expand All @@ -88,12 +106,13 @@ <h3 style="color: rgb(134, 153, 237); margin-top: 8px;">Your Notes</h3>
<div id="notes" class="row container-fluid"> </div>
</div>
</div>
</div>


<!-- *** Toast Message *** -->
<div id="" role="alert" aria-live="assertive" aria-atomic="true" class="toast" data-animation="true" data-autohide="true" data-delay="1000" style="position: absolute; top:90vh; right:18px ">
<div class="toast-body">
<img src="images/check-mark.png" class="rounded mr-2" width="23px">
<div id="" role="alert" aria-live="assertive" aria-atomic="true" class="toast" data-animation="true" data-autohide="true" data-delay="1000" style="position: absolute; top:90vh; right:18px; background-color: rgb(201, 235, 11); ">
<div class="toast-body" style="background-color: rgb(201, 235, 11);">
<img src="images/check-mark.png" class="rounded mr-2" width="23px" style="background-color: rgb(201, 235, 11);">
Note Created Successfully!
</div>
</div>
Expand Down

0 comments on commit 1c91167

Please sign in to comment.