added first three mockups

This commit is contained in:
2026-07-20 05:38:53 -05:00
parent 4dce423c4f
commit f839df7863
864 changed files with 235286 additions and 1 deletions
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
$(function () {
var scroll = new SmoothScroll('a[href*="#"]');
$(document).on('scroll', function () {
$('.nav-sidebar nav').css({
'position': 'fixed'
});
});
});
File diff suppressed because one or more lines are too long