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
9 changes: 9 additions & 0 deletions templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@ <h1>Template Gallery Collection</h1>
All Templates
</button>
<button class="filter-btn" data-filter="navbar">Navigation</button>
<button class="filter-btn" data-filter="footer">Footer</button>
<button class="filter-btn" data-filter="button">Buttons</button>
<button class="filter-btn" data-filter="card">Cards</button>
<button class="filter-btn" data-filter="form">Forms</button>
Expand Down Expand Up @@ -1177,6 +1178,14 @@ <h3>Connect With Us</h3>
category: "other",
icon: "fas fa-comments",
link: "templates/quotes.html",
},
{
id: 17,
title: "Footer",
description: "with social handles",
category: "other",
icon: "fas fa-comments",
link: "template/footer.html",
}
];

Expand Down
Empty file added templates/footer.html
Empty file.