Initial commit with the alliance BG image, modified index page, and corrected password reset URL.

This commit is contained in:
kaezon
2015-05-20 01:36:26 +02:00
parent e8181a23d7
commit 0e2540eb4f
3 changed files with 9 additions and 7 deletions

View File

@@ -6,16 +6,18 @@
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: black;
}
div {
height: 200px;
height: 300px;
width: 400px;
position: fixed;
top: 60%;
top: 40%;
left: 50%;
margin-top: -100px;
margin-left: -200px;
background-color: rgba(0,0,0,0.75);
}
</style>
@@ -23,7 +25,7 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<title>The 99 Percent Eve Alliance</title>
<title>Sugar Eve Alliance</title>
</head>
<body>
<div id="content">
@@ -46,10 +48,10 @@
</p>
<p style="text-align:center">
<a href="https://www.youtube.com/playlist?list=PLXM5OIn59G5Gn7eri-lWkXvE15oP5yUUk">
<a href="https://www.youtube.com/channel/UC0oldZRcG0XEWY9vQYPQPmA">
<img src="{% static 'img/index_images/media.png' %}" border="0">
</a>
</p>
</div>
</body>
</html>
</html>