Skip to content

Puutarhaliike Neilikka Website made by HTML, CSS and JAVASCRIP

Notifications You must be signed in to change notification settings

FIMARx/Puutarhaliike-Neilikka

Repository files navigation

🏡 Puutarhaliike Neilikka

Puutarhaliike Neilikka Website made by HTML, CSS and JAVASCRIP

  • The PHP handler is not working ❌

This GitHub project contains the source code for the Puutarhaliike Neilikka website. Puutarhaliike Neilikka is a fictional gardening and plant shop, and this project showcases the HTML, CSS, and JavaScript used to build the website. Explore the code to understand the structure and design of their online platform.


📖 Features

  • Navigation Bar:

    A stylish navigation bar with a colored active window for easy navigation throughout the website.

  • Website Icon:

    A custom website icon (favicon) for a distinctive and recognizable brand representation.

  • Dynamic Title:

    The website title dynamically changes with JavaScript, creating a visually appealing effect.

    // Example from index.html
    (function titleScroller(text) {
        document.title = text;
        setTimeout(function () {
            titleScroller(text.substr(1) + text.substr(0, 1));
        }, 300);
    }(document.title + " | Kotisivu - "));
  • Shop Section:

    Display of products with prices and special offers to entice customers.

  • Working Schedule:

    Information about the shop's working schedule, providing important details for visitors.

  • Contact Form:

    An interactive contact form, enabling visitors to reach out to the shop easily.

  • Custom Scroll Bar:

    An aesthetically designed custom scroll bar for a unique browsing experience.

🚀 Getting Started

To get a local copy up and running, follow these steps:

1. Clone the repository to your local machine.
2. Open the project in your preferred code editor.
3. Explore the HTML, CSS, and JavaScript files to understand the website's structure and functionality.
4. Modify and experiment with the code to suit your needs.

- Feel free to contribute by suggesting improvements through pull requests.

🖼️ Showcase

image


image


image


image


image


About

Puutarhaliike Neilikka Website made by HTML, CSS and JAVASCRIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages