Skip to content

Commit 736df33

Browse files
committed
--> new changes
1 parent b23455e commit 736df33

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

img/gif1.gif

292 KB
Loading

img/gif2.gif

1.07 MB
Loading

img/proj7.PNG

237 KB
Loading

index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1><span>Mohammad </span>Usman <span>A</span>li</h1>
4141
<div class="hero container">
4242
<div>
4343
<h1>Hello, <span></span></h1>
44-
<h1>My Name is <span></span></h1>
44+
<h1>I'am <span></span></h1>
4545
<h1>Mohammad Usman Ali <span></span></h1>
4646
<a href="#projects" type="button" class="cta">Portfolio</a>
4747
</div>
@@ -168,8 +168,23 @@ <h2>
168168
<img src="./img/proj5.PNG" alt="img">
169169
</div>
170170
</div>
171+
<div class="project-item">
172+
<div class="project-info">
173+
<h1>Relyon Housekeeping</h1>
174+
<h2>
175+
<a style="color: aliceblue;" href="https://play.google.com/store/apps/details?id=com.relyon" target="_blank">
176+
Check This Out
177+
</a>
178+
</h2>
179+
<p> U.K Based Organization to provide a Housekeeping services digitally!
180+
</p>
181+
</div>
182+
<div class="project-img">
183+
<img src="./img/proj7.PNG" alt="img">
184+
</div>
185+
</div>
186+
</div>
171187
</div>
172-
</div>
173188
</section>
174189
<!-- End Projects Section -->
175190

@@ -229,6 +244,7 @@ <h2>Karcahi, Pakistan</h2>
229244
</section>
230245
<!-- End Contact Section -->
231246

247+
232248
<!-- Footer -->
233249
<section id="footer">
234250
<div class="footer container">
@@ -237,12 +253,6 @@ <h1><span>M</span>ohammad <span>U</span>sman <span>A</span><span>li</span></h1>
237253
</div>
238254
<h2>A Complete Solution Your Bussiness</h2>
239255
<div class="social-icon">
240-
<div class="social-item">
241-
<a href="#" onclick="alert('Link Not Available')"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png" /></a>
242-
</div>
243-
<div class="social-item">
244-
<a href="#" onclick="alert('Link Not Available')"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" /></a>
245-
</div>
246256
<div class="social-item">
247257
<a target="_blank" href="https://github.com/musmanali123"><img src="https://img.icons8.com/bubbles/100/000000/github.png" /></a>
248258
</div>

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ p {
202202

203203
/* Hero Section */
204204
#hero {
205-
background-image: url('https://camo.githubusercontent.com/91c0c50639feb83c9675e648e989b35117171876f126c3af52a522f266f1aeb7/68747470733a2f2f6d69726f2e6d656469756d2e636f6d2f6d61782f313430302f312a4f785437556a4977686b6c4b453864385346796f37672e676966');
205+
background-image: url('./img/gif1.gif');
206206
background-size: cover;
207207
background-position: top center;
208208
position: relative;
@@ -407,7 +407,7 @@ p {
407407
text-align: center;
408408
max-width: 1200px;
409409
margin: 0 auto;
410-
padding: 100px 20px;
410+
padding: 50px 20px;
411411
}
412412
#about .col-left {
413413
width: 250px;

0 commit comments

Comments
 (0)