-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (47 loc) · 1.99 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
---
layout: single
type: homepage
title: Pico Labs
authors:
- Phil Windley
published: true
---
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<!-- <h3 class="masthead-brand">Pico Labs</h3> -->
<nav>
<ul class="nav masthead-nav">
<li class="active"><a href="#">Home</a></li>
<li ><a href="https://picolabs.atlassian.net/wiki/spaces/docs/overview">Documentation</a></li>
<li ><a href="https://picolabs.atlassian.net/wiki/display/docs/Pico+Engine+Quickstart">Get Started</a></li>
<li><a href="https://byu.instructure.com/courses/11296/pages/labs-for-learning-reactive-programming">Learn Picos</a></li>
<li><a href="https://github.com/Picolab/">GitHub</a></li>
<!-- <li><a href="#">Contact</a></li> -->
</ul>
</nav>
</div>
</div>
<div class="inner cover">
<img src="img/pico-labs-stacked.png" alt="Pico Labs Logo" />
<!-- <h1 class="cover-heading">Pico Labs</h1> -->
<p class="lead">
Pico Labs is responsible for open-source projects related to picos, educating developers on their use, and promoting them for applications in the Internet of Things, decentralized applications (dApps), and personal data.
</p>
<p class="lead">
Pico Labs is responsible for Picos, an actor-based programming system that supports people-centric, reactive programming on the internet.
</p>
<p class="lead">
<a href="https://byu.instructure.com/courses/11296/pages/labs-for-learning-reactive-programming" class="btn btn-lg btn-default">Learn Actor-Model Programming</a>
</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>© Copyright Pico Labs, 2015-2023</p>
</div>
</div>
</div>
</div>
</div>