-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (121 loc) · 6.01 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<!--[if lt IE 10]> <html lang="en" class="iex"> <![endif]-->
<!--[if (gt IE 10)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blackrock Application Server</title>
<meta name="description" content="Blackrock Application Server">
<script src="scripts/jquery.min.js"></script>
<link rel="stylesheet" href="scripts/bootstrap/css/bootstrap.css">
<script src="scripts/script.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/content-box.css">
<link rel="stylesheet" href="css/image-box.css">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href='css/components.css'>
<link rel="stylesheet" href='scripts/magnific-popup.css'>
<link rel="stylesheet" href='scripts/php/contact-form.css'>
<link rel="stylesheet" href='scripts/social.stream.css'>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="skin.css">
</head>
<body>
<div id="preloader"></div>
<header class="fixed-top scroll-change" data-menu-anima="fade-in">
<div class="navbar navbar-default mega-menu-fullwidth navbar-fixed-top" role="navigation">
<div class="navbar navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img class="logo-default" src="images/logo.png" alt="logo" />
<img class="logo-retina" src="images/logo-retina.png" alt="logo" />
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="#">Home</a>
</li>
<li class="">
<a href="docs/index.html">Developer Documentation</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="section-empty">
<div class="container content">
<div class="row vertical-row">
<div class="col-md-7">
<hr class="space" />
<p class="text-light text-m">Hey There, Burner...</p>
<h4 class="text-xl">
Here is a gift from us to you
</h4>
<p>
Blackrock is an Application Server - Built for the Internet of Apps. Unlike many other application servers, you don't need to be radically self-reliant to use it. It really is quite simple.<br/><br/>In stand-alone mode it can run an unlimited number of apps, or you can embed it as a dependency into your next project.
</p>
<hr class="space s" />
<a href="docs/index.html" class="circle-button btn btn-lg">Read The Docs</a>
<hr class="space" />
</div>
<div class="col-md-5">
<img src="images/mk-18.png" alt="" />
</div>
</div>
<hr class="space" />
<hr class="space m" />
<div class="row">
<div class="col-md-6 boxed-inverse">
<h4>Install Stand-Alone</h4>
<p>
Blackrock can be run as a stand-alone application server. Make sure that you <a href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm" style="color:blue;" target="_blank">Install Node.JS and NPM</a> (Version 10+)
and then go to your terminal and type <pre>> npm install -g is-blackrock<br/> </pre>
</p>
</div>
<div class="col-md-6 boxed-inverse">
<h4>Or as a Dependency</h4>
<p>
You can also install Blackrock as a dependency within your own Node.JS project. Once again, you will need to <a href="https://docs.npmjs.com/downloading-and-installing-node-js-and-npm" style="color:blue;" target="_blank">Install Node.JS and NPM</a> (Version 10+)
and then go to your terminal and type <pre>> cd /path/to/your/project <br/>> npm install --save is-blackrock</pre>
</p>
</div>
</div>
</div>
</div>
<i class="scroll-top scroll-top-mobile fa fa-sort-asc"></i>
<footer class="footer-minimal">
<div class="content">
<div class="container">
<div class="row footer-main">
<hr class="space s" />
<p>Developed in Sydney, Australia</p>
<p style="font-size:10px;">Blackrock Application Server is in no way affiliated with Burning Man Festival</p>
<hr class="space xs" />
</div>
<div class="row copy-row">
<div class="col-md-12 copy-text">
<div class="tag-row">
<span>© ALL RIGHTS RESERVED</span>
<span><a href="https://www.industryswarm.com">INDUSTRYSWARM</a></span>
<span><a href="https://www.darrensmith.com.au">BY DARREN SMITH</a></span>
</div>
</div>
</div>
</div>
</div>
<script src="scripts/bootstrap/js/bootstrap.min.js"></script>
<script src='scripts/jquery.tab-accordion.js'></script>
<script src='scripts/parallax.min.js'></script>
</footer>
</body>
</html>