Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Amank04 committed Mar 6, 2024
0 parents commit f7152f9
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 0 deletions.
159 changes: 159 additions & 0 deletions application.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/x-icon"
href="https://www.shareicon.net/data/2016/06/28/788021_computer_512x512.png"
/>
<title>AI Applications</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
#btn-app {
color: #fff;
}
#btn-home,
#btn-case {
color: #ffffff80;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
h1 {
padding: 40px;
text-align: center;
color: #333;
font-size: 50px;
font-weight: 100px;
}
.section {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
}
.section h2 {
color: #007bff;
}
.section p {
font-size: 16px;
line-height: 1.6;
}
img {
overflow: hidden;
width: 100%;
height: 10%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#" style="font-size: 25px"
>Vikshit Bharat</a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a id="btn-home" class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a id="btn-app" class="nav-link" href="application.html"
>Application</a
>
</li>
<li class="nav-item">
<a id="btn-case" class="nav-link" href="case_studies.html"
>Case Studies</a
>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<h1>AI Applications</h1>
<div class="section">
<h2>Healthcare</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/263402/pexels-photo-263402.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="finance"
/>
</div>
<div class="section">
<h2>Education</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/301926/pexels-photo-301926.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="finance"
/>
</div>
<div class="section">
<h2>Finance</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/164527/pexels-photo-164527.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="finance"
/>
</div>
<div class="section">
<h2>Environment</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/1108572/pexels-photo-1108572.jpeg?auto=compress&cs=tinysrgb&w=600"
alt="finance"
/>
</div>
</div>
<footer class="bg-dark text-white text-center py-4">
<p>&copy; 2024 Vikshit Bharat AI Initiative</p>
<p>Made with ❤️ by Aman Kumar</p>
</footer>
</body>
</html>
154 changes: 154 additions & 0 deletions case_studies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Case Studies</title>
<link
rel="icon"
type="image/x-icon"
href="https://www.shareicon.net/data/2016/06/28/788021_computer_512x512.png"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
#btn-case {
color: #fff;
}
#btn-app,
#btn-home {
color: #ffffff80;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
h1 {
padding: 40px;
text-align: center;
color: #333;
font-size: 50px;
font-weight: 100px;
}
.section {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
}
.section h2 {
color: #007bff;
}
.section p {
font-size: 16px;
line-height: 1.6;
}
.cta {
text-align: center;
margin-top: 30px;
}
.cta a {
display: inline-block;
margin: 10px;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
img {
overflow: hidden;
width: 100%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#" style="font-size: 25px"
>Vikshit Bharat</a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a id="btn-home" class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a id="btn-app" class="nav-link" href="application.html"
>Application</a
>
</li>
<li class="nav-item">
<a id="btn-case" class="nav-link" href="case_studies.html"
>Case Studies</a
>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<h1>Case Studies</h1>
<div class="section">
<h2>Smart Cities</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/599982/pexels-photo-599982.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="smart city"
/>
</div>
<div class="section">
<h2>Rural Development</h2>
<p>
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.
</p>
<img
src="https://images.pexels.com/photos/1654125/pexels-photo-1654125.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
alt="Rural development"
/>
</div>
<div class="cta">
<a href="https://innovateindia.mygov.in/viksitbharat2047/"
>Learn More</a
>
<a href="https://auth.mygov.in/user/login?destination=oauth2/authorize"
>Get Involved</a
>
</div>
</div>
<footer class="bg-dark text-white text-center py-4">
<p>&copy; 2024 Vikshit Bharat AI Initiative</p>
<p>Made with ❤️ by Aman Kumar</p>
</footer>
</body>
</html>
Loading

0 comments on commit f7152f9

Please sign in to comment.