Skip to content

Commit e3dc462

Browse files
committed
style: reformat CSS and HTML files with consistent multi-line indentation
Signed-off-by: ravindu644 <droidcasts@protonmail.com>
1 parent b3955fc commit e3dc462

23 files changed

Lines changed: 10568 additions & 4452 deletions

404.html

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width,initial-scale=1">
@@ -17,34 +18,45 @@
1718
<link rel="canonical" href="https://www.droidspaces.org/404.html">
1819
<link rel="preconnect" href="https://fonts.googleapis.com">
1920
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
20-
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
21+
<link
22+
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@300;400;500;600&display=swap"
23+
rel="stylesheet">
2124
<link rel="icon" href="/favicon.ico">
2225
<link rel="apple-touch-icon" href="/favicon.ico">
2326
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
2427
<link rel="stylesheet" href="/style.css">
25-
<script>(function(){const t=localStorage.getItem('theme');if(t)document.documentElement.setAttribute('data-theme',t);})();</script>
28+
<script>(function () { const t = localStorage.getItem('theme'); if (t) document.documentElement.setAttribute('data-theme', t); })();</script>
2629
</head>
30+
2731
<body>
2832
<nav aria-label="Main navigation">
2933
<div class="container" style="display:flex;align-items:center;justify-content:space-between;height:100%;">
3034
<a href="/" class="nav-logo">
3135
<svg class="logo-icon" viewBox="8.25 10.35 31.5 27.3" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
32-
<path d="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
33-
<path d="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
34-
<path d="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
36+
<path
37+
d="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
38+
<path
39+
d="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
40+
<path
41+
d="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
3542
</svg>
3643
<span class="logo-text">Droidspaces</span>
3744
</a>
3845
<div style="display:flex;align-items:center;gap:0.5rem;">
3946
<ul class="nav-links">
4047
<li class="nav-features"><a href="/#features">Features</a></li>
41-
<li><a href="/docs/" ><i class="fas fa-book nav-icon nav-icon-docs"></i><span class="nav-label">Documentation</span></a></li>
42-
<li class="nav-downloads"><a href="/downloads.html"><i class="fas fa-download nav-icon nav-icon-docs"></i><span class="nav-label">Downloads</span></a></li>
43-
<li><a href="https://github.com/ravindu644/Droidspaces-OSS" rel="noopener noreferrer"><i class="fab fa-github nav-icon"></i><span class="nav-label nav-label-gt">GitHub</span></a></li>
44-
<li><a href="https://t.me/Droidspaces" rel="noopener noreferrer"><i class="fab fa-telegram nav-icon"></i><span class="nav-label nav-label-gt">Telegram</span></a></li>
48+
<li><a href="/docs/"><i class="fas fa-book nav-icon nav-icon-docs"></i><span
49+
class="nav-label">Documentation</span></a></li>
50+
<li class="nav-downloads"><a href="/downloads.html"><i
51+
class="fas fa-download nav-icon nav-icon-docs"></i><span class="nav-label">Downloads</span></a></li>
52+
<li><a href="https://github.com/ravindu644/Droidspaces-OSS" rel="noopener noreferrer"><i
53+
class="fab fa-github nav-icon"></i><span class="nav-label nav-label-gt">GitHub</span></a></li>
54+
<li><a href="https://t.me/Droidspaces" rel="noopener noreferrer"><i class="fab fa-telegram nav-icon"></i><span
55+
class="nav-label nav-label-gt">Telegram</span></a></li>
4556
</ul>
4657
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
47-
<svg class="sun-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none">
58+
<svg class="sun-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
59+
style="display:none">
4860
<circle cx="12" cy="12" r="5"></circle>
4961
<line x1="12" y1="1" x2="12" y2="3"></line>
5062
<line x1="12" y1="21" x2="12" y2="23"></line>
@@ -63,17 +75,24 @@
6375
</div>
6476
</nav>
6577

66-
<main style="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 56px - 80px);padding:2rem;text-align:center">
78+
<main
79+
style="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 56px - 80px);padding:2rem;text-align:center">
6780
<h1 style="font-size:4rem;font-family:var(--mono);color:var(--muted);margin-bottom:0.5rem">404</h1>
68-
<p style="color:var(--muted);font-size:1rem;margin-bottom:2rem;max-width:400px">The page you're looking for doesn't exist.</p>
81+
<p style="color:var(--muted);font-size:1rem;margin-bottom:2rem;max-width:400px">The page you're looking for doesn't
82+
exist.</p>
6983
<div style="display:flex;gap:0.75rem;flex-wrap:wrap;justify-content:center">
7084
<a href="/" class="btn btn-primary">Go Home</a>
7185
<a href="/docs/" class="btn btn-ghost">Browse Docs</a>
7286
</div>
7387
</main>
7488
<footer>
75-
<p>&copy; 2026 Droidspaces &nbsp;·&nbsp; <a href="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE" rel="noopener noreferrer">GPLv3</a> &nbsp;·&nbsp; by <a href="https://github.com/ravindu644" rel="noopener noreferrer">ravindu644</a> and <a href="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors" rel="noopener noreferrer">contributors</a>
76-
</p>
89+
<p>&copy; 2026 Droidspaces &nbsp;·&nbsp; <a href="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE"
90+
rel="noopener noreferrer">GPLv3</a> &nbsp;·&nbsp; by <a href="https://github.com/ravindu644"
91+
rel="noopener noreferrer">ravindu644</a> and <a
92+
href="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors"
93+
rel="noopener noreferrer">contributors</a>
94+
</p>
7795
</footer>
7896
</body>
97+
7998
</html>

