summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-31 11:44:29 +0100
committerVolpeon <git@volpeon.ink>2021-12-31 11:44:29 +0100
commit7b83b4f8c98fa24642d27e0972486cedd6d838c5 (patch)
treeb7cc505e3e675d58e9525529f57f8cf452b89dd2
parentFix lightbox (diff)
downloadvolpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.tar.gz
volpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.tar.bz2
volpeon.ink-7b83b4f8c98fa24642d27e0972486cedd6d838c5.zip
Add services list
-rw-r--r--assets/css/components/_header.scss1
-rw-r--r--assets/css/layouts/_card-list.scss1
-rw-r--r--content/services/index.md6
-rw-r--r--content/services/lsirc.md6
-rw-r--r--content/services/plthemes.md6
-rw-r--r--content/services/proxy.md6
-rw-r--r--content/services/thelounge.md6
-rw-r--r--content/symbols.svg7
8 files changed, 36 insertions, 3 deletions
diff --git a/assets/css/components/_header.scss b/assets/css/components/_header.scss
index 60f4e05..a190eee 100644
--- a/assets/css/components/_header.scss
+++ b/assets/css/components/_header.scss
@@ -33,6 +33,7 @@
33 33
34 @include component(namespace()) { 34 @include component(namespace()) {
35 display: flex; 35 display: flex;
36 width: 0;
36 height: prop(--dims --height); 37 height: prop(--dims --height);
37 padding: prop(--dims --gap); 38 padding: prop(--dims --gap);
38 gap: prop(--dims --gap); 39 gap: prop(--dims --gap);
diff --git a/assets/css/layouts/_card-list.scss b/assets/css/layouts/_card-list.scss
index 75f6c4c..bda0f4d 100644
--- a/assets/css/layouts/_card-list.scss
+++ b/assets/css/layouts/_card-list.scss
@@ -19,6 +19,7 @@
19 @include modifier('grid', 'gallery') { 19 @include modifier('grid', 'gallery') {
20 display: grid; 20 display: grid;
21 grid-template-columns: repeat(auto-fill, minmax(#{prop(--dims --col-width)}, 1fr)); 21 grid-template-columns: repeat(auto-fill, minmax(#{prop(--dims --col-width)}, 1fr));
22 align-items: start;
22 } 23 }
23 24
24 @include modifier('grid') { 25 @include modifier('grid') {
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---
2title: Services
3position: 3
4list_layout: grid
5list_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---
2title: IRC Integration
3subtitle: lsirc.vulpes.one
4icon: messages
5url: 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---
2title: Pleroma Themes Repo
3subtitle: plthemes.vulpes.one
4icon: image
5url: 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---
2title: Gemini + Gopher Proxy
3subtitle: proxy.vulpes.one
4icon: globe
5url: 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---
2title: IRC Web Client
3subtitle: irc.vulpes.one
4icon: messages
5url: 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">