diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/services/index.md | 6 | ||||
-rw-r--r-- | content/services/lsirc.md | 6 | ||||
-rw-r--r-- | content/services/plthemes.md | 6 | ||||
-rw-r--r-- | content/services/proxy.md | 6 | ||||
-rw-r--r-- | content/services/thelounge.md | 6 | ||||
-rw-r--r-- | content/symbols.svg | 7 |
6 files changed, 34 insertions, 3 deletions
diff --git a/content/services/index.md b/content/services/index.md new file mode 100644 index 0000000..1aa41a6 --- /dev/null +++ b/content/services/index.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Services | ||
3 | position: 3 | ||
4 | list_layout: grid | ||
5 | list_post_icon: arrow-up-right | ||
6 | --- | ||
diff --git a/content/services/lsirc.md b/content/services/lsirc.md new file mode 100644 index 0000000..493e4b4 --- /dev/null +++ b/content/services/lsirc.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: IRC Integration | ||
3 | subtitle: lsirc.vulpes.one | ||
4 | icon: messages | ||
5 | url: https://lsirc.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/plthemes.md b/content/services/plthemes.md new file mode 100644 index 0000000..33cb8cc --- /dev/null +++ b/content/services/plthemes.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Pleroma Themes Repo | ||
3 | subtitle: plthemes.vulpes.one | ||
4 | icon: image | ||
5 | url: https://plthemes.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/proxy.md b/content/services/proxy.md new file mode 100644 index 0000000..0cd41dd --- /dev/null +++ b/content/services/proxy.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: Gemini + Gopher Proxy | ||
3 | subtitle: proxy.vulpes.one | ||
4 | icon: globe | ||
5 | url: https://proxy.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/services/thelounge.md b/content/services/thelounge.md new file mode 100644 index 0000000..5f732c2 --- /dev/null +++ b/content/services/thelounge.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: IRC Web Client | ||
3 | subtitle: irc.vulpes.one | ||
4 | icon: messages | ||
5 | url: https://irc.vulpes.one/ | ||
6 | --- | ||
diff --git a/content/symbols.svg b/content/symbols.svg index 51bc5af..5058606 100644 --- a/content/symbols.svg +++ b/content/symbols.svg | |||
@@ -46,9 +46,10 @@ | |||
46 | <path d="m15.25 4.25-5 7.5h-9.5l5-7.5z" fill="none" stroke="currentColor" /> | 46 | <path d="m15.25 4.25-5 7.5h-9.5l5-7.5z" fill="none" stroke="currentColor" /> |
47 | </symbol> | 47 | </symbol> |
48 | 48 | ||
49 | <symbol id="icon-video" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> | 49 | <symbol id="icon-globe" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> |
50 | <path d="m6.75 6.25 2.5 2-2.5 2z" fill="currentColor" stroke="currentColor" /> | 50 | <path |
51 | <rect x=".75" y="2.25" width="14.5" height="12" ry=".75" fill="none" stroke="currentColor" /> | 51 | d="m1.75 8.25h12.5m-4 0a2.25 6.5 0 0 1-2.25 6.5 2.25 6.5 0 0 1-2.25-6.5 2.25 6.5 0 0 1 2.25-6.5 2.25 6.5 0 0 1 2.25 6.5zm4.25 0a6.5 6.5 0 0 1-6.5 6.5 6.5 6.5 0 0 1-6.5-6.5 6.5 6.5 0 0 1 6.5-6.5 6.5 6.5 0 0 1 6.5 6.5z" |
52 | fill="none" stroke="currentColor" /> | ||
52 | </symbol> | 53 | </symbol> |
53 | 54 | ||
54 | <symbol id="icon-image" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> | 55 | <symbol id="icon-image" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> |