Skip to content

Commit

Permalink
updated content, some wrappers and ensured build works
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabasbalazs committed Jul 24, 2024
1 parent dcb9faa commit e514943
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 52 deletions.
16 changes: 10 additions & 6 deletions components/swiper/Content.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<template>
<div class="relative w-full">
<div class="flex flex-col justify-between gap-6 h-full">
<div class="flex items-center justify-center w-full h-full">
<NuxtLink class="w-3/5" :to="project.link" target="_blank">
<img class="min-w-1/2" :src="project.img" :alt="project.title"
/></NuxtLink>
</div>
<NuxtLink
class="flex items-center justify-center w-full h-full"
:to="project.link"
target="_blank"
>
<div class="w-1/2">
<img class="min-w-1/2" :src="project.img" :alt="project.title" />
</div>
</NuxtLink>
<div class="bg-dark w-full">
<div class="flex flex-col gap-3 w-4/5">
<div class="flex flex-col gap-3 w-full">
<h3 class="uppercase">
{{ project.subtitle }}
</h3>
Expand Down
2 changes: 1 addition & 1 deletion constants/about-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const coordinates = {
} as CoordinateItem;

export const description =
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum";
"Accomplished Full Stack Developer with extensive experience in designing and implementing scalable, multi-layered, and user-friendly web applications. Passionate advocate for automation throughout the development lifecycle, from testing to deployment, ensuring efficiency and reliability. Proficient in four languages, with a keen interest in hiking and a deep appreciation for history.";
7 changes: 4 additions & 3 deletions constants/project-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ export const projectItems = [
title: "Bickley and Mitchell",
subtitle: "B2B ecommerce platform",
description:
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.",
"E-commerce platform featuring a custom admin panel and ERP integration, designed for the B2B clients of the Amsterdam-based clothing brand Bickley + Mitchell.",
img: "/app/icons/cart-outline.svg",
link: "https://b2b.bickleyandmitchell.com",
},
{
title: "Map App",
subtitle: "Hiking App with real time Tracking",
description: "Just Short",
description:
"A web application with real-time tracking functionalities, designed to help tourists and their guides explore various areas more effectively, whether in natural settings or urban environments.",
img: "/app/icons/map-legend.svg",
link: "https://balazsmap.live",
},
{
title: "esm-import-modifier",
subtitle: "Deno utility script",
description:
"A small script that helps rewrite ES imports with just a config file. Written in Deno with the help of an ES syntax module lexer and Worker modules.",
"Utility script that helps rewrite ES imports with just a config file. Written in Deno with the help of an ES syntax module lexer and Worker modules.",
img: "/app/logos/deno-white.svg", //denoWhiteLogo,
link: "https://github.com/Barabasbalazs/esm-import-modifier",
},
Expand Down
2 changes: 1 addition & 1 deletion layouts/card.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-dark rounded-3xl p-6 min-h-60">
<div class="bg-dark rounded-3xl p-6 min-h-60 min-w-80">
<slot />
</div>
</template>
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="p-5 bg-black text-white lg:h-screen">
<div class="p-5 bg-black text-white md:h-screen">
<NuxtLayout name="cardwrapper" class="w-full h-full" cols>
<slot
/></NuxtLayout>
Expand Down
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export default defineNuxtConfig({
devtools: { enabled: true },
modules: ["@nuxt/eslint", "@nuxt/test-utils/module"],
typescript: {
typeCheck: true,
typeCheck: false,
strict: true,
},
css: ["~/assets/css/main.css"],
postcss: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vitest": "^2.0.1",
"vue-tsc": "^1"
"vue-tsc": "^2.0.24"
}
}
98 changes: 60 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2136,27 +2136,26 @@
loupe "^3.1.1"
pretty-format "^29.7.0"

"@volar/language-core@1.11.1", "@volar/language-core@~1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-1.11.1.tgz#ecdf12ea8dc35fb8549e517991abcbf449a5ad4f"
integrity sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==
"@volar/language-core@2.4.0-alpha.18", "@volar/language-core@~2.4.0-alpha.18":
version "2.4.0-alpha.18"
resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-2.4.0-alpha.18.tgz#dafffd68ac07c26d69de16741187fd4c06bfa345"
integrity sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==
dependencies:
"@volar/source-map" "1.11.1"
"@volar/source-map" "2.4.0-alpha.18"

"@volar/[email protected]", "@volar/source-map@~1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-1.11.1.tgz#535b0328d9e2b7a91dff846cab4058e191f4452f"
integrity sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==
dependencies:
muggle-string "^0.3.1"
"@volar/[email protected]":
version "2.4.0-alpha.18"
resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-2.4.0-alpha.18.tgz#a2413932ff6b1821ae8efcbd9249d4da3f99f223"
integrity sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==

"@volar/typescript@~1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-1.11.1.tgz#ba86c6f326d88e249c7f5cfe4b765be3946fd627"
integrity sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==
"@volar/typescript@~2.4.0-alpha.18":
version "2.4.0-alpha.18"
resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-2.4.0-alpha.18.tgz#806aca9ce1bd7c48dc5fcd0fcf7f33bdd04e5b35"
integrity sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==
dependencies:
"@volar/language-core" "1.11.1"
"@volar/language-core" "2.4.0-alpha.18"
path-browserify "^1.0.1"
vscode-uri "^3.0.8"

