Skip to content

Commit

Permalink
added donate links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinsooni committed Oct 3, 2024
1 parent 88e109e commit b7da576
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
3 changes: 0 additions & 3 deletions assets/images/logo.svg

This file was deleted.

11 changes: 6 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ nav .nav-r a {
align-items: center;
justify-content: center;
height: 4rem;
padding-top: 7rem;
padding-bottom: 9rem;
padding: 8rem 0;
}

#home .contact-box .contact-bar form {
Expand Down Expand Up @@ -903,11 +902,13 @@ footer .container .wrapper-r h3 {
padding-bottom: 1rem;
}

footer .container .wrapper-r a {
display: block;
footer .container .wrapper-r p {
padding: .5rem 0;
}

footer .container .wrapper-r p a {
color: #ffffffb3;
font-size: .875rem;
padding: .5rem 0;
transition: color .3s;
text-decoration: none;
}
Expand Down
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,18 @@ <h2>NITIN SONI</h2>
<div class="wrapper-r">
<div class="column a">
<h3>Donate</h3>
<a href="#">...</a>
<p><a href="upi://pay?pa=nitinsooni@axl&pn=Nitin%20Soni">UPI</a></p>
<p><a href="bitcoin:bc1q33wrwtc8dqxvvd7jc2d4zr8x2klzegsms8ck5y">Bitcoin</a></p>
</div>
<div class="column b">
<h3>Reach out</h3>
<a href="https://www.instagram.com/nitinsooni" target="_blank">Instagram</a>
<a href="https://www.linkedin.com/in/nitinsooni" target="_blank">LinkedIn</a>
<p><a href="https://www.instagram.com/nitinsooni" target="_blank">Instagram</a></p>
<p><a href="https://www.linkedin.com/in/nitinsooni" target="_blank">LinkedIn</a></p>
</div>
<div class="column c">
<h3>Webring</h3>
<a href="https://landchad.net" target="_blank">LandChad</a>
<a href="https://www.bugswriter.com" target="_blank">Bugswriter</a>
<p><a href="https://landchad.net" target="_blank">LandChad</a></p>
<p><a href="https://www.bugswriter.com" target="_blank">Bugswriter</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit b7da576

Please sign in to comment.