-
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.
Merge pull request #5 from lucasdsalves/feature/uses
Add uses page and share icons on blog posts
- Loading branch information
Showing
27 changed files
with
353 additions
and
41 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import Calendar from './calendar.svg' | ||
import Clipboard from './clipboard.svg' | ||
|
||
// Icons taken from: https://heroicons.com/ | ||
|
||
const components = { | ||
calendar: Calendar, | ||
clipboard: Clipboard, | ||
} | ||
|
||
const AppIcons = ({ kind, size = 8 }) => { | ||
const SocialSvg = components[kind] | ||
|
||
return ( | ||
<a className="text-sm transition" target="_blank" rel="noopener noreferrer"> | ||
<span className="sr-only">{kind}</span> | ||
<SocialSvg className={`text-gray-700 dark:text-gray-200 h-${size} w-${size}`} /> | ||
</a> | ||
) | ||
} | ||
|
||
export default AppIcons |
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,6 @@ | ||
--- | ||
name: Lucas dos Santos Alves | ||
avatar: /static/images/profile.jpg | ||
avatar: /static/images/profile-pic.png | ||
occupation: Software Developer | ||
email: [email protected] | ||
twitter: https://twitter.com/lucasdsalves | ||
|
@@ -14,7 +14,7 @@ I'm currently working as a <b>.NET Developer</b> at Cyrela, a Brazilian real est | |
|
||
I have a <b>Bachelor's in Information Systems</b> and an <b>MBA in Project Management</b>. I joined the development world in 2019. Before that, I had previous experiences in IT services/IT infrastructure, and IT project areas. | ||
|
||
I love coffee, photography, and traveling. | ||
I'm christian, love coffee, photography, and traveling. | ||
|
||
Also, I'm a big fan of Santos FC and the Green Bay Packers. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,114 @@ | ||
--- | ||
name: Lucas dos Santos Alves | ||
avatar: /static/images/profile-pic.png | ||
occupation: Software Developer | ||
email: [email protected] | ||
twitter: https://twitter.com/lucasdsalves | ||
linkedin: https://www.linkedin.com/in/lucasdossantosalves/ | ||
github: https://github.com/lucasdsalves | ||
--- | ||
|
||
## Desk | ||
|
||
<ul> | ||
<li> | ||
💻 Laptop Dell Vostro 5402 | ||
<ul> | ||
<li> | ||
Specs: 256GB SSD 16GB DDR4 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 1.69 GHz | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
⌨️ Redragon Keyboard Kumara RGB K552 | ||
</li> | ||
<li> | ||
🖱️ Redragon Mouse Cobra RGB M711 | ||
</li> | ||
</ul> | ||
|
||
## Audio | ||
|
||
<ul> | ||
<li> | ||
🎧 Sony MX-1000XM5 | ||
</li> | ||
<li> | ||
🎧 JBL Quantum 200 | ||
</li> | ||
<li> | ||
👂 Apple Airpods second gen | ||
</li> | ||
</ul> | ||
|
||
## Coding | ||
|
||
<ul> | ||
<li> | ||
🎨 Visual Studio Code | ||
<ul> | ||
<li> | ||
[Dracula theme](https://draculatheme.com/) | ||
</li> | ||
<li> | ||
[All extensions I use](https://howivscode.com/lucasdsalves) | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
🧑🏭 Visual Studio Community | ||
</li> | ||
<li> | ||
🐧 Windows Terminal with [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install) | ||
<ul> | ||
<li> | ||
[Oh My Posh](https://ohmyposh.dev/) styling | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
## Watches | ||
|
||
<ul> | ||
<li> | ||
📺 [All TV shows I've been watching (TV showtime app)](https://tvtime.com/r/2NPjB) | ||
</li> | ||
</ul> | ||
|
||
## Reads | ||
|
||
<ul> | ||
<li> | ||
📚 [All books I've been reading (Goodreads app)](https://www.goodreads.com/lucasdsalves) | ||
</li> | ||
</ul> | ||
|
||
## Apps | ||
|
||
<ul> | ||
<li> | ||
📖 [YouVersion Bible App](https://www.youversion.com/) - daily bible reading | ||
</li> | ||
<li> | ||
🙌 [Glorify](https://glorify-app.com/) - reflection, devotionals and prayers | ||
</li> | ||
<li> | ||
🔻 [Pocket](https://getpocket.com/) - where I save tabs and content to read later | ||
</li> | ||
<li> | ||
🐘 [Evernote](https://evernote.com/) - notes and studies | ||
</li> | ||
<li> | ||
🗒️ [Notepad++](https://notepad-plus-plus.org/) - my great old friend | ||
</li> | ||
<li> | ||
🖊️ [Grammarly](https://app.grammarly.com/) - a must-have tool to help writing in English | ||
</li> | ||
<li> | ||
🔐 [Authy](https://authy.com/) - awesome 2FA that works for multi devices with backup | ||
</li> | ||
<li> | ||
🧠 [MindMeister](https://www.mindmeister.com/) - easy generate mental maps | ||
</li> | ||
</ul> |
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
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
Oops, something went wrong.