112 lines
3.7 KiB
HTML
112 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Eddie Murphy</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="shortcut icon" type="image/jpg" href="img/flag.svg"/>
|
|
<meta property="og:title" content="Eddie Murphy">
|
|
<meta property="og:description" content="Coming 2 America!">
|
|
<meta property="og:image" content="https://em.nightcore.mosnter/img/flag.png">
|
|
<meta property="og:url" content="https://em.nightcore.monster/">
|
|
<meta content="#161837" data-react-helmet="true" name="theme-color" />
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
margin: 0;
|
|
background: #161837;
|
|
}
|
|
|
|
#home {
|
|
color: #fff;
|
|
padding: 10%;
|
|
}
|
|
#about {
|
|
padding: 10%;
|
|
padding-left: 60%;
|
|
background: url(img/1.png);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
color: #fff;
|
|
background-size: 120% auto;
|
|
background-position: 100% 50%;
|
|
text-align: right;
|
|
}
|
|
#screenshots {
|
|
color: #fff;
|
|
padding: 10%;
|
|
text-align: center;
|
|
}
|
|
#contact {
|
|
padding: 10%;
|
|
padding-right: 60%;
|
|
background: url(img/2.png);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 50%;
|
|
color: #fff;
|
|
text-align: left;
|
|
}
|
|
#footer {
|
|
color: #fff;
|
|
padding: 5% 10% 5% 10%;
|
|
}
|
|
.butt {
|
|
padding: 12px;
|
|
border-radius: 14px;
|
|
border-color: #fff;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
color: #fff;
|
|
transition-duration: 0.2s;
|
|
text-decoration: none;
|
|
}
|
|
.butt:hover {
|
|
background-color: #fff;
|
|
color: #161837;
|
|
}
|
|
.left {
|
|
text-align: left;
|
|
border-radius: 16px;
|
|
}
|
|
.right {
|
|
text-align: right;
|
|
border-radius: 16px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="home">
|
|
<img style="border: 4px solid white; border-radius: 17px" height=200px src='img/flag.svg'></img>
|
|
<h1>Welcome to Eddie Murphy!</h1>
|
|
<p>Coming 2 America!</p>
|
|
<p>mc.civclassic.com</p>
|
|
<br>
|
|
<nav><a class="butt" href="https://discord.gg/hgazkr3YV7">Discord</a> <a class="butt" href="https://ccmap.github.io/#q=Eddie%20Murphy#f=6e269ab2-1811-4998-975f-fe3cb4dc5a2d#url=https%3A%2F%2Fccmap.github.io%2Fdata%2Fland_claims.civmap.json">Location</a></nav>
|
|
</div>
|
|
<div id="about">
|
|
<div style="padding: 24px; border-radius: 16px;">
|
|
<h1>What is EM?</h1>
|
|
<p>Eddie Murphy is an empire of smaller states or collectives in the southeast quadrant (++) of the CivClassic world. It is often known for its comedic name, active economy and large player base.</p>
|
|
</div>
|
|
</div>
|
|
<div id="screenshots">
|
|
<img src="img/screenshots/1.png" width=640px class="left"></img>
|
|
<img src="img/screenshots/2.png" width=640px class="right"></img>
|
|
<img src="img/screenshots/3.png" width=640px class="left"></img>
|
|
<img src="img/screenshots/4.png" width=640px class="right"></img>
|
|
<img src="img/screenshots/5.png" width=640px class="left"></img>
|
|
<img src="img/screenshots/6.png" width=640px class="right"></img>
|
|
</div>
|
|
<div id="contact">
|
|
<div style="padding: 24px; border-radius: 16px;">
|
|
<h1>Need some help?</h1>
|
|
<p>Contact us on our Discord server linked above!</p>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<p>🄯 Imperial Federation of Eddie Murphy. No rights reserved.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|