Skip to content

Commit

Permalink
added hackathon certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhlotey committed Apr 6, 2024
1 parent 0b21310 commit 9e83dba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file added Images/hackathon.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ <h1 class="sub-title">About Me</h1>
<div class="tab-contents" id="achievements">
<ul>
<li><span>Hackathon Winner<br>
2023 </span><br>Winning the hackathon was a testament to our team's dedication and innovative spirit. With relentless determination, we crafted a cutting-edge sports management system that promises to revolutionize how sports events are organized and managed. From seamless registration processes to real-time analytics, our solution stands as a beacon of efficiency and convenience.</li>
2023 </span><br>Winning the hackathon was a testament to our team's dedication and innovative spirit. With relentless determination, we crafted a cutting-edge sports management system that promises to revolutionize how sports events are organized and managed. From seamless registration processes to real-time analytics, our solution stands as a beacon of efficiency and convenience. <a href="./Images/hackathon.pdf" target="_blank" class="hack-btn">Certificate</a>
</li>
<li><span>Hacktoberfest<br>
2022 & 2023
</span><br><strong>Selected in first 40 thousand participants in the world.</strong>
Expand Down
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,20 @@ p.tab-links {
display: block;
}

.hack-btn{
color: #fff;
}

/* ---------------------------------------portfolio------------------------------ */
/* ---------------------------------------Projects------------------------------ */

#portfolio {
padding: 50px 0;
}

.work-list {
display: flex;
justify-content: space-between;
/* justify-content: space-between; */
gap: 15px;
align-items: center;
margin-top: 50px;
flex-wrap: wrap;
Expand Down Expand Up @@ -541,7 +545,6 @@ form .btn2 {
.social-icons.bg-icons a {
font-size: 24px;
}

.about-col-1 img {
width: 250px;
}
Expand Down

0 comments on commit 9e83dba

Please # to comment.