rewrite
|
@ -1,3 +1,4 @@
|
||||||
# EMWeb
|
# EMWeb
|
||||||
|
|
||||||
The official website for the Imperial Federation of Eddie Murphy.
|
The official website for the Imperial Federation of Eddie Murphy.
|
||||||
|
Pull requests are welcome!
|
||||||
|
|
BIN
img/1.png
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 3.8 MiB |
BIN
img/2.png
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 1.8 MiB |
BIN
img/flag.png
Before Width: | Height: | Size: 3.7 KiB |
15
img/flag.svg
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<svg version="1.2" baseProfile="tiny-ps" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 1200" width="1800" height="1200">
|
||||||
|
<title>New Project</title>
|
||||||
|
<defs>
|
||||||
|
<image width="1800" height="1200" id="img1" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAASwAQMAAADVLIxAAAAAAXNSR0IB2cksfwAAAANQTFRFFhg3hXffTgAAAR5JREFUeJztwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK8BI5wAAY3q2mMAAAAASUVORK5CYII="/>
|
||||||
|
</defs>
|
||||||
|
<style>
|
||||||
|
tspan { white-space:pre }
|
||||||
|
.shp0 { fill: #ffffff }
|
||||||
|
</style>
|
||||||
|
<use id="Background" href="#img1" x="0" y="0" />
|
||||||
|
<path id="Shape 2" class="shp0" d="M0 525L1800 525L1800 675L0 675L0 525Z" />
|
||||||
|
<path id="Shape 2 copy" class="shp0" d="M0 325L1800 325L1800 475L0 475L0 325Z" />
|
||||||
|
<path id="Shape 2 copy 2" class="shp0" d="M0 725L1800 725L1800 875L0 875L0 725Z" />
|
||||||
|
<path id="Shape 1" class="shp0" d="M0 0L600 600L0 1200L0 0Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
BIN
img/industry.png
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.6 MiB |
BIN
img/map1.png
Before Width: | Height: | Size: 24 KiB |
BIN
img/map2.webp
Before Width: | Height: | Size: 364 KiB |
BIN
img/screenshots/1.png
Normal file
After Width: | Height: | Size: 4.3 MiB |
BIN
img/screenshots/2.png
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
img/screenshots/3.png
Normal file
After Width: | Height: | Size: 4 MiB |
BIN
img/screenshots/4.png
Normal file
After Width: | Height: | Size: 4.1 MiB |
BIN
img/screenshots/5.png
Normal file
After Width: | Height: | Size: 4.3 MiB |
BIN
img/screenshots/6.png
Normal file
After Width: | Height: | Size: 4.1 MiB |
Before Width: | Height: | Size: 978 KiB |
77
index.html
|
@ -4,16 +4,16 @@
|
||||||
<title>Eddie Murphy</title>
|
<title>Eddie Murphy</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="shortcut icon" type="image/jpg" href="img/flag.png"/>
|
<link rel="shortcut icon" type="image/jpg" href="img/flag.svg"/>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #616d7f;
|
background: #161837;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home {
|
#home {
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
}
|
}
|
||||||
#about {
|
#about {
|
||||||
|
@ -22,57 +22,43 @@
|
||||||
background: url(img/1.png);
|
background: url(img/1.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
background-size: 135%;
|
background-size: 120% auto;
|
||||||
background-position: 100% 90%;
|
background-position: 100% 50%;
|
||||||
text-align: right;
|
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 {
|
#screenshots {
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#contact {
|
#contact {
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
padding-right: 60%;
|
padding-right: 60%;
|
||||||
background: url(img/3.png);
|
background: url(img/2.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
padding: 5% 10% 5% 10%;
|
padding: 5% 10% 5% 10%;
|
||||||
}
|
}
|
||||||
.butt {
|
.butt {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 8px;
|
border-radius: 14px;
|
||||||
border-color: #f7aab9;
|
border-color: #fff;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
color: #f7aab9;
|
color: #fff;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.butt:hover {
|
.butt:hover {
|
||||||
background-color: #f7aab9;
|
background-color: #fff;
|
||||||
color: #616d7f;
|
color: #161837;
|
||||||
}
|
|
||||||
.maps {
|
|
||||||
border-radius: 16px;
|
|
||||||
}
|
}
|
||||||
.left {
|
.left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -87,38 +73,35 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="home">
|
<div id="home">
|
||||||
<img src='img/flag.png'></img>
|
<img style="border: 4px solid white; border-radius: 17px" height=200px src='img/flag.svg'></img>
|
||||||
<h1>Welcome to Eddie Murphy!</h1>
|
<h1>Welcome to Eddie Murphy!</h1>
|
||||||
<p>We're not NATO, god dammit!</p>
|
<p>Coming 2 America!</p>
|
||||||
<p>mc.civclassic.com | 4600 -6900</p>
|
<p>mc.civclassic.com</p>
|
||||||
<br>
|
<br>
|
||||||
<a class="butt" href="https://discord.gg/REKTRZQbDy">Discord</a>
|
<nav><a class="butt" href="https://discord.gg/REKTRZQbDy">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>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<div style="background-color: rgba(97, 109, 127, 0.5); padding: 24px; border-radius: 16px;">
|
<div style="padding: 24px; border-radius: 16px;">
|
||||||
<h1>What is EM?</h1>
|
<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>
|
<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>
|
</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">
|
<div id="screenshots">
|
||||||
<img src="img/infrastructure.png" width=640px class="left"></img>
|
<img src="img/screenshots/1.png" width=640px class="left"></img>
|
||||||
<img src="img/industry.png" width=640px class="right"></img>
|
<img src="img/screenshots/2.png" width=640px class="right"></img>
|
||||||
<img src="img/transport.png" width=640px class="left"></img>
|
<img src="img/screenshots/3.png" width=640px class="left"></img>
|
||||||
<img src="img/enviroment.png" width=640px class="right"></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>
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
<div style="background-color: rgba(97, 109, 127, 0.5); padding: 24px; border-radius: 16px;">
|
<div style="padding: 24px; border-radius: 16px;">
|
||||||
<h1>Need some help?</h1>
|
<h1>Need some help?</h1>
|
||||||
<p>Contact Lizzy or Soggy on Discord at oko#3656 or soggy#5333</p>
|
<p>Contact us on our Discord server linked above!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p>🄯 oko.moe. No rights reserved.</p>
|
<p>🄯 Imperial Federation of Eddie Murphy. No rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|