Skip to content

Commit

Permalink
Added photo of me!
Browse files Browse the repository at this point in the history
  • Loading branch information
Chudroy committed Aug 22, 2022
1 parent 84487f9 commit 6a04dcc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions frontend/src/app/about-me/about-me.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}

#about-img-side {
max-width: 500px;
height: auto;
max-height: 450px;
width: auto;
border-radius: 5%;
}

#about-card {
max-width: 600px;
width: 450px;
text-align: justify;
}

Expand All @@ -25,8 +26,13 @@
}
#about-img-top {
display: block;
max-height: 450px;
width: auto;
}
#about-card {
margin: 3rem;
width: min-content;
border-top-left-radius: 5%;
border-top-right-radius: 5%;
}
}
4 changes: 2 additions & 2 deletions frontend/src/app/about-me/about-me.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<img
id="about-img-side"
mat-card-image
src="../../assets/puppy-development.jpg"
src="../../assets/images/me.jpeg"
alt=""
/>
<mat-card id="about-card">
<img
id="about-img-top"
mat-card-image
src="../../assets/puppy-development.jpg"
src="../../assets/images/me.jpeg"
alt=""
/>
<mat-card-title>{{ "ABOUT.TITLE" | translate }}</mat-card-title>
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/app/work/work.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2 id="projects-title">{{ "HIGHLIGHTED.TITLE" | translate }}</h2>
<div mat-card-image id="web-dev-bg" class="img-bg">
<img
class="work-card-img"
src="../../assets/neighbourhood_website_thumbnail.png"
src="../../assets/images/neighbourhood_website_thumbnail.png"
alt="neighbourhood_website_thumbnail"
/>
</div>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h2 id="projects-title">{{ "HIGHLIGHTED.TITLE" | translate }}</h2>
<div mat-card-image id="game-dev-bg" class="img-bg">
<img
class="work-card-img"
src="../../assets/GET Inside.jpeg"
src="../../assets/images/GET Inside.jpeg"
alt="neighbourhood_website_thumbnail"
/>
</div>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2 id="projects-title">{{ "HIGHLIGHTED.TITLE" | translate }}</h2>
<div mat-card-image id="creative-coding-bg" class="img-bg">
<img
class="work-card-img"
src="../../assets/creative coding thumbnail.png"
src="../../assets/images/creative coding thumbnail.png"
alt="neighbourhood_website_thumbnail"
/>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h2 id="projects-title">{{ "HIGHLIGHTED.TITLE" | translate }}</h2>
<div mat-card-image id="art-bg" class="img-bg">
<img
class="work-card-img"
src="../../assets/thomas_attractor.png"
src="../../assets/images/thomas_attractor.png"
alt="neighbourhood_website_thumbnail"
/>
</div>
Expand Down
File renamed without changes
Binary file added frontend/src/assets/images/me.jpeg
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
Binary file removed frontend/src/assets/puppy-development.jpg
Binary file not shown.

0 comments on commit 6a04dcc

Please sign in to comment.