This commit is contained in:
Lux Aliaga 2021-11-07 01:49:48 -03:00
parent 114546d3cd
commit 5ec0d6425d
19 changed files with 47 additions and 48 deletions

View File

@ -1,3 +1,4 @@
# 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
img/2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
img/3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 951 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

15
img/flag.svg Normal file
View 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

BIN
img/screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

BIN
img/screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

BIN
img/screenshots/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

BIN
img/screenshots/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
img/screenshots/5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

BIN
img/screenshots/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 KiB

View File

@ -4,16 +4,16 @@
<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"/>
<link rel="shortcut icon" type="image/jpg" href="img/flag.svg"/>
<style>
body {
font-family: sans-serif;
margin: 0;
background: #616d7f;
background: #161837;
}
#home {
color: #f7aab9;
color: #fff;
padding: 10%;
}
#about {
@ -22,58 +22,44 @@
background: url(img/1.png);
background-size: cover;
background-repeat: no-repeat;
color: #f7aab9;
background-size: 135%;
background-position: 100% 90%;
color: #fff;
background-size: 120% auto;
background-position: 100% 50%;
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;
color: #fff;
padding: 10%;
text-align: center;
}
#contact {
padding: 10%;
padding-right: 60%;
background: url(img/3.png);
background: url(img/2.png);
background-size: cover;
background-repeat: no-repeat;
background-position: 0 50%;
color: #f7aab9;
color: #fff;
text-align: left;
}
#footer {
color: #f7aab9;
color: #fff;
padding: 5% 10% 5% 10%;
}
.butt {
padding: 12px;
border-radius: 8px;
border-color: #f7aab9;
border-radius: 14px;
border-color: #fff;
border-style: solid;
border-width: 2px;
color: #f7aab9;
color: #fff;
transition-duration: 0.2s;
text-decoration: none;
}
.butt:hover {
background-color: #f7aab9;
color: #616d7f;
background-color: #fff;
color: #161837;
}
.maps {
border-radius: 16px;
}
.left {
text-align: left;
border-radius: 16px;
@ -87,38 +73,35 @@
</head>
<body>
<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>
<p>We're not NATO, god dammit!</p>
<p>mc.civclassic.com | 4600 -6900</p>
<p>Coming 2 America!</p>
<p>mc.civclassic.com</p>
<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 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>
<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 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>
<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="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>
<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 id="footer">
<p>🄯 oko.moe. No rights reserved.</p>
<p>🄯 Imperial Federation of Eddie Murphy. No rights reserved.</p>
</div>
</body>
</html>