added contributors pages 💛

master
azekillDIABLO 2017-06-18 19:54:08 +02:00
parent e578711d85
commit eaf7721a31
2 changed files with 103 additions and 0 deletions

28
actors/index.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Dream Blocks</title>
</head>
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/game">About the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/gallery">Screenshots</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/download">Get the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/actors">Contributors</button>
</form>
<hr>
<h2>Active Contributors</h2>
<h3>
<a href="https://github.com/LordStephen77"><li><img src="https://avatars1.githubusercontent.com/u/28504357?v=3&s=400" alt="LS77" style="width:60px;height:60px;">LordStephen77</li></a>
<a href="https://github.com/tobyplowy"><li><img src="https://avatars2.githubusercontent.com/u/16853304?v=3&s=400" alt="tp" style="width:60px;height:60px;">tobyplowy</li></a>
<a href="https://github.com/azekillDIABLO"><li><img src="https://avatars3.githubusercontent.com/u/17685062?v=3&u=5207bdb7309cf5392639d5de3fcffac31f5d472b&s=400" alt="AD" style="width:60px;height:60px;">azekill_DIABLO</li></a>
<a href="https://github.com/Gerold55"><li><img src="https://avatars1.githubusercontent.com/u/13843095?v=3&s=400" alt="AD" style="width:60px;height:60px;">Gerold55</li></a>
</h3>
<br>
<h3><a href="https://github.com/LordStephen77/DreamBlocks-Beyond-of-Time/issues/1">Come talk with us on Github!</a></h3>
</body>
</html>

75
actors/style.css Normal file
View File

@ -0,0 +1,75 @@
html{
text-align: center;
background: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin: 30;
padding: 10;
text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
}
p {text-align: left;}
h1
{
position:relative;
color:#0000FF;
text-align:center;
font-size:50px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
h2
{
position:relative;
color:#0000FF;
text-align:center;
font-size:30px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
h3
{
position:relative;
color:#0000FF;
text-align:center;
font-size:25px;
font-family:"Lucida Console", Courier, monospace;
}
button
{
position:relative;
color:#0000FF;
text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
img {
-webkit-backface-visibility: hidden;
-ms-transform: translateZ(0); /* IE 9 */
-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
transform: translateZ(0);
}
blockquote {
font-size:16px;
text-align:left;
width:1000px;
color:#0A25FF;
padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}
.middle
{
text-align:center;
display:block;
margin:auto
}