EMWeb/index.html

125 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Eddie Murphy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/jpg" href="img/flag.png"/>
<style>
body {
font-family: sans-serif;
margin: 0;
background: #616d7f;
}
#home {
color: #f7aab9;
padding: 10%;
}
#about {
padding: 10%;
padding-left: 60%;
background: url(img/1.png);
background-size: cover;
background-repeat: no-repeat;
color: #f7aab9;
background-size: 135%;
background-position: 100% 90%;
text-align: right;
}
#map {
padding: 10%;
padding-left: 27.5%;
padding-right: 27.5%;
background: url(img/2.png);
background-size: cover;
background-repeat: no-repeat;
color: #f7aab9;
background-position: 0 25%;
text-align: center;
}
#screenshots {
color: #f7aab9;
padding: 10%;
text-align: center;
}
#contact {
padding: 10%;
padding-right: 60%;
background: url(img/3.png);
background-size: cover;
background-repeat: no-repeat;
background-position: 0 50%;
color: #f7aab9;
text-align: left;
}
#footer {
color: #f7aab9;
padding: 5% 10% 5% 10%;
}
.butt {
padding: 12px;
border-radius: 8px;
border-color: #f7aab9;
border-style: solid;
border-width: 2px;
color: #f7aab9;
transition-duration: 0.2s;
text-decoration: none;
}
.butt:hover {
background-color: #f7aab9;
color: #616d7f;
}
.maps {
border-radius: 16px;
}
.left {
text-align: left;
border-radius: 16px;
}
.right {
text-align: right;
border-radius: 16px;
}
</style>
</head>
<body>
<div id="home">
<img src='img/flag.png'></img>
<h1>Welcome to Eddie Murphy!</h1>
<p>We're not NAATO, god dammit!</p>
<p>mc.civclassic.com | 4600 -6900</p>
<br>
<a class="butt" href="https://discord.gg/REKTRZQbDy">Discord</a>
</div>
<div id="about">
<div style="background-color: rgba(97, 109, 127, 0.5); padding: 24px; border-radius: 16px;">
<h1>What is EM?</h1>
<p>Eddie Murphy is an empire of smaller states or collectives in the northeast quadrant (+-) of the CivClassic world. It is often known for its comedic name, active economy and large player base.</p>
</div>
</div>
<div id="map">
<img class="maps" src="img/map1.png" width=100%></img>
<br>
<img class="maps" src="img/map2.webp" width=100%></img>
</div>
<div id="screenshots">
<img src="img/infrastructure.png" width=640px class="left"></img>
<img src="img/industry.png" width=640px class="right"></img>
<img src="img/transport.png" width=640px class="left"></img>
<img src="img/enviroment.png" width=640px class="right"></img>
</div>
<div id="contact">
<div style="background-color: rgba(97, 109, 127, 0.5); padding: 24px; border-radius: 16px;">
<h1>Need some help?</h1>
<p>Contact Lizzy or Soggy on Discord at oko#3656 or soggy#5333</p>
</div>
</div>
<div id="footer">
<p>🄯 oko.moe. No rights reserved.</p>
</div>
</body>
</html>