EMWeb/index.html

145 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Eddie Murphy</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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.monster/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.jpg);
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.jpg);
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;
}
.paragraph {
padding: 24px;
border-radius: 16px;
}
.left {
text-align: left;
border-radius: 16px;
width: 640px;
}
.right {
text-align: right;
border-radius: 16px;
width: 640px;
}
.flag {
height: 200px;
border: 4px solid white;
border-radius: 16px;
}
@media screen and (max-width: 800px) {
#about {
background-size: cover;
background-position: auto;
padding-left: 10%;
text-align: left;
}
#contact {
padding-right: 10%;
}
.left {
width: 100%;
}
.right {
width: 100%;
}
.flag {
height: 100px;
}
}
</style>
</head>
<body>
<div id="home">
<img class="flag" 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="">
<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">
<a href="img/screenshots/1.png"><img src="img/thumbnails/1.jpg" class="left"></img></a>
<a href="img/screenshots/2.png"><img src="img/thumbnails/2.jpg" class="right"></img></a>
<a href="img/screenshots/3.png"><img src="img/thumbnails/3.jpg" class="left"></img></a>
<a href="img/screenshots/4.png"><img src="img/thumbnails/4.jpg" class="right"></img></a>
<a href="img/screenshots/5.png"><img src="img/thumbnails/5.jpg" class="left"></img></a>
<a href="img/screenshots/6.png"><img src="img/thumbnails/6.jpg" class="right"></img></a>
</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>