Skip to content

Commit

Permalink
chore: add thank you text in credits directory.
Browse files Browse the repository at this point in the history
Add thank you text to thank all the contributors of this project.
  • Loading branch information
KendallDoesCoding committed Apr 6, 2022
1 parent 3bc66e1 commit 2e779e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions credits/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h3> Sung in Baby It's Cold Outside </h3>
<div>
<div class="contributors">
<h2>Project Contributors (People that helped make this website a success :)</h2>
<p class="thank-you"> Thanks to all our project contributors, your work and help is really appreciated. </h3>
<p class="be-a-contributor"> Want to be a contributor and be on this list too? Check out the <a href="https://github.com/KendallDoesCoding/mogul-christmas/issues">Issues section of this project repo</a> on GitHub and see if you can help out with anything.</p>
<center>
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down
7 changes: 7 additions & 0 deletions credits/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;1,100;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ZCOOL+QingKe+HuangYou&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap");

html,
body {
Expand Down Expand Up @@ -63,3 +64,9 @@ h2 {
.commits a {
color: red;
}

.thank-you {
color: purple;
font-family: "Beau Rivage", cursive;
font-size: 9mm;
}

0 comments on commit 2e779e6

Please sign in to comment.