-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finishing touches on programs & contact
- Loading branch information
Showing
4 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,11 @@ | |
<body> | ||
<div data-href="../global/tiles/navigation.html"></div> | ||
<div id="content"> | ||
|
||
<p id="email">Have any questions? Feel free to <a target="_blank" href="mailto:[email protected]?subject=Question about Renegade Girls">email us!</a></p> | ||
<h2 id="employment">Employment</h2> | ||
<p id="about"> | ||
The Renegade Girls Tinkering Club offers fun and community for children to explore the world of tinkering and making. Children get hands-on with their peers to see how things work. Tinkering, a process involving hands-on discovery, and trial and error toward a goal, helps girls develop grit and gives a solid foundation for STEM skills. Founded by mothers in STEM careers working to change the vast gender imbalance in their fields, the Renegade Girls Tinkering Club inspires girls to keep their love of scientific exploration. | ||
</p> | ||
</div> | ||
<div data-href="../global/tiles/footer.html"></div> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#content { | ||
margin: 4rem 5rem 4rem 5rem; | ||
} | ||
|
||
#email { | ||
font-family: "Comme"; | ||
font-size: 1.2em; | ||
} | ||
|
||
#employment { | ||
font-family: "Poppins"; | ||
font-size: 2em; | ||
font-weight: 500; | ||
margin-top: 5rem; | ||
} | ||
|
||
#about { | ||
font-family: "Nunito"; | ||
font-size: 1.2em; | ||
max-width: 900px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters