Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/GridItems/Languages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ const Languages = ({ item }: { item: CombinedInterfaces }) => {
{displayText.length > 0 && (
<div className="flex items-start w-full h-full overflow-hidden p-8 justify-start align-center">
<motion.div
className="z-10 bg-white dark:bg-neutral-900 flex items-start p-3 text-sm font-medium text-black dark:text-white h-16 rounded-lg w-full"
className="z-10 bg-white dark:bg-neutral-900 flex items-start p-3 text-sm font-medium text-black dark:text-white md:h-16 rounded-lg w-full"
initial={{ opacity: 0.5 }}
animate={{ opacity: 0.9 }}
style={{ whiteSpace: "pre" }}
style={{ whiteSpace: "pre-wrap", wordBreak: "break-word" }}
>
<motion.span className="typing-text">{displayText}</motion.span>
</motion.div>
Expand Down
8 changes: 4 additions & 4 deletions config/site-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,20 +155,20 @@ const ExpItems: ExperienceItemInterface[] = [
image: "/background.jpg",
languages: [
{
title: "'Hired' as a lovable contributor - Its mutual <3",
title: "OG lovable contributor – The feeling is mutual ❤️",
languageImage: "/name.jpg"
},
{
title: "Triple hackathon win",
title: "Quadruple hackathon win",
link: "#",
languageImage: "/name.jpg"
},
{
title: "25+ new connector contributions to pipeline",
title: "40+ new connector contributions to pipeline",
languageImage: "/name.jpg"
},
{
title: "40+ bugs fixed till now",
title: "Over 100+ merged features & bug fixes",
languageImage: "/name.jpg"
}
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "btkcodedev-portfolio",
"version": "0.5.0",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@
dependencies:
glob "7.1.7"

"@next/swc-darwin-arm64@14.1.4":
version "14.1.4"
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.1.4.tgz"
integrity sha512-ubmUkbmW65nIAOmoxT1IROZdmmJMmdYvXIe8211send9ZYJu+SqxSnJM4TrPj9wmL6g9Atvj0S/2cFmMSS99jg==

"@next/swc-darwin-x64@14.1.4":
version "14.1.4"
resolved "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.1.4.tgz"
Expand Down