Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit f5d01cb

Browse files
committed
feat: Add SectionBox component and implement Home page sections
- Created SectionBox component for consistent section styling. - Implemented FeaturesSection with a grid layout for feature cards. - Added IntroSection with a welcome message and GitHub link. - Developed RoadmapSection to display project roadmap items. - Introduced TimelineItem component for visualizing roadmap item statuses. - Added CSS animations and styles for improved UI experience.
1 parent 51c5f71 commit f5d01cb

21 files changed

+695
-95
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<link rel="icon" type="image/png" href="favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Boardify</title>
99
</head>

0 commit comments

Comments
 (0)