Skip to content

Commit

Permalink
add family tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed May 28, 2024
1 parent f8760ae commit 698d82a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Binary file added images/FamilyTree.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions story.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@
grid-column: span 2;
grid-row: span 2;
}

/* CSS for adjusting the size of the family tree image */
.family-tree {
width: 768px;
}
/* CSS for smaller screens */
@media (max-width: 1000px) {
.family-tree {
width: 100%;
}
}
</style>
</head>

Expand Down Expand Up @@ -251,6 +262,11 @@ <h2>Together</h2>
overlay.style.display = 'none';
}
</script>

<div class="text-center" style="padding: 2rem">
<img src="images/FamilyTree.drawio.png" class="mx-auto d-block family-tree" alt="Family Tree">
</div>

</main>

<footer class="py-3 my-4 border-top bg-light">
Expand Down
4 changes: 2 additions & 2 deletions thank-you.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ <h1 class="mt-3" style="padding-bottom: 1rem">Gratitude</h1>
</p>
</div>

<div class="text-center">
<img src="images/Birds.png" width="50%" class="mx-auto d-block" alt="Bird Stamp">
<div class="text-center" style="padding:1rem">
<img src="images/Birds.png" width="40%" class="mx-auto d-block" alt="Birds">
</div>

</main>
Expand Down

0 comments on commit 698d82a

Please sign in to comment.