-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
175 lines (153 loc) · 6.5 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
<!DOCTYPE html>
<head>
<title>Home · SoMainline</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-png" href="/favicon.png">
<link rel="stylesheet" href="/style_somainline.css" />
<meta property="og:title" content="Home · SoMainline" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hobovrlabs.org/" />
<meta property="og:site_name" content="SoMainline" />
<meta property="og:description" content="Believe in Open Source- We are a group of developers in love with Linux, embedded development and mainlining devices" />
<meta property="og:image" content="/img/logo-square-filled.png" />
<meta property="og:image:alt" content="SoMainline Logo" />
</head>
<body>
<div class="announcement-container" role="banner">
<div class="announcement">Support Ukraine 🇺🇦
<a href="/ukraine/">Help Provide Humanitarian Aid to Ukraine</a>
</div>
</div>
<header>
<div class="header-logo">
<a href="/">
<img loading="lazy" class="sitewide-logo" src="/img/logo-square-optim.svg"/>
SoMainline
</a>
</div>
<nav>
<a class="selected" href="/">Home</a>
<a href="/team/">Team</a>
<a href="https://github.com/SoMainline/">Git</a>
<a href="/contact/">Contact</a>
</nav>
</header>
<div class="justify-center-med justify-center-sm" style="max-width: 1200px; width: 100%; margin: 0 auto 2em; display: flex; align-content: end;">
<div class="flex-half-med flex-nogrow-med reading">
<h1 class="center-vs">Hi! We are SoMainline</h1>
<h3>Believe in Open Source</h3>
<p>We are a group of developers in love with Linux, embedded development and
<a href="https://wiki.postmarketos.org/wiki/Mainlining">mainlining</a> devices.</p>
<div class="button-container">
<a class="rounded-button emphasis-button" href="/team/">Meet the Team</a>
<a class="rounded-button" href="https://docs.somainline.org">Read the Docs</a>
</div><!-- end .button-container -->
</div><!-- end .flex-half-med -->
<div class="landing-logo flex-half-med flex-med hide-sm landing-img">
<img loading="lazy" class="landing-logo-img" src='/img/logo-optim.svg' />
</div><!-- end .flex-half-med -->
</div>
<div class="h-spacer-med">
</div>
<div style="max-width: 660px; margin: 0 auto;" class="reading fullwidth-sm">
<h3>Who we are</h3>
<p>We are mainly interested in providing a mainline kernel for mobile devices, complemented by the necessary open-source userspace to form a complete device.</p>
<p>While some members choose to develop using Android as userspace, others favour alternatives like SailfishOS, Ubuntu Touch, postmarketOS and many others.</p>
<!--
<p>Many team members are also part of the
<a href="https://opendevices.ix5.org/">Open Devices Project</a> and regularly contribute to the
<a href="https://github.com/sonyxperiadev/"><code>sonyxperiadev</code></a> Android repositories.</p>
-->
<a class="avatars" href="/team/">
<div class="avatar-invite">
<span class="muted-button">+ You?</span>
</div>
<div class="avatar">
<img src="/img/team-oleg_thumb.jpeg">
</div>
<div class="avatar">
<img src="/img/team-jami_thumb.jpeg">
</div>
<div class="avatar">
<img src="/img/team-martin_thumb.jpeg">
</div>
<div class="avatar">
<img src="/img/team-konrad_thumb.jpeg">
</div>
<div class="avatar">
<img src="/img/team-marijn_thumb.jpeg">
</div>
<div class="avatar">
<img src="/img/team-angelo_thumb.jpeg">
</div>
</a><!-- end .avatars -->
</div>
<div style="max-width: 660px; margin: 0 auto;" class="reading fullwidth-sm">
<h3>What we do</h3>
<p>Our goal is to facilitate running free software on your mobile device with the latest Linux Kernel.</p>
<p>You can find most of our submitted contributions to the Kernel on the
<a href="https://patchwork.kernel.org/project/linux-arm-msm/list/">
linux-arm-msm
<img height=20 style="vertical-align: middle" src="/img/tux.svg" alt="Tux Logo" />
mailing list</a>.
</p>
<p>We provide
<a href="https://github.com/SoMainline/linux">work-in-progress branches of our latest kernel work</a> at GitHub,
<!-- TODO publish <a href="https://github.com/SoMainline/device-mainline-common">Android device trees for simplified mainline development</a>, -->
convenience scripts
(<a href="https://github.com/MarijnS95/oot">Out-of-Tree kernel script</a>,
<a href="https://github.com/SoMainline/arch-rootfs-builder">rootfs-builder</a>),
and, most importantly,
<a href="https://docs.somainline.org/">documentation</a>.</p>
<p>
<a class="muted-button" href="https://github.com/somainline">See our work on
<img width=20 height=20 style="padding: 0 2px; vertical-align: middle" src="/img/github.svg" alt="">
GitHub</a>
</p>
</div>
<div style="max-width: 660px; margin: 0 auto;" class="reading fullwidth-sm">
<h3>How you can get involved</h3>
<p>The best way to get in touch with us is to collaborate with us at our
<a href="https://github.com/SoMainline/">GitHub organization</a>.
We'll be happy to review your patches.</p>
<p>
Even if you cannot or do not want to develop yourself, you can still help us
out by improving the
<a href="https://github.com/SoMainline/docs.somainline.org/">documentation</a> and
<a href="https://docs.halium.org/en/latest/supplementary/devices/index.html#getting-the-info">researching publicly available information</a>
about the hardware of devices.
</p>
</div>
<div class="h-spacer-med">
</div>
<div style="max-width: 900px; margin: 0 auto;" class="reading fullwidth-sm">
<h3>Thanks</h3>
<p>
We are incredibly grateful to and our members contribute to the following projects:
</p>
<div class="container">
<a href="https://opendevices.ix5.org/" class="item blue">
<img loading="lazy" src="/img/opendevices3.svg" alt="">
<h4>Open Devices</h4>
</a>
<a href="https://wiki.postmarketos.org/wiki/Main_Page" class="item green">
<img loading="lazy" src="/img/postmarketos-logo_thumb_quant.png" alt="">
<h4>postmarketOS</h4>
</a>
<a href="https://ubports.com/" class="item orange">
<img loading="lazy" src="/img/ubports-logo_quant.png" alt="">
<h4>Ubuntu Touch</h4>
</a>
<a href="https://docs.halium.org/en/latest/" class="item purple">
<img loading="lazy" src="/img/halium-logo_thumb_quant.png" alt="">
<h4>Halium</h4>
</a>
<a href="https://sailfishos.org/" class="item white">
<img loading="lazy" src="/img/sailfish-logo_thumb_quant.png" alt="">
<h4>SailfishOS</h4>
</a>
</div>
</div>
</div><!-- end .reading -->
</body>