Loading repository data…
Loading repository data…
jagadeesh-1431 / repository
LUNO is a multi-page static website built with HTML5 and CSS3, themed around lunar space exploration. It features a landing page with an animated login/register modal, a detailed Luna 25 mission overview (objectives, technical specs, instruments), a fictional Moon Rocket Services catalog, a contact form, and a developer about page.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A multi-page static website themed around lunar space exploration, built as part of a web development coursework project (CSE326).
LUNO is a space-themed, multi-page static website that showcases information about lunar missions — specifically the Luna 25 mission — along with fictional moon rocket services. The site features a landing page with an animated login/register modal, a mission overview page, a services catalog, an about page, and a contact form. Built entirely with vanilla HTML5 and CSS3, it demonstrates core front-end concepts including flexbox layout, CSS Grid, modal interactivity via JavaScript, form design, and dark-theme UI styling.
Html-project326-main/
│
├── index.html # Landing page with Login/Register modal
├── projecthome.html # Luna 25 Mission overview page
├── projectAbout.html # About the developer
├── Projectservices.html # Moon Rocket Services page
├── projectcontact.html # Contact Us form page
│
├── Project.css # Styles for landing page & modal
├── projecthome.css # Styles for mission overview page
├── projectabout.css # Styles for about page
├── Projectservices.css # Styles for services page
├── projectcontact.css # Styles for contact page
│
└── color.png # Background image for landing page
| Technology | Usage |
|---|---|
| HTML5 | Page structure & semantic markup |
| CSS3 | Styling, Flexbox, CSS Grid, transitions |
| Vanilla JavaScript | Modal toggle, form switching logic |
No frameworks, libraries, or build tools are required.
Since this is a purely static site, no installation or server is needed.
index.html in any modern web browsergit clone https://github.com/your-username/Html-project326.git
cd Html-project326-main
# Open index.html in your browser
| Page | File | Description |
|---|---|---|
| Landing | index.html | Hero page with navbar and login/register modal |
| Home | projecthome.html | Luna 25 mission objectives & specs |
| Services | Projectservices.html | Moon rocket service offerings |
| About | projectAbout.html | Developer introduction |
| Contact | projectcontact.html | User inquiry form |
LUNO navbar logo links to a.html which does not exist; should point to index.html"Emter Password" instead of "Enter Password"type='checkbox' instead of type='submit'projectAbout.html vs projectcontact.html); standardising to lowercase is recommendedprojectAbout.html file has unclosed HTML tags (</div>, </section> missing)<title> tags and <meta description> on each pageJagadeesh Built as coursework for CSE326 — Web Technologies
This project is for educational purposes. Feel free to use and modify for learning.
html css javascript static-website space lunar-mission luna-25 dark-theme beginner coursework frontend modal multi-page vanilla-js css-grid flexbox cse326