Skip to content

Commit d3f6ee6

Browse files
committed
feat: form
1 parent d65cbb9 commit d3f6ee6

1 file changed

Lines changed: 25 additions & 19 deletions

File tree

voxy/shaders.html

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,29 +1336,35 @@ <h3>Author: geforcelegend</h3>
13361336

13371337
</div> <!-- sundial-->
13381338
</div>
1339+
<p> Have a shader not on the list? Fill out the Form! (Don't Spam please)</p>
1340+
<div class="card" style="flex-direction: column; align-items: center">
1341+
1342+
<div class="card-all-text">
1343+
<div class="card-text" >
1344+
<form
1345+
action="https://formspree.io/f/xbdpzlqa"
1346+
method="POST">
1347+
<label>
1348+
Your Username:
1349+
<br>
1350+
<input type="text" name="username" required="required">
1351+
</label>
1352+
<br>
1353+
<br>
1354+
<label>
1355+
Shader Name, Include any important links:
1356+
<br>
1357+
<textarea name="message" required="required" style="width: 400px; height: 150px;"></textarea>
1358+
</label>
1359+
<button type="submit">Send</button>
1360+
</form>
1361+
</div>
1362+
</div>
1363+
</div>
13391364
<h3 id="last-updated">h</h3>
13401365
</div>
13411366
<footer>
13421367
<p> Samalando 2026, All Rights Reserved. <br> license of shaders is dependent on the pack and may not be ARR </p>
1343-
<button id="toggleAds" onclick="toggleAds()"
1344-
style=" background: none; color:cadetblue; border: black; border-radius: 4px; cursor: pointer; width: 10%">
1345-
Toggle Ads
1346-
</button>
1347-
1348-
<script>
1349-
function toggleAds() {
1350-
const currentState = localStorage.getItem('showAds');
1351-
1352-
if (currentState === 'false') {
1353-
localStorage.setItem('showAds', 'true');
1354-
} else {
1355-
localStorage.setItem('showAds', 'false');
1356-
}
1357-
location.reload();
1358-
}
1359-
1360-
1361-
</script>
13621368
<div class="footer-contact">
13631369
<a href="/contacts.html"> Contact me</a>
13641370
</div>

0 commit comments

Comments
 (0)