feat: change project name
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 16s

This commit is contained in:
gfxv 2025-03-03 20:40:37 +03:00
parent 21ab56c2a6
commit edfe404232

View File

@ -149,7 +149,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 gap-5"> <div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div class="matte-glass rounded-lg p-6 md:col-span-2"> <div class="matte-glass rounded-lg p-6 md:col-span-2">
<div class="flex flex-col md:flex-row md:items-center justify-between mb-4"> <div class="flex flex-col md:flex-row md:items-center justify-between mb-4">
<h4 class="text-2xl font-bold text-white mb-2 md:mb-0">Project One</h4> <h4 class="text-2xl font-bold text-white mb-2 md:mb-0">Stash</h4>
<div class="flex gap-3"> <div class="flex gap-3">
<a href="#" class="text-gray-300 flex items-center" aria-label="GitHub Repository"> <a href="#" class="text-gray-300 flex items-center" aria-label="GitHub Repository">
<i class="fa-brands fa-github icon text-lg"></i> <i class="fa-brands fa-github icon text-lg"></i>
@ -221,4 +221,4 @@
document.getElementById('current-year').textContent = new Date().getFullYear(); document.getElementById('current-year').textContent = new Date().getFullYear();
</script> </script>
</body> </body>
</html> </html>