Skip to content

Commit

Permalink
add commercial agency
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjoeseph committed Oct 11, 2024
1 parent 8d0e701 commit da5c01a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/components/Top.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

<div class="top">
<div class="name">
<h1 style="float:left;">Anthony Gabriele</h1>
<h1 class="name-text">Anthony Gabriele</h1>
<div class="sub-name">
<h3 style="margin-right: 20px">AEA</h3>
<img alt="CESD talent agency" src="/images/cesd_logo.png" height="50rem" />
</div>
</div>
<span id="links">
<a class:hide={!showHome} href={links.home} class="link">home</a>
Expand All @@ -30,8 +34,8 @@

<style>
h1 {
font-size: 3.2em;
line-height: 1.1;
margin-bottom: 0px !important;
}
.hide {
display: none !important;
Expand Down Expand Up @@ -69,7 +73,14 @@
.name {
display: flex;
align-items: baseline;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sub-name {
display: flex;
align-items: center;
flex-direction: row;
}
Expand Down
Binary file modified static/files/resume.pdf
Binary file not shown.
Binary file added static/images/cesd_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da5c01a

Please sign in to comment.