aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: a44537c5678cb79b2bff1605291bac9bfb5b2887 (plain)
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
<html>
  <head>
    <title>Replicant Git</title>
    <link rel="shortcut icon" href="/replicant_favicon.ico" type="image/png" />
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
    <meta content="utf-8" http-equiv="encoding">
    <link rel="stylesheet" href="./index.css" type="text/css">
  </head>
  <body>
    <style>
      body { font-family: sans-serif; line-height: 1.5; background:#fff;}
      a{ color: #666;}
    </style>

    <div class="container">

      <div id="first" class="tile">
	<a href="replicant">
	  <h2 class="itemheading">Replicant</h2>
	  <p class="itemtext">Replicant's source code</p>
	</a>
      </div>

      <div id="first" class="tile">
	<a href="replicant-next">
	  <h2 class="itemheading">Replicant Next</h2>
	  <p class="itemtext">Work in progress for the next major version of Replicant</p>
	</a>
      </div>

      <div id="first" class="tile">
	<a href="infrastructure">
	  <h2 class="itemheading">Replicant's infrastructure</h2>
	  <p class="itemtext">Repositories for the Replicant infrastructure</p>
	</a>
      </div>

      <div id="second" class="tile">
	<a href="contrib">
	  <h2 class="itemheading">Contrib</h2>
	  <p class="itemtext">personal repos of contributors</p>
	</a>
      </div>

      <div id="third" class="tile">
	<a href="AOSP-mirror">
	  <h2 class="itemheading">AOSP mirror</h2>
	  <p class="itemtext">mirrored repos from AOSP</p>
	</a>
      </div>

      <div id="third" class="tile">
	<a href="LineageOS-mirror">
	  <h2 class="itemheading">LineageOS mirror</h2>
	  <p class="itemtext">mirrored repos from LineageOS</p>
	</a>
      </div>

      <div id="third" class="tile">
	<a href="freesmartphone.org-mirror">
	  <h2 class="itemheading">freesmartphone.org mirror</h2>
	  <p class="itemtext">mirrored repos from freesmartphone</p>
	</a>
      </div>

      <div id="fourth" class="tile">
	<a href="vm-source.html">
	  <h2 class="itemheading">Running services</h2>
	  <p class="itemtext">Source code for the Replicant VM services</p>
	</a>
      </div>
    </div>
</body></html>