Skip to content
Merged
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
21 changes: 0 additions & 21 deletions pages/jotpad.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,6 @@ <h1>JotPad</h1>
</div>
</section>

<br/>

<div class="note-meta container">
<label for="branchSelect">Branch:</label>
<select id="branchSelect">
<option value="">Select Branch</option>
</select>

<label for="semesterSelect">Semester:</label>
<select id="semesterSelect">
<option value="">Select Semester</option>
</select>

<label for="uploaderInput">Uploaded By:</label>
<input type="text" id="uploaderInput" placeholder="Enter your name" />
</div>
<br/>

<div class="editor-wrapper">
<div class="editor-container">
<div class="mode-toggle">
Expand Down Expand Up @@ -88,9 +70,6 @@ <h1>JotPad</h1>
<button class="delete-btn" id="clearDrawingBtn" style="display: none">
Clear Drawing
</button>
<button class="icon-btn" id="bookmarkToggleBtn" title="Bookmark"><i class="fa-regular fa-star"></i></button>
<button class="icon-btn" id="highlightToggleBtn" title="Highlight"><i class="fa-solid fa-highlighter"></i></button>
<div id="highlightPalette" class="circular-palette" title="Select Highlight Color">
</div>
</div>
</div>
Expand Down
Loading
Loading