Skip to content

Commit

Permalink
Small visual adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonuneslx committed Dec 31, 2024
1 parent baba21a commit b219b86
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
35 changes: 21 additions & 14 deletions src/Components/aboutme/aboutme.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,36 @@ export default function AboutMe() {
}}
>
<div className="container">
<div className="row mt-4 pt-4 mb-4">
<div className="row mt-5 pt-5 mb-5 pb-5">
<div className="col-sm-8">
<h2 className="p-0 pb-4 mb-2" style={{
<h2 className="p-0 pb-4 mb-3" style={{
textAlign: 'start',
fontWeight: 'bold',
}}>More about me…</h2>
<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 style={{fontSize: '1.3rem'}}>
<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>
<div className="col-sm">
<img src={
process.env.PUBLIC_URL +
'/Tiago_Nunes_Photo_Orange_BG.png'
} alt="Tiago Nunes Photo" width="240" height="240" />
} alt="Tiago Nunes Photo" width="280" height="280" style={{
border: '3px solid rgba(255, 255, 255, 0.15)',
borderRadius: '50%',
padding: '4px'
}} />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/slider/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class Slider extends Component {
backgroundSize: 'cover',
}}
>
<div className="py-5" style={{paddingLeft: '32px', paddingRight: '32px'}}>
<div style={{padding: '80px 32px'}}>
<h3 style={{paddingTop: '16px', marginBottom: '56px', fontWeight: "bold", textAlign: 'center'}}>Technologies I&apos;ve worked with</h3>
<section className="customer-logos slider mt-4" style={{display: 'flex', flexDirection: 'row', gap: '40px', justifyContent: 'center', flexWrap: 'wrap'}}>
{Object.keys(technologies).map((key) => (
Expand Down

0 comments on commit b219b86

Please sign in to comment.