Skip to content

Commit fffae25

Browse files
fix: update images for all projects
1 parent fc28f1a commit fffae25

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed
1.28 MB
Loading

assets/images/interview-deck.png

1.36 MB
Loading

assets/images/misc.png

194 KB
Loading

assets/images/paqi.png

187 KB
Loading

assets/images/pomodoro.png

1.24 MB
Loading

assets/images/resolve-ai.png

1.68 MB
Loading

index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>Exploring the Art of Building Scalable Software</h2>
123123
<div class="ctitle">featured projects</div>
124124

125125
<div class="project">
126-
<div class="pico"><img src="assets/puppy.jpg" /></div>
126+
<div class="pico"><img src="assets/images/audio-screen-blackout.png" alt="Audio Screen Blackout" /></div>
127127
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/audio-screen-blackout">Audio Screen Blackout</a>
128128
Faced extreme displeasure in early days of job because of too much noise. To tackle that, built a simple Python
129129
app that would black out the screen of the user if their volume level was higher than normal conversation
@@ -133,7 +133,7 @@ <h2>Exploring the Art of Building Scalable Software</h2>
133133
</div>
134134

135135
<div class="project">
136-
<div class="pico"><img src="assets/charseq.jpeg" /></div>
136+
<div class="pico"><img src="assets/images/interview-deck.png" alt="Interview Deck" /></div>
137137
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/InterviewDeck">Interview Deck</a> an AI-powered
138138
flashcards app
139139
designed to enhance interview preparation. It generates customized flashcards based on selected prompts,
@@ -150,20 +150,21 @@ <h2>Exploring the Art of Building Scalable Software</h2>
150150
</div>
151151

152152
<div class="project">
153-
<div class="pico"><img src="assets/charseq.jpeg" /></div>
153+
<div class="pico"><img src="assets/images/pomodoro.png" alt="Pomodoro" /></div>
154154
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/pomodoro-chrome-extension">Pomodoro Chrome
155-
Extension</a> Built a simple
156-
Pomodoro chrome extension to help focus on tasks. It can also block websites.
155+
Extension</a> Developed a Chrome extension based on the Pomodoro technique to enhance productivity by enabling
156+
focused work sessions. The extension includes a customizable timer, session tracking, and integrated website
157+
blocking to minimize distractions during focus periods.
157158
</div>
158159
<span class="tag">JS</span>
159160
<div class="pend"></div>
160161
</div>
161162

162163
<div class="project">
163-
<div class="pico"><img src="assets/charseq.jpeg" /></div>
164-
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/ResolveAI">ResolveAI</a> This project implements a
165-
chatbot for customers using Retrieval-Augmented Generation (RAG). The chatbot allows users to ask
166-
questions general information.
164+
<div class="pico"><img src="assets/images/resolve-ai.png" alt="ResolveAI" /></div>
165+
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/ResolveAI">ResolveAI</a> is an
166+
intelligent chatbot platform built for Ooredoo customers using Retrieval-Augmented Generation (RAG). It allows
167+
users to query uploaded documents or general company information.
167168
</div>
168169
<span class="tag">FAST API</span>
169170
<span class="tag">Streamlit</span>
@@ -177,8 +178,8 @@ <h2>Exploring the Art of Building Scalable Software</h2>
177178
</div>
178179

179180
<div class="project">
180-
<div class="pico"><img src="assets/charseq.jpeg" /></div>
181-
<div class="pdesc"><a href="">PAQI Dashboard</a> Built a real-time
181+
<div class="pico"><img src="assets/images/paqi.png" alt="PAQI Dashboard" /></div>
182+
<div class="pdesc">PAQI Dashboard: Built a real-time
182183
data streaming dashboard for the Pakistan Air Quality Initiative (PAQI) to monitor air quality data from various
183184
sensors across Pakistan. The dashboard provides a visual representation of the data, allowing users to analyze
184185
trends and patterns in air quality over time. This was also my first interaction with streaming data.
@@ -195,7 +196,7 @@ <h2>Exploring the Art of Building Scalable Software</h2>
195196
</div>
196197

197198
<div class="project">
198-
<div class="pico"><img src="assets/misc_pile.jpg" /></div>
199+
<div class="pico"><img src="assets/images/misc.png" alt="Misc" /></div>
199200
<div class="pdesc">misc: I built a lot of other random stuff over time.
200201
<ul>
201202
<li>

0 commit comments

Comments
 (0)