~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
820f98f8
—
pyrossh 1 month ago
remove sr.ht
- src/components/Footer.astro +1 -1
- src/pages/index.astro +4 -10
src/components/Footer.astro
CHANGED
|
@@ -11,7 +11,7 @@ const isTauri = import.meta.env.IS_TAURI;
|
|
|
11
11
|
<div class="spacer"></div>
|
|
12
12
|
<p class="copyright-container">
|
|
13
13
|
Copyright © {today.getFullYear()}
|
|
14
|
-
<a class="link" href="https://
|
|
14
|
+
<a class="link" href="https://pyrossh.dev"> pyrossh </a>
|
|
15
15
|
</p>
|
|
16
16
|
</div>
|
|
17
17
|
</Wrapper>
|
src/pages/index.astro
CHANGED
|
@@ -37,14 +37,14 @@ import styles from "./index.module.css";
|
|
|
37
37
|
<li>HTML</li>
|
|
38
38
|
<li>CSS</li>
|
|
39
39
|
<li>Javascript</li>
|
|
40
|
+
<li>S3</li>
|
|
40
41
|
<li>SQL</li>
|
|
41
42
|
<li>Bun</li>
|
|
43
|
+
<li>Astro</li>
|
|
44
|
+
<li>Tauri</li>
|
|
45
|
+
<li>Remix</li>
|
|
42
46
|
<li>Zig</li>
|
|
43
|
-
<li>React</li>
|
|
44
|
-
<li>Expo</li>
|
|
45
|
-
<li>MicroZig</li>
|
|
46
47
|
<li>K8s</li>
|
|
47
|
-
<li>S3</li>
|
|
48
48
|
<li>Iceberg</li>
|
|
49
49
|
</ul>
|
|
50
50
|
</section>
|
|
@@ -55,12 +55,6 @@ import styles from "./index.module.css";
|
|
|
55
55
|
<strong>Email:</strong>
|
|
56
56
|
<span>pyros2097@gmail.com</span>
|
|
57
57
|
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<strong>Sourcehut:</strong>
|
|
60
|
-
<a href="https://git.sr.ht/~pyrossh/">
|
|
61
|
-
https://git.sr.ht/~pyrossh/
|
|
62
|
-
</a>
|
|
63
|
-
</li>
|
|
64
58
|
<li>
|
|
65
59
|
<strong>Crates:</strong>
|
|
66
60
|
<a href="https://crates.io/users/pyrossh">
|