Skip to content

Commit 9c619b5

Browse files
authored
Add files via upload
1 parent d984b5a commit 9c619b5

2 files changed

Lines changed: 56 additions & 36 deletions

File tree

index.html

Lines changed: 55 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -507,45 +507,64 @@ <h1 class="h1"><i class="fa-brands fa-superpowers"></i> Strengths</h1>
507507

508508
<section class="portfolio-section">
509509
<div class="portfolio-video-container">
510-
<div class="portfolio-floating-shapes">
511-
<div class="portfolio-shape"></div>
512-
<div class="portfolio-shape"></div>
513-
<div class="portfolio-shape"></div>
514-
<div class="portfolio-shape"></div>
515-
</div>
516-
<div class="portfolio-video-wrapper">
517-
<!-- Video element with controls -->
518-
<video class="portfolio-video" autoplay muted loop>
519-
<!-- Replace these source files with your actual video files -->
520-
<source src="assests/ProVideo/appreciation.mp4" type="video/mp4">
521-
<source src="#" type="video/webm">
522-
Your browser does not support the video tag.
523-
</video>
524-
<div class="portfolio-video-gradient"></div>
525-
</div>
510+
<div class="portfolio-floating-shapes">
511+
<div class="portfolio-shape"></div>
512+
<div class="portfolio-shape"></div>
513+
<div class="portfolio-shape"></div>
514+
<div class="portfolio-shape"></div>
515+
</div>
516+
<div class="portfolio-video-wrapper">
517+
<!-- Video element with controls -->
518+
<video class="portfolio-video" autoplay muted loop>
519+
<!-- Replace these source files with your actual video files -->
520+
<source
521+
src="assests/ProVideo/appreciation.mp4"
522+
type="video/mp4"
523+
/>
524+
<source src="#" type="video/webm" />
525+
Your browser does not support the video tag.
526+
</video>
527+
<div class="portfolio-video-gradient"></div>
528+
</div>
526529
</div>
527530
<div class="portfolio-content-container">
528-
<div class="portfolio-message-container">
529-
<h2 class="portfolio-heading">Why Choose <span class="portfolio-highlight">Me</span>?</h2>
530-
<p class="portfolio-paragraph">
531-
Thank you for considering my portfolio. I'm confident that my skills, experience, and dedication make me an <span class="portfolio-highlight">exceptional asset</span> to your organization.
532-
</p>
533-
<p class="portfolio-paragraph">
534-
By bringing me on board, you'll gain a committed professional who delivers:
535-
</p>
536-
<ul class="portfolio-list">
537-
<li class="portfolio-list-item"><strong>Innovative solutions</strong> that drive real results</li>
538-
<li class="portfolio-list-item"><strong>Dedicated work ethic</strong> with attention to detail</li>
539-
<li class="portfolio-list-item"><strong>Collaborative spirit</strong> that strengthens team dynamics</li>
540-
<li class="portfolio-list-item"><strong>Adaptability</strong> to meet changing project needs</li>
541-
</ul>
542-
<p class="portfolio-paragraph">
543-
I'm not just looking for a position—I'm seeking to create meaningful impact and value for your business. Let's work together to achieve extraordinary results.
544-
</p>
545-
<p class="portfolio-signature">— Your Name</p>
546-
</div>
531+
<div class="portfolio-message-container">
532+
<h2 class="portfolio-heading">
533+
Why Choose <span class="portfolio-highlight">Me</span>?
534+
</h2>
535+
<p class="portfolio-paragraph">
536+
Thank you for considering my portfolio. I'm confident that my
537+
skills, experience, and dedication make me an
538+
<span class="portfolio-highlight">exceptional asset</span> to your
539+
organization.
540+
</p>
541+
<p class="portfolio-paragraph">
542+
By bringing me on board, you'll gain a committed professional who
543+
delivers:
544+
</p>
545+
<ul class="portfolio-list">
546+
<li class="portfolio-list-item">
547+
<strong>Innovative solutions</strong> that drive real results
548+
</li>
549+
<li class="portfolio-list-item">
550+
<strong>Dedicated work ethic</strong> with attention to detail
551+
</li>
552+
<li class="portfolio-list-item">
553+
<strong>Collaborative spirit</strong> that strengthens team
554+
dynamics
555+
</li>
556+
<li class="portfolio-list-item">
557+
<strong>Adaptability</strong> to meet changing project needs
558+
</li>
559+
</ul>
560+
<p class="portfolio-paragraph">
561+
I'm seeking to create meaningful impact and value for your
562+
business. Let's work together to achieve extraordinary results.
563+
</p>
564+
<p class="portfolio-signature">— md affan asghar</p>
565+
</div>
547566
</div>
548-
</section>
567+
</section>
549568

550569
<hr />
551570
</main>

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,7 @@ div#count {
18971897
@media (max-width: 768px) {
18981898
.portfolio-section {
18991899
flex-direction: column;
1900+
margin: 20px;
19001901
}
19011902

19021903
.portfolio-video-container {

0 commit comments

Comments
 (0)