Skip to content

Commit caa0f60

Browse files
committed
Add placeholder value to projects.html and remove redundant space
1 parent 1c9facd commit caa0f60

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<header class="title">
1414
<h1>404</h1>
1515
</header>
16-
1716
<div class="links-back-to-homepage">
1817
<a href="index.html">back to homepage</a>
1918
</div>

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<h1>zain ahmed</h1>
1515
</header>
1616
<div class="icons">
17-
<a href="https://github.com/zain-ahmed0"
17+
<a href="https://github.com/zain-ahmed0"
1818
target="_blank"
19-
rel="noopener noreferrer"
19+
rel="noopener noreferrer"
2020
aria-label="GitHub">
2121
<img src="assets/images/github.svg"
22-
alt="GitHub"
23-
height="32"
22+
alt="GitHub"
23+
height="32"
2424
width="32"></a>
2525

26-
<a href="https://www.linkedin.com/in/zain-ahmed0/"
27-
target="_blank"
28-
rel="noopener noreferrer"
26+
<a href="https://www.linkedin.com/in/zain-ahmed0/"
27+
target="_blank"
28+
rel="noopener noreferrer"
2929
aria-label="LinkedIn">
30-
<img src="assets/images/linkedin.svg"
30+
<img src="assets/images/linkedin.svg"
3131
alt="LinkedIn"
3232
height="32"
3333
width="32"></a>

pages/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>projects</h1>
1616

1717
<div>
1818
<p>
19-
i'll add some content soon
19+
i will add some content to this page soon
2020
</p>
2121
</div>
2222

0 commit comments

Comments
 (0)