Skip to content

Commit fc28f1a

Browse files
fix: add snoonu and resume btn
1 parent 17b8fd8 commit fc28f1a

File tree

5 files changed

+50
-17
lines changed

5 files changed

+50
-17
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/images/email.png

44.1 KB
Loading

assets/images/snoonu.png

8.01 KB
Loading

index.html

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div id="dhead" class="container">
2626
<div class="row">
2727
<div id="dpic">
28-
<img src="assets/images/ppic.jpg" class="ppic" />
28+
<img src="assets/images/ppic.jpg" alt="Umar Saeed Cheema" />
2929
</div>
3030
<div id="ddesc">
3131
<h1>Umar Saeed Cheema</h1>
@@ -34,15 +34,32 @@ <h2>Exploring the Art of Building Scalable Software</h2>
3434
<a href="https://x.com/umarsaeed960"><img src="assets/images/twitter.png" class="iico" /></a>
3535
<a href="https://github.com/umarsaeedcheema"><img src="assets/images/github.png" class="iico" /></a>
3636
<a href="https://umarsaeedcheema.github.io/blog/"><img src="assets/images/rss.png" class="iico" /></a>
37+
<a href="mailto:[email protected]"><img src="assets/images/email.png" class="iico" /></a>
3738
</div>
39+
<a href="assets/Resume_umar_saeed_cheema_Qatar_.pdf" download class="resume-btn">Download Resume</a>
3840
</div>
3941
</div>
4042
</div>
41-
4243
<hr>
4344

4445
<div id="history" class="container">
4546

47+
<div class="entry row">
48+
<div class="timespan">
49+
2025 -
50+
</div>
51+
<div class="ico">
52+
<div class="entry-dot"></div>
53+
<img src="assets/images/snoonu.png" alt="Snoonu" />
54+
</div>
55+
<div class="desc">
56+
Working as a Software Engineer at Snoonu, Qatar’s leading food delivery platform. I contribute to the
57+
development of the Inventory Management System, which manages product data, pricing, and real-time stock levels
58+
across 10+ dark stores. My work involves building scalable backend services, ensuring data consistency, and
59+
integrating with internal APIs as part of Snoonu’s journey toward becoming the Middle East’s first unicorn.
60+
</div>
61+
</div>
62+
4663
<div class="entry row">
4764
<div class="timespan">
4865
2023 - 2024
@@ -108,8 +125,8 @@ <h2>Exploring the Art of Building Scalable Software</h2>
108125
<div class="project">
109126
<div class="pico"><img src="assets/puppy.jpg" /></div>
110127
<div class="pdesc"><a href="https://github.com/umarsaeedcheema/audio-screen-blackout">Audio Screen Blackout</a>
111-
Faced extreme displeasure in early days of job because of too much noise. To tackle that, a simple Python app
112-
was built that would black out the screen of the user if their volume level was higher than normal conversation
128+
Faced extreme displeasure in early days of job because of too much noise. To tackle that, built a simple Python
129+
app that would black out the screen of the user if their volume level was higher than normal conversation
113130
level.</div>
114131
<span class="tag">python</span>
115132
<div class="pend"></div>
@@ -194,21 +211,22 @@ <h2>Exploring the Art of Building Scalable Software</h2>
194211
</div>
195212
</div>
196213

197-
<div class="container">
198-
<div class="ctitle">misc unsorted</div>
199-
<ul style="padding-left: 10px;">
200-
<li>Collection of my book reading. I keep my reading list updated on GoodReads</a></li>
201-
<li>I love long walks and running/jogging. Using Strava to track my runs</a></li>
202-
<li>Although beginner but I still enjoy doing calligraphy</li>
203-
<li>0 frameworks were used to make this simple responsive website. This one is pure HTML and CSS in two static
204-
files and that's it. </li>
205-
</ul>
214+
<div style="background-color: #eee; padding-top: 1px; margin-top: 50px; padding-bottom: 30px;">
215+
<div class="container">
216+
<div class="ctitle">misc unsorted</div>
217+
<ul style="padding-left: 10px;">
218+
<li>Collection of my book reading. I keep my reading list updated on GoodReads</a></li>
219+
<li>I love long walks and running/jogging. Using Strava to track my runs</a></li>
220+
<li>Although beginner but I still enjoy doing calligraphy</li>
221+
<li>0 frameworks were used to make this simple responsive website. This one is pure HTML and CSS in two static
222+
files and that's it. </li>
223+
</ul>
224+
</div>
206225
</div>
207226

208227
<div>
209228
<ul>
210-
211-
<p>Last Updated: 21 Dec, 2024</p>
229+
<p>Last Updated: 10 May, 2025</p>
212230
</ul>
213231

214232
</div>

main.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ h2 {
6969
}
7070
}
7171
#dpic img {
72-
width: 240px;
72+
width: 190px;
7373
height: 240px;
74-
border-radius: 120px;
74+
border-radius: 40px;
7575
}
7676
.iico {
7777
width: 40px;
@@ -275,3 +275,18 @@ hr {
275275
margin: 1em 0 0 0;
276276
padding: 0;
277277
}
278+
279+
.resume-btn {
280+
display: inline-block;
281+
margin-top: 10px;
282+
padding: 8px 16px;
283+
background-color: #007bff;
284+
color: white;
285+
text-decoration: none;
286+
border-radius: 5px;
287+
font-weight: bold;
288+
}
289+
290+
.resume-btn:hover {
291+
background-color: #0056b3;
292+
}

0 commit comments

Comments
 (0)