-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
76 lines (63 loc) · 2.45 KB
/
home.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
<!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>SyntaxCenter - We Have Launched!</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.min.css" />
<![endif]-->
<style>
/* This is just the styling for this page. See below for the CSS for the ribbon itself. */
/* The default background color is #c00 */
.right-bottom .github-fork-ribbon {
background-color: #090;
}
.right .github-fork-ribbon {
background-color: #f80;
}
.left-bottom .github-fork-ribbon {
background-color: #333;
}
</style>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!-- TOP RIGHT RIBBON: START COPYING HERE -->
<main>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/anthonyn60/SyntaxCenter_redirect">Fork me on GitHub</a>
</div>
</div>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br><br><br><br>
<div class="row center">
<a href="http://syntaxcenter.com"><img class="img-responsive" style="max-width:80%;" src="/images/logo.png"></a>
</div>
<div class="row center d-purple">
<div row>
<h5 class="header front-prompt">Drop the "herokuapp". Just <a href="http://syntaxcenter.com">SyntaxCenter.com</a></h5>
<br><br>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer white">
<div class="footer-copyright">
<div class="container black-text">
© 2015 SyntaxCenter. Made with <3 in Toronto.
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>