Skip to content

Commit d1e0850

Browse files
committed
🔧 Adjustments
- Changed Personal Website to Personal Portfolio - Added Spaces of tag colors - Changed the image name to fit better.
1 parent 8d05193 commit d1e0850

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

File renamed without changes.

src/main-page/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,18 +482,18 @@ body[disabled] {
482482
}
483483

484484
.fullstack-tag {
485-
background: rgb(11,210,213);
486-
background: linear-gradient(90deg, rgba(11,210,213,1) 0%, rgba(29,191,92,1) 100%);
485+
background: rgb(11, 210, 213);
486+
background: linear-gradient(90deg, rgba(11, 210, 213, 1) 0%, rgba(29, 191, 92, 1) 100%);
487487
}
488488

489489
.personal-tag {
490-
background: rgb(254,152,0);
491-
background: linear-gradient(90deg, rgba(254,152,0,1) 0%, rgba(163,99,2,1) 100%);
490+
background: rgb(254, 152, 0);
491+
background: linear-gradient(90deg, rgba(254, 152, 0, 1) 0%, rgba(163, 99, 2, 1) 100%);
492492
}
493493

494494
.frontend-tag {
495-
background: rgb(11,210,213);
496-
background: linear-gradient(90deg, rgba(11,210,213,1) 0%, rgba(2,131,133,1) 100%);
495+
background: rgb(11, 210, 213);
496+
background: linear-gradient(90deg, rgba(11, 210, 213, 1) 0%, rgba(2, 131, 133, 1) 100%);
497497
}
498498

499499
.card-desc {

src/main-page/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h1 class="card-title">Combo Menu Interface</h1>
117117
</div>
118118
</div>
119119
<div class="card" tabindex="0">
120-
<img class="card-image" src="/images/project-cards/website-project.png">
121-
<h1 class="card-preview-title">Personal Website</h1>
120+
<img class="card-image" src="/images/project-cards/portfolio-project.png">
121+
<h1 class="card-preview-title">Personal Portfolio</h1>
122122
<div class="card-content">
123123
<h1 class="card-title">Personal Portfolio</h1>
124124
<div class="card-tags">

0 commit comments

Comments
 (0)