Skip to content

Commit 4f27003

Browse files
authored
Refactor address section into article format
1 parent 093fb45 commit 4f27003

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
<header>
2020
<h1>Your Name</h1>
2121
<h2 style="color:#2ecc71;">Junior Frontend Developer</h2>
22-
<address>
23-
<p>123 Your Street Your Street ST 12345</p>
22+
<article>
23+
<p>123 Your Street</p>
24+
<p>Your Street ST 12345</p>
2425
<p>(123) 456-7890</p>
2526
<p>no_reply@example.com</p>
26-
</address>
27+
</article>
2728
</header>
2829
<main>
2930
<section id="skills">

0 commit comments

Comments
 (0)