Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Feb 18, 2024
1 parent 3222b3e commit 0080639
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
8 changes: 4 additions & 4 deletions src/components/Top.svelte
Expand Up @@ -32,11 +32,11 @@
line-height: 1.1;
}
.hide {
display: none !important;
}
display: none !important;
}
.separator {
display: none;
}
display: none;
}
.top {
display: flex;
align-items: baseline;
Expand Down
36 changes: 17 additions & 19 deletions src/routes/about/+page.svelte
Expand Up @@ -6,36 +6,34 @@
<Top showHome={true} />
<div class="bio">
<div>
<img class="hero-img" src="images/About-Me.jpg" alt="airport" >
<img class="hero-img" src="images/About-Me.jpg" alt="airport" />
</div>
<div style="margin-left: 50px;">
<p>Anthony (he/him) is a brooklyn based actor, writer and musician.</p>
<p>
Anthony (he/him) is a brooklyn based actor, writer and musician.
</p>
<p>
He has conservatory training from
<a href="https://www.thestudionewyork.com/" target="_blank">
The Studio/NY
</a>
He has conservatory training from
<a href="https://www.thestudionewyork.com/" target="_blank"> The Studio/NY </a>
under Jayd McCarty.
</p>
<p>
In 2021 performed and co-wrote a solo show about a nurse he met in the hospital (video available upon request)
In 2021 performed and co-wrote a solo show about a nurse he met in the hospital (video
available upon request)
</p>
<p>
He grew up in western New York. His favorite apple is
<a href="https://www.applesfromny.com/varieties/empire/" target="_blank">
Empire
</a>
He grew up in western New York. His favorite apple is
<a href="https://www.applesfromny.com/varieties/empire/" target="_blank"> Empire </a>
.
</p>
<p>
He is an advocate for public schools and educational equity.
He is an advocate for public schools and educational equity.
<a href="https://steinhardt.nyu.edu/metrocenter/perspectives" target="_blank">
Resources
</a>
,
<a href="https://www.goodreads.com/list/show/155801.Nice_White_Parents_A_Reading_List" target="_blank">
,
<a
href="https://www.goodreads.com/list/show/155801.Nice_White_Parents_A_Reading_List"
target="_blank"
>
Reading list
</a>
</p>
Expand Down Expand Up @@ -65,9 +63,9 @@
}
.bio {
display: flex;
flex-direction: column;
justify-content: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: 40px;
margin-right: 40px;
Expand Down

0 comments on commit 0080639

Please sign in to comment.