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
130 changes: 130 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
3 changes: 3 additions & 0 deletions img/AdobeStock_239258811.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/Icon awesome-arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/Icon metro-exit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/Image 7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/Image 8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions img/clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/logo1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions img/two-men.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/x-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html class="box-border">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./input.css">
<title>Game Ready</title>
</head>
<body class="flex flex-col m-auto bg-no-repeat bg-cover bg-fixed bg-[url('/img/AdobeStock_239258811.svg')]">
<div class="navbar flex justify-between items-center mx-5 flex-row py-[39px] px-4 ">

<div class="logos items-center ml-[18%] xl:ml-[10%] l:ml-[0px]">
<img class="Experios_logo mr-[26px] h-[30px] items-center inline-block m:self-center m:ml-0" src="img/logo1.svg" alt="Logo">
<img class="VirtualEscape_logo h-[34px] mt-1.5 inline-block m:self-center m:ml-0" src="img/logo2.svg" alt="Logo">
</div>

<div class="button text-center self-center mt-3 mr-[18%] inline-block xl:mr-[10%] l:mr-[0px] xl:flex basis-auto">
<a href="#" class="connection_button text-[16px] ml-auto mr-4 px-[1rem] py-[0.35rem] w-[200px] h-[37px] text-center inline-block text-white font-montserrat rounded-[29px] bg-bls border-x-[1px] border-y-[1px] border-Box uppercase overflow-hidden font-[300]" ><img class="button_icon px-3 text-center font-medium inline-block" src="img/Image 7.svg" alt="Next">6 CONNECTED</a>
<a href="#" class="Logout_button text-[16px] w-[153px] h-[37px] p-[0.35rem] mb-0 text-center rounded-[29px] inline-block font-montserrat bg-bls text-white uppercase border-x-[1px] border-y-[1px] border-Box overflow-hidden font-[300]"><img class="button_icon self-center inline-block px-2 text-center" src="img/Icon metro-exit.svg" alt="Next">EXIT GAME</a>
</div>

</div>

<div class="boxes text-xl leading-6 rounded-[10px] w-[1170px] bg-blueshade self-center border-x-[1px] border-y-[1px] border-Box align-middle flex backdrop-blur-[50px] flex-col text-white mb-[26px] backdrop-brightness-50 font-montserrat pt-5 pl-7 pr-10 l:w-[95%]">
<span class="textbox mb-2 mt-1 text-[28px]">
TEAM NAME
</span>

<br>

<span class="textbox mb-2 ">
Now make sure you come up with a catchy team name that's between 5 and 15 characters.
</span>

<span class="textbox mb-2">
This is also shown on the leaderboard, if you make it.
</span>

<br>
<span class="textbox mb-2">
Only one person in your team needs to enter the team name.
</span>
<span class="textbox mb-2">
Once you start the game, the team name can no longer be changed.
</span>
<div class="returnbutton mt-12 flex justify-center mb-3">
<input class="mb-[35px] border-x-[1px] border-y-[1px] border-[#979797] placeholder:px-6 placeholder:text-[22px] placeholder:text-black items-center flex bg-white text-black rounded-[29px] w-[517px] h-14 m-0" type="text" placeholder="Enter Your Team Name">
</div>

</div>


<div class="boxe2 text-xl leading-6 rounded-[10px] w-[1170px] bg-blueshade self-center border-x-[1px] border-y-[1px] border-Box align-middle flex backdrop-blur-[50px] flex-col text-white mb-8 backdrop-brightness-50 font-montserrat pt-5 pl-7 pr-10 l:w-[95%]">
<span class="textbox mb-2 mt-1 text-[28px]">
GET STARTED
</span>

<br>

<span class="textbox mb-2 ">
Make sure you've set up a video call and everyone has joined, in case you're not physical together.
</span>

<span class="textbox mb-2">
You can use Zoom, Teams, <u>The Pub Hub</u> or any other tool you'd like.
</span>

<br>
<span class="textbox mb-2">
When all players are ready, any player can check all the checkboxes and press the Start Game button.
</span>
<span class="textbox mb-2">
This will start the game for everyone.
</span>

<div class="checkbox flex justify-center mb-3">
<form class="form leading-[50px] mb-[50px] mt-8">
<input type="checkbox" id="check1" name="check1" value="players">
<label for="check1"> All players in my team are logged in and ready to start</label><br>

<input type="checkbox" id="check1" name="check1" value="players">
<label for="check1"> All players in my team are on the same video call or are physically together</label><br>

<input type="checkbox" id="check1" name="check1" value="players">
<label for="check1"> I understand that pressing the Start Game button starts the game for everyone</label><br>

</form>
</div>
<div class="returnbutton flex justify-center mb-[45px]">
<button class="text-[18px] justify-center items-center flex bg-gradient-to-t to-lightred from-darkred text-white rounded-[29px] w-[313px] h-[58px] mr-[48px] "><img class="icon m-1" src="img/Icon awesome-arrow-left.svg" alt="icon">BACK</button>
<button class="text-[18px] justify-center items-center flex bg-lightblue text-dullwhite rounded-[29px] w-[308px] h-[58px] m-0">START GAME</button>
</div>

</div>

</body>
</html>
4 changes: 4 additions & 0 deletions input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
Loading