Skip to content

Commit

Permalink
Update info.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnurchityala authored Oct 5, 2024
1 parent 48958d9 commit 1450971
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pages/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,27 @@ <h5 class="fw-bold mt-2">BU Notes</h5>
</a>
<span class="ms-3 fw-bold">BU Notes</span>
</div>
<!-- Add the search bar and app buttons here -->
<div class="sea">
<div class="search-container">
<div class="search-box">
<button><i class="fa-solid fa-magnifying-glass"></i></button>
<input type="text" placeholder="Search in Drive" />
<button><i class="fas fa-sliders-h"></i></button>
</div>
</div>
<div class="appButtonsContainer">
<div class="app-buttons">
<i class="fas fa-question-circle"></i>
<i class="fas fa-cog"></i>
<i class="fas fa-th"></i>
<img src="../img/profile.png" alt="Profile Picture" />
</div>
</div>
</div>

<!-- Page Content Area -->
<div class="flex-fill ms-md-2 me-md-3 mt-md-4 mb-md-4 content-area py-4 px-1">
<div class="flex-fill ms-md-2 me-md-3 mt-md-3 mb-md-4 content-area py-4 px-1">
<!-- Page Title indicating the section (Info page) -->
<p class="page-title rounded-pill ms-2">Info</p>

Expand Down

0 comments on commit 1450971

Please sign in to comment.