Skip to content

Commit

Permalink
Add about text. (#14)
Browse files Browse the repository at this point in the history
* Some clean up, added Spotify icon for offline/loading state

* Minor clean up in Mobile view

* Updating about text.
  • Loading branch information
mariatorrentedev authored Apr 18, 2024
1 parent 845994e commit ef1f5dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ export default function About() {
return (
<Stack spacing={1} color="info.main">
<Typography fontSize={[16, 18]}>
I'm a curious being, who loves challenges, people and music...
In the solo dance of technology and music, I find my rhythm, weaving
code and melodies into seamless experiences that strike a chord with
users. With a passion for innovation and a knack for human connection, I
orchestrate harmonious solutions that bridge the gap between the digital
realm and the dance floor of life. Let's harmonize together,
transforming melodies into great designs, beats into rhythmic
development cycles, and progressions into solid infrastructures that
support lasting user experiences.
</Typography>
<SpotifyNowPlaying />
</Stack>
Expand Down

0 comments on commit ef1f5dc

Please sign in to comment.