Skip to content

Commit

Permalink
feat: whatislovedev redesgin wd-387 (#388)
Browse files Browse the repository at this point in the history
* feat: update index page with new design wd-385

* refactor: updateeaster egg logic wd-385

* feat: add tablet adaptive wd-385

* refactor: edit css variables  wd-385

* feat: add desktop adaptive wd-385
  • Loading branch information
what1s1ove authored Apr 23, 2024
1 parent e76efef commit 21c8a07
Show file tree
Hide file tree
Showing 125 changed files with 2,174 additions and 2,317 deletions.
2 changes: 1 addition & 1 deletion apps/whatislove-dev/lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let config = {
...baseConfig,
'**/*.css': [() => `npm run ci:lint:css`],
'**/*.js': [() => `npm run ci:lint:js`, () => `npm run ci:lint:type`],
'**/*.njk': [() => `npm run ci:lint:html`, () => `npm run ci:lint:bem`],
'**/*.njk': [() => `npm run ci:lint:bem`],
}

export default config
5 changes: 3 additions & 2 deletions apps/whatislove-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"build": "npm run build:clean && npx @11ty/eleventy",
"ci:lint:markup": "w3c-html-validator \"build\"",
"_ci:lint:html": "npx @linthtml/linthtml \"src/**/*.njk\"",
"ci:lint:bem": "bemlint \"src/**/*.njk\" --errors",
"ci:lint:bem": "bemlint \"build/**/*.html\" --errors",
"ci:lint:css": "stylelint \"src/**/*.css\"",
"ci:lint:js": "eslint \"./**/*\"",
"ci:lint:type": "tsc --noEmit",
"ci:lint": "concurrently \"npm:ci:lint:*\""
},
"dependencies": {
"@whatislove.dev/shared": "*",
"form-payload": "0.0.8"
"focus-trap": "7.5.4",
"form-payload": "1.7.2"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.3",
Expand Down
24 changes: 24 additions & 0 deletions apps/whatislove-dev/src/data/global.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
let data = {
currentYear: new Date().getFullYear(),
description: `Interface Developer`,
domain: `https://whatislove.dev`,
email: `[email protected]`,
socials: [
{
key: `github`,
name: `GitHub`,
url: `https://github.com/what1s1ove`,
},
{
key: `linkedin`,
name: `LinkedIn`,
url: `https://www.linkedin.com/in/what1s1ove`,
},
{
key: `telegram`,
name: `Telegram`,
url: `https://t.me/dugga`,
},
{
key: `twitter`,
name: `Twitter`,
url: `https://twitter.com/what1s1oveee`,
},
],
title: `Vladyslav Zubko`,
}

Expand Down
Loading

0 comments on commit 21c8a07

Please sign in to comment.