-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (130 loc) · 5.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>project kisan</title>
<style>* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
header h1 {
text-align: center;
font-size: 40px;
color: rgb(243, 244, 243);
}
header {
padding: 40px;
background-color: rgb(26, 191, 216);
}
nav {
background-color: #333;
overflow: hidden;
}
nav a {
text-decoration: none;
padding: 20px;
text-align: center;
float: left;
color: white;
}
main {
background-color: white;
text-align: center;
}
h2 {
padding: 20px;
}
section:nth-child(even) {
background-color: rgb(241, 241, 241);
}
section {
min-height: 100vh;
}
video {
padding: 10px;
}
iframe {
height: 75vh;
}
img {
padding: 10px;
}
section h5 {
margin: 40px;
}
footer {
background-color: rgb(97, 95, 95);
overflow: hidden;
}
footer a {
text-decoration: none;
padding: 20px;
text-align: center;
float: right;
color: white;
}</style>
</head>
<body>
<header>
<h1>Project Kisan</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Research@2022</a>
<a href="#">Database</a>
<a href="#">Resources</a>
<a href="#">Login/SignUp</a>
</nav>
<main>
<section>
<h2>Our trainings</h2>
<video src="our trainings/1t.mp4" width="33%" poster="our trainings/t1.jpg" controls></video>
<video src="our trainings/2t.mp4" width="33%" poster="our trainings/t2.jpg" controls></video>
<video src="our trainings/3t.mp4" width="33%" poster="our trainings/t3.jpg" controls></video>
<br>
<br>
<br>
<video src="our trainings/4t.mp4" width="50%" poster="our trainings/t4.jpg" controls></video>
</section>
<section>
<h2>Agriculture latest technology</h2>
<iframe width="33%" height="315" src="https://www.youtube.com/embed/l0bpy857deM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="33%" height="315" src="https://www.youtube.com/embed/gMua6elTmHg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="33%" height="315" src="https://www.youtube.com/embed/iUNNec3U_Pc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<section>
<h2>Research Downloads</h2>
<a target="_blank" href="pdfs/1.pdf"> <img src="pdf images/pdf image1.png" alt="" width="24%"height="60%"></a>
<a target="_blank" href="pdfs/2.pdf"><img src="pdf images/Downloads-icon.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="pdfs/3.pdf"><img src="pdf images/pdf image3.png" alt="" width="24%" height="60%"></a>
<a target="_blank" href="pdfs/4.pdf"><image src="pdf images/pdfimage4.png" alt="" width="24%" height="60%"></a>
</section>
<section>
<h2>
Our Founder
</h2>
<img src="" alt="This is Gopi Krishna">
<h3>Gopi Krishna</h3>
<a href="http://www.youtube.com/" target="_blank" rel="noopener noreferrer">YouTube</a> |
<a href="https://www.linkedin.com/in/kranthikumar2996/" target="_blank" rel="noopener noreferrer">LinkedIn</a> |
<a href="http://www.instagram.com/" target="_blank" rel="noopener noreferrer">Instagram</a>
<h4>Student and an Optimistic | Founder of Project kisan. </h4>
<h5>On broad understanding of farmers in India and regional knowledge about various crops and the problems faced by the farmers.
I have taken an initiative to start PROJECT KISAN to help in various dimensions to the problems
faced. And main motive of this project is to help farmers and provide them scientific solution. And this project trys to bring
many young man of this country together for the future kind.</h5>
</section>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">© 2020 |Project kisan</a>
</footer>