EMWeb/index.html

145 lines
4.0 KiB
HTML
Raw Permalink Normal View History

2020-12-23 04:31:22 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Eddie Murphy</title>
<meta charset="UTF-8">
2021-11-08 01:08:56 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-11-07 04:49:48 +00:00
<link rel="shortcut icon" type="image/jpg" href="img/flag.svg"/>
2021-11-07 05:05:06 +00:00
<meta property="og:title" content="Eddie Murphy">
<meta property="og:description" content="Coming 2 America!">
2021-11-08 01:20:58 +00:00
<meta property="og:image" content="https://em.nightcore.monster/img/flag.png">
2021-11-07 05:05:06 +00:00
<meta property="og:url" content="https://em.nightcore.monster/">
2021-11-07 05:09:01 +00:00
<meta content="#161837" data-react-helmet="true" name="theme-color" />
2020-12-23 04:31:22 +00:00
<style>
body {
font-family: sans-serif;
margin: 0;
2021-11-07 04:49:48 +00:00
background: #161837;
2020-12-23 04:31:22 +00:00
}
#home {
2021-11-07 04:49:48 +00:00
color: #fff;
2020-12-23 04:31:22 +00:00
padding: 10%;
}
#about {
padding: 10%;
padding-left: 60%;
2021-11-08 18:14:17 +00:00
background: url(img/1.jpg);
2021-11-08 01:06:56 +00:00
background-repeat: no-repeat;
2021-11-07 04:49:48 +00:00
color: #fff;
background-size: 120% auto;
background-position: 100% 50%;
2020-12-23 04:31:22 +00:00
text-align: right;
}
2021-11-08 01:06:56 +00:00
2020-12-23 04:31:22 +00:00
#screenshots {
2021-11-08 01:06:56 +00:00
color: #fff;
padding: 10%;
2020-12-23 04:31:22 +00:00
text-align: center;
2021-11-08 01:06:56 +00:00
}
2020-12-23 04:31:22 +00:00
#contact {
2021-11-08 01:06:56 +00:00
padding: 10%;
padding-right: 60%;
2021-11-08 18:14:17 +00:00
background: url(img/2.jpg);
2021-11-08 01:06:56 +00:00
background-size: cover;
background-repeat: no-repeat;
2020-12-23 04:31:22 +00:00
background-position: 0 50%;
2021-11-08 01:06:56 +00:00
color: #fff;
text-align: left;
}
2020-12-23 04:31:22 +00:00
#footer {
2021-11-08 01:06:56 +00:00
color: #fff;
padding: 5% 10% 5% 10%;
}
2020-12-23 04:31:22 +00:00
.butt {
padding: 12px;
2021-11-07 04:49:48 +00:00
border-radius: 14px;
border-color: #fff;
2020-12-23 04:31:22 +00:00
border-style: solid;
border-width: 2px;
2021-11-07 04:49:48 +00:00
color: #fff;
2020-12-23 04:31:22 +00:00
transition-duration: 0.2s;
text-decoration: none;
}
.butt:hover {
2021-11-08 01:06:56 +00:00
background-color: #fff;
2021-11-07 04:49:48 +00:00
color: #161837;
2021-11-08 01:06:56 +00:00
}
.paragraph {
padding: 24px;
border-radius: 16px;
}
2020-12-23 04:31:22 +00:00
.left {
text-align: left;
border-radius: 16px;
2021-11-08 01:12:56 +00:00
width: 640px;
2020-12-23 04:31:22 +00:00
}
.right {
text-align: right;
border-radius: 16px;
2021-11-08 01:12:56 +00:00
width: 640px;
2021-11-08 01:06:56 +00:00
}
2021-11-08 01:12:56 +00:00
2021-11-08 01:18:09 +00:00
.flag {
height: 200px;
border: 4px solid white;
border-radius: 16px;
}
2021-11-08 01:50:41 +00:00
@media screen and (max-width: 800px) {
2021-11-08 01:12:56 +00:00
#about {
background-size: cover;
background-position: auto;
padding-left: 10%;
text-align: left;
}
#contact {
padding-right: 10%;
}
.left {
width: 100%;
}
.right {
width: 100%;
}
2021-11-08 01:18:09 +00:00
.flag {
height: 100px;
}
2021-11-08 01:25:34 +00:00
}
2020-12-23 04:31:22 +00:00
</style>
</head>
<body>
<div id="home">
2021-11-08 01:18:09 +00:00
<img class="flag" src='img/flag.svg'></img>
2020-12-23 04:31:22 +00:00
<h1>Welcome to Eddie Murphy!</h1>
2021-11-07 04:49:48 +00:00
<p>Coming 2 America!</p>
<p>mc.civclassic.com</p>
2020-12-23 04:31:22 +00:00
<br>
2021-11-07 05:05:06 +00:00
<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>
2020-12-23 04:31:22 +00:00
</div>
<div id="about">
2021-11-08 01:06:56 +00:00
<div style="">
2020-12-23 04:31:22 +00:00
<h1>What is EM?</h1>
2021-11-07 04:49:48 +00:00
<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>
2020-12-23 04:31:22 +00:00
</div>
</div>
<div id="screenshots">
2021-11-08 18:14:17 +00:00
<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>
2020-12-23 04:31:22 +00:00
</div>
<div id="contact">
2021-11-07 04:49:48 +00:00
<div style="padding: 24px; border-radius: 16px;">
2020-12-23 04:31:22 +00:00
<h1>Need some help?</h1>
2021-11-07 04:49:48 +00:00
<p>Contact us on our Discord server linked above!</p>
2020-12-23 04:31:22 +00:00
</div>
</div>
<div id="footer">
2021-11-07 04:49:48 +00:00
<p>🄯 Imperial Federation of Eddie Murphy. No rights reserved.</p>
2020-12-23 04:31:22 +00:00
</div>
</body>
</html>