Skip to content

Commit

Permalink
Replace email back
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Dorofeev committed Jul 16, 2024
1 parent 1e34e58 commit aaa50a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/d0rich.me/components/homepage/B1Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const socialLinks = ref([
{
icon: 'ic:sharp-mail',
alt: 'Email link',
link: 'mailto:d0rich.connect@gmail.com'
link: 'mailto:dorich2000@gmail.com'
},
{
icon: 'fa6-brands:linkedin',
Expand Down
4 changes: 2 additions & 2 deletions apps/d0rich.me/components/layouts/DFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ import Dialog from '@d0rich/nuxt-design-system/components/content/ProseBlockquot
<ul>
<li>
<DBtn
href="mailto:d0rich.connect@gmail.com"
href="mailto:dorich2000@gmail.com"
target="_blank"
text-transform="none"
no-rotate
no-passive-highlight
>
<div class="flex items-center gap-2">
<Icon name="ic:sharp-mail" class="text-xl" />
d0rich.connect@gmail.com
dorich2000@gmail.com
</div>
</DBtn>
</li>
Expand Down
2 changes: 1 addition & 1 deletion apps/d0rich.me/content/resume/contacts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:d-chip{.bg-blue-700}[[:icon{name="mdi:web"} d0rich.me](https://d0rich.me)]

:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-mail"} d0rich.connect@gmail.com](mailto:d0rich.connect@gmail.com)]
:d-chip{.bg-blue-700}[[:icon{name="ic:sharp-mail"} dorich2000@gmail.com](mailto:dorich2000@gmail.com)]

:d-chip{.bg-blue-700}[[:icon{name="fa6-brands:github"} d0rich](https://github.com/d0rich)]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ daterange:

- Developed a mobile application for tracking diet results using React Native + Expo.
- Developed backend services for the application using Node.js + Express.
- Configured OAuth2.0 authentication for the application.
- Managed PostgreSQL database for the application.
- Managed backend instances for different stages of product development.
- Configured CI/CD pipeline for the application using GitHub Actions.

0 comments on commit aaa50a1

Please sign in to comment.