aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 00:00:01 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 00:00:01 +0200
commit523965edf98a9f8b1a29d6c4c965eddc64859c2e (patch)
tree5f0661f0fd2e26d6e59a126cc460d298e7cd344e /themes/simple/layouts
parent564d3a7515ad0196ee654845c9dc9be4f538693e (diff)
downloadmitjafelicijan.com-523965edf98a9f8b1a29d6c4c965eddc64859c2e.tar.gz
Added Mastadon link in main navigation
Diffstat (limited to 'themes/simple/layouts')
-rw-r--r--themes/simple/layouts/partials/header.html8
-rw-r--r--themes/simple/layouts/partials/tailwind.html2
2 files changed, 9 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html
index 1cbc47e..ceadcbc 100644
--- a/themes/simple/layouts/partials/header.html
+++ b/themes/simple/layouts/partials/header.html
@@ -7,6 +7,14 @@
7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1"> 7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="flex items-center gap-1">
8 <meta itemprop="name" content="Main Menu"> 8 <meta itemprop="name" content="Main Menu">
9 9
10 <a target="_blank" rel="me noopener nofollow" href="https://mastodon.online/@mitjafelicijan" class="hidden md:flex items-center gap-1 px-2 hover:bg-yellow-100">
11 <svg xmlns:svg="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 16 16">
12 <path
13 d="M 7.4779094,-1.598624e-6 C 5.5602384,0.0156984 3.7155894,0.2233384 2.6405814,0.7170384 c 0,0 -2.13206093,0.9537 -2.13206093,4.20766 0,0.74512 -0.01448,1.63603 0.0091,2.58084 0.07742,3.1821946 0.58336693,6.3183886 3.52553593,7.0971276 1.356568,0.359063 2.521335,0.434289 3.45936,0.382729 1.701085,-0.09431 2.6560206,-0.607063 2.6560206,-0.607063 l -0.05611,-1.234252 c 0,0 -1.2156316,0.383272 -2.5808476,0.33656 -1.352609,-0.04639 -2.780561,-0.145832 -2.999328,-1.80651 -0.0202,-0.145872 -0.03031,-0.301902 -0.03031,-0.465714 0,-10e-7 1.327834,0.324572 3.010574,0.40167 1.028943,0.0472 1.993827,-0.06028 2.9738766,-0.177218 1.879445,-0.224425 3.515901,-1.382448 3.721577,-2.4405646 0.32407,-1.666815 0.297376,-4.067605 0.297376,-4.067605 0,-3.25396 -2.131943,-4.20766 -2.131943,-4.20766 C 11.288476,0.2233384 9.4426784,0.0156784 7.5250084,-1.598624e-6 Z M 5.3076104,2.5424984 c 0.798781,0 1.403595,0.30701 1.803551,0.92113 l 0.388886,0.65181 0.388884,-0.65181 c 0.399875,-0.61412 1.00469,-0.92113 1.803551,-0.92113 0.6903266,0 1.2465526,0.24267 1.6713186,0.71609 0.411755,0.47342 0.61677,1.11337 0.61677,1.91862 v 3.939988 h -1.560986 v -3.824218 c 0,-0.80613 -0.339166,-1.21531 -1.0176126,-1.21531 -0.750129,0 -1.126049,0.48533 -1.126049,1.44509 v 2.09324 h -1.551753 v -2.09324 c 0,-0.95976 -0.376039,-1.44509 -1.126168,-1.44509 -0.678446,0 -1.017613,0.40918 -1.017613,1.21531 v 3.824218 h -1.560985 v -3.939988 c 0,-0.80525 0.205053,-1.4452 0.616889,-1.91862 0.424685,-0.47342 0.980911,-0.71609 1.671317,-0.71609 z">
14 </path>
15 </svg>
16 <span class="font-medium">Mastadon</span>
17 </a>
10 <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a> 18 <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Git</a>
11 <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a> 19 <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" class="font-medium px-2 hover:bg-yellow-100">Files</a>
12 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a> 20 <a href="/curriculum-vitae.html" class="font-medium px-2 hover:bg-yellow-100">CV</a>
diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html
index fd6d34c..e69554d 100644
--- a/themes/simple/layouts/partials/tailwind.html
+++ b/themes/simple/layouts/partials/tailwind.html
@@ -125,7 +125,7 @@
125 } 125 }
126 126
127 .cactus-container .cactus-button { 127 .cactus-container .cactus-button {
128 @apply text-base bg-gray-200 font-medium px-4 py-2 rounded; 128 @apply text-base bg-gray-200 font-medium px-6 py-2 rounded;
129 } 129 }
130 130
131 .cactus-container .cactus-editor { 131 .cactus-container .cactus-editor {