Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home page #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LordDeatHunter
Copy link

@LordDeatHunter LordDeatHunter commented Dec 9, 2023

The buttons & logo are animated.

image

Copy link

netlify bot commented Dec 9, 2023

Deploy Preview for arcade-metalmancy ready!

Name Link
🔨 Latest commit bb8793d
🔍 Latest deploy log https://app.netlify.com/sites/arcade-metalmancy/deploys/6573e7db8062ca000932395a
😎 Deploy Preview https://deploy-preview-1--arcade-metalmancy.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 9, 2023

Deploy Preview for prod-arcade-metalmancy ready!

Name Link
🔨 Latest commit bb8793d
🔍 Latest deploy log https://app.netlify.com/sites/prod-arcade-metalmancy/deploys/6573e7dbb4f39f000894852f
😎 Deploy Preview https://deploy-preview-1--prod-arcade-metalmancy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@varoonp123 varoonp123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cdsupina and I talked about it and we think this looks better on the thetawave main website, while this arcade site will just link to a couple of games (it was just a placeholder up until now). So can you copy this index.html and style.css to https://github.com/thetawavegame/thetawave/blob/main/wasm-page-template/index.html ? The only difference is the logic for the button onClick.

<div class="screen scanlines">
<div class="flexbox hcenter screen-content">
<div id="logo-container" class="hcenter">
<img src="logo.gif" width="800" alt="logo"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="logo.gif" width="800" alt="logo"/>
<img src="https://assets.thetawave.metalmancy.tech/promo/thetawave_logo_animated.gif" width="800" alt="logo"/>

I put this thing in S3, since we have used it a couple of times (probably better than google drive). Depending on how i set up CORS, we may need to do a little redirect in "dev_netlify.toml" and "prod_netlify.toml" to route "/logo.gif" to "https://assets.thetawave.metalmancy.tech/promo/thetawave_logo_animated.gif"

a:active, a:focus, a:hover {
background: var(--primaryGradient);
color: var(--bgColor);
animation: glitch 0.3s cubic-bezier(0.5, 1, 0.5, 1) both;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is such a neat trick. A good CSS lesson for the day :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants