Skip to content

Commit

Permalink
FD-72 Welcome text
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsherry committed Sep 11, 2024
1 parent c1812df commit 10410f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
14 changes: 13 additions & 1 deletion assets/scss/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,21 @@
}
}
#welcome {
padding-top: 30rem;
color: #fff;
text-align: center;
.container {
padding-bottom: 0;
}
h2 {
color: #E0B729;
margin-top: 20rem;
line-height: 60px;
}
p {
max-width: 630px;
margin-left: auto;
margin-right: auto;
}
}
.bottom-frame {
background-image: url(../img/home/bulwarks.png);
Expand Down
6 changes: 5 additions & 1 deletion redesign.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@
</div>
</section>
<section id="welcome">
<h2>Welcome To Field Day</h2>
<div class="container">
<h2>We are Field Day</h2>
<p>We are a team of artists, engineers, designers, researchers, teachers, subject experts, writers, parents, kids, and game lovers.</p>
<p>Welcome to our lab. Here's how we steer the ship.</p>
</div>
<div class="ship">
<img src="assets/img/home/site-boat.png">
</div>
Expand Down

0 comments on commit 10410f9

Please sign in to comment.