-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (74 loc) · 2.67 KB
/
index.html
File metadata and controls
76 lines (74 loc) · 2.67 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Welcome to BSDLabs</title>
<style type="text/css">
a {
color:#df691a;
text-decoration:none;
}
body {
background:#2b3e50;
color:#ebebeb;
font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
padding:0;
margin:0;
}
h1 {
font-size:2em;
}
h2 {
font-size:1.3em;
}
header {
background-color:#4e5d6c;
margin:0px;
padding:20px;
}
section {
padding:20px;
}
</style>
</head>
<body>
<header>
<h1>BSDLabs</h1>
</header>
<section id="main_content">
<p>
FreeBSD Labs is an online space and initiative geared
towards the realisation of community-driven THINK BIG and
DIFFERENT ideas.
</p>
<p>
We brainstorm and prototype next-gen concepts that:
</p>
<ul>
<li>Can begin with a prototype or <a href="https://en.wikipedia.org/wiki/Minimum_viable_product">MVP</a>, then scale from there</li>
<li>Can be achieved with a small group (2–4) of diversely-skilled people</li>
<li>Are not just related to <em>code</em> (src, ports, doc)</li>
<li>Are not just feature requests</li>
<li>Someone is willing to drive forward – <em>you</em>!</li>
</ul>
<p>
Think <a href="https://en.wikipedia.org/wiki/Skunkworks_project" target="_blank"><em>Skunkworks</em></a> for FreeBSD. Welcome to the Lab!
</p>
<h2>Getting started</h2>
<p>
Join us:
</p>
<ul>
<li>on <a href="https://github.com/bsdlabs" target="_blank">GitHub</a></li>
<li>in Discord – if joining for the first time, use <a href="https://discord.gg/9vZzzxz7y9" target="_blank">this invitation</a></li>
<li>at #bsdlabs in <a href="https://libera.chat/" target="_blank">Libera.Chat</a>.</li>
</ul>
<h2>Other links</h2>
<ul>
<li><a href="https://twitter.com/freebsdhelp?lang=en" target="_blank">@FreeBSDHelp</a> on Twitter</li>
</ul>
</section>
</body>
</html>