Skip to content

Commit

Permalink
removed contact section temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinsooni committed Sep 10, 2024
1 parent 9ed8437 commit 9ca4e5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ nav .nav-r a {
#portfolio .t-container {
display: flex;
justify-content: center;
margin-bottom: 2.5rem;
}

#portfolio .table {
Expand Down Expand Up @@ -548,6 +549,7 @@ nav .nav-r a {

/*----------------------------------------------------*/

/*
#contact {
width: 100%;
text-align: center;
Expand Down Expand Up @@ -874,3 +876,4 @@ nav .nav-r a {
color: rgba(255, 255, 255, .8);
padding: .75rem;
}
*/
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li class="logo"><a href="/index.html">NITIN SONI</a></li>
<li class="nav-links"><a href="#home" class="active">Home</a></li>
<li class="nav-links"><a href="#portfolio">Portfolio</a></li>
<li class="nav-links"><a href="#contact">Contact</a></li>
<!--<li class="nav-links"><a href="#contact">Contact</a></li>-->
</ul>
</div>
<div class="nav-r">
Expand Down Expand Up @@ -135,6 +135,7 @@ <h3>Embark on My <br><span class="gradient-text">Professional Odyssey</span></h3
</div>
</div>
</section>
<!--
<section id="contact" class="section">
<img src="/assets/images/blur-circle.webp" class="blur-circle"/>
<div class="title">
Expand Down Expand Up @@ -208,6 +209,7 @@ <h3>Nitin Soni</h3>
</div>
</div>
</section>
-->
</main>
<script src="/js/script.js"></script>
</body>
Expand Down
2 changes: 2 additions & 0 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function scrollToCard(index) {
cardContainer.scrollTo({ left: index * (cardWidth + marginBetweenItems), behavior: 'smooth' });
}

/*
// Transfer social link scroll-container under table-r if screen width < 800
const scrollContainer = document.getElementById('contact-scroll-container');
const tableR = document.getElementById('contact-table-r');
Expand All @@ -101,3 +102,4 @@ document.getElementById('contact-pill-container').addEventListener('scroll', fun
});
}
});
*/

0 comments on commit 9ca4e5a

Please sign in to comment.