Skip to content

Commit

Permalink
format contact details
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonRP committed Oct 14, 2024
1 parent efc5242 commit b752e80
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/components/resume/ContactDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
>
<p>{phone}</p>
</td>
<td style="width: 15px" class="contact-details__icon phone"
></td>
<td style="width: 15px" class="contact-details__icon phone"></td>
</tr>
{/if}
{#if email}
Expand All @@ -66,11 +65,10 @@
<a
href="mailto:{email}"
rel="external nofollow noopener noreferrer"
target="blank">{email}</a
>
target="blank"
>{email}</a>
</td>
<td style="width: 15px" class="contact-details__icon email"
></td>
<td style="width: 15px" class="contact-details__icon email"></td>
</tr>
{/if}

Expand All @@ -85,8 +83,8 @@
<a
href={profile.url}
rel="external nofollow noopener noreferrer"
target="blank">{profile.username}</a
>
target="blank"
>{profile.username}</a>
</td>
<td
style="width: 15px"
Expand All @@ -101,7 +99,7 @@
</section>

<style lang="scss">
@use "@/styles/abstracts/mixins" as *;
@use '@/styles/abstracts/mixins' as *;
:global(section#resume.resume) {
a {
Expand Down

0 comments on commit b752e80

Please sign in to comment.