Skip to content

Commit 628b542

Browse files
ItzSelenuxItzSelenux
authored andcommitted
page rewrite and add wiki functionality
to-do: fix relative links to point to GitHub (bug related to subitems) add the functionality of wikisubitems as page sections instead of point to a specific page
1 parent e2dc776 commit 628b542

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+15554
-1209
lines changed

about.html

Lines changed: 46 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,53 @@
11
<!DOCTYPE html>
2-
<html lang="EN">
3-
<meta charset="UTF-8">
4-
<!--HEADERS-->
5-
<head>
6-
<!--TITLE-->
7-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
8-
<title> Cereus Linux</title>
9-
<meta name="description" content="Cereus Linux it's a Gnu/Linux distribution derived from Void Linux thar focuses on delivering a user friendly experience.">
10-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<link rel="stylesheet" href="css.css">
12-
<script src="navbar.js"></script>
13-
<link rel="preconnect" href="https://fonts.googleapis.com">
14-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15-
<link href="https://fonts.googleapis.com/css2?family=Cantarell&display=swap" rel="stylesheet">
16-
</head>
2+
<html lang="EN">
3+
<meta charset="UTF-8">
4+
<!--HEADERS-->
5+
<head>
6+
<!--TITLE-->
7+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
8+
<title> Cereus Linux</title>
9+
<meta name="description" content="Cereus Linux it's a Gnu/Linux distribution derived from Void Linux thar focuses on delivering a user friendly experience.">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
<link rel="stylesheet" href="css.css">
12+
<script src="navbar.js"></script>
13+
<link rel="preconnect" href="https://fonts.googleapis.com">
14+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15+
<link href="https://fonts.googleapis.com/css2?family=Cantarell&display=swap" rel="stylesheet">
16+
</head>
1717

1818
<!--NAVBAR-->
19-
<body>
20-
<div inc="navbar.html"></div>
21-
<script>includeHTML();</script>
19+
<body>
20+
<div inc="navbar.html"></div>
21+
<script>includeHTML();</script>
2222

2323
<!--CONTENT-->
2424
<!--feautures-->
25-
<section class="contenido">
26-
<div class="intro-contenido">
27-
<h1>Cereus Linux Team<br>With love for you</h1>
28-
<p>Cereus Linux is a project that try to give a Void Linux user-friendly experience, Cereus is developed for you by</p>
29-
</div>
30-
<div class="features">
31-
<div class="dev-kf">
32-
<h3 style="color: #f2f2f2;">KF_Art</h3>
33-
<p style="color: #f2f2f2;">FOSS enthusiast, artist and writer</p>
34-
</div>
35-
<div class="dev-dc">
36-
<h3 style="color: #f2f2f2;">David Castro</h3>
37-
<p style="color: #f2f2f2;">IT Technician</p>
38-
</div>
39-
<div class="dev-slnx">
40-
<h3 style="color: #f2f2f2;">ItzSelenux</h3>
41-
<p style="color: #f2f2f2;">Programmer, Artist and Ducks enthusiast</p>
42-
</div>
43-
</div>
44-
</section>
25+
<ul class="features">
26+
<li>
27+
<h3>KF_Art</h3>
28+
<p>FOSS enthusiast, artist and writer.</p>
29+
<img src="res/devs/kf.png">
30+
</li>
31+
<li>
32+
<h3>David Castro</h3>
33+
<p>IT Technician</p>
34+
<img src="res/devs/dc.png">
35+
</li>
36+
<li>
37+
<h3>ItzSelenux</h3>
38+
<p>Programmer, Artist and Ducks enthusiast</p>
39+
<img src="res/devs/slnx.png">
40+
</li>
41+
</ul>
42+
</section>
4543

46-
<center>WebPage created by Doubleau15 and ItzSelenux</center>
47-
<br>
48-
49-
<section class="footer">
50-
<h2>Cereus Linux</h2>
51-
<h5>Copyright 2022 Cereus Linux. All right reserved.</h5>
52-
<h6>Cereus is backed up by the Cereus Team.</h6>
53-
</section>
54-
</body>
55-
</html>
44+
<center>WebPage created by Doubleau15 and ItzSelenux</center>
45+
<br>
46+
47+
<section class="footer">
48+
<h2>Cereus Linux</h2>
49+
<h5>Copyright 2024 Cereus Linux. All right reserved.</h5>
50+
<h6>Cereus is backed up by the Cereus Team.</h6>
51+
</section>
52+
</body>
53+
</html>

0 commit comments

Comments
 (0)