Skip to content

Commit 08ea27c

Browse files
committed
chore: wip
1 parent c630882 commit 08ea27c

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

resources/views/colophon/index.vue

+2-16
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ useHead({
7070
class="transition-colors duration-200"
7171
>
7272
Vue.js
73-
</a> - A progressive JavaScript framework
73+
</a> - A progressive JavaScript framework powering the UI engine
7474
</span>
7575
</li>
7676
<li class="flex items-baseline">
@@ -83,7 +83,7 @@ useHead({
8383
:class="isDarkMode ? 'text-gray-300 hover:text-white' : 'text-gray-700 hover:text-black'"
8484
class="transition-colors duration-200"
8585
>
86-
Tailwind CSS
86+
UnoCSS
8787
</a> - A utility-first CSS framework
8888
</span>
8989
</li>
@@ -101,20 +101,6 @@ useHead({
101101
</a> - JavaScript with syntax for types
102102
</span>
103103
</li>
104-
<li class="flex items-baseline">
105-
<span :class="isDarkMode ? 'text-gray-400' : 'text-gray-600'" class="mr-2">•</span>
106-
<span>
107-
<a
108-
href="https://pages.cloudflare.com/"
109-
target="_blank"
110-
rel="noopener"
111-
:class="isDarkMode ? 'text-gray-300 hover:text-white' : 'text-gray-700 hover:text-black'"
112-
class="transition-colors duration-200"
113-
>
114-
Cloudflare Pages
115-
</a> - For hosting and deployment
116-
</span>
117-
</li>
118104
</ul>
119105
</div>
120106

resources/views/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ useHead({
5858
<p class="mb-6" :class="isDarkMode ? 'text-gray-300' : 'text-gray-700'">
5959
I spent the last decade-and-some working on personal & private projects, ranging from small apps to large enterprise
6060
services—which caused my obsession with building scalable & serverless systems. In fact, I dove deep into
61-
"data storage & transfer" and "distributed & decentralized compute" techniques these past years.
61+
data storage & transfer and distributed & decentralized compute techniques these past years.
6262
One of the core reasons I started working on Stacks.
6363
</p>
6464
</div>

resources/views/uses/index.vue

+6-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,12 @@ useHead({
152152
</li>
153153
<li class="flex items-baseline">
154154
<span :class="isDarkMode ? 'text-gray-400' : 'text-gray-600'" class="mr-2">•</span>
155-
<span>Barista to keep my menu bar organized</span>
155+
<span><a href="https://github.com/stacksjs/barista" target="_blank" rel="noopener"
156+
:class="[
157+
isDarkMode ? 'text-gray-300 hover:text-white' : 'text-gray-700 hover:text-black',
158+
'border-b border-dashed',
159+
isDarkMode ? 'border-gray-600 hover:border-gray-400' : 'border-gray-400 hover:border-gray-600'
160+
]">Barista</a> to keep my menu bar organized</span>
156161
</li>
157162
</ul>
158163
</div>

0 commit comments

Comments
 (0)