diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..2f83612 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 -} \ No newline at end of file + "liveServer.settings.port": 5503 +} diff --git a/bg.jpg b/bg.jpg new file mode 100644 index 0000000..b423f06 Binary files /dev/null and b/bg.jpg differ diff --git a/blogpage.html b/blogpage.html new file mode 100644 index 0000000..2c0691e --- /dev/null +++ b/blogpage.html @@ -0,0 +1,234 @@ + + + + + + + + + + + AgroBlogs + + + +
+ + +
+ + + +
+
+
+
+ +
+
+ +
+ Blog +

Sowing Techniques

+

Uncover the significance of precise seed placement, optimal spacing, and appropriate depth in enhancing crop yields. From promoting germination to managing weeds and pests, explore the critical aspects of sowing that shape successful cultivation. Glean valuable insights into modern sowing practices and cultivate a deeper understanding of this fundamental process in agriculture.

+

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ +
+ +
+ Technique +

Irrigation Techniques

+

Learn about the crucial role of precise watering methods, optimal distribution, and strategic timing in nurturing thriving crops. From supporting germination to efficient water management, uncover essential aspects that contribute to successful cultivation. Gain valuable insights into modern irrigation practices, offering a deeper understanding of this fundamental process in agriculture.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+
+ +
+ Blog +

Climate Smart Agriculture

+

Explore the dynamic interplay between climate change and agriculture, navigating the challenges posed by shifting weather patterns and extreme events.Learn about innovative strategies empowering farmers to not only withstand the impacts but also seize opportunities for sustainable and resilient food production.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ +
+ +
+ Blog +

Sustainable Agriculture Research & Education (SARE)

+

Explore different methods and techniques for sustainable agriculture, such as organic farming, permaculture, or agroforestry. Explore the latest innovations and techniques in sustainable agriculture, including organic farming methods, permaculture, and regenerative agriculture.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ +
+ +
+ Blog +

Crop Rotation

+

Discusses the importance of crop rotation in maintaining soil fertility, preventing pests and diseases, and improving crop yield. Delve into the importance of crop rotation in maintaining soil fertility and preventing pest and disease outbreaks. Discover various crop rotation methods, their benefits, and how they contribute to improving yield and reducing the reliance on chemical inputs in modern agricultural systems.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + +
+ +
+ Technique +

Seasonal Planting Guide

+

Provides tips and advice on what crops to plant during different seasons, along with information on optimal planting times and growing conditions.A seasonal planting guide serves as a roadmap for gardeners, offering invaluable insights into optimal planting times and techniques tailored to specific seasons.By following such a guide, gardeners can optimize their efforts and cultivate thriving gardens year-round.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + +
+ +
+ Blog +

Soil Health and Management

+

Covers topics related to soil fertility, soil testing, nutrient management, and techniques for improving soil health, such as composting and cover cropping.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + +
+ +
+ Techniques +

Integrated Pest Management

+

Explains the principles of IPM and how farmers can use a combination of cultural, biological, and chemical methods to control pests while minimizing environmental impact.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + +
+ +
+ Blog +

Farming Technology

+

Explore the latest advancements in agricultural technology, such as precision agriculture, drones, smart irrigation systems, and automated farm machinery.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + +
+ +
+ Blog +

Farming Economics

+

Discusses economic aspects of farming, including market trends, pricing strategies, financial management, and government policies affecting the agriculture sector.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + + +
+ +
+ Blog +

Livestock Management

+

Provides guidance on raising and managing livestock, including topics such as animal health, breeding, nutrition, housing, and pasture management

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+ +
+
+ + + +
+ +
+ Blog +

Agri-Tourism

+

Explore opportunities for farmers to diversify their income through agri-tourism activities such as farm tours, farm stays, pick-your-own operations, or on-farm events.

+
+
    +
  • April 19, 2022

  • +
  • 11 minutes ago

  • +
