Skip to content

Commit

Permalink
Swapping out svgs, removing extra text
Browse files Browse the repository at this point in the history
  • Loading branch information
moekify committed Jun 14, 2020
1 parent 3432421 commit ec2fea3
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 394 deletions.
14 changes: 1 addition & 13 deletions src/routes/join.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,12 @@
border-radius: 50%;
border: 10px solid $black;
margin: 5%;
position: relative;
.image {
object {
width: 100%;
padding: 20%;
padding: 10%;
}
}
h2 {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 10%;
}
}
</style>

Expand All @@ -37,7 +28,6 @@
<figure class="image">
<object data="join_family.svg" type="image/svg+xml" title="Map" />
</figure>
<h2>Join a hub</h2>
</div>
<Button newTab={true} link={'mailto:hello@love-foundation.org'}>
Join our hubs
Expand All @@ -48,7 +38,6 @@
<figure class="image">
<object data="join_events.svg" type="image/svg+xml" title="Map" />
</figure>
<h2>Join an event</h2>
</div>
<Button newTab={true} link={'events'}>Join our events</Button>
</div>
Expand All @@ -57,7 +46,6 @@
<figure class="image">
<object data="join_financial.svg" type="image/svg+xml" title="Map" />
</figure>
<h2>Financial Hug</h2>
</div>
<Button newTab={true} link={'mailto:hello@love-foundation.org'}>
Support us financially
Expand Down
28 changes: 14 additions & 14 deletions static/join_events.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 27 additions & 22 deletions static/join_family.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions static/join_financial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ec2fea3

Please # to comment.