-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: whatislovedev redesgin wd-387 (#388)
* 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
1 parent
e76efef
commit 21c8a07
Showing
125 changed files
with
2,174 additions
and
2,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`, | ||
} | ||
|
||
|
Oops, something went wrong.