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
131 changes: 131 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
**node_modules
# 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/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.
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.
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.
3 changes: 3 additions & 0 deletions img/result.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
135 changes: 135 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<!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>Leaderboard</title>
</head>
<body class="flex flex-col m-auto bg-no-repeat bg-cover bg-fixed bg-[url('/img/result.svg')] font-montserrat">
<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/Image 8.svg" alt="Next">Log out</a>
</div>

</div>

<div class="boxes text-xl w-[1170px] leading-6 rounded-xl self-center border-x-[1px] border-y-[1px] border-Box mt-1 align-middle flex flex-col text-white mb-8 bg-bgc font-montserrat pt-[39px] pl-[103px] pr-[110px] l:w-[95%] l:pl-[30px] l:pr-[30px]">
<div class="heading text-[34px] text-white flex s:text-[1.8rem] xs:text-[1.4rem] sm:text-center"><h1>GAME: TIME'S TICKING</h1></div>
<div class="table_container flex w-[100%] text-[20px] mt-[37px]">
<table class="table border-collapse l:text-[0.9rem] w-[100%] m:text-[0.7rem]">
<thead class="head bg-greenshade">
<tr class="row border-y-[1px] border-x-[1px]">
<th class="table_headings p-[12px] align-top font-normal">Rank</th>
<th class="table_headings text-left font-normal">Team Name</th>
<th class="table_headings text-center font-normal">Hints</th>
<th class="table_headings text-center font-normal">Incorrect</th>
<th class="table_headings text-center font-normal">Result</th>
</tr>
</thead>
<tbody>
<tr class="row border-y-[1px] border-x-[1px] bg-darkgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-lightgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-darkgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-lightgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-darkgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-lightgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-darkgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-lightgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>

<tr class="row border-y-[1px] border-x-[1px] bg-darkgreenshade">
<td class="Rank p-[12px] align-top text-center">1</td>
<td class="teamname text-left">Cat Out The Bag</td>
<td class="hints text-center">1</td>
<td class="incorrect text-center">0</td>
<td class="result text-center">32:10</td>
</tr>
</tbody>

</table>
</div>

<div class="returnbutton mt-12 flex justify-center mb-3">
<button class="rtbutton text-[18px] justify-center items-center flex bg-gradient-to-t to-lightred from-darkred text-white rounded-[29px] w-[386px] h-[58px] m-0 s:w-[260px] s:h-[54px] m:text-[0.85rem] m:w-[320px]"><img class="icon m-1" src="img/Icon awesome-arrow-left.svg" alt="icon">RETURN TO MAIN MENU</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