Skip to content

Commit

Permalink
Merge branch 'nighthawkcoders:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierTho authored Nov 2, 2024
2 parents fbf082c + 5e3343b commit 9288a44
Show file tree
Hide file tree
Showing 14 changed files with 891 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _includes/nav/rate_and_relate.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<td id="Instabox"><a href="{{site.baseurl}}/rate_and_relate/instabox">Instabox</a></td>
<td id="FlavorFusion"><a href="{{site.baseurl}}/rate_and_relate/flavor_fusion">Flavor Fusion</a></td>
<td id="BookReview"><a href="{{site.baseurl}}/rate_and_relate/book_reviews">Book Reviews</a></td>
<td id="UpdateTheNest"><a href="{{site.baseurl}}/rateandrelate/update_the_nest">Update The Nest</a></td>
<td id="UpdateTheNest"><a href="{{site.baseurl}}/rate_and_relate/update_the_nest">Update The Nest</a></td>
</tr>
</table>
26 changes: 26 additions & 0 deletions _includes/nav/vote_for_the_goat.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<style>
table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
border-radius: 15px;
overflow: hidden;
}

td {
padding: 1rem;
text-align: center;
background: #1A1A1A;
border-bottom: 1px solid #333;
}

td:first-child {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

td:last-child {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
</style>
<table>
<tr>
<td id="createandcompete">
Expand Down
1 change: 0 additions & 1 deletion _sass/nighthawk/DNHSCafe_backend
Submodule DNHSCafe_backend deleted from 344354
Binary file added images/about/CSP_LOGO-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dnerostore/cookies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tempPhoto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Book Reviews
search_exclude: true
permalink: rate_and_relate/book_reviews
permalink: rate_and_relate/book_reviews/
menu: nav/rate_and_relate.html
author: Soumini, Ahmad, Nikith, Kush
---
Expand Down
26 changes: 26 additions & 0 deletions navigation/rate_and_relate/flavor-fusion/dock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
permalink: /flavor-fusion/dock/
layout: post
title: Dock
description: Flavor Fusion dock
---

<div id="dock">

<a href="link-url">
<img src="https://png.pngtree.com/png-vector/20190223/ourmid/pngtree-vector-house-icon-png-image_695726.jpg" alt="Alt text" style="width: 100px; height: auto;">
</a>
// homePage();

<a href="link-url">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVDOfJMYbL8Ekir9MIcZTjcgBRklFFWKWVctb03176jZ1WZk8:https://images.vexels.com/media/users/3/332336/isolated/preview/b78d5146c45000b5e33daeafc9dbad97-slot-machine-with-three-sevens-illustration.png&s" alt="Alt text" style="width: 100px; height: auto;">
</a>
// slotmachine();

<a href="link-url">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSh0X2Lo_idlvIQzBezXKOXFWFdDJn1WZt9EzwXVr1kzlAswvyE:https://www.freeiconspng.com/thumbs/profile-icon-png/profile-icon-9.png&s" alt="Alt text" style="width: 100px; height: auto;">
</a>
// profile();

</div>

Loading

0 comments on commit 9288a44

Please sign in to comment.