Skip to content

Commit

Permalink
Updated about me section
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonuneslx committed Dec 30, 2024
1 parent 5fccc31 commit a20b2ed
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 98 deletions.
165 changes: 70 additions & 95 deletions src/Components/aboutme/aboutme.js
Original file line number Diff line number Diff line change
@@ -1,111 +1,86 @@
import React from 'react'

export default function AboutMe() {
return (
<div>
<div
className="jumbotron jumbotron-fluid mb-0"
style={{
backgroundImage: 'url(' + process.env.PUBLIC_URL + '/dark_gray_gradient.svg)',
backgroundSize: 'cover',
}}
>
<div className="container">
<h2 className="p-0 pb-4" style={{
textAlign: "start",
fontWeight: "bold",
}}>About me</h2>
<div className="row mt-4">
<div className="col-sm">
<p>
<h6 className="pb-2">
<span role="img" aria-label="">
📱
</span>{' '}
Mobile Developer @ Runtime Revolution
</h6>
</p>
<p>
Currently studying for a master&apos;s degree in Computer
Science at the University Institute of Lisbon – ISCTE.
</p>
<p>
Kotlin enthusiast{' '}
<span role="img" aria-label="">
🎉
</span>{' '}
chatting with Google, Jetbrains, Square devs in Kotlin Slack.
</p>
<p>Active in community efforts and platforms.</p>
<p>
Interested in Artificial Intelligence,
Machine Learning, Edge Computing, Big Data, Cloud solutions,
Realtime data streaming, sharing of code and multiplatform
frameworks for faster app development and optimization of
development efforts.
</p>
</div>
<div className="col-sm">
<p>
<h6>
Android{' '}
<span role="img" aria-label="">
return (
<div>
<div
className="jumbotron jumbotron-fluid mb-0"
style={{
backgroundImage: 'url(' + process.env.PUBLIC_URL + '/dark_gray_gradient.svg)',
backgroundSize: 'cover',
}}
>
<div className="container">
<h2 className="p-0 pb-4" style={{
textAlign: 'start',
fontWeight: 'bold',
}}>More about me…</h2>
<div className="row mt-4">
<div className="col-sm">
<p>
I&apos;m 26 years old. I have 4 years of work experience as an Android Developer, and a Masters in
Computer Engineering from ISCTE-Lisbon, specializing in Intelligent Systems and Data Science.
</p>
<p>
Currently, I&apos;m looking for work in 🇨🇭Switzerland, preferably around Geneva or Lausanne, in Android
or Web Development.
</p>
<p>
In my spare time, I like to play the electric guitar, play video games and travel.
</p>
</div>
<div className="col-sm">
<p>
In my career, I have worked with the following technologies:
</p>
<p>
<h6>
Android{' '}
<span role="img" aria-label="">
🤖
</span>
</h6>
- Kotlin & Java
<br/>- Coroutines, Flows, Threads, AsyncTasks
<br/>- Jetpack Compose, Jetpack Libraries, View system
<br/>- UI/UX, Animations, Transitions, Motion, Gestures
<br/>- Gradle, Maven
</p>
<p>
<h6>
iOS{' '}
<span role="img" aria-label="">
🤳
</span>
</h6>
- Swift & Objective C
<br/>- Swift UI
<br/>- Kotlin / Objective C interoperability
<br/>- Cocoapods, Carthage, Frameworks
</p>
</div>
<div className="col-sm">
<p>
<h6>
Multiplatform{' '}
<span role="img" aria-label="">
</h6>
- Kotlin & Java
<br />- Coroutines, Flows, Threads, AsyncTasks
<br />- Jetpack Compose, Jetpack Libraries, View system
<br />- UI/UX, Animations, Transitions, Motion, Gestures
<br />- Gradle, Maven
</p>
</div>
<div className="col-sm">
<p>
<h6>
Multiplatform{' '}
<span role="img" aria-label="">
💻
</span>
<span role="img" aria-label="">
<span role="img" aria-label="">
📱
</span>
<span role="img" aria-label="">
<span role="img" aria-label="">
🤳
</span>
</h6>
- Kotlin Multiplatform (KMP & KMM)
<br/>- Ionic (Cordova, Capacitor)
</p>
<p>
<h6>
Web{' '}
<span role="img" aria-label="">
</h6>
- Kotlin Multiplatform (KMP & KMM)
<br />- Ionic (Cordova, Capacitor)
</p>
<p>
<h6>
Web{' '}
<span role="img" aria-label="">
🌎
</span>
</h6>
- REST, SOAP, GraphQL, gRPC, Websockets
<br/>- Django, Ktor, Spring, Express.js, Node.js, Laravel
<br/>- Vue.js, React.js
<br/>- SQL, NoSQL
<br/>- Firebase, GCP, Amplify, AWS and other Cloud Solutions
</p>
</div>
</div>
</div>
</h6>
- REST, SOAP, GraphQL, gRPC, Websockets
<br />- Django, Ktor, Spring, Express.js, Node.js, Laravel
<br />- Vue.js, React.js
<br />- SQL, NoSQL
<br />- Firebase, GCP, Amplify, AWS and other Cloud Solutions
</p>
</div>
</div>
</div>
)
</div>
</div>
)
}
2 changes: 1 addition & 1 deletion src/Components/welcome/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Welcome() {
<p className="lead">
My name is <span style={{
fontWeight: 'bold'
}}>Tiago Nunes</span> and I&apos;m a mobile developer
}}>Tiago Nunes</span> and I&apos;m an Android developer
</p>
<div
style={{
Expand Down
4 changes: 2 additions & 2 deletions src/Data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"name": "Kitchen Management App",
"description": "A sample Android app I started building to practice Android development in Kotlin, and to try out all the new architecture components and some useful libraries.",
"description": "A simple Android app I started building to practice Android development in Kotlin, and to try out all the new architecture components and some useful libraries.",
"thumbnailSrc": "gestaocozinha_thumbnail.png",
"codeUrl": "https://github.com/tiagonuneslx/gestao-da-cozinha",
"technologies": [
Expand Down Expand Up @@ -70,7 +70,7 @@
},
{
"name": "e-Commerce Web Apps",
"description": "A bunch of web apps I built with the Laravel framework in college.",
"description": "A collection of web apps I built with the Laravel framework in college.",
"thumbnailSrc": "daw_thumbnail.png",
"codeUrl": "https://github.com/tiagonuneslx/daw",
"technologies": [
Expand Down

0 comments on commit a20b2ed

Please sign in to comment.