-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 3.08 KB
/
index.html
File metadata and controls
75 lines (66 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Seigr Lab</title>
<meta name="description" content="Decentralized, secure, and self-sovereign systems built with care and precision">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/support.css">
</head>
<body>
<div id="header-container" data-base-path=""></div>
<div class="section">
<h2>Projects</h2>
<p id="repos-loading">🔄 Loading...</p>
<div id="repos-container" class="cards" style="display: none;">
<!-- Repositories will be loaded here dynamically -->
</div>
<div id="repos-error" style="display: none;">
<p>Unable to load repositories. Please visit our <a href="https://github.com/Seigr-lab"
target="_blank">GitHub organization</a> directly.</p>
</div>
<div class="github-buttons">
<github-button type="sponsor" repo="Seigr-lab"></github-button>
</div>
</div>
<div class="section">
<h2>Other Ongoing Projects</h2>
<div class="cards">
<div class="card">
<h3>SeigrOS</h3>
<p>A self-sovereign operating system built on principles of modularity, user control, and harmony with
natural systems. Designed to give users complete control over their computing environment.</p>
<p><strong>Status:</strong> Research & Design Phase Finished, Implementation Phase Ongoing</p>
</div>
<div class="card">
<h3>Hyphos</h3>
<p>The native senary-based language designed for modular implementation.</p>
<p><strong>Status:</strong> Further Core Development Ongoing</p>
</div>
<div class="card">
<h3>Cycle Somatic Box</h3>
<p>The Cycle-Somatic Box is a personal, experimental project designed to solve a critical challenge:
achieving sustainable, continuous energy generation to support the Seigr Hub.</p>
<p><strong>Status:</strong> Model Design Phase</p>
</div>
</div>
<div class="footer">
<p><a href="https://github.com/Seigr-lab" target="_blank">
<img src="assets/seigr_logo.png" alt="Seigr-lab Logo" style="max-width:100%;height: 125px;"></a>
<p>© 1977-2026 Seigr Lab</p>
</div>
<!-- Floating Support Button -->
<button class="support-button" onclick="openSupportModal()">
<span class="support-button-icon">❤️</span>
<span>Support Seigr</span>
</button>
<script src="js/header.js"></script>
<script src="js/main.js"></script>
<script src="js/support.js"></script>
<script
src="https://cdn.jsdelivr.net/gh/MarketingPipeline/GitHub-Buttons-Web-Component/version/1.0.0/src/github-buttons-wc.js"
defer></script>
</body>
</html>