Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayc43 committed Dec 9, 2024
2 parents b0908c0 + 2724b47 commit 0a6d4e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.tanmay.works
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<<<<<<< HEAD
# portfolio

Personal Portfolio website
Personal Portfolio website
=======
# Portfolio

Personal Portfolio Website
>>>>>>> origin/main
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Portfolio</h2>
<img src="./assets/project-2.png" alt="Project 2" class="project-img">
<div class="btn-container">
<button class="btn btn-color-2" onclick="location.href='https://github.com/tanmayc43/portfolio'">Github</button>
<button class="btn btn-color-2" onclick="location.href='https://github.com/'">Live Demo</button>
<button class="btn btn-color-2" onclick="location.href='https://tanmay.works/'">Live Demo</button>
</div>
<div class="project-description">
<p>Created a responsive portfolio website using <strong>HTML, CSS & JavaScript</strong>. Integrated the <strong>NASA API</strong> to display the "Picture of the Day" with a dynamic description toggle. The website features smooth navigation and a contact form for users to reach out.</p>
Expand Down Expand Up @@ -163,4 +163,4 @@ <h2>NASA's Picture of the Day ‧₊˚✩彡</h2>
</footer>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 0a6d4e3

Please sign in to comment.