Skip to content

Commit 21f1ae4

Browse files
committed
homepage portfolio section
1 parent 46ffe8f commit 21f1ae4

7 files changed

Lines changed: 274 additions & 255 deletions

File tree

website/src/assets/svg/Portfolio Section/ProjectFour.svg

Lines changed: 25 additions & 10 deletions
Loading

website/src/assets/svg/Portfolio Section/ProjectOne.svg

Lines changed: 9 additions & 8 deletions
Loading

website/src/assets/svg/Portfolio Section/ProjectThree.svg

Lines changed: 12 additions & 8 deletions
Loading

website/src/assets/svg/Portfolio Section/ProjectTwo.svg

Lines changed: 15 additions & 14 deletions
Loading

website/src/components/Homepage/PortfolioSection.jsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const PortfolioSectionComponent = () => {
1010
<div className="portfolio-section">
1111
<div className="container">
1212
<div className="section-heading">
13-
<h1>
14-
<span className="light">Design </span>
15-
<span className="dark">Work</span>
13+
<h1 className="heading-text">
14+
<span className="black-text-light">My </span>
15+
<span className="black-text">Work</span>
1616
</h1>
1717
</div>
1818
<div className="content">
@@ -28,7 +28,7 @@ const PortfolioSectionComponent = () => {
2828
</div>
2929
<div className="project">
3030
<a
31-
href="https://www.behance.net/gallery/202192363/UI-Redesign-Uganda-Bookshop"
31+
href="https://www.behance.net/gallery/203531843/Talksy-Speech-to-Text-app-Mobile-Design"
3232
target="_blank"
3333
rel="noopener noreferrer"
3434
>
@@ -39,7 +39,7 @@ const PortfolioSectionComponent = () => {
3939
<div className="row">
4040
<div className="project">
4141
<a
42-
href="https://www.behance.net/gallery/203531843/Talksy-Speech-to-Text-app-Mobile-Design"
42+
href="https://www.behance.net/gallery/202635635/UX-Case-Study-PICSA-Direct-to-Farmer-App"
4343
target="_blank"
4444
rel="noopener noreferrer"
4545
>
@@ -48,7 +48,7 @@ const PortfolioSectionComponent = () => {
4848
</div>
4949
<div className="project">
5050
<a
51-
href="https://www.behance.net/gallery/202635635/UX-Case-Study-PICSA-Direct-to-Farmer-App"
51+
href="https://www.behance.net/gallery/202192363/UI-Redesign-Uganda-Bookshop"
5252
target="_blank"
5353
rel="noopener noreferrer"
5454
>
@@ -58,15 +58,17 @@ const PortfolioSectionComponent = () => {
5858
</div>
5959
</div>
6060
<div className="behance">
61-
<h4 className="description-text">
61+
<p className="description-text">
6262
More projects and case studies on my Behance profile
63-
</h4>
63+
</p>
6464
<a
6565
href="https://www.behance.net/bfaithdaka"
6666
rel="noopener noreferrer"
6767
target="_blank"
6868
>
69-
<button className="primary-button">Follow on Behance</button>
69+
<button className="outlined-primary-button">
70+
Checkout my profile
71+
</button>
7072
</a>
7173
</div>
7274
</div>

0 commit comments

Comments
 (0)