Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 75 additions & 107 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,124 +9,92 @@
<script type="module" src="src/main.js"></script>
<link rel="icon" type="png" href="icon.png">


<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">

</head>

<canvas id="stars"></canvas>


<body style="background-color: #000000;">


<div>
<ul style="list-style: none; display: flex; margin-left: -15px">
<li><a href="https://discord.gg/5esxxWxd7Z" target="_blank">Discord</a></li>
<li>Support</li>
<li style="font-size: 25px;">Candlestick!</li>
<li>Learn</li>
<li>About</li>
</ul>
</div>


<div id="banner">
<img src="cs_banner.png" width="900px" style="margin: auto; display: flex; margin-top: -50px;">
</div>

<h1 class="typewriter">
<i class="typewriter">Presents to you...</i>
</h1>





<!-- DEMO TILES -->


<!-- iframe displays video at first, later transforms into any opened game tile thing -->
<div id="iframe-container">
<iframe frameborder="0" src="display.mp4" width="720" height="395"></iframe>
</div>

<!--


<p>Check out games created with Candlestick!</p>

<div class="square-grid">
<div class="square" onclick="showIframe(`https://itch.io/embed-upload/10607562?color=000000`)">
<img src="showcase/flagRaise.png" alt="Click to play Flag Raise">
</div>

<div class="square" onclick="showIframe(`https://itch.io/embed-upload/10859424?color=000000`)">
<img src="showcase/newtonsApple.png" alt="Click to play Newton's Apple">
</div>

<body>
<canvas id="stars"></canvas>

<header>
<nav>
<ul>
<li>Community</li>
<li>Support</li>
<li id="home-button">Candlestickers</li>
<li>GitHub</li>
<li>About</li>
</ul>
</nav>

<img src="cs_banner.png" id="banner">



<div class="square" onclick="showIframe(`https://itch.io/embed-upload/13816007?color=000000`)">
<img src="vite.svg" alt="Game 3">
<h1>Candlestickers</h1>
<h2>Bright ideas in a flash.</h2>
<!-- <h2 class="typewriter">
<i class="typewriter">Bright ideas in a flash.</i>
</h2> -->
</header>

<main>
<!-- DEMO TILES -->
<!-- iframe displays video at first, later transforms into any opened game tile thing -->
<div id="iframe-container">
<iframe frameborder="0" src="display.mp4" width="720" height="395"></iframe>
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
<!--
<p>Check out games created with Candlestick!</p>

<div class="square-grid">
<div class="square" onclick="showIframe(`https://itch.io/embed-upload/10607562?color=000000`)">
<img src="showcase/flagRaise.png" alt="Click to play Flag Raise">
</div>

<div class="square" onclick="showIframe(`https://itch.io/embed-upload/10859424?color=000000`)">
<img src="showcase/newtonsApple.png" alt="Click to play Newton's Apple">
</div>

<div class="square" onclick="showIframe(`https://itch.io/embed-upload/13816007?color=000000`)">
<img src="vite.svg" alt="Game 3">
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
</div>
-->
<button id="launch-button" onclick="window.open('https:\/\/candlestickers.app', '_blank')">
Launch Web Editor!
</button>
<div id="downloads">
<img src="public/logo-apple.png" class="download-button" width="25px">
<img src="public/logo-windows.png" class="download-button" width="35px">
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
</div>

<div class="square">
<img src="vite.svg" alt="Game 3">
</div> -->




<div style="margin: auto; display: flex; gap: 20px; width: 75%; margin-top: 20px; margin-bottom: 800px; flex-direction: row; align-items: center; justify-content: center;">



<!-- <h1>Introducting <i>Candlestick!</i></h1> -->
<!-- <h2>Animation and Game Development a click away!</h2> -->

<img src="public/logo-apple.png" class="download_button" width="25px" style="margin-top: -5px;" >
<img src="public/logo-windows.png" class="download_button" width="35px" >

<button class="launch_button" onclick="window.open('https://candlestickers.app','_blank')">
Launch Web Editor!
</button>



</div>








</div>


<img src="ground.png" style="display: flex; width: 100%;">


<div style="background-color: black;">
<ul style="display: flex; gap: 0px;">
<li onclick="window.open('mailto:support@candlestickers.app','_blank')" style="padding-bottom: 10px; font-size: 20px;"> <img src="envelope.png" width="30px" height="30px" style="margin-right: 10px;"> team@candlestickers.app</li>
</ul>
</div>

<!-- </div> -->
</main>
</body>

<footer>
<img src="ground.png">
<ul>
<li><a href="mailto:support@candlestickers.app" target="_blank" rel="noopener">Email</a></li>
</ul>
<ul>
<li><a href="https://example.com/" target="_blank" rel="noopener">Privacy Policy</a></li>
<li><a href="https://example.com/" target="_blank" rel="noopener">Terms of Service</a></li>
<li><a href="https://example.com/" target="_blank" rel="noopener">Cookies</a></li>
</ul>
</footer>

</html>
6 changes: 3 additions & 3 deletions node_modules/.vite/deps/_metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading