some cleanup during audit

Signed-off-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Jacob Heider 2022-05-07 14:24:10 -04:00
parent 5e31bf0afc
commit a3aa528923
4 changed files with 373 additions and 368 deletions

5
.markdownlint.json Normal file
View file

@ -0,0 +1,5 @@
{
"MD013": false,
"MD025": false,
"MD026": false
}

View file

@ -2,7 +2,7 @@
Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible.
### Using Creative Commons Public Licenses ## Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses.

View file

@ -15,7 +15,7 @@ sh <(curl tea.xyz) https://github.com/teaxyz/www
Alternatively: Alternatively:
``` ```sh
npx watch-http-server . -p8000 -o -a localhost npx watch-http-server . -p8000 -o -a localhost
open localhost:8000 open localhost:8000
``` ```

View file

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" dir="ltr"> <html lang="en" dir="ltr">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Equitable Open&hyphen;Source for web3</title> <title>Equitable Open&hyphen;Source for web3</title>
@ -44,9 +44,9 @@
window.location.replace(`${window.location.origin}${window.location.pathname}`) window.location.replace(`${window.location.origin}${window.location.pathname}`)
} }
</script> </script>
</head> </head>
<body> <body>
<style> <style>
.gf-container{ .gf-container{
@ -78,8 +78,8 @@
100% { 100% {
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0); -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
} }
} }
@keyframes pulse { @keyframes pulse {
0% { 0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4); -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4); box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
@ -92,7 +92,7 @@
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0); -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0); box-shadow: 0 0 0 0 rgba(204,169,44, 0);
} }
} }
.github-icon{ .github-icon{
width: 60%; width: 60%;
@ -150,10 +150,10 @@
</nav> </nav>
<!-- Hero Section --> <!-- Hero Section -->
<img id="tea-steam-dark-1" src="Images/tea-steam-dark-1.svg" alt=""> <img id="tea-steam-dark-1" src="Images/tea-steam-dark-1.svg" alt="">
<img id="tea-steam-dark-2" src="Images/tea-steam-dark-2.svg" alt=""> <img id="tea-steam-dark-2" src="Images/tea-steam-dark-2.svg" alt="">
<div class="container mb-lg-5 mb-md-5 mb-sm-0 mb-0 mt-lg-5 mt-md-5 mt-sm-0 mt-0"> <div class="container mb-lg-5 mb-md-5 mb-sm-0 mb-0 mt-lg-5 mt-md-5 mt-sm-0 mt-0">
<div class="row hero my-auto"> <div class="row hero my-auto">
<div style="z-index:100; display:flex; flex-direction:column;" class="col-lg-6 col-sm-12"> <div style="z-index:100; display:flex; flex-direction:column;" class="col-lg-6 col-sm-12">
@ -172,7 +172,7 @@
<p class="text-center" style="text-transform:uppercase; color:#54BAAB;">Developers Authenticated</p> <p class="text-center" style="text-transform:uppercase; color:#54BAAB;">Developers Authenticated</p>
<h5 class="mb-3" style="text-align:center; font-size:2rem;">Join the communi'<span style="color:#54BAAB;">tea</span></h5> <h5 class="mb-3" style="text-align:center; font-size:2rem;">Join the communi'<span style="color:#54BAAB;">tea</span></h5>
<p class="card-text lead" style="text-align:center;">The revolution is here. Be among the first to <p class="card-text lead" style="text-align:center;">The revolution is here. Be among the first to
authenticate your Github with tea. </p> authenticate your Github with tea. </p>
<p style="text-align:center;">Early-adoption developers will be entitled a variety of exciting rewards, including minted NFT certificates. Take a sip while its hot!</p> <p style="text-align:center;">Early-adoption developers will be entitled a variety of exciting rewards, including minted NFT certificates. Take a sip while its hot!</p>
</div> </div>
<div class="" style="background-color:#44494B; border-radius:5px;"> <div class="" style="background-color:#44494B; border-radius:5px;">
@ -184,9 +184,9 @@ authenticate your Github with tea. </p>
</div> </div>
</div> </div>
<!-- Mission Statement --> <!-- Mission Statement -->
<img id="tea-steam-1" src="Images/tea-steam-1.svg" alt=""> <img id="tea-steam-1" src="Images/tea-steam-1.svg" alt="">
<img id="tea-steam-2" src="Images/tea-steam-2.svg" alt=""> <img id="tea-steam-2" src="Images/tea-steam-2.svg" alt="">
<div class="row mission pb-5 pt-5"> <div class="row mission pb-5 pt-5">
<div class="container pb-5 pt-5"> <div class="container pb-5 pt-5">
<div class="row"> <div class="row">
@ -198,9 +198,9 @@ authenticate your Github with tea. </p>
</div> </div>
</div> </div>
<!-- Web2 --> <!-- Web2 -->
<div class="container mb-5 mt-5 web2-container" id="why-tea"> <div class="container mb-5 mt-5 web2-container" id="why-tea">
<div class="row"> <div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-12 my-auto mb-5"> <div class="col-lg-6 col-md-12 col-sm-12 col-12 my-auto mb-5">
<p class="mb-5">WEB2</p> <p class="mb-5">WEB2</p>
<h3 class="mb-4 display-4">Thankless <span class="yellow">tech giants profit</span> from the generosity of open&#8208;source developers.</h3> <h3 class="mb-4 display-4">Thankless <span class="yellow">tech giants profit</span> from the generosity of open&#8208;source developers.</h3>
@ -219,10 +219,10 @@ authenticate your Github with tea. </p>
<img class="web2-tower" style="display:block; margin-left:auto; margin-right:auto;" src="Images/web2-tower.svg" alt=""> <img class="web2-tower" style="display:block; margin-left:auto; margin-right:auto;" src="Images/web2-tower.svg" alt="">
</div> </div>
</div> </div>
</div> </div>
<!-- Web3 --> <!-- Web3 -->
<div class="container web3-container"> <div class="container web3-container">
<div class="row"> <div class="row">
<div class="col order-lg-1 order-sm-2 order-2"> <div class="col order-lg-1 order-sm-2 order-2">
<img class="mt-5 web3-tower" src="Images/web-3-towerAsset 2.svg" alt=""> <img class="mt-5 web3-tower" src="Images/web-3-towerAsset 2.svg" alt="">
@ -244,9 +244,9 @@ authenticate your Github with tea. </p>
</div> </div>
</div> </div>
</div> </div>
<!-- Features & Benefits --> <!-- Features & Benefits -->
<div class="container mb-5 mt-5" id="features"> <div class="container mb-5 mt-5" id="features">
<div class="row"> <div class="row">
<div class="col mb-5"> <div class="col mb-5">
@ -336,11 +336,11 @@ authenticate your Github with tea. </p>
</div> </div>
</div> </div>
</div> </div>
<!-- Partners --> <!-- Partners -->
<div class="container partners mt-5 mb-5"> <div class="container partners mt-5 mb-5">
<div class="row"> <div class="row">
<div class="col mb-5"> <div class="col mb-5">
<h3 style="text-align:center;" class="display-5">Whats a revolution without <span class="yellow">powerful allies?</span></h3> <h3 style="text-align:center;" class="display-5">Whats a revolution without <span class="yellow">powerful allies?</span></h3>
@ -353,9 +353,9 @@ authenticate your Github with tea. </p>
</div> </div>
</div> </div>
</div> </div>
<!-- Community Links --> <!-- Community Links -->
<div class="row community-container pt-5 pb-5 mt-5 mb-5"> <div class="row community-container pt-5 pb-5 mt-5 mb-5">
<div class="container p-4" id="community"> <div class="container p-4" id="community">
<div class="row"> <div class="row">
@ -482,4 +482,4 @@ authenticate your Github with tea. </p>
</script> </script>
</body> </body>
</html> </html>