Skip to content

Commit 3522169

Browse files
committed
Update readme and format frontend
1 parent 4c097d4 commit 3522169

File tree

3 files changed

+817
-685
lines changed

3 files changed

+817
-685
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ All the people who starred my repo!!
102102
Those who sponsor me also get a free easter egg inside RustCast, so if you want
103103
a free easter egg, a dollar is all you need!
104104

105+
And the updated list of contributors:
106+
107+
<a href="https://github.com/unsecretised/rustcast/graphs/contributors">
108+
<img src="https://contrib.rocks/image?repo=unsecretised/rustcast" />
109+
</a>
110+
105111
### Easter egg list:
106112

107113
- Nazeofel (Random Variable on discord) -> led to the _randomvar_ easter egg

docs/index.html

Lines changed: 119 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,133 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<title>RustCast – Open Source Raycast Alternative</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="icon" href="icon.png" />
8-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-iosevka@0.0.75/index.min.css" />
9-
<link rel="stylesheet" href="styles.css" />
10-
</head>
11-
<body>
12-
<div class="floating-orbs">
13-
<div class="orb"></div>
14-
<div class="orb"></div>
15-
</div>
16-
<div class="organic-background"></div>
17-
<div class="vignette"></div>
18-
19-
<main class="page">
20-
<section class="shell">
21-
<header class="top-bar">
22-
<div class="controls">
23-
<span class="dot red"></span>
24-
<span class="dot amber"></span>
25-
<span class="dot green"></span>
26-
</div>
27-
<div class="logo-mark">
28-
<div class="logo-square">
29-
<img src="icon.png" height="20px" width="20px" id="logo-img" />
30-
</div>
31-
<span>RustCast</span>
32-
</div>
33-
<div class="pill">
34-
<span class="pill-badge"></span>
35-
<span>Open Source · Rust</span>
36-
</div>
37-
</header>
38-
39-
<section class="body">
40-
<h1>
41-
Popup command palette<br />
42-
for <span>Peak Productivity</span>
43-
</h1>
44-
<p class="subtitle">
45-
A blazing-fast, keyboard-first productivity launcher written in pure Rust.
46-
Privacy-focused, customizable, and open source alternative to Raycast.
47-
</p>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>RustCast – Open Source Raycast Alternative</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="icon" href="icon.png" />
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/typeface-iosevka@0.0.75/index.min.css"
11+
/>
12+
<link rel="stylesheet" href="styles.css" />
13+
</head>
14+
<body>
15+
<div class="floating-orbs">
16+
<div class="orb"></div>
17+
<div class="orb"></div>
18+
</div>
19+
<div class="organic-background"></div>
20+
<div class="vignette"></div>
4821

49-
<div class="features">
50-
<div class="feature-tag">
51-
<span>Lightning Fast</span>
22+
<main class="page">
23+
<section class="shell">
24+
<header class="top-bar">
25+
<div class="controls">
26+
<span class="dot red"></span>
27+
<span class="dot amber"></span>
28+
<span class="dot green"></span>
5229
</div>
53-
<div class="feature-tag">
54-
<span>Privacy First</span>
30+
<div class="logo-mark">
31+
<div class="logo-square">
32+
<img src="icon.png" height="20px" width="20px" id="logo-img" />
33+
</div>
34+
<span>RustCast</span>
5535
</div>
56-
<div class="feature-tag">
57-
<span>Customizable Themes</span>
36+
<div class="pill">
37+
<span class="pill-badge"></span>
38+
<span>Open Source · Rust</span>
5839
</div>
59-
</div>
40+
</header>
6041

61-
<div class="actions">
62-
<a href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg" class="btn btn-primary">
63-
<span>Download for macOS</span>
64-
<span class="arrow"></span>
65-
</a>
66-
<a href="https://github.com/unsecretised/rustcast" class="btn btn-secondary">
67-
<span>Star on GitHub</span>
68-
<svg class="star-icon" viewBox="0 0 16 16" aria-hidden="true">
69-
<path d="M8 1.3L9.9 5l3.9.6-2.8 2.7.7 3.9L8 10.9 4.3 12.2l.7-3.9L2.2 5.6 6.1 5 8 1.3z" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linejoin="round"/>
70-
</svg>
71-
</a>
72-
</div>
42+
<section class="body">
43+
<h1>
44+
Popup command palette<br />
45+
for <span>Peak Productivity</span>
46+
</h1>
47+
<p class="subtitle">
48+
A blazing-fast, keyboard-first productivity launcher written in pure
49+
Rust. Privacy-focused, customizable, and open source alternative to
50+
Raycast.
51+
</p>
7352

