-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
64 lines (61 loc) · 2.3 KB
/
credits.html
File metadata and controls
64 lines (61 loc) · 2.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>SASCII</title>
<!-- CSS -->
<link href="css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="red" role="navigation">
<div class="container">
<div class="nav-wrapper"><a id="logo-container" href="index.html" class="brand-logo">SASCII</a>
<ul id="nav-mobile" class="right side-nav">
<li><a href="howto.html">How to?</a></li>
<li><a href="#">Credits</a></li>
</ul><a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
<div class="section no-pad-bot">
<div class="container">
<br>
<div class="row">
<div class="col s12">
<blockquote>
<h5>Developed and Designed by Aby Ben Rajan</h5>
<h6>Connect</h6>
<p>abybenrajan[at]gmail[dot]com</p>
<a href="https://github.com/5uperbug" target="_blank" class="gitlink">
<img src="//cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-social-github.svg">
</a>
<a href="https://twitter.com/5uperbug" target="_blank" class="gitlink">
<img src="//cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-social-twitter.svg">
</a>
</blockquote>
</div>
<div class="col s12">
<blockquote>
<h5>CSS Framework</h5>
<a href="http://materializecss.com">Materialize</a>
</blockquote>
</div>
<div class="col s12">
<blockquote>
<h5>ASCII Genrator</h5>
<a href="https://github.com/scottgonzalez/figlet-js">figlet-js</a>
</blockquote>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/figlet.js"></script>
<script src="js/jquery.figlet.js"></script>
<script src="js/init.js"></script>
</body>
</html>