Skip to content

Commit 3cd7eae

Browse files
committed
modify footer section
1 parent fc27478 commit 3cd7eae

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

api.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ <h4>API Privacy</h4>
226226
<div class="footer-left">
227227
AutoMod Regex Generator
228228

229-
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.</p>
230-
<p>Developers can check out the <a class="link" href="api.html">API</a>! | <a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
229+
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.<br><a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
231230
</div>
232231
<div class="footer-right">
233232
<p>Made by <a class="link" href="https://treeben77.xyz">treeben77</a></p>

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,15 @@
121121

122122
<p>You can also visit the <a class="link" href="regexes.html">Regexes page</a> to find regexes that block links, zalgo, and more.</p>
123123

124+
<p>If you're a developer, you can check out the <a class="link" href="api.html">API</a> to intergrate the generator into your own creations!</p>
125+
124126
<script src="static/index.js" type="module"></script>
125127
</div>
126128
<div class="footer">
127129
<div class="footer-left">
128130
AutoMod Regex Generator
129131

130-
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.</p>
131-
<p>Developers can check out the <a class="link" href="api.html">API</a>! | <a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
132+
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.<br><a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
132133
</div>
133134
<div class="footer-right">
134135
<p>Made by <a class="link" href="https://treeben77.xyz">treeben77</a></p>

regexes.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
<div class="footer-left">
209209
AutoMod Regex Generator
210210

211-
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.</p>
212-
<p>Developers can check out the <a class="link" href="api.html">API</a>! | <a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
211+
<p class="footer-copyright">© treeben77 2024. Not affiliated with Discord.<br><a class="link" href="https://donate.stripe.com/cN23g53tk2U273G001">Donate</a> to the primary maintainer ❤️</p>
213212
</div>
214213
<div class="footer-right">
215214
<p>Made by <a class="link" href="https://treeben77.xyz">treeben77</a></p>

static/main.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ body {
104104
display: inline-block;
105105
vertical-align: middle;
106106
white-space: normal;
107-
width: calc(100% - 110px);
107+
width: calc(100% - 114px);
108108
}
109109

110110
.step .right-element {
@@ -118,9 +118,14 @@ body {
118118
padding: 10px;
119119
border-style: none;
120120
border-radius: 10px;
121+
font-family: 'Poppins', sans-serif;
121122
height: 30px;
122123
}
123124

125+
button {
126+
font-family: 'Poppins', sans-serif;
127+
}
128+
124129
.text-input:focus {
125130
outline: 0;
126131
}
@@ -222,7 +227,7 @@ body {
222227

223228
.footer {
224229
background-color: #151515;
225-
padding: 40px;
230+
padding: 30px 40px;
226231
}
227232

228233
.footer p {
@@ -238,13 +243,13 @@ body {
238243
.footer .footer-left {
239244
display: inline-block;
240245
width: 50%;
241-
margin-top: -9px;
242246
}
243247

244248
.footer .footer-right {
245249
float: right;
246250
width: 50%;
247251
text-align: right;
252+
margin-top: 8.89px;
248253
}
249254

250255
.link {

0 commit comments

Comments
 (0)