LINK-LIFE is a web-based community platform designed to connect people and provide easy access to important resources.
It is built using HTML, CSS, and JavaScript with a focus on simplicity, usability, and clean UI.
Currently, it works as a static website, but it can be extended into a full-fledged app with backend integration.
- 🏠 Homepage — Clean landing page with quick navigation
- 🔐 Login & Signup — Basic forms for user authentication (frontend level)
- 🩸 Find Blood — A page dedicated to searching for blood donors/availability
- 👥 Invite a Friend — Share and expand the community
- ℹ️ About Us — Information about the platform’s vision and mission
- 💼 Services & Features — Details of what the platform provides
- 📞 Contact Us — Contact form for queries and support
- 🎨 Custom Styles — Each page has its own CSS for unique design
- ⚡ JavaScript Interactivity — Form handling, navigation, and UI interactions
LINK-LIFE/ │ ├── index.html # Landing page ├── login page.html # Login form ├── signup page.html # Signup form ├── find blood .html # Resource lookup page ├── invite a friend.html # Invite workflow ├── aboutus page.html # About page ├── service page.html # Services page ├── contact us page.html # Contact form page ├── Features pages .html # Features overview │ ├── styles1.css # Main stylesheet ├── about us.css # About page styles ├── contact us.css # Contact form styles ├── features.css # Features page styles ├── services.css # Services page styles │ └── script1.js # JavaScript logic