A comprehensive website project created for the "Introduction to Web Applications" course
This expanded portfolio website combines programming knowledge with heavy metal passion. Originally created as a basic multi-page HTML project, it now includes:
- 6 interconnected pages with consistent navigation
- Rich multimedia content (images, videos, maps)
- Interactive workshop registration form
- FAQ section with collapsible content
- Responsive gallery layout
- Dark metal-inspired theme
Page | Key Features |
---|---|
index.html |
Bio section, project showcase, workshop promo |
artykuły.html |
Technical/music articles with embedded media |
galeria.html |
Image gallery with captions, YouTube embed |
faq.html |
Interactive FAQ with <details> element |
formularz.html |
Comprehensive workshop registration form |
kontakt.html |
Contact info with Google Maps integration |
<!-- Sample semantic structure -->
<article id="html-css">
<h2>HTML & CSS Basics</h2>
<time datetime="2025-03-15">March 15, 2025</time>
<figure>
<img src="image.jpg" alt="Code example">
<figcaption>Web development fundamentals</figcaption>
</figure>
</article>