74-
<div class="meta">
75-
<span>• MIT license</span>
76-
<code onclick="navigator.clipboard.writeText(this.textContent)">brew tap unsecretised/tap && brew install --cask rustcast</code>
77-
</div>
78-
</section>
53+
<div class="features">
54+
<div class="feature-tag">
55+
<span>Lightning Fast</span>
56+
</div>
57+
<div class="feature-tag">
58+
<span>Privacy First</span>
59+
</div>
60+
<div class="feature-tag">
61+
<span>Customizable Themes</span>
62+
</div>
63+
</div>
7964

80-
<aside class="preview-wrap">
81-
<div class="preview-frame">
82-
<div class="preview-glow"></div>
83-
<div class="preview-inner">
84-
<img src="rustcast-v0-3-4.png" alt="RustCast Demo" />
65+
<div class="actions">
66+
<a
67+
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
68+
class="btn btn-primary"
69+
>
70+
<span>Download for macOS</span>
71+
<span class="arrow"></span>
72+
</a>
73+
<a
74+
href="https://github.com/unsecretised/rustcast"
75+
class="btn btn-secondary"
76+
>
77+
<span>Star on GitHub</span>
78+
<svg class="star-icon" viewBox="0 0 16 16" aria-hidden="true">
79+
<path
80+
d="M8 1.3L9.9 5l3.9.6-2.8 2.7.7 3.9L8 10.9 4.3 12.2l.7-3.9L2.2 5.6 6.1 5 8 1.3z"
81+
fill="none"
82+
stroke="currentColor"
83+
stroke-width="1.2"
84+
stroke-linejoin="round"
85+
/>
86+
</svg>
87+
</a>
8588
</div>
86-
<div class="ferris-tag">
87-
<img class="ferris-icon" src="https://rustacean.net/assets/cuddlyferris.svg" alt="Ferris" />
88-
<span>Powered by Rust</span>
89-
<img class="ferris-icon" src="https://iced.rs/logo.svg" alt="Iced" />
89+
90+
<div class="meta">
91+
<span>• MIT license</span>
92+
<code onclick="navigator.clipboard.writeText(this.textContent)"
93+
>brew tap unsecretised/tap && brew install --cask rustcast</code>
9094
</div>
91-
</div>
92-
</aside>
95+
</section>
9396

94-
<div class="stats">
95-
<div class="stat">
96-
<div class="stat-label">100% Free</div>
97-
</div>
98-
<div class="stat">
99-
<div class="stat-label">Privacy first</div>
100-
</div>
101-
<div class="stat">
102-
<div class="stat-label">Blazing fast</div>
97+
<aside class="preview-wrap">
98+
<div class="preview-frame">
99+
<div class="preview-glow"></div>
100+
<div class="preview-inner">
101+
<img src="rustcast-v0-3-4.png" alt="RustCast Demo" />
102+
</div>
103+
<div class="ferris-tag">
104+
<img
105+
class="ferris-icon"
106+
src="https://rustacean.net/assets/cuddlyferris.svg"
107+
alt="Ferris"
108+
/>
109+
<span>Powered by Rust</span>
110+
<img
111+
class="ferris-icon"
112+
src="https://iced.rs/logo.svg"
113+
alt="Iced"
114+
/>
115+
</div>
116+
</div>
117+
</aside>
118+
119+
<div class="stats">
120+
<div class="stat">
121+
<div class="stat-label">100% Free</div>
122+
</div>
123+
<div class="stat">
124+
<div class="stat-label">Privacy first</div>
125+
</div>
126+
<div class="stat">
127+
<div class="stat-label">Blazing fast</div>
128+
</div>
103129
</div>
104-
</div>
105-
</section>
106-
</main>
107-
</body>
130+
</section>
131+
</main>
132+
</body>
108133
</html>

0 commit comments

Comments
 (0)