_footer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
&copy; 2026 Droidspaces &nbsp;·&nbsp; <a href="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE" rel="noopener noreferrer">GPLv3</a> &nbsp;·&nbsp; by <a href="https://github.com/ravindu644" rel="noopener noreferrer">ravindu644</a> and <a href="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors" rel="noopener noreferrer">contributors</a>
1+
&copy; 2026 Droidspaces &nbsp;·&nbsp; <a href="https://github.com/ravindu644/Droidspaces-OSS/blob/main/LICENSE"
2+
rel="noopener noreferrer">GPLv3</a> &nbsp;·&nbsp; by <a href="https://github.com/ravindu644"
3+
rel="noopener noreferrer">ravindu644</a> and <a
4+
href="https://github.com/ravindu644/Droidspaces-OSS/graphs/contributors" rel="noopener noreferrer">contributors</a>

_nav.html

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,45 @@
1-
<nav aria-label="Main navigation">
2-
<div class="container" style="display:flex;align-items:center;justify-content:space-between;height:100%;">
3-
<a href="/" class="nav-logo">
4-
<svg class="logo-icon" viewBox="8.25 10.35 31.5 27.3" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
5-
<path d="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
6-
<path d="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
7-
<path d="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z"/>
1+
<nav aria-label="Main navigation">
2+
<div class="container" style="display:flex;align-items:center;justify-content:space-between;height:100%;">
3+
<a href="/" class="nav-logo">
4+
<svg class="logo-icon" viewBox="8.25 10.35 31.5 27.3" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
5+
<path
6+
d="M36.85 30.16H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 34.97c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
7+
<path
8+
d="M36.85 21.00H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 25.82c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
9+
<path
10+
d="M36.84 11.74H11.15c-0.82 0-1.48 0.68-1.48 1.52v3.05c0 0.84 0.66 1.52 1.48 1.52h25.69c0.82 0 1.48-0.68 1.48-1.52v-3.05c0-0.84-0.66-1.52-1.48-1.52ZM12.58 16.57c-0.95 0-1.73-0.79-1.73-1.77s0.77-1.77 1.73-1.77 1.73 0.79 1.73 1.77-0.77 1.77-1.73 1.77Z" />
11+
</svg>
12+
<span class="logo-text">Droidspaces</span>
13+
</a>
14+
<div style="display:flex;align-items:center;gap:0.5rem;">
15+
<ul class="nav-links">
16+
<li class="nav-features"><a href="{{FEATURES_HREF}}">Features</a></li>
17+
<li><a href="/docs/" {{DOCS_STYLE}}><i class="fas fa-book nav-icon nav-icon-docs"></i><span
18+
class="nav-label">Documentation</span></a></li>
19+
<li class="nav-downloads"><a href="/downloads.html"><i class="fas fa-download nav-icon nav-icon-docs"></i><span
20+
class="nav-label">Downloads</span></a></li>
21+
<li><a href="https://github.com/ravindu644/Droidspaces-OSS" rel="noopener noreferrer"><i
22+
class="fab fa-github nav-icon"></i><span class="nav-label nav-label-gt">GitHub</span></a></li>
23+
<li><a href="https://t.me/Droidspaces" rel="noopener noreferrer"><i class="fab fa-telegram nav-icon"></i><span
24+
class="nav-label nav-label-gt">Telegram</span></a></li>
25+
</ul>
26+
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
27+
<svg class="sun-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
28+
style="display:none">
29+
<circle cx="12" cy="12" r="5"></circle>
30+
<line x1="12" y1="1" x2="12" y2="3"></line>
31+
<line x1="12" y1="21" x2="12" y2="23"></line>
32+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
33+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
34+
<line x1="1" y1="12" x2="3" y2="12"></line>
35+
<line x1="21" y1="12" x2="23" y2="12"></line>
36+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
37+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
838
</svg>
9-
<span class="logo-text">Droidspaces</span>
10-
</a>
11-
<div style="display:flex;align-items:center;gap:0.5rem;">
12-
<ul class="nav-links">
13-
<li class="nav-features"><a href="{{FEATURES_HREF}}">Features</a></li>
14-
<li><a href="/docs/" {{DOCS_STYLE}}><i class="fas fa-book nav-icon nav-icon-docs"></i><span class="nav-label">Documentation</span></a></li>
15-
<li class="nav-downloads"><a href="/downloads.html"><i class="fas fa-download nav-icon nav-icon-docs"></i><span class="nav-label">Downloads</span></a></li>
16-
<li><a href="https://github.com/ravindu644/Droidspaces-OSS" rel="noopener noreferrer"><i class="fab fa-github nav-icon"></i><span class="nav-label nav-label-gt">GitHub</span></a></li>
17-
<li><a href="https://t.me/Droidspaces" rel="noopener noreferrer"><i class="fab fa-telegram nav-icon"></i><span class="nav-label nav-label-gt">Telegram</span></a></li>
18-
</ul>
19-
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
20-
<svg class="sun-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display:none">
21-
<circle cx="12" cy="12" r="5"></circle>
22-
<line x1="12" y1="1" x2="12" y2="3"></line>
23-
<line x1="12" y1="21" x2="12" y2="23"></line>
24-
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
25-
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
26-
<line x1="1" y1="12" x2="3" y2="12"></line>
27-
<line x1="21" y1="12" x2="23" y2="12"></line>
28-
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
29-
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
30-
</svg>
31-
<svg class="moon-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
32-
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
33-
</svg>
34-
</button>
35-
</div>
39+
<svg class="moon-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
40+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
41+
</svg>
42+
</button>
3643
</div>
37-
</nav>
44+
</div>
45+
</nav>

0 commit comments

Comments
 (0)