diff --git a/application.html b/application.html new file mode 100644 index 0000000..aa8c6d0 --- /dev/null +++ b/application.html @@ -0,0 +1,159 @@ + + + + + + + AI Applications + + + + + +
+ +
+
+

AI Applications

+
+

Healthcare

+

+ AI plays a critical role in healthcare by enabling diagnostics, + telemedicine, and disease prediction. Machine learning algorithms + analyze medical images, assist doctors, and improve patient outcomes. +

+ finance +
+
+

Education

+

+ AI-powered e-learning platforms personalize learning experiences. + Adaptive algorithms recommend content, assess student progress, and + enhance skill development. Virtual tutors and chatbots provide instant + assistance. +

+ finance +
+
+

Finance

+

+ AI-driven financial inclusion ensures access to banking services for + all. Fraud detection algorithms safeguard transactions. Chatbots + assist customers, and robo-advisors optimize investments. Digital + literacy programs promote financial awareness. +

+ finance +
+
+

Environment

+

+ AI models predict climate patterns, monitor environmental changes, and + optimize resource usage. Conservation efforts benefit from AI-powered + data analysis. Sustainable practices are promoted through AI-driven + solutions. +

+ finance +
+
+ + + diff --git a/case_studies.html b/case_studies.html new file mode 100644 index 0000000..d19baab --- /dev/null +++ b/case_studies.html @@ -0,0 +1,154 @@ + + + + + + Case Studies + + + + + + +
+ +
+
+

Case Studies

+
+

Smart Cities

+

+ AI-driven urban planning optimizes infrastructure, reduces traffic + congestion, and enhances waste management. Examples include smart + traffic lights, predictive maintenance of public facilities, and + efficient waste collection. +

+ smart city +
+
+

Rural Development

+

+ AI-powered solutions benefit rural areas by improving agriculture, + water management, and renewable energy. Precision farming techniques, + water conservation algorithms, and solar energy optimization + contribute to sustainable rural development. +

+ Rural development +
+
+ Learn More + Get Involved +
+
+ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..7098b77 --- /dev/null +++ b/index.html @@ -0,0 +1,139 @@ + + + + + + + Role of AI in Viksit Bharat + + + + + +
+ +
+
+

Four Pillars of Viksit Bharat

+
+

Yuva (Youth)

+

+ AI empowers the youth through skill development, education, and + employment opportunities. Initiatives like AI-driven online courses + and hackathons engage young minds. +

+ +
+
+

Garib (Poor)

+

+ AI applications in poverty alleviation include healthcare + accessibility, microfinance, and social welfare programs. AI bridges + the gap for economically disadvantaged communities. +

+ +
+
+

Mahila (Women)

+

+ AI promotes gender equality by supporting women's education, + entrepreneurship, and safety. AI-powered platforms empower women to + lead and innovate. +

+ +
+
+

Kisan (Farmers)

+

+ AI addresses agricultural challenges through precision farming, crop + yield prediction, and market access. Farmers benefit from AI-driven + solutions. +

+ +
+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..09c6ff9 --- /dev/null +++ b/style.css @@ -0,0 +1,94 @@ +/* Global styles */ +/* body { + font-family: Arial, sans-serif; +} */ + +body { + font-family: Arial, sans-serif; + background-color: #f9f9f9; + margin: 0; + padding: 0; +} +#btn-home{ + color: #fff; +} +.container { + max-width: 1200px; + margin: 0 auto; + padding: 20px; +} +h1 { + text-align: center; + color: #333; +} +.pillar { + background-color: #fff; + border-radius: 10px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + padding: 20px; + margin-bottom: 20px; +} +.pillar h2 { + color: #007bff; +} +.pillar p { + font-size: 16px; + line-height: 1.6; +} + +/* Header styles */ +header { + padding: 20px 0; +} + +.navbar-brand { + font-size: 1.5rem; +} + +.navbar-nav .nav-link { + font-size: 1.1rem; +} + +/* Hero section styles */ +.hero { + background-image: url("hero-image.jpg"); + background-size: cover; + color: #fff; + padding: 100px 0; + text-align: center; +} + +.hero h1 { + font-size: 3.5rem; + margin-bottom: 20px; +} + +.hero p { + font-size: 1.5rem; +} + +/* Content section styles */ +.content { + padding: 50px 0; +} + +.content h2 { + font-size: 2.5rem; + margin-bottom: 20px; +} + +.content p { + font-size: 1.2rem; + line-height: 1.6; +} + +/* Footer styles */ +footer { + background-color: #333; + color: #fff; + padding: 20px 0; +} + +footer p { + font-size: 1.1rem; +}