Skip to content

giovergos/educational_html

Repository files navigation

Educational HTML Website

A simple static website created for educational purposes, designed to help students become familiar with HTML and basic CSS usage.

The website consists of five pages, all implemented using <div> elements and a shared layout (sidebar + content).
Styling is done exclusively with CSS, and the site uses a pink color theme according to the project requirements.


📂 Website Structure

1. Home Page (index.html)

  • Welcome message
  • Introductory text explaining the goals of the course
  • Description of the website’s sections
  • Image displaying the HTML logo

2. Announcements (announcement.html)

  • List of course-related announcements
  • Each announcement includes:
    • Date
    • Title (Heading 2)
    • Description
  • If the announcement refers to an assignment, it links to homework.html
  • Includes a “back to top” option (<top>)

3. Communication (communication.html)

  • Two ways to contact the instructor:
    1. Web form (Sender, Subject, Message)
    2. mailto: link that opens the user's email client

4. Course Documents (documents.html)

  • List of downloadable course documents (.doc files)
  • Each document includes:
    • Title (Heading 2)
    • Description
    • Download link
  • Includes a “back to top” option (<top>)

5. Assignments (homework.html)

  • List of downloadable assignments
  • Each assignment includes:
    • Title (Heading 2)
    • Learning objectives
    • Assignment description (with download link)
    • Required deliverables
    • Submission deadline
  • Includes a “back to top” option (<top>)

🎨 Styling (CSS)

All styling is located in:

style.css

The layout includes:

  • A left sidebar with navigation buttons
  • A main content area
  • A pink color palette
  • Flexbox-based layout structure

🌐 Viewing via GitHub Pages

If GitHub Pages is enabled for this repository, the website will be available at:

https://giovergos.github.io/ergasia-ekpaideftika/

You can enable GitHub Pages from:
Settings → Pages → Deploy from branch


📦 Included Files

  • index.html
  • announcement.html
  • communication.html
  • documents.html
  • homework.html
  • style.css
  • Images and .doc files for download

📝 Purpose

This website was created as part of an educational exercise to learn:

  • HTML structure
  • Tag usage
  • Multi‑page website creation
  • Basic CSS styling
  • Organizing files in a static website

👨‍🏫 Author

Website created for educational use in an HTML course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors