-
Notifications
You must be signed in to change notification settings - Fork 2
/
credits.html
110 lines (93 loc) · 3.99 KB
/
credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DreamBlocks Official Website">
<meta name="author" content="Stefano Peris">
<link rel="shortcut icon" href="img/favicon.gif">
<title>DreamBlocks | Credits</title>
<!-- Add icon Social Media Buttons library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<!-- Fonts from Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><b>DREAMBLOCKS</b></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/DreamBlocks/DreamBlocks/releases/tag/0.1.3">Download</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<br>
<h1>CREDITS</h1>
<br>
<h1>Active Contributors</h1>
<br>
<br>
<a href="https://github.com/LordStephen77" target="_blank">
<h3>LordStephen77</h3></a>
<br>
<a href="https://github.com/AKryukov92" target="_blank">
<h3>AKryukov92</h3></a>
<br>
<a href="https://github.com/SonyaSitnikova" target="_blank">
<h3>Sonya Sitnikova</h3></a>
<br>
<a href="https://github.com/azekillDIABLO" target="_blank">
<h3>azekillDIABLO</h3></a>
<br>
<a href="https://github.com/tobyplowy" target="_blank">
<h3>tobyplowy</h3></a>
<br>
<a href="https://github.com/Gerold55" target="_blank">
<h3>Garold55</h3></a>
<br>
<br>
<hr />
<br>
<h1><strong>Social Networks:</strong></h1>
<br>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="https://github.com/DreamBlocks" target="_blank">
<img src="img/github-logo.png" alt="Github logo" style="width:70%">
</a>
</div>
</div>
</div><!-- /row -->
<div class="container">
<hr>
<p class="centered">Copyright © 2017 Stefano Peris - <a href="mailto:[email protected]">Contact information</a></p>
</div><!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>