From 539ee3c692f171926587e6d85c0344a3a4e88b13 Mon Sep 17 00:00:00 2001 From: harshbhar0629 Date: Sun, 6 Oct 2024 14:21:24 +0530 Subject: [PATCH] Design Terms and Services page --- app/terms/page.js | 95 +++++++++++++++++++++++++++++++---------------- 1 file changed, 62 insertions(+), 33 deletions(-) diff --git a/app/terms/page.js b/app/terms/page.js index ef9e954..ba91ead 100644 --- a/app/terms/page.js +++ b/app/terms/page.js @@ -8,39 +8,68 @@ import Footer from '../components/Footer'; const TermsPage = () => { return ( -
- -
-

Terms and Services

-

- Welcome to FarmRuler! We re on a mission to build an Incredible Full-Stack Web Application Specially For Person With Interest in Agriculture and Farming. This repository is a collaborative effort where we invite developers, designers, and enthusiasts to contribute and help bring this project to life. -

-

🚀 Project Overview

-

- FarmRuler aims to Ease The Agricultural Activities. Our focus is on Integrating AI and Tech In Agricultural World and Ease the Procedure. Whether you re here to contribute code, design, or just explore, there s a place for you! -

-

Features

-
    -
  • - Feature 1: A Simple and Clean UI to Display Weather Conditions In Specific Regions. Create Personalized AI bots. -
  • -
  • - Feature 2: Challenge is to design a tool that connects the agricultural community with NASA’s satellite and geospatial datasets in ways that increase data access, integration, environmental topic of concern to farmers. -
  • -
  • - Feature 3: By integrating NASA datasets and data analyses in your tool’s design, you can create new solutions and prototypes that support farmers by providing improved prediction capacity, risk management, and/or decision-making processes. -
  • -
  • - Feature 4: Farmers will likely want to determine the characteristics of Resources for selected spatial and temporal ranges. They will want to understand how the information relates to their specific situation (e.g., locale, size, and type of farm, etc.). -
  • -
  • - Many Moreee -
  • -
-
-
-
- ); +
+ +
+

Terms and Services:-

+

+ Welcome to FarmRuler! We re on a mission to build an Incredible + Full-Stack Web Application Specially For Person With Interest in + Agriculture and Farming. This repository is a collaborative effort + where we invite developers, designers, and enthusiasts to contribute + and help bring this project to life. +

+

+ 🚀 Project Overview: +

+

+ FarmRuler aims to Ease The Agricultural Activities. Our focus is on + Integrating AI and Tech In Agricultural World and Ease the + Procedure. Whether you re here to contribute code, design, or just + explore, there s a place for you! +

+

Features:

+
    +
  • + Feature 1:{" "} + + A Simple and Clean UI to Display Weather Conditions In Specific + Regions. Create Personalized AI bots. + +
  • +
  • + Feature 2:{" "} + + Challenge is to design a tool that connects the agricultural + community with NASA’s satellite and geospatial datasets in ways + that increase data access, integration, environmental topic of + concern to farmers. + +
  • +
  • + Feature 3:{" "} +

    + By integrating NASA datasets and data analyses in your tool’s + design, you can create new solutions and prototypes that support + farmers by providing improved prediction capacity, risk + management, and/or decision-making processes. +

    +
  • +
  • + Feature 4:{" "} + + Farmers will likely want to determine the characteristics of + Resources for selected spatial and temporal ranges. They will + want to understand how the information relates to their specific + situation (e.g., locale, size, and type of farm, etc.). + +
  • +
  • Many Moreee..
  • +
+
+
+ ); }; export default TermsPage; \ No newline at end of file