-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (267 loc) · 18.6 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en-us">
<head>
<title color="">Floflis Platform</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no,user-scalable=no" name="viewport">
<link rel="shortcut icon" href="icon.ico" type="image/x-icon">
<link rel="icon" href="icon.ico" type="image/x-icon">
<link rel="logo" href="flag.svg" border="true" />
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
<script type="text/javascript" src="js/page-common.js"></script>
<link href="plugins/Bootstrap/themes/material/css/material.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/page-common.css">
<link rel="stylesheet" type="text/css" href="css/app-common.css">
<link rel="stylesheet" type="text/css" href="css/page-custom.css">
<link rel="stylesheet" type="text/css" href="css/app-custom.css">
<link href="fonts/Cabin/font.css" rel="stylesheet">
<link href="fonts/Roboto/font.css" rel="stylesheet">
<link href="fonts/Material Icons/font.css" rel="stylesheet">
<meta name="pehtml" content="true">
<meta name="directory" content="css, js, img, snd">
<meta name="description" content="The edge of modern computing. Rust everywhere: Rust from the shell to the prompt; from the prompt to the programs. Floflis is an ecosystem which can be a standalone OS (Linux or any other open kernel) or run as a platform inside any other OS/distro.">
<meta name="keywords" content="linux, distro, ubuntu, rust, cinnamon, web3, ethereum, nfts, daos">
</head>
<body id="body">
<div id="app">
<header><logo title="Floflis Platform"></logo>
<a title="Login with your Plasmmer account" href="https://accounts.plasmmer.com/login?redirectto=floflis.com" class="btn btn-light btn-sm" style="float: right;"><div style="background: url(https://web.archive.org/web/20230405192028/https://orgut.co/PF.Site/flavors/bootstrap/assets/logos/logo_default.png) no-repeat no-repeat 0px 0px;width: 32px;height: 32px;background-size: 168px;padding: 0 0px 0px 0px;/*! line-height: -7px; */vertical-align: middle;display: inline-block;"></div> Sign-in</a>
<nav>
<ul style="
overflow: hidden!important;
">
<!--<a href=""><li><div><i class="material-icons">widgets</i></div><p>Elements</p></li></a>-->
<a href="./os"><li><!--<div><i class="material-icons">book</i></div>--><p>FloflisOS</p></li></a>
<a href="./press"><li><!--<div><i class="material-icons">book</i></div>--><p>Press</p></li></a>
<a href="https://floflis.github.io/blog" target="_blank"><li><!--<div><i class="material-icons">book</i></div>--><p>Blog</p></li></a>
<!--<a href="" target="_blank"><li><div><i class="material-icons">comment</i></div><p>Forum</p></li></a>-->
<a href="https://floflis.github.io/docs" target="_blank"><li><!--<div><i class="material-icons">book</i></div>--><p>Documentation</p></li></a>
</ul>
</nav></header>
<div class="content">
<article>
<center><img class="img-fluid" width="500px" src="banner.png"/><br/><img class="img-fluid" src="logotype.svg" title="Floflis Platform" alt="Floflis Platform" width="420px"/><br/><h1>Rust-first, AI-first, Web3-first: THE FUTURE-FIRST OS.</h1><h3></h3>
<hr/>
<h2>Rust everywhere 🦀</h2>
<h3>Rust from the shell to the prompt; from the prompt to the programs.</h3>
<div class="container">
<div class="row">
<div class="col">
<h2><img width="32px" src="https://avatars.githubusercontent.com/u/50749515?s=200&v=4"> <b>Shell</b></h2>
<p>Floflis have replaced Bash by a fast, modern shell: <a href="https://github.com/nushell/nushell" target="_blank">nu</a>.</p>
<p>But <b>don't worry</b>: your loved bash scripts will still work!</p>
<img width="440px" src="https://raw.githubusercontent.com/nushell/nushell/main/assets/nushell-autocomplete6.gif">
</div>
<div class="col">
<h2><img width="32px" src="https://avatars.githubusercontent.com/u/49654870?s=200&v=4"> <b>Prompt 👩🚀</b></h2>
<p>Floflis uses a beauty/infinitely customizable, modern and blazing-fast prompt: <a href="https://github.com/starship/starship" target="_blank">Starship 🚀</a></p>
<img width="440px" src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif">
</div>
</div>
</div>
<hr/>
<div class="area" style="position: relative;width: 100%;border-top: 1px solid #9a9a9a;background: #000;padding: 10px; color:#fff">
<center> <h1>Our projects:</h1>
<a href="https://filepeace.github.io" target="_blank" style="padding-right:15px"><img src="https://filepeace.github.io/press/press-kit/img/logotype-plain_white.svg" style="opacity: 0.7;" width="300px"></a>
</center>
<hr></div>
<hr/>
<h5>Floflis is an ecosystem which can be a standalone OS <small>(Linux or any other open kernel)</small> or run as a platform inside any other OS:</h5></center>
<style>
h1.wowpaper {
margin-bottom: 24px;
font-size: 5rem;
line-height: 5rem;
color: rgb(0, 0, 0)!important;
line-height: 2.5rem;
letter-spacing: -0.5px;
text-transform: uppercase;
font-weight: 700;
font-size: 2.5rem;
font-family: "AvertaStd-Black", "Arial", "Helvetica", sans-serif;
margin-bottom: 12px;
}
h1.wowpaper.selectink:before {
content: "";
position: absolute;
height: 5%;
left: -5px;
z-index: -1;
}
h1.wowpaper.selectink.web3:before {
width: 38%;
background-color: #ff8aff;
}
h1.wowpaper.selectink.defi:before {
width: 62%;
background-color: #8cffde;
}
h1.wowpaper.selectink.floflisnew:before {
width: 62%;
background-color: #fefe69;
}
h1.wowpaper.selectink.syst-os:before {
width: 82%;
background-color: #444;
color: #fff;
}
</style>
<!--<img class="rounded float-left" src="img/floflisnew.png" width="350px"><h1 class="wowpaper selectink floflisnew">So, you hate Linux...</h1>
<h1>...or you love it, because it's Unix like macOS.</h1>
<h6>You should also be able to run Floflis as a platform on your existing device: Windows, macOS, Linux and even Android and ChromeOS.</h6>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<img class="rounded float-left" src="img/eth.png" width="350px"> <h1 class="wowpaper selectink defi">Decentralized Finance (DeFi) is here.</h1>
<h2>Bigger and more democratic than Bitcoin, DeFi <small>(introduced in Ethereum)</small> is unleashing a new economy ecosystem, interactions and workflows. <mark style="padding:3px;background:#fefe69">Floflis will assist user into getting right on it</mark>, and guide on new opportunities of dapps and protocols. <small><b>Note</b>: we don't promote centralized protocols (the ones which are managed by a admin key) and, if the case, a warning message will be displayed.</small></h2>
<p>There is a Etherean native behind Floflis: <a href="https://daniellmesquita.eth.link" target="_blank">daniellmesquita.eth</a>.</p>
<p><small>Please don't store high amounts of crypcurrencies/tokens/NFTs. Don't fully trust Floflis until it implements transparent updates. Always using a hardware wallet is adviced.</small></p>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<hr/>
<center>
<h4>Not limited to Ethereum. Literally.</h4>
<h5>Alongside dapps, you can also run Linux apps, other web apps and even Windows/Android apps.</h5>
<p>Also, Floflis will have other cryptocurrencies inside (such as Bitcoin and Bisq decentralized exchange).</p>
<p><small>Don't be afraid: Floflis will never promote scams such as Tron, Tezos and EOS.</small></p>
</center>
<hr/>
<img class="rounded float-left" src="img/syst-os.png" width="350px"> <h1 class="wowpaper selectink syst-os">A systematic ecosystem above a OS.</h1>
<h2>Floflis introduces a very different workflow on top of Linux and any other OS.</h2>
<h3>Tree folder is more easy and organized than Linux (like in Windows), own init system puts IPFS and Yggdrasil (limited to specific regions only) to work at the boot, and other daemons for new services and interactions are being worked.</h3>
<h5>We are also considering to develop Floflis Shield, a brand new daemon for app permissions (so, shell programs could ask for permissions before performing specific tasks).</h5>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>-->
<center><h1>OS - <small>Lightweight or full-featured OS powering your device</small></h1></center>
<div class="container">
<div class="row">
<div class="col">
<div class="card" style="width: 18rem;">
<img width="288px" class="card-img-top" src="./os/Screenshot from 2023-04-26 13-09-18.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Floflis OS</h5>
<p class="card-text">The lead product of the Floflis Platform 🏅<br/><small>Currently based on <b>Ubuntu</b> (PCs, Raspberry Pi, SiFive Unmatched - or <b>RaspiOS</b> on its armhf - Raspberry Pi Zero/W - version)</small>.</p>
<a href="./os" class="btn"><img width="32px" src="./press/press-kit/img/icon_colored.svg"/> Meet Floflis OS!</a>
</div>
</div>
</div>
<!--
<div class="col">
<div class="card" style="width: 21rem;">
<img width="336px" class="card-img-top" src="https://avatars.githubusercontent.com/u/77433541" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">UniOS</h5>
<p class="card-text">The crossover between <a href="https://uniswap.org/" target="_blank">Uniswap</a> and <a href="./os">Floflis OS</a>.<br/>Its Floflis, but themed with Uniswap's design and philosophy.<br/><small>Currently based in Ubuntu</small>.</p>
<a target="blank_" href="https://github.com/UniOSeth" class="btn btn-primary">Meet UniOS (not available yet)!</a>
</div>
</div>
</div>
-->
</div>
</div>
<center><h1>Guest - <small>An OS inside your OS</small></h1></center>
<div class="container">
<div class="row">
<!--<div class="col">
<div class="card" style="width: 18rem;">
<img width="100%" class="card-img-top" src="./press/press-kit/img/html5apps.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">HTML5Apps Platform</h5>
<p class="card-text">Fully featured web apps platform, that can bring Floflis as a graphical app to any OS <small>(Android, Windows, Linux, MacOS, etc)</small>.</p>
<p class="card-text">It is like PortableApps Platform; can run <a href="https://github.com/Floflis/Floflis-Central" target="_blank">Floflis Central</a> and any other Electron app, but using the same runtime: so apps which had thousand megabytes will have just a few kilobytes.</p><br/><small>Still in development. See it on <a href="https://github.com/html5appsplatform/HTML5Apps-Platform" target="blank">GitHub</a> or take a glance at its <a href="https://ipfs.io/ipfs/QmZezYgLWk2m6HHdsWdZfn7irbY7cra663BuZJ7RrZKgeQ/" target="blank">in-development</a> site</small>.
<a href="" target="blank" class="btn btn-primary">Access</a>
</div>
</div>
</div>-->
<div class="col">
<div class="card" style="width: 18rem;">
<img width="100%" class="card-img-top" src="https://gateway.pinata.cloud/ipfs/QmRYcXCF4ADCHh3oMo3mdQ1UW1X4p3hdoj4HPjRekipDs1" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">CLI</h5>
<p class="card-text">Floflis' operating base. Even the graphical layers uses this CLI.</p>
<p class="card-text">Composed of DNA, Core and Soil layers. Further CLI layers spawns a graphic desktop.</p>
<p class="card-text">With Floflis DNA + layers + Cubic, a full Floflis OS .iso can be built.</p>
<a href="https://floflis.github.io/cli" target="_blank" class="btn btn-primary">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<!--<div class="row">
<div class="col-sm-6">
<div class="card" style="width: 18rem;">
<img width="100%" class="card-img-top" src="https://gateway.pinata.cloud/ipfs/QmUrknXmktf8SmRLTimgpat5wDJ5xMHRcHQL6AqGHzLtc9" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Internet Cat browser</h5>
<p class="card-text">Floflis OS as a web browser. Web 3.0 ready. Capable of running some important apps.</p><br/><small>Yet in development. See it on <a href="https://github.com/Floflis/Internet-Cat" target="blank">GitHub</a> or take a glance at its <a href="https://ipfs.io/ipfs/QmRc9dfuJ3zDUxXVXve4GZVpuPrAp1Uy4Digk1aaFF1eWX/" target="blank">in-development</a> site</small>.
<a href="" target="blank" class="btn btn-primary">Access</a>
</div>
</div>
</div>
</div>-->
<hr/>
<div class="container">
<div class="row">
<div class="col">
<img width="300px" src="img/undraw/subscriber.svg"/>
<h1>Receive updates from Floflis</h1>
<p>Subscribe to our <a href="https://floflis.github.io/blog/index.json" target="blank">JsonFeed</a> or <a href="https://floflis.github.io/blog/index.xml" target="blank">RSS feed</a>. You can also follow us on <a href="https://twitter.com/intent/follow?ref_src=twsrc%5Etfw%7Ctwcamp%5Ebuttonembed%7Ctwterm%5Efollow%7Ctwgr%5EFloflisOS®ion=follow_link&screen_name=FloflisOS" target="_blank">Twitter</a> or other of <a href="./about/socialnetworks">our social networks</a>.</p>
</div>
<div class="col">
<img width="300px" src="img/undraw/learning.svg"/> <img width="300px" src="img/undraw/candidate.svg"/>
<h1>Your voice matters</h1>
<p>Found bugs or wants to suggest a thing? Or to discuss anything?</p>
<p>Submit a <a href="https://github.com/Floflis/meta/issues/new/choose" target="_blank">GitHub issue here</a> or send an email to: <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>There's also our <a href="" target="_blank">Discord</a> and <a href="" target="_blank">Reddit</a>!</p>
</div>
</div>
</div>
<hr/>
<img width="300px" src="img/undraw/loving.svg"/> <img width="300px" src="img/undraw/hooked.svg"/>
<h1>Do you love Floflis?</h1>
<p>Soon, you'll have some ways of helping Floflis; and know how your contributions will earn you FLOF tokens.</p>
<br/>
<hr/>
<h1>To do:</h1>
<ul>
<li>Email newsletters</li>
<li>Website in Hugo</li>
</ul>
<hr/>
<div class="row">
<div class="col-sm-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="https://ipfs.io/ipfs/QmPvZ7k88Qd9qRxvYPYoA9bnVLEWhNwRMQT2y2GdrhdMt6/img/aragon.svg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Our DAO</h5>
<p class="card-text">Join Floflis Platform's decentralized governance.</p>
<a href="https://aragon.plasmmer.com/#/floflis/" target="blank" class="btn btn-primary">Access</a>
</div>
<div class="card-footer text-muted">
(available in Polygon and XDai)
</div>
</div>
</div>
</div>
<hr/>
</article>
<footer><div class="footer-shadow"></div>
<center>Last update in Fri Jul 12 02:48 2023 -0300. <a href="http://status.floflis.com/" target="_blank">Status</a>.</center><a href="https://framework.js.org/" target="blank"><img src="https://img.shields.io/badge/built%20with-Framework.js%20(r1)-00A185.svg"></a><!--<a href="https://plasnerd.github.io/PEHTML/" target="blank"><img src="https://plasnerd.github.io/PEHTML/img/seal-2.png" width="167px" height="94px" style="-webkit-user-drag:element"></a>-->
<div class="social-icons">
<a href="https://twitter.com/FloflisOS" target="blank"><img src="img/social/twitter.svg" width="40px" height="40px" title="Follow us and receive latest news feed about Floflis progress and other development tools" alt="Twitter"></a>
<a href="https://tiktok.com/@floflisos" target="blank"><img src="img/social/tiktok.svg" width="40px" height="40px" title="Watch our videos with news/tutorials" alt="Youtube" class="round"></a>
<a href="https://www.youtube.com/channel/UCqboYZIRwremiHzqcvBdlYg" target="blank"><img src="img/social/youtube.svg" width="40px" height="40px" title="Watch our videos with news/tutorials" alt="Youtube" class="round"></a>
<a href="https://discord.gg/kcnYFqp" target="blank"><img src="img/social/discord.svg" width="40px" height="40px" title="Chat with us or get support" alt="Discord" class="round"></a>
<a href="https://www.reddit.com/r/floflis/" target="blank"><img src="img/social/reddit.svg" width="40px" height="40px" title="Yes, we have a base in the Reddit planet" alt="Reddit" class="round"></a>
<!--<a rel="me" href="https://mastodon.social/@floflis" target="blank"><img src="img/social/mastodon.svg" width="40px" height="40px" title="Follow us on Mastodon and receive latest news feed about Floflis and other useful projects" alt="Mastodon" class="round"></a>-->
<!--<a href="https://riot.im/app/#/+floflis:matrix.org" target="blank"><img src="img/social/riot.svg" width="40px" height="40px" title="Chat with us or get support" alt="Riot.im" class="round"></a>-->
<!--<a href="https://matrix.to/#/#openplanetnews:matrix.org" target="blank"><img src="img/social/riot.svg" width="40px" height="40px" title="Enable notifications for our updates" alt="Riot.im" class="round"></a>-->
<a href="https://github.com/Floflis" target="blank"><img src="img/social/github.svg" width="40px" height="40px" title="See first the news and improve Floflis in GitHub" alt="GitHub"></a>
<a href="https://gitlab.com/floflis" target="blank"><img src="img/social/gitlab.svg" title="See first the news and improve Floflis in GitLab" alt="GitLab" class="round" width="40px" height="40px"></a><!-- <a href="https://facebook.com/" target="blank"><img src="img/social/facebook.svg" width="40px" height="40px" title="Like us and receive latest news feed about FrameworkJS progress and other development tools" alt="Facebook"></a>--><a href="https://opencollective.com/floflis" target="blank"><img src="img/social/opencollective.svg" width="40px" height="40px" title="Contribute to Floflis in Open Collective" alt="Twitter"></a><!--<a href="https://.deviantart.com" target="blank"><img src="img/social/deviantart.svg" width="40px" height="40px" title="Follow us and receive latest backgrounds, designs and apps" alt="Deviantart"></a>--></div>
<div class="social-buttons"></div>
<copyright><center><a href="https://aragon.plasmmer.com/#/floflis/" target="_blank"><img width="350px" src="img/5d30129fbe8118efde2a8a25_Badge Dark.svg"/></a><br/><small>2011-></small> (c) 2019-2024 Floflis Platform <a href="https://aragon.plasmmer.com/#/floflis/" target="_blank">DAO</a> by <!--<a href="https://plasmmer.com" target="blank">Plasmmer DAO</a>--><a href="https://plasmmer.com/" style="opacity: unset;"><img height="16px" alt="Plasmmer DAO" src="https://plasmmer.com/press/press-kit/img/logotype-plain_black.svg" title="Plasmmer DAO"></a>. Illustrations from <a href="https://undraw.co/" target="blank">UnDraw</a>.</center></copyright>
</footer>
</div>
</div>
</body>
</html>