Life Below Water
Name:J.Ackshayan
Role: Volunteer, Splash screen & Content Page Developer
I used semantic HTML elements such as <section>, <header>, <nav>, and <footer> to ensure accessibility and clean layout. CSS was used to apply consistent styling, hover effects, button transitions, and a responsive layout.
On the splash screen, I used a CSS animation loader and a <meta http-equiv="refresh"> tag to automatically redirect to index.html.
The volunteer page uses flexbox and horizontal scrolling to show multiple cards, plus a feedback form using emoji icons and styled <select> and <button> elements.
The content page contains internal anchor links for navigation and a fixed “go to top” button for better user experience.
All pages follow accessibility principles:
alt textEach page was validated using the W3C HTML Validator. Screenshots are provided in the Validation Page.
The biggest challenge was designing a modern-looking volunteer card layout using only HTML and CSS, without external frameworks. I also had to carefully position the “go to top” button without interfering with content.
I learned how to use Flexbox, how to make pages accessible and responsive, and how to write cleaner and modular code.