-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (149 loc) · 6.35 KB
/
Copy pathindex.html
File metadata and controls
156 lines (149 loc) · 6.35 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: default
---
<div class="jumbotron jumbotron-fluid top">
<div class="container text-center text-white">
<h1><img src="/img/brand/favicon/logo-white-120.png" alt="Mycelium-Network Logo"></h1>
<h1 class="display-6">MYCELIUM-NETWORK</h1>
<p class="lead text-red">
<b>CURRENTLY IN DEVELOPENT</b>
</p>
<p class="lead">
A distributed sharing platform for all your stuff at home!
Like the mycelium network of a fungi, this network of sharing with others should spread through the forest of the society.
</p>
<p class="lead d-none d-md-block">
You have a hammer or a drill you do not always need - share it!
</p>
<p class="lead d-none d-md-block">
You have a car or a camper van you do not drive all the time - share it!
</p>
<div class="row text-center mt-4">
<div class="col text-center">
<a class="btn btn-danger" href="/mkdocs/" role="button"><i class="fa fa-book" aria-hidden="true"></i> Documentation</a>
<a class="btn btn-danger" href="https://mycelium-api.herokuapp.com/docs" role="button"><i class="fa fa-cogs" aria-hidden="true"></i> API</a>
</div>
</div>
</div>
</div>
<div class="container">
<h1 id="about-us" class="top">About Us</h1>
<p>
Currently this is a one man project. And there is not much to see and evaluate at this point.
But I hope that this will change soon as I'm currently developing the application.
</p>
<p>
</p>
<h3>Basic Concepts</h3>
<div class="card-deck">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fas fa-shield-alt"></i> SECURITY FIRST</h5>
<p class="card-text">
The concept was designed with security first in mind, meaning that the protection of data is most important.
If a vulnerability was found an advisory will be published on GitHub in the specific repository.
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fas fa-project-diagram"></i> DISTRIBUTED</h5>
<p class="card-text">
All setups of this application are forming a network if whished by the owners.
In this way your data stays with you and you can share it with others as well.
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fa fa-cubes" aria-hidden="true"></i> MODULES</h5>
<p class="card-text">
You don't like my frontend design? No problem, just write another one or use one someone else wrote.
The same for features you don't need. The design will focus on interchangeability between the components.
</p>
</div>
</div>
</div>
<div class="card-deck mt-4">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fa fa-bolt" aria-hidden="true"></i> FAST & LIGHTWEIGHT</h5>
<p class="card-text">
A small instances of the application should be able to run on a RaspberryPi to allow easy self hosting in the home network.
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fas fa-lightbulb"></i> EASY TO USE</h5>
<p class="card-text">
The interface is designed to guide the user through the application and all setup configurations.
</p>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title text-center"><i class="fa fa-globe" aria-hidden="true"></i> ECO-FRIENDLY</h5>
<p class="card-text">
Be part of the solution and reduce your carbon footprint by sharing things with others.
</p>
</div>
</div>
</div>
<hr id="help" class="mt-5 mb-5">
<h1 id="help" class="top">How can you help?</h1>
<h5>
You are a <i>Developer</i>, a <i>Creative Mind</i> or just and interested person?
</h5>
<p>
Take a look at the repositories and if there are questions or simply create an issue <a href="https://github.com/mycelium-network/mycelium-network.github.io/issues">GitHub</a>.
</p>
<h5>
You want to setup this yourself? But you aren't a technical person?
</h5>
<p>
Don't worry, if you are minimal or no technical background, we will help you to setup the system when it is ready. At the moment I'm
developing everything that is need, and this might take some more time. I will update this site and make an announcement on <a href="https://twitter.com/MyceliumNet">Twitter</a>.
</p>
<hr class="mt-5 mb-5">
<h1 id="timeline" class="top">Project Timline</h1>
<div class="row">
<ul class="timeline">
<li>
<i>01 April, 2020</i>
<p>
<b>During the COVID-19 Pandemic</b>
</p>
<p>
One of the bright sides of the COVID-19 pandemic was the need to #stayathome and finally have the time to work on this side project.
</p>
</li>
<li>
<i>24. August, 2019</i>
<p>
<b>Start Project on CCCamp19</b>
</p>
<p>
The idea was in my head for some while, but I had lack of motivation so I finally wrote some of my ideas down and started to work on the
project for some times. As you might experienced your self you always need to start with a new domain first! Mycelium-Network should distributed platform
to share things that are lying around at home. To reduce my consumption in general and avoid buying new stuff for every project.
</p>
<p>
Often I had the problem that I missed some of the tools for my projects, but running
around and asking all my friends for it would have been to easy.
So I though why not over engineer this problem a bit an build some kind of secure and
open source solution.
</p>
</li>
<!-- <li>
<i>XX. März, 2020</i>
<p>
<b>TODO: Bonn pflegt Daten mit!</b>
</p>
<p>
TODO: Jetzt pflegt die Wirtschaftsförderung und IHK mit der Stadt Bonn die Daten der Unternehmen für Bonn mit und ist somit der erste Partner für das Portal.
</p>
</li> -->
</ul>
</div>
</div>