Skip to content

Commit

Permalink
Merge pull request #12 from flornkm/new-portfolio
Browse files Browse the repository at this point in the history
New portfolio
  • Loading branch information
flornkm authored Dec 23, 2023
2 parents a19b346 + 2bfd598 commit 6b91dad
Show file tree
Hide file tree
Showing 545 changed files with 16,151 additions and 13,886 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Links

on:
push:
branches:
- "main"
- "new-portfolio"

jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: false
args: --verbose --no-progress './pages/*/*.tsx' './**/*.md'
46 changes: 7 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
node_modules
dist
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.env
*.local
.env.*
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# Content
.contentlayer

# Turborepo
.turbo
.env*.local
vite.config.ts.timestamp*
245 changes: 245 additions & 0 deletions .inlang/plugin.inlang.messageFormat/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,245 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"data": [
{
"id": "feed",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Feed"
}
]
}
]
},
{
"id": "mainheadingdescription",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "A designer and developer building digital products."
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "设计和开发数字产品的设计师。"
}
]
}
]
},
{
"id": "mainheadingprimarybutton",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Work"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "工作"
}
]
}
]
},
{
"id": "mainheadingsecondarybutton",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "About"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "关于"
}
]
}
]
},
{
"id": "nametitle",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Design Engineer"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "设计工程师"
}
]
}
]
},
{
"id": "navigationabout",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "About"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "关于"
}
]
}
]
},
{
"id": "navigationarchive",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Archive"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "档案"
}
]
}
]
},
{
"id": "navigationfeed",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Feed"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "喂食"
}
]
}
]
},
{
"id": "navigationhome",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Home"
}
]
},
{
"languageTag": "zh",
"match": [],
"pattern": [
{
"type": "Text",
"value": "首页"
}
]
}
]
},
{
"id": "test",
"selectors": [],
"variants": [
{
"languageTag": "en",
"match": [],
"pattern": [
{
"type": "Text",
"value": "Feed"
}
]
}
]
}
]
}
9 changes: 9 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
archive
https://www.figma.com
https://twitter.com/
https://www.netflix.com/
https://github.com/
https://ambient-chat.onrender.com/
https://inlang.com/
https://www.linkedin.com/
https://x.com/
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"inlang.vs-code-extension"
]
}
Loading

1 comment on commit 6b91dad

@vercel
Copy link

@vercel vercel bot commented on 6b91dad Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.