Minor fixes
This commit is contained in:
parent
eb65ba50c2
commit
8be81e8001
|
@ -59,7 +59,8 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
We started Elatteria because we wanted to have a name for our group. Our
|
We started Elatteria because we wanted to have a name for our group. Our
|
||||||
goal is to make entartaining projects for everyone. We didnt have
|
goal is to make entartaining
|
||||||
|
<a class="link" href="/projects">projects</a> for everyone. We didnt have
|
||||||
Elatteria at first. We wanted to make a Minecraft server but then we got a
|
Elatteria at first. We wanted to make a Minecraft server but then we got a
|
||||||
idea of making a group so we can make more projects together as a team.
|
idea of making a group so we can make more projects together as a team.
|
||||||
|
|
||||||
|
|
|
@ -12,22 +12,12 @@
|
||||||
<li><a href="/projects">Projects</a></li>
|
<li><a href="/projects">Projects</a></li>
|
||||||
<li><a href="/links">Links</a></li>
|
<li><a href="/links">Links</a></li>
|
||||||
<li><a href="/about">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<div class="right">
|
|
||||||
<li>
|
|
||||||
<button><a href="/ecafe/playnow">Play now!</a></button>
|
|
||||||
</li>
|
|
||||||
</div>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="mobile">
|
<ul class="mobile">
|
||||||
<li class="logo"><a href="/">Home</a></li>
|
<li class="logo"><a href="/">Home</a></li>
|
||||||
<li><a href="/projects">Projects</a></li>
|
<li><a href="/projects">Projects</a></li>
|
||||||
<li><a href="/links">Links</a></li>
|
<li><a href="/links">Links</a></li>
|
||||||
<li><a href="/about">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<div class="right">
|
|
||||||
<li>
|
|
||||||
<button><a href="/ecafe/playnow">Play now!</a></button>
|
|
||||||
</li>
|
|
||||||
</div>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -34,9 +34,11 @@
|
||||||
<div class="middle">Click here to copy</div>
|
<div class="middle">Click here to copy</div>
|
||||||
</figure>
|
</figure>
|
||||||
<figcaption class="description">
|
<figcaption class="description">
|
||||||
1. Go to Multiplayer <br />
|
1. Go to Multiplayer<br />
|
||||||
2. Click add server <br />
|
2. Press add server<br />
|
||||||
3. Type "mc.elatteria.com" in the "Server Adress" field
|
3. Type "mc.elatteria.com" in the "Server Adress" field <br />
|
||||||
|
4. Press done<br />
|
||||||
|
5. Join E-Cafe and have fun!<br />
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<img
|
<img
|
||||||
src="../Images/Screenshots/serveradded.png"
|
src="../Images/Screenshots/serveradded.png"
|
||||||
|
|
|
@ -101,14 +101,6 @@ li button {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li button:hover {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue