Compare commits
7 Commits
c5e02f6f0e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ba7110ef8 | ||
|
|
2c49e6d25a | ||
|
|
252a3d43ec | ||
|
|
d153c3a9b6 | ||
|
|
8d03cbcafe | ||
|
|
47ddc6fd2d | ||
|
|
c51230b1fc |
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<UContainer class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl" as="section">
|
||||
<UContainer
|
||||
class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl"
|
||||
as="section"
|
||||
>
|
||||
<div class="text-sm text-gray-500">Been working with</div>
|
||||
<PreviousRole
|
||||
company="Lateralus Ventures"
|
||||
@@ -7,9 +10,9 @@
|
||||
href="https://lateralus.ventures"
|
||||
>
|
||||
<div>
|
||||
Lead the frontend development of Ask Chief, an AI-driven product,
|
||||
with a focus on building scalable, high-performance user interfaces that
|
||||
evolve alongside intelligent systems.
|
||||
Lead the frontend development of Ask Chief, an AI-driven product, with a
|
||||
focus on building scalable, high-performance user interfaces that evolve
|
||||
alongside intelligent systems.
|
||||
</div>
|
||||
</PreviousRole>
|
||||
|
||||
@@ -39,11 +42,7 @@
|
||||
</ul>
|
||||
</PreviousRole>
|
||||
|
||||
<PreviousRole
|
||||
company="The Chat Shop"
|
||||
logo="thechatshop-logo.jpg"
|
||||
href="https://thechatshop.com"
|
||||
>
|
||||
<PreviousRole company="The Chat Shop" logo="thechatshop-logo.jpg">
|
||||
<ul class="list-disc list-inside">
|
||||
<li class="inline">Spearheaded end-to-end processing architecture.</li>
|
||||
<li class="inline">
|
||||
|
||||
13586
package-lock.json
generated
13586
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -12,18 +12,18 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/devtools": "latest",
|
||||
"@nuxt/image": "latest",
|
||||
"nuxt": "^4.1.2",
|
||||
"nuxt": "^4.2.2",
|
||||
"vue": "^3.5.21",
|
||||
"vue-router": "^4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content": "^3.7.1",
|
||||
"@nuxt/ui": "4.0.0-alpha.2",
|
||||
"@nuxtjs/robots": "^5.5.5",
|
||||
"@vueuse/core": "^13.9.0",
|
||||
"@nuxt/content": "^3.9.0",
|
||||
"@nuxt/ui": "^4.3.0",
|
||||
"@nuxtjs/robots": "^5.6.7",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"@vueuse/motion": "^3.0.3",
|
||||
"@vueuse/nuxt": "^13.9.0",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"@vueuse/nuxt": "^14.1.0",
|
||||
"better-sqlite3": "^12.5.0",
|
||||
"sharp": "^0.34.1",
|
||||
"tailwindcss": "^4.1.13"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user