Skip to content

Commit

Permalink
added snowman, astronaut splats. fixed message on consulting page.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleatorydialogue committed Mar 3, 2024
1 parent 1e5e45c commit cfe879f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions consulting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ <h2></h2>
<h2>Contact Us</h2>
<form id="contact-form" action="mailto:[email protected]" method="post" enctype="text/plain">
<div class="input-wrapper">
<textarea id="message" rows="4" required></textarea>
<label for="message">Your Message</label>
<span class="focus-border"></span>
</div>
<button type="submit">Send Message</button>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ async function main() {
} catch (err) {}

// List of available models
const modelNames = ["dino.splat", "canterbury.splat", "bliss.splat", "stream2.splat", "market.splat", "marsh.splat", "driftwood.splat", "posts.splat", "shed.splat", "money.splat", "lighthouse.splat", "stairs.splat", "deck.splat", "tree1.splat", "tree2.splat", "riteaid.splat", "francis.splat", "cabin.splat", "garage.splat", "reindeer.splat", "winery.splat"];
const modelNames = ["dino.splat", "canterbury.splat", "bliss.splat", "stream2.splat", "market.splat", "marsh.splat", "driftwood.splat", "posts.splat", "shed.splat", "money.splat", "lighthouse.splat", "stairs.splat", "deck.splat", "tree1.splat", "tree2.splat", "riteaid.splat", "francis.splat", "cabin.splat", "garage.splat", "reindeer.splat", "winery.splat", "astronaut.splat", "snowman.splat"];

// Randomly select a model
const randomIndex = Math.floor(Math.random() * modelNames.length);
Expand Down

0 comments on commit cfe879f

Please sign in to comment.