+
+
+
+ + + + + +
+ + + diff --git a/blogpagestyle.css b/blogpagestyle.css new file mode 100644 index 0000000..d0b9a77 --- /dev/null +++ b/blogpagestyle.css @@ -0,0 +1,231 @@ +@import url("https://fonts.googleapis.com/css?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap"); +* { + margin: 0; + padding: 0; + box-sizing: border-box; + text-decoration: none; + border: none; + outline: none; + scroll-behavior: smooth; + font-family: "Playfair Display", serif; +} + +:root { + --bg-color: #053314; + --second-color: #064b10; + --txt-color: #fff; + --main-color: rgb(192, 223, 100); +} + +html { + font-size: 62.5%; + overflow-x: hidden; +} + +body { + background-image: url("bg.jpg"); + background-size: cover; + background-position: center; + background-attachment: fixed; + + color: var(--txt-color); +} +body::-webkit-scrollbar { + display: none; +} +body { + scrollbar-width: none; +} +section { + min-height: 100vh; + padding: 10rem 9% 2rem; +} + +section { + min-height: 100vh; + padding: 10rem 9% 2rem; +} + +.heading { + padding: 20px; + text-align: center; + font-size: 3rem; + background-color: aliceblue; + width: 100%; + background: var(--bg-color); + border-top: 0.1rem solid rgba(0, 0, 0, 0.2); + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); + text-align: left; + opacity: 0.8; + position: fixed; + top: 0; + left: 0; + z-index: 100; + text-align: center; + display: flex; + justify-content: space-between; + align-items: center; +} +.navoptions a { + display: flex; + font-size: medium; + color: #fff; +} +.navtitle { + flex-grow: 1; + text-align: center; +} + +span { + color: var(--main-color); +} +.addblog { + color: azure; +} + +.services-container .services-box { + flex: 1 1 30rem; + background: var(--second-color); + padding: 3rem 2rem 4rem; + border-radius: 2rem; + text-align: center; + border: 0.2rem solid var(--bg-color); + transition: 0.5s ease; + position: relative; + overflow: hidden; + align-self: stretch; +} + +.services-box i { + font-size: 7rem; + color: var(--main-color); +} + +.services-box h3 { + font-size: 2.6rem; + color: white; + text-shadow: #07421a; + text-shadow: 0 0 5px rgb(192, 223, 100); +} + +.services-box h3:hover { + font-size: 2.6rem; + text-shadow: #07421a; +} + +.services-box p { + font-size: 1.6rem; + margin: 1rem 0 3rem; +} + +.services-box { + display: flex; + flex-wrap: wrap; + justify-content: center; + font-family: "Inter", sans-serif; + padding: 30px; +} + +.fcard { + display: flex; + margin-top: auto; + flex-direction: column; + position: relative; + width: 290px; + background: linear-gradient(90deg, rgb(31, 102, 31), rgb(231, 231, 121)); + background: -webkit-linear-gradient( + 90deg, + rgb(31, 102, 31), + rgb(231, 231, 121) + ); + border-radius: 10px; + margin: 10px; + margin-bottom: 30px; + align-self: stretch; + flex: 1 1 21%; + opacity: 1; + cursor: pointer; + transform: translateY(0px); + transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease; +} + +.fcard-content { + padding: 10px; + padding-bottom: 5px; +} + +.fcard:hover { + box-shadow: 2px 2px 10px rgba(185, 185, 106, 0.8); + transform: scale(1.1); + -webkit-transform: scale(1.1); + -ms-transform: scale(1.1); +} + +.article h2 { + font-size: 22px; + letter-spacing: 1px; + text-shadow: 1.5px 1px green; + text-align: left; +} + +.article p { + font-size: 12px; + color: rgb(255, 255, 199); +} + +.agrblg { + height: 290px; + width: 100%; + overflow: hidden; + border-top-left-radius: 10px; + border-top-right-radius: 10px; + filter: drop-shadow(0px 2px 2px #133813aa); +} + +.article { + padding: 22px; + text-align: justify; + display: flex; + flex-direction: column; + height: 100%; +} + +a { + text-decoration: none; +} + +.day { + display: flex; + flex-direction: column; + position: absolute; + justify-content: space-between; + bottom: 0; + padding: 0; +} + +.day ul { + list-style: none; + display: flex; + justify-content: space-between; +} + +.date { + margin-right: 5px; + text-align: left; + padding-right: 30px; +} + +.time { + text-align: right; + padding-left: 50px; + align-self: flex-end; +} + +.day p { + color: rgb(230, 226, 226); +} + +.pos { + position: relative; +} diff --git a/index.html b/index.html index 07f5e58..2d12018 100644 --- a/index.html +++ b/index.html @@ -1,395 +1,304 @@ - - - - - - AgriLearnNetwork - - - - + + + + + AgriLearnNetwork + + + + - - - - - - - - + + + + + + + + - - - - -
- logo - - - - - -
- -
-
-
-

Welcome to

-

AgriLearnNetwork

-

Your Agricultural Knowledge Hub to

- -
-
-
-
-
-
-
- + + + +
+ logo + + + + +
+ +
+
+
+

Welcome to

+

AgriLearnNetwork

+

+ Your Agricultural Knowledge Hub to + +

+
+
+
+
+
+
+
+ +
-
- - -
- - - + -
- -
-
- -
-
-
-

About AgriLearnNetwork

-

Agrilearn Network serves as an indispensable resource, offering farmers a holistic platform enriched with essential insights spanning the diverse landscape of agriculture. Delving into the core of farming practices, our platform provides detailed guidance on agriculture techniques, in-depth knowledge on seed varieties, recommendations for optimal tool usage, streamlined harvesting methods, best practices for sowing, and strategic farm management approaches. By encompassing a wide spectrum of topics, Agrilearn Network aims to empower farmers with the comprehensive understanding needed to navigate the complexities of modern agriculture successfully. - -

- -
-
-
- -
-

AgroBlogs

- -
-
- -
-
- -
- Blog -

Sowning Techniques

-

Uncover the significance of precise seed placement, optimal spacing, and appropriate depth in enhancing crop yields. From promoting germination to managing weeds and pests, explore the critical aspects of sowing that shape successful cultivation. Glean valuable insights into modern sowing practices and cultivate a deeper understanding of this fundamental process in agriculture.

-

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
-
-
- -
- -
- Technique -

Irrigation Techniques

-

Learn about the crucial role of precise watering methods, optimal distribution, and strategic timing in nurturing thriving crops. From supporting germination to efficient water management, uncover essential aspects that contribute to successful cultivation. Gain valuable insights into modern irrigation practices, offering a deeper understanding of this fundamental process in agriculture.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
-
-
-
- -
- Blog -

Climate Smart Agriculture

-

Explore the dynamic interplay between climate change and agriculture, navigating the challenges posed by shifting weather patterns and extreme events.Learn about innovative strategies empowering farmers to not only withstand the impacts but also seize opportunities for sustainable and resilient food production.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
-
-
- -
- -
- Blog -

Sustainable Agriculture Research & Education (SARE)

-

Explore different methods and techniques for sustainable agriculture, such as organic farming, permaculture, or agroforestry. Explore the latest innovations and techniques in sustainable agriculture, including organic farming methods, permaculture, and regenerative agriculture.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
-
-
- -
- -
- Blog -

Crop Rotation

-

Discusses the importance of crop rotation in maintaining soil fertility, preventing pests and diseases, and improving crop yield. Delve into the importance of crop rotation in maintaining soil fertility and preventing pest and disease outbreaks. Discover various crop rotation methods, their benefits, and how they contribute to improving yield and reducing the reliance on chemical inputs in modern agricultural systems.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+
+ +
+
+
+

About AgriLearnNetwork

+

+ Agrilearn Network serves as an indispensable resource, offering + farmers a holistic platform enriched with essential insights + spanning the diverse landscape of agriculture. Delving into the core + of farming practices, our platform provides detailed guidance on + agriculture techniques, in-depth knowledge on seed varieties, + recommendations for optimal tool usage, streamlined harvesting + methods, best practices for sowing, and strategic farm management + approaches. By encompassing a wide spectrum of topics, Agrilearn + Network aims to empower farmers with the comprehensive understanding + needed to navigate the complexities of modern agriculture + successfully. +

-
-
- +
+
-
- -
- Technique -

Seasonal Planting Guide

-

Provides tips and advice on what crops to plant during different seasons, along with information on optimal planting times and growing conditions.A seasonal planting guide serves as a roadmap for gardeners, offering invaluable insights into optimal planting times and techniques tailored to specific seasons.By following such a guide, gardeners can optimize their efforts and cultivate thriving gardens year-round.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+

Resource Library

+
+
+ +
+
+

Sowing Techniques

+ PROJECT-IMG + +
+ +
-
-
- -
- -
- Blog -

Soil Health and Management

-

Covers topics related to soil fertility, soil testing, nutrient management, and techniques for improving soil health, such as composting and cover cropping.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+

Essential tools for sowing

+ PROJECT-IMG +
+ +
-
-
- -
- -
- Techniques -

Integrated Pest Management

-

Explains the principles of IPM and how farmers can use a combination of cultural, biological, and chemical methods to control pests while minimizing environmental impact.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+

Farm management

+ PROJECT-IMG +
+ +
-
-
- -
- -
- Blog -

Farming Technology

-

Explore the latest advancements in agricultural technology, such as precision agriculture, drones, smart irrigation systems, and automated farm machinery.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+

Seasonal plant guide

+ PROJECT-IMG +
+ +
-
-
- -
- -
- Blog -

Farming Economics

-

Discusses economic aspects of farming, including market trends, pricing strategies, financial management, and government policies affecting the agriculture sector.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
+
+

Crop care & maintainance

+ PROJECT-IMG +
+ +
-
-
- - - -
- -
- Blog -

Livestock Management

-

Provides guidance on raising and managing livestock, including topics such as animal health, breeding, nutrition, housing, and pasture management

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
- -
-
- - - -
- -
- Blog -

Agri-Tourism

-

Explore opportunities for farmers to diversify their income through agri-tourism activities such as farm tours, farm stays, pick-your-own operations, or on-farm events.

-
-
    -
  • April 19, 2022

  • -
  • 11 minutes ago

  • -
-
-
-
- - +
+

Livestock management

+ PROJECT-IMG +
+ +
+
- - - -
-

Resource Library

- -
- -
-

Sowing Techniques

- PROJECT-IMG - -
- - -
-
- -
-

Essential tools for sowing

- PROJECT-IMG -
- -
-
- -
-

Farm management

- PROJECT-IMG -
- - -
-
- -
-

Seasonal plant guide

- PROJECT-IMG -
- -
-
- -
-

Crop care & maintainance

- PROJECT-IMG -
- -
-
- -
-

Livestock management

- PROJECT-IMG -
- -
-
- -
-

Irrigation Techniques

- PROJECT-IMG -
- -
-
+
+

Irrigation Techniques

+ PROJECT-IMG +
+ +
+
-
-

Organic farming

- PROJECT-IMG -
- -
-
+
+

Organic farming

+ PROJECT-IMG +
+ +
+
-
-

Climate smart Farming

- PROJECT-IMG -
- +
+

Climate smart Farming

+ PROJECT-IMG +
+ +
+
-
- -
-
- +

Contact Us!

-
+
- - + +
- - + +
- +
@@ -397,129 +306,166 @@

Contact Us!

+ + - -