Skip to content

Commit c936baf

Browse files
committed
update
1 parent 503278b commit c936baf

5 files changed

Lines changed: 22 additions & 26 deletions

File tree

index.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Code Forge</title>
5+
<title>Gitus Code Forge</title>
66
<link rel="stylesheet" href="./style.css">
77
</head>
88
<body>
99
<header>
1010
<div class="header-nav">
1111
<div class="header-nav-left">
1212
<a href="./index.html">HOME</a>
13-
<a href="https://github.com/AegisCodeDepot/aegis">CODE_REPOSITORY</a>
13+
<a href="https://github.com/GitusCodeDepot/Gitus">CODE_REPOSITORY</a>
1414
<a href="./news.html">NEWS</a>
1515
</div>
1616
</div>
1717

18-
<div>
19-
<img style="vertical-align: bottom" width="96" src="./logo.png" alt="Aegis Logo" />
20-
<h1 class="header-name">Aegis Code Forge</h1>
18+
<div style="margin-top:1em">
19+
<img style="vertical-align: bottom" height="32" src="./logo.png" alt="Gitus Logo" /><br />
20+
<h1 class="header-name">Gitus Code Forge</h1>
2121
</div>
2222
</header>
2323

2424
<hr />
2525

2626
<div>
2727

28-
<p>Aegis is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p>
28+
<p>Gitus is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p>
2929

30-
<p><b>Latest Release: <a href="https://github.com/AegisCodeForge/aegis/releases/tag/v0.1.5">v0.1.5 (2025-11-30)</a></b><br />
31-
<b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/6204d5b95de97755e1f2b0d60cf8c73741b9018e">v0.1.5.build_0 (2025-11-30)</a></b></p>
30+
<p><b>Latest Release: <a href="https://github.com/GitusCodeForge/Gitus/releases/tag/v0.1.5">v0.1.5 (2025-11-30)</a></b><br />
31+
<b>Latest Nightly: <a href="https://github.com/GitusCodeForge/Gitus/tree/6204d5b95de97755e1f2b0d60cf8c73741b9018e">v0.1.5.build_0 (2025-11-30)</a></b></p>
3232

3333
<ul>
3434
<li>Simple, functional UI;</li>
@@ -57,17 +57,14 @@ <h1 class="header-name">Aegis Code Forge</h1>
5757
</ul>
5858

5959
<p>While we don't have a demo yet, <a href="./screenshot.html">here are a few screenshot from the latest nightly (v0.1.3-b1)</a>.</p>
60-
<p>The code repository can currently be found on <a href="https://github.com/AegisCodeForge/aegis">GitHub</a>.</p>
61-
62-
<blockquote><i>NOTE: This project has no relations with <a href="https://aegis.sourceforge.net">the original Aegis</a>.</i></blockquote>
63-
60+
<p>The code repository can currently be found on <a href="https://github.com/GitusCodeForge/Gitus">GitHub</a>.</p>
6461

6562
</div>
6663

6764
<hr />
6865

6966
<footer>
70-
&copy; 2025 <a href="https://sebastian.graphics">Zetian Lin</a>
67+
&copy; 2025-2026 <a href="https://sebastian.graphics">Zetian Lin</a>
7168
</footer>
7269
</body>
7370
</html>

logo.png

-51.4 KB
Loading

news.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Code Forge</title>
5+
<title>Gitus Code Forge</title>
66
<link rel="stylesheet" href="./style.css">
77
</head>
88
<body>
99
<header>
1010
<div class="header-nav">
1111
<div class="header-nav-left">
1212
<a href="./index.html">HOME</a>
13-
<a href="https://github.com/AegisCodeDepot/aegis">CODE_REPOSITORY</a>
13+
<a href="https://github.com/GitusCodeDepot/Gitus">CODE_REPOSITORY</a>
1414
<a href="./news.html">NEWS</a>
1515
</div>
1616
</div>
1717

18-
<div>
19-
<img style="vertical-align: bottom" width="96" src="./logo.png" alt="Aegis Logo" />
20-
<h1 class="header-name">Aegis Code Forge</h1>
18+
<div style="margin-top:1em">
19+
<img style="vertical-align: bottom" height="32" src="./logo.png" alt="Gitus Logo" /><br />
20+
<h1 class="header-name">Gitus Code Forge</h1>
2121
</div>
2222
</header>
2323

screenshot.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<title>Aegis Code Forge</title>
5+
<title>Gitus Code Forge</title>
66
<link rel="stylesheet" href="./style.css">
77
</head>
88
<body>
99
<header>
1010
<div class="header-nav">
1111
<div class="header-nav-left">
1212
<a href="./index.html">HOME</a>
13-
<a href="https://github.com/AegisCodeDepot/aegis">CODE_REPOSITORY</a>
13+
<a href="https://github.com/GitusCodeDepot/Gitus">CODE_REPOSITORY</a>
1414
<a href="./news.html">NEWS</a>
1515
</div>
1616
</div>
1717

18-
<div>
19-
<img style="vertical-align: bottom" width="96" src="./logo.png" alt="Aegis Logo" />
20-
<h1 class="header-name">Aegis Code Forge</h1>
18+
<div style="margin-top:1em">
19+
<img style="vertical-align: bottom" height="32" src="./logo.png" alt="Gitus Logo" /><br />
20+
<h1 class="header-name">Gitus Code Forge</h1>
2121
</div>
2222
</header>
2323

style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
:root {
88
--foreground-color: white;
9-
--background-color: #1f1f1f;;
9+
--background-color: black;;
1010
--white-shade-degree-0: #ffffff1f;
1111
--white-shade-degree-1: #ffffff3f;
1212
--white-shade-degree-2: #ffffff7f;
@@ -66,12 +66,11 @@ footer {
6666
}
6767

6868
hr {
69-
height: 4px;
69+
height: 1px;
7070
border: none;
7171
background-color: var(--foreground-color);
7272
}
7373
.header-name {
74-
font-size: 3rem;
7574
display: inline;
7675
margin: 0;
7776
}

0 commit comments

Comments
 (0)