Update twitter username

pull/3907/head
Kamran Ahmed 2 years ago
parent f5ff2a0823
commit 1c67068eab
  1. 2
      src/data/roadmaps/android/android.md
  2. 2
      src/layouts/BaseLayout.astro
  3. 8
      src/pages/about.astro

@ -136,7 +136,7 @@ I would highly recommend watching [this free course](https://www.udacity.com/cou
That wraps it up for the Android developer roadmap. Again, remember to not be exhausted by the list; just learn the basics and start working on some project and the rest of the learnings will come along the way. Good luck! That wraps it up for the Android developer roadmap. Again, remember to not be exhausted by the list; just learn the basics and start working on some project and the rest of the learnings will come along the way. Good luck!
For any suggestions, improvements and feedback, feel free to [submit an issue](https://github.com/kamranahmedse/developer-roadmap) or reach out to me on twitter [@kamranahmedse](https://twitter.com/kamranahmedse). For any suggestions, improvements and feedback, feel free to [submit an issue](https://github.com/kamranahmedse/developer-roadmap) or reach out to me on twitter [@kamrify](https://twitter.com/kamrify).
<!-- @fixme add padding to the container --> <!-- @fixme add padding to the container -->

@ -73,7 +73,7 @@ const gaPageIdentifier = Astro.url.pathname
<meta http-equiv='Content-Language' content='en' /> <meta http-equiv='Content-Language' content='en' />
<meta name='twitter:card' content='summary_large_image' /> <meta name='twitter:card' content='summary_large_image' />
<meta name='twitter:creator' content='@kamranahmedse' /> <meta name='twitter:creator' content='@kamrify' />
<meta property='og:image:width' content='1200' /> <meta property='og:image:width' content='1200' />
<meta property='og:image:height' content='630' /> <meta property='og:image:height' content='630' />

@ -24,9 +24,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<a <a
class='bg-blue-600 hover:bg-blue-700 font-medium text-white px-2 py-1.5 rounded-md inline-flex items-center' class='bg-blue-600 hover:bg-blue-700 font-medium text-white px-2 py-1.5 rounded-md inline-flex items-center'
target='_blank' target='_blank'
href='https://twitter.com/kamranahmedse' href='https://twitter.com/kamrify'
> >
<span class='ml-1.5 mr-1'>@kamranahmedse</span> <span class='ml-1.5 mr-1'>@kamrify</span>
</a> </a>
<a <a
class='bg-gray-500 hover:bg-gray-700 font-medium text-white px-3 py-1.5 rounded-md inline-flex items-center' class='bg-gray-500 hover:bg-gray-700 font-medium text-white px-3 py-1.5 rounded-md inline-flex items-center'
@ -189,8 +189,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<p> <p>
Tweet or send me a message <a Tweet or send me a message <a
class='underline font-bold' class='underline font-bold'
href='https://twitter.com/kamranahmedse' href='https://twitter.com/kamrify'
target='_blank'>@kamranahmedse</a target='_blank'>@kamrify</a
> or email me at > or email me at
<a <a
class='underline font-bold' class='underline font-bold'

Loading…
Cancel
Save