"@vue-macros/common@^1.8.0":
version "1.10.4"
Expand Down Expand Up @@ -2214,14 +2213,33 @@
estree-walker "^2.0.2"
source-map-js "^1.2.0"

"@vue/[email protected]", "@vue/compiler-dom@^3.3.0", "@vue/compiler-dom@^3.3.4":
"@vue/[email protected]":
version "3.4.33"
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.4.33.tgz#0b6013f9300822fd6cb7c8f7683c0483fa456165"
integrity sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==
dependencies:
"@babel/parser" "^7.24.7"
"@vue/shared" "3.4.33"
entities "^4.5.0"
estree-walker "^2.0.2"
source-map-js "^1.2.0"

"@vue/[email protected]", "@vue/compiler-dom@^3.3.4":
version "3.4.30"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.30.tgz#5af9a5f6f0752f7882d4eba0795e4d00525006dc"
integrity sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==
dependencies:
"@vue/compiler-core" "3.4.30"
"@vue/shared" "3.4.30"

"@vue/compiler-dom@^3.4.0":
version "3.4.33"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.4.33.tgz#1ceea5408a0e06c857a78d7a2be7fe3b63cf9f64"
integrity sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==
dependencies:
"@vue/compiler-core" "3.4.33"
"@vue/shared" "3.4.33"

"@vue/[email protected]", "@vue/compiler-sfc@^3.4.15", "@vue/compiler-sfc@^3.4.27":
version "3.4.30"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.4.30.tgz#6a3cc86c20349f8c1976c968a8c80dd7cfef2430"
Expand Down Expand Up @@ -2295,18 +2313,17 @@
dependencies:
rfdc "^1.4.1"

"@vue/language-core@1.8.27":
version "1.8.27"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-1.8.27.tgz#2ca6892cb524e024a44e554e4c55d7a23e72263f"
integrity sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==
"@vue/language-core@2.0.28":
version "2.0.28"
resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.0.28.tgz#7363f9e2eb133587dd7b662be2c86613b7db081a"
integrity sha512-0z4tyCCaqqPbdyz0T4yTFQeLpCo4TOM/ZHAC3geGLHeCiFAjVbROB9PiEtrXR1AoLObqUPFHSmKZeWtEMssSqw==
dependencies:
"@volar/language-core" "~1.11.1"
"@volar/source-map" "~1.11.1"
"@vue/compiler-dom" "^3.3.0"
"@vue/shared" "^3.3.0"
"@volar/language-core" "~2.4.0-alpha.18"
"@vue/compiler-dom" "^3.4.0"
"@vue/shared" "^3.4.0"
computeds "^0.0.1"
minimatch "^9.0.3"
muggle-string "^0.3.1"
muggle-string "^0.4.1"
path-browserify "^1.0.1"
vue-template-compiler "^2.7.14"

Expand Down Expand Up @@ -2343,11 +2360,16 @@
"@vue/compiler-ssr" "3.4.30"
"@vue/shared" "3.4.30"

"@vue/[email protected]", "@vue/shared@^3.3.0", "@vue/shared@^3.4.29":
"@vue/[email protected]", "@vue/shared@^3.4.29":
version "3.4.30"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.30.tgz#72acfe8df65139dcf298e965fb2ab1cff419e400"
integrity sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==

"@vue/[email protected]", "@vue/shared@^3.4.0":
version "3.4.33"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.4.33.tgz#2c4f2cfa988bb81e05372f6de556b254ff13e92a"
integrity sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==

"@vue/test-utils@^2.4.6":
version "2.4.6"
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.6.tgz#7d534e70c4319d2a587d6a3b45a39e9695ade03c"
Expand Down Expand Up @@ -5337,10 +5359,10 @@ [email protected], ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

muggle-string@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.3.1.tgz#e524312eb1728c63dd0b2ac49e3282e6ed85963a"
integrity sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==
muggle-string@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.4.1.tgz#3b366bd43b32f809dc20659534dd30e7c8a0d328"
integrity sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==

mz@^2.7.0:
version "2.7.0"
Expand Down Expand Up @@ -7843,7 +7865,7 @@ vscode-languageserver@^7.0.0:
dependencies:
vscode-languageserver-protocol "3.16.0"

vscode-uri@^3.0.2:
vscode-uri@^3.0.2, vscode-uri@^3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.8.tgz#1770938d3e72588659a172d0fd4642780083ff9f"
integrity sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==
Expand Down Expand Up @@ -7893,13 +7915,13 @@ vue-template-compiler@^2.7.14:
de-indent "^1.0.2"
he "^1.2.0"

vue-tsc@^1:
version "1.8.27"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-1.8.27.tgz#feb2bb1eef9be28017bb9e95e2bbd1ebdd48481c"
integrity sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==
vue-tsc@^2.0.24:
version "2.0.28"
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.0.28.tgz#e5fa6d47f64ec03592b6e794d7bc863f8a50911c"
integrity sha512-PQ/OFDM3NtQVMThaVlQf8plyL0j7UGdak4lb1KkUOSL0uyx/F9Liu6aOclgHiMMBKNGIjJWoiFh3HjIdV6DS/Q==
dependencies:
"@volar/typescript" "~1.11.1"
"@vue/language-core" "1.8.27"
"@volar/typescript" "~2.4.0-alpha.18"
"@vue/language-core" "2.0.28"
semver "^7.5.4"

vue@^3.4.29:
Expand Down

0 comments on commit e514943

Please sign in to comment.