Skip to content

Commit

Permalink
Update: favicon - 23-12 13:51
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Dec 23, 2024
1 parent 2639700 commit c7d8e3e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"commit": "bun update && bun run vercel && git pull && read -p 'Descriptions Commit: ' message && git add . && echo -n \"$message - \" && node getTime.js | xargs -I {} git commit -m \"$message - {}\" && git push"
},
"dependencies": {
"caniuse-lite": "^1.0.30001683",
"caniuse-lite": "^1.0.30001690",
"dayjs": "^1.11.13",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.0",
"marked": "^12.0.2",
"million": "^3.1.11",
"next": "^15.0.3",
"next": "^15.1.2",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.7.0",
"sonner": "^1.7.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"typescript": "^5.7.2",
"@types/node": "^20.17.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class MyDocument extends Document {

<meta name="author" content="Anderson 'Yagasaki' Marlon" />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="https://github.com/Yagasaki7K.png" />
<link rel="shortcut icon" href="https://raw.githubusercontent.com/Yagasaki7K/main/logo.png" type="image/png"/>
<meta property="og:locale" content="pt_BR" />

<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" />
Expand Down
19 changes: 17 additions & 2 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,28 @@ const about = () => {

<div className="positions">
<h3>Positions</h3>
<h4>Software Developer</h4>
<p>
<strong>Astriia Co.</strong> | <i>September 2024 — Present</i>
</p>
<p>
Working on A.I. of communication with astrology using Whatsapp API.
</p>

<li></li>

<p>
-
</p>

<hr />

<h4>Software Developer</h4>
<p>
<strong>Stone Co. / Linx S.A.</strong> | <i>October 2022 — June 2023</i>
</p>
<p>
Working on A.I. of communication with e-commerce
applications.
Working on A.I. of communication with e-commerce applications.
</p>

<li>Responsible to use DialogFlow and build new routines to communicate with the app.</li>
Expand Down

0 comments on commit c7d8e3e

Please sign in to comment.