Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
guptakushal03 committed May 26, 2024
1 parent c6563ea commit f06f1be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<p1>๐€๐›๐จ๐ฎ๐ญ</p1>
<p class="about-main-me">Crafting code, forging solutions. Crafting the future, one keystroke at a time, with a passion for innovation and an eye for elegant design. In the dance of algorithms, finding joy in unraveling complexity.</p>
<br/>
<button type="button" class="green-button">available for help</button>
<a href="contact.html" class="green-button" style="text-decoration: none;">Available for help</a>
</section>

<!-- Your website content goes here -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<p1>๐ˆ'๐ฆ <span class="name">๐Š๐ฎ๐ฌh๐š๐ฅ ๐†๐ฎ๐ฉ๐ญ๐š</span> ๐š <br/>๐ฉ๐š๐ฌ๐ฌ๐ข๐จ๐ง๐š๐ญ๐ž ๐.๐“๐ž๐œ๐ก ๐ˆ๐“ ๐ฌ๐ญ๐ฎ๐๐ž๐ง๐ญ</p1>
<p>Dedicated to exploring the realms of technology, and eager to contribute innovative solutions to the ever-evolving IT landscape.</p>
<br/>
<button type="button" class="green-button">available for help</button>
<a href="contact.html" class="green-button" style="text-decoration: none;">Available for help</a>
</section>

<div class="home-main">
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
user-select: none;
}

::-webkit-scrollbar {
display: none;
}

body {
margin: 0;
background-color: #000;
Expand Down

0 comments on commit f06f1be

Please sign in to comment.