Skip to content

Commit 0451007

Browse files
Update index.html
1 parent b78a694 commit 0451007

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,19 @@ <h3>Modmail Bot</h3>
9696
<div class="project_info">
9797
<h3>Notepad</h3>
9898
<p>A simple Notepad program built with Python and Tkinter. Part of my "100 Days, 100 Programs"
99-
challenge. 😅</p>
99+
challenge.</p>
100100
<button class="btn_one"><a href="https://github.com/TheKaushikGoswami/Notepad"
101101
style="color: inherit; text-decoration: none"> View Project </a></button>
102102
</div>
103103
</div>
104+
<div class="project_card">
105+
<div class="project_info">
106+
<h3>GUI Stopwatch</h3>
107+
<p>A simple GUI stopwatch program written in Python using Tkinter library. Part of my "100 Days, 100 Programs" challenge.</p>
108+
<button class="btn_one"><a href="https://github.com/TheKaushikGoswami/GUI-Notepad"
109+
style="color: inherit; text-decoration: none"> View Project </a></button>
110+
</div>
111+
</div>
104112
</ul>
105113
</section>
106114
</div>

0 commit comments

Comments
 (0)