Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions assets/html_files/respwebsites.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ <h3>Shopify</h3>
<!-- Shopping Ends here -->

<!-- Add more project cards -->
<div class="category-card">
<h3>Pixel Art Generator</h3>
<a href ="../../website/Responsive_Websites/Pixel_art_generator/index.html" class="play-button">View Project</a>
<a href="#" class="play-button" onclick="copyLocalCode('../../website/Responsive_Websites/Pixel_art_generator/index.html')"> Copy Code <i class="fab fa-github"></i></a>

</div>
<!-- Add more project cards -->
<div class="category-card">
<h3>My Diary</h3>
<a href ="../../website/Responsive_Websites/my_diary/index.html" class="play-button">View Project</a>
<a href="#" class="play-button" onclick="copyLocalCode('../../website/Responsive_Websites/my_diary/index.html')"> Copy Code <i class="fab fa-github"></i></a>
</div>
</main>
<script>
fetch("/footer.html")
Expand Down
Loading