Skip to content

Commit

Permalink
war is death
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwildfire committed Jan 14, 2021
1 parent 21e424f commit 734829f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 78 deletions.
Binary file added audio/taps.mp3
Binary file not shown.
Binary file added images/battlefieldaftermath.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h2>Websites</h2>
<h2>Comms</h2>
<ul id="text">
<!-- <li><a href="https://chan.based.money/based/53" target="_blank">BASED MEMES ASSETS</a></li> -->
<li><a href="https://9mr-bones696.medium.com/how-to-make-based-memes-1eb37e070e6c">How to Make Based Memes by Mr. Bones</a></li>
<li><a href="https://rebase.radio">Rebase Radio</a></li>
<li><a href="https://alphaleak.xyz/basedtv">BasedTV</a></li>
<li><a href="https://github.com/cryptoghoulz" target="_blank">Code</a></li>
Expand Down
33 changes: 6 additions & 27 deletions moonbase/war.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,16 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../styles/war.css">
<title>YieldWars | Actual War</title>
<title>YieldWars | Actual Death</title>
</head>
<body>
<img src="../images/warlogo.png" alt="swords crossed" id="yw">

<div id="war">
<h1>YieldWars</h1>
<div class="death">
<p class="war">
<audio controls autoplay>
<source src="../audio/taps.mp3" type="audio/mp3">
</audio></p>

<h2>Token Addresses</h2>
<ul>
<li><b><a href="https://www.coingecko.com/en/coins/war" target="_blank">$WAR</a></b> | 0xf4A81C18816C9B0AB98FAC51B36Dcb63b0E58Fde</li>
</ul>

<h2>Websites</h2>
<ul>
<li><a href="https://yieldwars.com" target="_blank">YieldWars</a> | Gamble</li>
</ul>

<h2>Comms</h2>
<ul>
<li><a href="https://twitter.com/yieldwars" target="_blank">Twitter</a></li>
<li><a href="https://discord.gg/8pppSYe" target="_blank">Discord</a></li>
<li><a href="https://t.me/yieldwarsofficial" target="_blank">Telegram</a></li>
<li><a href="https://medium.com/@yieldwars" target="_blank">Medium</a></li>
</ul>

<h2>Rover</h2>
<ul>
<li><a href="https://etherscan.io/address/0x9D79e728cFf8DEA7f75e3367BDEb15F462Fa3D60#writeContract" target="_blank">$WAR</a></li>
</ul>
</div>
<footer id="war"><a href="https://based.fun"><-- back to based.fun</a></footer>
</body>
</html>
79 changes: 28 additions & 51 deletions styles/war.css
Original file line number Diff line number Diff line change
@@ -1,51 +1,28 @@
body {
background-color: #030614;
}

div {
padding-left: 42px;
padding-top: 10px;
padding-bottom: 16px;
padding-right: 1px;
}

#yw {
opacity: 0.69;
margin-top: 42px;
margin-right: 93px;
position: fixed;
top: 10px;
right: 15px;
width: 42%;
}

#war {
font-family: 'Roboto Mono', monospace;
color: #c31713;
text-align: left;
opacity: 0.93;
}

a:link {
color: #3053c9;
}

a:visited {
color: #fefeff;
}

a:hover {
color: #a41714;
opacity: 0.42;
}

a:active {
color: #3053c9;
opacity: 0.93;
}

footer {
padding-left: 42px;
padding-top: 42px;
padding-bottom: 20px;
}
body, html {
height: 100%;
background-color: #001b38;
}

.death {
background-image: url("../images/battlefieldaftermath.jpeg");

height: 100%;

background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.war {
display: flex;
justify-content: center;
align-items: center;
}

audio {
width: 600px;
box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
border-radius: 90px;
transform: scale(1.05);
margin-top: 5%;
}

0 comments on commit 734829f

Please sign in to comment.