File tree 3 files changed +9
-18
lines changed
3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ useHead({
70
70
class =" transition-colors duration-200"
71
71
>
72
72
Vue.js
73
- </a > - A progressive JavaScript framework
73
+ </a > - A progressive JavaScript framework powering the UI engine
74
74
</span >
75
75
</li >
76
76
<li class =" flex items-baseline" >
@@ -83,7 +83,7 @@ useHead({
83
83
:class =" isDarkMode ? 'text-gray-300 hover:text-white' : 'text-gray-700 hover:text-black'"
84
84
class =" transition-colors duration-200"
85
85
>
86
- Tailwind CSS
86
+ UnoCSS
87
87
</a > - A utility-first CSS framework
88
88
</span >
89
89
</li >
@@ -101,20 +101,6 @@ useHead({
101
101
</a > - JavaScript with syntax for types
102
102
</span >
103
103
</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 >
118
104
</ul >
119
105
</div >
120
106
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ useHead({
58
58
<p class =" mb-6" :class =" isDarkMode ? 'text-gray-300' : 'text-gray-700'" >
59
59
I spent the last decade-and-some working on personal & private projects, ranging from small apps to large enterprise
60
60
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.
62
62
One of the core reasons I started working on Stacks.
63
63
</p >
64
64
</div >
Original file line number Diff line number Diff line change @@ -152,7 +152,12 @@ useHead({
152
152
</li >
153
153
<li class =" flex items-baseline" >
154
154
<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 >
156
161
</li >
157
162
</ul >
158
163
</div >
You can’t perform that action at this time.
0 commit comments