Skip to content

Commit

Permalink
Merge pull request #40 from Sleepy-Dog-Studios/fixed-thing-i-forgot-a…
Browse files Browse the repository at this point in the history
…bout

[fix] Made two improvements I forgot about in the last PR
  • Loading branch information
DylanDevelops authored Oct 10, 2023
2 parents 61938bb + 4f7695a commit c718f9d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="./#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="./#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="./#game" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#games" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
<a href="https://news.sleepydogstudios.net" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">NEWS</a>
<a href="./report" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">REPORT A BUG</a>
Expand Down
2 changes: 1 addition & 1 deletion cookies.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="./#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="./#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="./#game" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#games" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
<a href="https://news.sleepydogstudios.net" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">NEWS</a>
<a href="./report" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">REPORT A BUG</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h3>Lane</h3>
<div class="w3-container">
<h3>Dylan</h3>
<p class="w3-opacity">Lead Programmer and Developer</p>
<p>Dylan is a programmer and developer working for Sleepy Dog Studios. He has made many games including <a href="https://dylandevs.itch.io/untitled-mini-game" class="profile-links" target="_blank">Untitled Mini Game</a>!</p>
<p>Dylan is a programmer and developer working for Sleepy Dog Studios based in Orange, California. He has made many games and also works on software, web, and app development. Go to <a href="https://www.dylanravel.com/projects" class="profile-links" target="_blank">dylanravel.com/projects</a> to see more.</p>
<div class="w3-text-grey w3-large" style="display:block; padding-right: 10px;">
<a href="https://www.dylanravel.com/" target="_blank" style="text-decoration: none;">
<i class="fa-solid fa-solid fa-globe w3-hover-opacity"></i>
Expand Down
2 changes: 1 addition & 1 deletion privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="./#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="./#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
<a href="./#game" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#games" onclick="w3_close()" class="w3-bar-item w3-button">GAMES</a>
<a href="./#contact" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
<a href="https://news.sleepydogstudios.net" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">NEWS</a>
<a href="./report" target="_blank" onclick="w3_close()" class="w3-bar-item w3-button">REPORT A BUG</a>
Expand Down
6 changes: 6 additions & 0 deletions report.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
height: 1px;
}

.g-recaptcha {
display: flex;
justify-content: center;
margin-bottom: 10px;
}

</style>
</head>
<body>
Expand Down

0 comments on commit c718f9d

Please sign in to comment.