Skip to content

Commit

Permalink
Added versions profile pictures and set padding in the page
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca-paris committed Apr 26, 2021
1 parent 0a91d3f commit 85e6533
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
9 changes: 5 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@
<main>
<div class="container">
<div id="about-pic">
<picture>
<source srcset="img/about-image@2x.png" media="(min-width:767px)">
<img src="img/about/about-image@1x.png" alt="image of Francesca" class="profile">
</picture>
</div>
</div>

<div class="container">
<div>
<picture>
<img src="img/about/about-image.png" alt="image of Francesca" class="profile">
</picture>
<div>
<div id="introduction">
<div>
<h2>My Story</h2>
<p>My name is Francesca Paris. I am a recent graduate of the UI design bootcamp from
Career Foundry.</p>
Expand Down
17 changes: 6 additions & 11 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,23 +218,21 @@ h4 {
}


/* Sections ids*/
/* About page */

#about-pic {
padding:
text-align: center;
padding: 48px 0 12px 0;
}

#introduction {

.profile {
width: 168px;
}

#skills-tools {

margin-bottom: 48px;
}

#tools-i-use {

}

/* Images */

Expand All @@ -247,9 +245,6 @@ picture .logo {
max-width: 150px;
}

.profile {
width: 300px;
}

.yellow {
background-color: #FAF9F0;
Expand Down
Binary file added img/about/about-image@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 85e6533

Please sign in to comment.