Skip to content

Commit

Permalink
Update on me
Browse files Browse the repository at this point in the history
  • Loading branch information
Blai Ras committed Feb 20, 2024
1 parent d27a366 commit d8c3452
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ p {
footer {
border-top: 1px solid #d5d5d5;
font-size: .8em;
position: fixed;
bottom: 0;
}

ul.posts {
Expand Down
Binary file added images/Me_2023.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@
<div class="container">
<div class="blurb">
<h1>Hi there!</h1>
<div class="images-container" style="display: flex; justify-content: space-between">
<div style="text-align: center;vertical-align: middle;">
<img src="images/Me_2019.jpg" height="420">
</div>

<div style="text-align: center;vertical-align: middle;">
<img src="images/Me_2023.jpeg" height="420">
</div>
</div>
<div style="text-align: center;vertical-align: middle;">
<!--height="334" width="242"-->
<img src="images/ProfilePic.jpg" height="420">
</div>
<div style="text-align: center;vertical-align: middle;">
<p>I'm a Computer Science engineer & Data Scientist from Barcelona. <a href="/about">Read more about my life...</a></p>
<p>I'm a Computer Science engineer & Data Scientist from Barcelona. <a href="/about">Wanna know more?</a></p>
<a href="https://github.com/Blaieet/blaieet.github.io"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FBlaieet%2Fblaieet.github.io&count_bg=%237C7C7C&title_bg=%23000000&icon=github.svg&icon_color=%23FFFFFF&title=Page+visitors&edge_flat=false"/></a>
</div>
</div><!-- /.blurb -->
Expand Down

0 comments on commit d8c3452

Please sign in to comment.