Skip to content

feat: Update portfolio section text and card titles for better relevance #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2 class="h2 section-title">I Develop Application that Help People</h2>
<h2 class="h2 section-title">My Amazing Works</h2>

<p class="section-text">
Dliquip ex ea commo do conse namber onequa ute irure dolor in reprehen derit in voluptate
I take pride in crafting innovative and user-friendly applications that solve real-world challenges. Below are some of my standout projects that showcase my expertise in web development, design, and functionality.
</p>

<ul class="portfolio-list">
Expand All @@ -226,9 +226,9 @@ <h2 class="h2 section-title">My Amazing Works</h2>
<a href="#" class="portfolio-card" style="background-image: url('./assets/images/portfolio-1.jpg')">
<div class="card-content">

<p class="card-subtitle">Youtube</p>
<p class="card-subtitle">Youtube Clone </p>

<h3 class="h3 card-title">Web Application for Desiverse</h3>
<h3 class="h3 card-title">Video Streaming Platform</h3>

<span class="btn-link">
<span>View Project</span>
Expand All @@ -244,10 +244,9 @@ <h3 class="h3 card-title">Web Application for Desiverse</h3>
<a href="#" class="portfolio-card" style="background-image: url('./assets/images/portfolio-2.jpg')">
<div class="card-content">

<p class="card-subtitle">Vimeo</p>

<h3 class="h3 card-title">Web Application for Desiverse</h3>
<p class="card-subtitle">Vimeo Clone</p>

<h3 class="h3 card-title">Creative Video Showcase</h3>
<span class="btn-link">
<span>View Project</span>

Expand All @@ -262,9 +261,9 @@ <h3 class="h3 card-title">Web Application for Desiverse</h3>
<a href="#" class="portfolio-card" style="background-image: url('./assets/images/portfolio-3.jpg')">
<div class="card-content">

<p class="card-subtitle">Soundcloud</p>
<p class="card-subtitle">Soundcloud Clone </p>

<h3 class="h3 card-title">Web Application for Desiverse</h3>
<h3 class="h3 card-title">Audio Streaming Service</h3>

<span class="btn-link">
<span>View Project</span>
Expand All @@ -280,9 +279,9 @@ <h3 class="h3 card-title">Web Application for Desiverse</h3>
<a href="#" class="portfolio-card" style="background-image: url('./assets/images/portfolio-4.jpg')">
<div class="card-content">

<p class="card-subtitle">Details</p>
<p class="card-subtitle">E-Commerce Store</p>

<h3 class="h3 card-title">Web Application for Desiverse</h3>
<h3 class="h3 card-title">Online Shopping Platform</h3>

<span class="btn-link">
<span>View Project</span>
Expand Down