-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview.html
More file actions
122 lines (94 loc) · 3.25 KB
/
overview.html
File metadata and controls
122 lines (94 loc) · 3.25 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
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<link rel="stylesheet" href="./styles/overview_styles.css" />
<title>Pluto Website</title>
<meta charset="UTF-8"> </meta>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</meta>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
<script type = "text/javascript">
</script>
</head>
<body>
<div class = "container">
<div class = "wrapper">
<nav class = "menu">
<a class = "m1" href = "index.html">Home</a>
<a class = "m2" href = "">Overview</a>
<a class = "m3" href = "updates.html">Updates</a>
<a class = "m4" href = "team.html">Team</a>
<a class = "m5" href = "faq.html">FAQ</a>
</nav>
<div id ="content">
<h3 id = "title">Overview</h3>
<div id = "unwrapped">
<div id = "leftside">
<br />
<h4 id = "heading">Required Backend Dependencies:</h4>
<br />
<ul id ="main-text">
<li> MongoDB 3.0.15</li>
<li>Nodejs 8.11.1 -- Node Modules --</li>
<li>ExpressJs 4.16.2</li>
<li>mongoose 5.1.1</li>
<li>jsonwebtoken 8.2.0</li>
<li>bcrypt 2.4.3</li>
<li>body-parser 1.18.2</li>
<li>ES6</li>
</ul>
<br />
</div>
<div id = "rightside">
<br />
<img src = "./img/ui.PNG">
</div>
</div>
<br />
<div id = "wrapped">
<p id = "main-text">DeepShare was designed with Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare tincidunt tellus at malesuada. Mauris aliquet purus sit amet lectus rhoncus ultricies. Cras sit amet dapibus magna. Ut elementum, nibh condimentum eleifend mattis, leo tellus rhoncus orci, non cursus ante libero sit amet sapien. Nam mattis, leo rutrum lacinia pretium, sem nulla malesuada odio, eget consequat mauris metus et ero</p>
<br />
<p id = "main-text"> To install:</p>
<br />
<pre> $ npm install</pre>
<br />
<p id = "main-text"> To run:</p>
<br />
<pre># Start mongo daemon
$ mongod
# Start node server
$ npm app.js
</pre>
</div>
</div>
</div>
</div>
</body>
</html>
<!--<div class = "b2">
<a name = "link1"></a>
<div id ="product">
<br />
<br />
<br />
<br />
<br />
<br /><br />
<div id = "rightside">
<h3 id = "t2">What is DeepShare?</h3>
<br />
<p id = "t1"><span id = "text">Share Resources is an open source platform designed to allow dynamic contribution and consumption of distributed computing resources. Using a barter based system it allows a user to offer their own computational resources in exchange for tokens or use the resources of others in the pool.</span></p>
</div>
<div id = "leftside">
<br />
<img src = "imageplaceholder.jpg" >
</div>
</div>
</div>
-->