Code Monkey home page Code Monkey logo

dairy-business's Introduction

Dairy Business


Describtion

This is a farm management website that enables farmers who are not in the scope of their farms to be able to monitor and track their dair production and know the sales in particular times.It is user friendly and easy to navigate through. It has a landing page and farm management page that calculates the total milk production for you.

Demo

Use the link provided to navigate to the Dairy-Business website. Dairy-Business

The page appears as shown below and has the following feaures:

  • This the landingpage: It a descriptive section that tells you waht the website is all about. The More button and the Product link will help you navigate to the management page.

- Other pages: This is the farm management page that has input fields to enter the milk production in each shed then calculates the income for each month

- This is how the output will look like.

Technologies used & Features

  • Well designed and responsive UI
  • HTML
  • CSS

Future-implementations

  • JavaScript
  • Search APIs

Contribution

If you need to contribute to this project follow the steps below:

  • Clone the repo(git clone <repo link>)
  • Create a branch where you will add changes (git branch -b <branchname>)
  • Add the changes (git add .)
  • Commit changes (git commit -m"contributing changes")
  • Push your changes (git push origin <branchname>)

Code Samples

  <div class="container">
  <!-- NAVIGATION BAR -->
        <div class="container">
       <div class="overlay">
        <div class="homeSection">
            <div class="content">
                <h1>Milk and More</h1>
                <p>Monitor your farms prduction from anywhere to maximize <br>your profit</p>
                <h3 style="font-size: 1.5rem; ">Monitor . Track . Earn !</h3>
                <button><a href="./assets/html/products.html">More</a></button>
            </div>
        </div>
       </div>
    </div>
.container{
    height: 70vh;
    background-image: url("../images/milk3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.overlay{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homeSection{
    position: absolute;
    top: 30%;
    left: 40%;
}

Author


TABITHA MURIITHI

License information.

MIT License

License: MIT
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

dairy-business's People

Contributors

sheetabz avatar

Watchers

 avatar

Forkers

rhoda-gachimu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.